Changing MS CRM 4.0 server url or port is more complicated than changing the url and port info of MS CRM 3.0 Server. A KB article o this subject is published by Microsoft.
http://support.microsoft.com/kb/947423
Below you can find the steps which are also explained in the article.
1. Change the MS CRM server URL in the MS CRM server registry under the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM registry key. Change ServerUrl string value with the new url/port info of crm server.
2. Your can find LocalSDKPort registry value under the same registry key. Change this value with the new port decimal value.
3. Update the MSCRM_Config database. In the MSCRM_Config database there's a table named DeploymentProperties. Update the ADSdkRootDomain, ADWebApplicationRootDomain, AsyncSdkRootDomain values, which are in this table, with the new url/port information.
Update DeploymentProperties SET NvarCharColumn = '
Update DeploymentProperties SET NvarCharColumn = '
Update DeploymentProperties SET NvarCharColumn = '
4. If IFD URL information is entered change also IFD URL information with the new url/port information.
After all restart IIS and Async service.
No comments:
Post a Comment