Good Morning SharePoint Pros, I have a SharePoint 2013 farm with patches up to date
My user profile synchronization service won't start. I have tried all the standard stuff I have found including;
1. Recreate the service application (per this website http://www.harbar.net/articles/sp2010ups.aspx)
2. Delete all certificates related to the FIM service account
3. Cleared the config cache (https://support.microsoft.com/en-us/help/939308/error-message-when-you-try-to-modify-or-to-delete-an-alternate-access)
4. Applied the latest update for the SQL Server 2008 Native Client (version 10.53.6560.0)
5. Deleted and re-created the UPSA proxy
6. Made sure my account was in the Farm Admins Group
7. Made sure I had local admin rights on the farm account that starts the UPSS
8. I have checked the "harbar" UPS articles "
9. Manually enter the server and database names in the registry
* HKLM\system\currentcontrolset001\services\FIMservice
* HKLM\system\currentcontrolset002\services\FIMservice
* HKLM\system\currentcontrolset\services\FIMservice
10. The user profile service is started
11. The User profile service app, user profile service app proxy and the user profile service in central admin are started...
Nothing seems to work.
I have also tried manually starting the FIM service and I get the errors below. Any ideas?
The server encountered an unexpected error and stopped.
"BAIL: MMS(3588): sql.cpp(252): 0x80040e4d
BAIL: MMS(3588): storeimp.cpp(234): 0x80040e4d
ERR: MMS(3588): server.cpp(373): Failed to connect to the database on MySPCenterAdmin-Server (I find this very odd, it's trying to connect to my CA server instead of the SQL Server)
BAIL: MMS(3588): server.cpp(374): 0x8023043f (Service start up has failed. A connection to SQL Server could not be established because of an authentication failure.)
BAIL: MMS(3588): server.cpp(3860): 0x8023043f (Service start up has failed. A connection to SQL Server could not be established because of an authentication failure.)
BAIL: MMS(3588): service.cpp(1539): 0x8023043f (Service start up has failed. A connection to SQL Server could not be established because of an authentication failure.)
ERR: MMS(3588): service.cpp(988): Error creating com objects. Error code: -2145188801. This is retry number 0.
BAIL: MMS(3588): clrhost.cpp(283): 0x80131022
BAIL: MMS(3588): scriptmanagerimpl.cpp(7670): 0x80131022
BAIL: MMS(3588): server.cpp(251): 0x80131022
BAIL: MMS(3588): server.cpp(3860): 0x80131022
BAIL: MMS(3588): service.cpp(1539): 0x80131022
ERR: MMS(3588): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 1.
BAIL: MMS(3588): clrhost.cpp(283): 0x80131022
BAIL: MMS(3588): scriptmanagerimpl.cpp(7670): 0x80131022
BAIL: MMS(3588): server.cpp(251): 0x80131022
BAIL: MMS(3588): server.cpp(3860): 0x80131022
BAIL: MMS(3588): service.cpp(1539): 0x80131022
ERR: MMS(3588): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 2.
BAIL: MMS(3588): clrhost.cpp(283): 0x80131022
BAIL: MMS(3588): scriptmanagerimpl.cpp(7670): 0x80131022
BAIL: MMS(3588): server.cpp(251): 0x80131022
BAIL: MMS(3588): server.cpp(3860): 0x80131022
BAIL: MMS(3588): service.cpp(1539): 0x80131022
ERR: MMS(3588): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 3.
BAIL: MMS(3588): service.cpp(1002): 0x80131022
Forefront Identity Manager 4.0.2450.51"
Service cannot be started. System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and
that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
at Microsoft.ResourceManagement.WindowsHostService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
.Net SqlClient Data Provider: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and
that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
at Microsoft.ResourceManagement.Data.DatabaseConnection.Open(SqlConnection connection)
at Microsoft.ResourceManagement.Data.DatabaseConnection.Open(DataStore store)
at Microsoft.ResourceManagement.Data.TransactionAndConnectionScope..ctor(Boolean createTransaction, IsolationLevel isolationLevel, DataStore dataStore)
at Microsoft.ResourceManagement.Data.TransactionAndConnectionScope..ctor(Boolean createTransaction)
at Microsoft.ResourceManagement.Data.DataAccess.RegisterService(String hostName)
at Microsoft.ResourceManagement.Workflow.Hosting.HostActivator.RegisterService(String hostName)
at Microsoft.ResourceManagement.Workflow.Hosting.HostActivator.Initialize()
at Microsoft.ResourceManagement.WebServices.ResourceManagementServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
at Microsoft.ResourceManagement.WindowsHostService.OnStart(String[] args)
Thank you!
OT
OT