Posts

Showing posts from 2011

Microsoft Dynamics CRM Server roles

Microsoft Dynamics CRM Server roles Recently I faced a situation where CRM was integrated with different other applications through Biztalk Server. Biztalk server made a lot of Server calls through connector. At peak hours, thousands of Biztalk instances were calling the CRM Services. That point of time, there was drastic impact on performance of CRM for end users. This type of situations can be avoided if proper planning is done during starting phase of implementation. CRM server roles were introduced with 4.0. The following table lists the various server roles that are available with Dynamics CRM 4.0.  The table also lists the Role Name used in the installation XML configuration file to choose the indicated role: Role Config Role Name Description SRS Data Connector SrsDataConnector Run reports. SQL Server SqlServer Installs the components required on the SQL Server where the Microsoft Dynamics CRM databases are maintained. Application Server App

Not able to publish or delete attribute in CRM 4.0

Recently I faced a problem, when I was not able to publish the entity. There were no missing fields or missing relationships. After a long troubleshooting, I found that it is happening due to currupt FormXML in OrganizationUI table for the entity. FormXML is stored in this table for entities. I had a problem with quote entity. I found out that there two entries for quote entity. It seems that one is for form opened for customization and the other for normal record rendering. there was problem with formXML for customized form. I interchanged the flag for isCustomization of these two entries. After that, entity got published successfully. It seems entry for normal record rendering was not corrupt. So when it became formXML for customized form, it got published successfully. Please note that this is totally unsupported way. You should take all necessary backups if you want to do this.