Good morning all…
Had some fun last night trying to apply the SharePoint 2015 May 2015 CU to my production server here at our company. I tend to trial it here before I run it out to my clients.
Anyway, I did the usual per typical instructions. I usually follow Todd Klindt’s processes and advice here. See Todd Klindt’s site…
Simply put, I stopped the appropriate services:
- net stop sptimerv4
- net stop osearch15
- net stop spsearchhostcontroller
Then, I executed the patch. The patch installer went fine and then I rebooted the SharePoint server.
Next, I run the “psconfig -cmd upgrade -inplace b2b -wait” command.
That eventually errored out as shown below. Please note that the server name has been changed.
Most of my databases are in “compatibility range” at the moment.
Oddly enough, the error seems to be related to the upgrade of the SearchAdminDatabase (SearchService_DB) when it attempts to grant permissions for the local SharePoint server’s Admin account (SHSVR01\administrator) to the database.
I’m not using the local administrator account on the server anywhere. In fact, I don’t believe I have used the account on that server.
Any thoughts?
Timestamp Process TID Area Category EventID Level Message Correlation
06/02/2015 22:12:14.52 PSCONFIG (0x1AA0) 0x1994 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SearchAdminDatabase Name=SearchService_DB 00000000-0000-0000-0000-000000000000
06/02/2015 22:12:14.52 PSCONFIG (0x1AA0) 0x1994 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR Upgrade [SearchAdminDatabase Name=SearchService_DB] failed. 00000000-0000-0000-0000-000000000000
06/02/2015 22:12:14.55 PSCONFIG (0x1AA0) 0x1994 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SearchAdminDatabase Name=SearchService_DB 00000000-0000-0000-0000-000000000000
06/02/2015 22:12:14.55 PSCONFIG (0x1AA0) 0x1994 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR Exception: Windows NT user or group ‘SHSVR01\administrator’ not found. Check the name again. 00000000-0000-0000-0000-000000000000
06/02/2015 22:12:14.57 PSCONFIG (0x1AA0) 0x1994 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SearchAdminDatabase Name=SearchService_DB 00000000-0000-0000-0000-000000000000
06/02/2015 22:12:14.57 PSCONFIG (0x1AA0) 0x1994 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.Office.Server.Data.SqlSession.ExecuteNonQuery(SqlCommand command) at Microsoft.Office.Server.Data.SqlServerManager.GrantLogin(String user) at Microsoft.Office.Server.Search.Administration.SearchDatabase.GrantAccess(String username, String role) at Microsoft.Office.Server.Search.Administration.SearchDatabase.SynchronizeAccessRules(SearchServiceApplication searchApp) at Microsoft.Office.Server.Search.Administration.SearchServiceApplication.SynchronizeDatabases() at Microsoft.Office.Server.Search.Upgrade.SearchAdminDatabaseSequence.PostUpgrade() at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) 00000000-0000-0000-0000-000000000000