Posts Tagged ‘Microsoft Dynamics CRM’

Hi,

Got the below error message while defining the Create Step in Workflow in CRM 2011 online instance. It seems like it is a bug in new online environment that have UR 13 applied.

Check out this thread

http://social.microsoft.com/Forums/en-US/crm/thread/51a63a3e-bd81-471e-a9d8-617bfe033271/

The workaround would be to remove the requirement level, edit and publish the workflow and the set the requirement level back.

Bye.

Hi,

Was wondering where we can get the list of error codes in CRM 2011.

For CRM 4.0 we used to have the following link (page in SDK)

http://msdn.microsoft.com/en-in/library/cc151248.aspx

In CRM 2011, we can get it in SDK at the following path

\sdk\samplecode\cs\helpercode

Do check this post as well

http://mscrmuk.blogspot.com/2009/01/crm-error-codes.html

Bye.

Hi,

After adding the crmlistcomponent.wsp solution to the SharePoint’s team site, while trying to Activate the solution we were getting some error.

The solution for which was to start the SharePoint User Code Host service. However in our case we were not able to start the service, as it would stop after few seconds. The reason was because the service account under which that service was running was not a member of Performance Monitor Users group for the machine. Adding the user to the group fixed the issue for us.

Hope it helps.

Hi,

We were recently doing installation of CRM 2011 and faced issue while installing CRM 2011 Reporting Extension (SRS Data Connector).

https://community.dynamics.com/crm/b/crmcustomereffective/archive/2011/12/05/microsoft-dynamics-crm-2011-reporting-extension-srs-data-connector-installation-service-account-warning.aspx#.UY3ITbWnwQY

After resolving the issue and completing the installation, we saw that there were no reports published. It was because of a flag being set in MSCRM_CONFIG when the installer ran first.

Check out this helpful post to resolve this issue

http://blog.customereffective.com/blog/2011/10/crm-2011-and-restoring-the-ssrs-server.html

Hope this helps.

Hi,

We had installed CRM 2011 Server in Network Load Balance. The installation was successful in both the nodes (CRM Server). However later because of some reason we had to do the installation again. We uninstalled CRM from node 1 and did a fresh re installation there, which succeeded.

However our 2nd node of CRM 2011 was still referring to old installation. In node 2, we were not able to uninstall CRM using the add remove program features. The only option left with us was to manually uninstall CRM 2011 from that server, for which we followed the tips given in the following blog post.

http://practical-crm.blogspot.ca/2012/02/manually-uninstalling-crm-2011.html

Then we tried running our installer again. This time we got the following error

“The Product key is not compatible with installed version of Microsoft Dynamics CRM”

Which took us to following blog post

http://blogs.msdn.com/b/atif/archive/2012/01/22/the-product-key-is-not-compatible-with-installed-version-of-microsoft-dynamics-crm.aspx

It suggested using Microsoft Update option that comes in the installer before proceeding. However doing so started giving the following error to us.

“The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program.”

The solution that worked for us for fixing this issue was to get the latest installer of CRM 2011 Server from the download center and running the setup from there.

http://www.microsoft.com/en-in/download/details.aspx?id=27822

Hope it helps.