Change GP Business Portal to point to a new DB server
Modify install registry key:
HKLM\Software\Microsoft\Business Portal\Install
ServerName
ServiceMachine
For the next three files, you'll need to move the files to the desktop, make the changes
then paste them back into the folder.
In c:\inetpub\ftproot\web.config, change DynamicsGPWCFService address:
<client>
<endpoint name="DynamicsGPWCFService" address="http://<servername>:48620/Dynamics/GPService/GPService" binding="wsHttpBinding" bindingConfiguration="DynamicsGPWCFService" contract="Microsoft.Dynamics.GP.Proxy.WCF.DynamicsGP">
<identity>
<servicePrincipalName value="" />
</identity>
</endpoint>
</client>
and GP Server, and GP WebServiceURL, and GPWCFServiceURL
<appSettings>
<add key="DynamicsGPServer" value="<servername\sql instance>" />
<add key="DynamicsGPWebServiceURL" value="http://<servername>:48620/DynamicsGPWebServices/DynamicsGPService.asmx" />
<add key="DynamicsGPWCFServiceURL" value="http://<servername>:48620/Dynamics/GPService/GPService" />
<add key="containmentProvider" value="Microsoft.Dynamics.GP.BusinessPortal.Containment.BusinessFrameworkContainment, Microsoft.Dynamics.GP.BusinessPortal.Containment" />
<add key="containmentChangerMBF" value="Microsoft.Dynamics.GP.BusinessPortal.Containment.BusinessFrameworkContainment, Microsoft.Dynamics.GP.BusinessPortal.Containment" />
<add key="containmentChangerSP" value="Microsoft.Dynamics.GP.BusinessPortal.Containment.SharePointContainment, Microsoft.Dynamics.GP.BusinessPortal.Containment" />
</appSettings>
in c:\inetpub\wwwroot\bin\~privatefile.dbauthentication, modify the server name under <name>
<server>
<name><servername\sql instance></name>
in c:\inetpub\wwwroot\bin\BusinessFramework.config, modify the DataLocationPolicyConfig
<Microsoft.Dynamics.DataLocationPolicyConfig>
<databaseServer type="String" value="<servername\sql instance>"/>
<databaseName type="String" value="DYNAMICS"/>
</Microsoft.Dynamics.DataLocationPolicyConfig>
Don’t forget to change the datasources in Reporting Services to point to new server for GP reports and graphs.