
I just moved our CRM 4 application to a new 64bit server. Moved to same domain, same db so setup was a snap; just install on new box and choose existing database. After setup completed, removed server from server list in Deployment Manager.
Several customizations are failing because it is still trying to connect to the old server. Confirmed by writing a simple C# app to connect to the CrmDiscoveryService to return both MetaDataServerURL and CrmServiceUrl; both return the old server URL.
I tried to open a ticket with MS CustomerSource but they say thay can't help with SDK issues. Great!
Anyone have a suggestion? How do I strip out the old server and make sure any references are returned to the new server?
Setup environment info:
IIS Server: Windows 2003 R2 x64, CRM 4 On-Premis w/Rollup 2 applied
DB Server; Windows 2003 R2 x64, SQL2005 x64
*This post is locked for comments
I have the same question (0)Robert,
I suspect that the issue may be with your config database. If I understand your issue correctly I would suggest you do the following:
And that as they say, should be that.