When I created the project web app when an error, and then I look at the event viewer, there have been four issues, as follows
1)The stored procedure 'sp_dboption' could not be found because of an exception. , The database PWA.ProjectServer_Published could not be set to Published. The event ID 6580
2)Set "PWA": Failed to set the database. Exception: Could not find the stored procedure 'sp_dboption'. . The event ID 6993
3)Set "PWA": database settings failed. The event ID 6958
4) The event ID 6971
Could not set site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision databases. ---> System.Data.SqlClient.SqlException: Could not find the stored procedure 'sp_dboption'.
in System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
in System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
in System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
in System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
in System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
in System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
in System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
in System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
in Microsoft.Office.Project.Server.Data.SqlSession.ExecuteNonQuery(SqlCommand command)
in Microsoft.Office.Project.Server.Administration.ProjectDatabase.SetOption(SqlSession session, String databaseName, String option, Boolean value)
in Microsoft.Office.Project.Server.Administration.ProjectDatabase.Provision(ProjectDatabaseType databaseType, PjSqlConnectionString databaseConnectString, String installpath, Int32 lcid, Dictionary`2 options)
in Microsoft.Office.Project.Server.Administration.ProjectDatabase.Provision(PjSqlConnectionString databaseConnectString, Int32 lcid, ProjectDatabaseType databaseType, Guid collectionGuid)
in Microsoft.Office.Project.Server.Administration.ProjectSite.ProvisionDatabases(String pubConn, String wrkConn, String verConn, String repConn, String adminUsername, String adminName, String adminEmail, Int32 lcid, Guid collectionGuid)
in Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType& originalDatabaseState, Guid& adminGuid)
--- End of internal exception stack trace---
in Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType& originalDatabaseState, Guid& adminGuid)
in Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
I use the project server2010 sql server 2012
Who can help me?please! thanks!