Tuesday, March 13, 2012

Creating Central Management Store Failure - When publishing lync 2010 server

Running script: C:\Windows\system32\cscript.exe //Nologo "C:\Program Files\Common Files\Microsoft Lync Server 2010\DbSetup\xdssetup.wsf" /dbexists /sqlserver:lyncfe1.domain.com\rtc /publisheracct:DOMAIN\RTCUniversalServerAdmins /replicatoracct:DOMAIN\RTCUniversalConfigReplicator /consumeracct:DOMAIN\RTCUniversalReadOnlyAdmins /role:master /verbose
---------------
Installed SQL Server 2005 Backward Compatibility version is 8.05.2312
Connecting to SQL Server on lyncfe1.domain.com\rtc
Error connecting (
name: Error
description:
number: -2147203052
message:
)
Attempting to start SQL Server and connect...
Error starting SQL Server on lyncfe1.domain.com\rtc
Error (
name: Error
description: Permission denied
number: -2146828218
message: Permission denied
)
Ensure that lyncfe1.domain.com\rtc is a valid SQL instance.
---------------
Exit code: ERROR_START_SQLSERVICE (-1)
When running /dbexists, non-zero exit codes are not necessarily errors
---------------

Resolution:

It is because there is no SPN for the Front End pool FQDN. Rather than adding an SPN I just deleted my front end server from the topology builder and added a new one using the FQDN of the actual lync server and it worked fine.

No comments:

Post a Comment