Dynamics CRM Support Blog
Problems configuring the CRM Outlook client? Use the wizard!
CRM Resource Center
FAQ About Technical SupportOnline | On-Premise
FAQ About Billing
Implementation Guide
Microsoft Dynamics CRM Developer Center and SDK
I install CRM 4.0 on the new server, Uninstall CRM 4.0 from the old server. Can access the CRM installed on the new server using Internet explorer.
But When I try to configure an existing outlook CRM client to point to the new CRM install. I get this error message "Unable to connect to the remote server No connection could be made because the target machine actively refused it <IP address of OLd server:5555>.
I followed Micorosoft KB article on how to move CRM 4.0 and it is not working.
I also run the command that you gave "ipconfig /flushdns" on both servers...and it is not working.
Your help is urgently needed.
Issue was resolve by updating the following tables
Update DeploymentProperties SET NvarCharColumn = 'NewCRM:5555' WHERE ColumnName = 'ADSdkRootDomain'
Update DeploymentProperties SET NvarCharColumn = 'NewCRM:5555' WHERE ColumnName = 'ADWebApplicationRootDomain'