Hello everyone,
After i installed Microsoft Dynamics CRM 4.0, i needed to change its port from 80 to 1923. After i completed changing the port from IIS, i also changed configuration in MSCRM_Config as well. Everything was going fine until i found out that plugins were having trouble.
I noticed that i skipped to change “LocalSdkPort” in registry, i did that too and now plugins are working as charm.
Summarizing, i made below changes after i switched ports:
SQL Server Databases:
MSCRM_Config, DeploymentProperties table:
1. Goto “DeploymentProperties” table and edit the below entries:
– ADSdkRootDomain: Change the port number which you will notice on “nvarchar” column
– ADWebApplicationRootDomain: Change the port number which you will notice on “nvarchar” column



2. Goto registry: HKLM\Software\Microsoft\MSCRM. Edit “LocalSdkPort” value and change it according to your new port.

This is it. Please note changing registry settings and MSCRM_Config database is a very risky process, do these on your own risk.