The sample procedure works incorrectly when you use the sample procedure to change a server configuration in Microsoft Dynamics CRM 3.0 Professional Edition for Service Providers (911409)



The information in this article applies to:

  • Microsoft Dynamics CRM 3.0 Professional Edition for Service Providers

SYMPTOMS

When you use the sample procedure to change a server configuration in Microsoft Dynamics CRM 3.0 Professional Edition for Service Providers, the sample procedure works incorrectly. Specifically, this problem occurs when you try to change an all-in-one server configuration to a dedicated Microsoft SQL Server configuration.

CAUSE

This problem occurs because the ModifyApplicationServerDatabase.xml file calls the AddApplicationServers procedure instead of the ModifyApplicationServerDatabase procedure.

RESOLUTION

To resolve this problem, change the following line of code in the ModifyApplicationServerDatabase.xml file.

Existing code

...
<execute namespace="CRM Resource Manager" procedure="AddApplicationServers" impersonate="1">
...

Replacement code

...
<execute namespace="CRM Resource Manager" procedure="ModifyApplicationServerDatabase" impersonate="1">
...

MORE INFORMATION

The ModifyApplicationServerDatabase.xml file is in the following directory:

C:\SPLA\CRMResourceManager\Samples\

Note This directory is created when you install Hosted Microsoft Dynamics CRM 3.0 Solution Components.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MajorLast Reviewed:6/27/2006
Keywords:kbtshoot kbMBSMigrate kbprb KB911409 kbAudEndUser kbAudKnowledgeWorker