
After moving CRM server to a new server, Outlook Client configuration no more works. I've pinned the problem to server side.
Soap address location still points to old server. This is the code snippet when browsing CrmService.asmx in IIS manager:
-<wsdl:service name="CrmService">
-<wsdl:port name="CrmServiceSoap" binding="tns:CrmServiceSoap">
<soap:address location="http://server05:5555/MSCrmServices/2006/CrmService.asmx"/>
</wsdl:port>
-<wsdl:port name="CrmServiceSoap12" binding="tns:CrmServiceSoap12">
<soap12:address location="http://server05:5555/MSCrmServices/2006/CrmService.asmx"/>
</wsdl:port> </wsdl:service>
The new server address is "http://server11:5555".
How can I change server address?
This is the error message from Outlook Client configuration. It points to old server IP 10.11.122.8 instead of the new IP 10.11.122.31
Web interface to new server works OK, only Outlook Client configuration fails.
Yrjö
*This post is locked for comments
I have the same question (0)Solved it. Two rows in SQL table dbo.DeploymentProperties in MSCRM_CONFIG database contained the old server address, fixed these and everything is OK.
Yrjö