down load "CRM2011-Tools-KB2791312-ENU-amd64.exe" from http://www.microsoft.com/en-us/download/details.aspx?id=37133
Microsoft Dynamics CRM 2011 provides the OrgDBOrgSettings tool which allows administrators the ability to implement specific updates that were previously reserved for registry implementations. This article will discuss the steps to extract the tool and update the settings.
update the config file
this is most impotant to do the config file. its bit cosfusing... :(
change the red highlighted section(if onpremise) also the port no.
just change the below...
follow the below link to know how it works and details...
http://support.microsoft.com/kb/2691237
regards,
yes.sudhanshu
Microsoft Dynamics CRM 2011 provides the OrgDBOrgSettings tool which allows administrators the ability to implement specific updates that were previously reserved for registry implementations. This article will discuss the steps to extract the tool and update the settings.
update the config file
this is most impotant to do the config file. its bit cosfusing... :(
change the red highlighted section(if onpremise) also the port no.
|
<?xml version="1.0"
encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings"
type="System.Configuration.ApplicationSettingsGroup, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="OrgDBOrgSettingsTool.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission="false" />
</sectionGroup>
</configSections>
<applicationSettings>
<OrgDBOrgSettingsTool.Properties.Settings>
<setting
name="OrgDBOrgSettingsTool_CrmService_CrmService"
serializeAs="String">
<!--- Please change CrmServer to your Crm Server Name -->
<value>http://xrm:5555/MSCrmServices/2007/CrmService.asmx</value>
</setting>
<setting name="OrgDBOrgSettingsTool_CrmDiscoveryService_CrmDiscoveryService"
serializeAs="String">
<!--- Please change CrmServer to your Crm Server Name -->
<value>http://xrm:5555/XrmServices/2011/Discovery.svc</value>
</setting>
<setting name="OrgDBOrgSettingsTool_SKU"
serializeAs="String">
<!--- Possible values here are Online/Office365/SPLA/OnPrem -->
<value>OnPrem</value>
</setting>
<setting name="OrgDBOrgSettingsTool_UserName"
serializeAs="String">
<!--- Please change the value below to your email Id/User Name for
Online / SPLA -->
<value>administrator</value>
</setting>
<setting name="OrgDBOrgSettingsTool_Domain"
serializeAs="String">
<value>mscrm</value>
</setting>
<setting name="OrgDBOrgSettingsTool_OrgServiceUri"
serializeAs="String">
<value>http://xrm:5555/{0}/XrmServices/2011/Organization.svc</value>
</setting>
<setting
name="OrgDBOrgSettingsTool_RegistrationEndPointUri"
serializeAs="String">
<value>https://login.live.com/ppsecure/DeviceAddCredential.srf</value>
</setting>
<setting name="OrgDBOrgSettingsTool_Partner"
serializeAs="String">
<!--- This is applicable only for Online -->
<value>Crm.Dynamics.com</value>
</setting>
<setting name="OrgDBOrgSettingsTool_Environment"
serializeAs="String">
<!---
This is applicable only for Online -->
<value>INT</value>
</setting>
</OrgDBOrgSettingsTool.Properties.Settings>
</applicationSettings>
</configuration>
|
follow the below link to know how it works and details...
http://support.microsoft.com/kb/2691237
regards,
yes.sudhanshu
No comments:
Post a Comment