Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 6.x > Installation and deployment > Issue with Synchronization from DEV to Test Server. View modes: 
User avatar
Member
Member
ashish.diwaker-technousa - 12/27/2013 2:45:53 AM
   
Issue with Synchronization from DEV to Test Server.
Hi,
I have followed the steps mentioned in following post:
Link to simillar post

But, I still get following error:

Synchronization client error: Exception occurred: Microsoft.Web.Services3.Security.SecurityFault: The security token could not be authenticated or authorized ---> System.InvalidOperationException: WSE563: The computed password digest doesn't match that of the incoming username token. at Microsoft.Web.Services3.Security.Tokens.UsernameTokenManager.VerifyHashedPassword(UsernameToken token, String authenticatedPassword) at Microsoft.Web.Services3.Security.Tokens.UsernameTokenManager.VerifyPassword(UsernameToken token, String authenticatedPassword) at Microsoft.Web.Services3.Security.Tokens.UsernameTokenManager.VerifyToken(SecurityToken token) at CMS.Synchronization.WebServiceAuthorization.VerifyToken(SecurityToken token) at Microsoft.Web.Services3.Security.Tokens.SecurityTokenManager.LoadXmlSecurityToken(XmlElement element) --- End of inner exception stack trace --- at Microsoft.Web.Services3.Security.Tokens.SecurityTokenManager.LoadXmlSecurityToken(XmlElement element) at Microsoft.Web.Services3.Security.Tokens.SecurityTokenManager.GetTokenFromXml(XmlElement element) at Microsoft.Web.Services3.Security.Security.LoadToken(XmlElement element, SecurityConfiguration configuration, Int32& tokenCount) at Microsoft.Web.Services3.Security.Security.LoadXml(XmlElement element) at Microsoft.Web.Services3.Security.Security.CreateFrom(SoapEnvelope envelope, String localActor, String serviceActor) at Microsoft.Web.Services3.Security.ReceiveSecurityFilter.ProcessMessage(SoapEnvelope envelope) at Microsoft.Web.Services3.Pipeline.ProcessInputMessage(SoapEnvelope envelope) at Microsoft.Web.Services3.WseProtocol.FilterRequest(SoapEnvelope requestEnvelope) at Microsoft.Web.Services3.WseProtocol.RouteRequest(SoapServerMessage message) at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)



I have added following in AppSettings of Dev Server :

<add key="CMSStagingServerName" value="PhtDev"/>
<add key="CMSStagingAcceptAllCertificates" value="true"/>



And following for Test Server:
<add key="CMSStagingServerName" value="PhtTest" />
<add key="CMSStagingAcceptAllCertificates" value="true"/>


Thanks
Ashish



User avatar
Kentico Support
Kentico Support
kentico_filipl - 12/27/2013 3:14:21 AM
   
RE:Issue with Synchronization from DEV to Test Server.
Hi Ashish,

Just to be sure, please double check the credentials on both the source and target servers because this error usually occurs when they are not set correctly on one of the servers. Please also make sure you are choosing particular site in upper left dropdown list in Site Manager -> Settings -> <your site>. Beyond that, you may need to restart the applications to ensure they look at the new settings, but you may have already tried that. Many issues can be ruled out by the fact that you have checked server availability and it came back okay.

Best regards,
Filip Ligac