Archive for the ‘CRM’ Category

Reblogged from crm2011stuff:

This appears to be a bug with Security Roles and Teams.  To duplicate the problem, follow these steps:

  1. Create a Custom Entity
  2. Create a Security Role in CRM 2011 to access the Custom Entity
  3. Create a new Team in CRM
  4. Assign the new Security Role to the new Team
  5. Create a new user
  6. Add the user to the Team as a member…

Read more… 112 more words

Nice post on Team and Security Role. Do check the comments.

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.

Reblogged from Darren Liu's Blog:

I have been asked to figure out the minimum permissions required to install CRM 2011.  I dig around and I didn’t realize the product group already put the information in the Implementation Guide (IG).  I found the article below from the CRM 2011 IG, just in case you are looking for it, here you go.

-------------------------------------------------------------

Microsoft Dynamics CRM is designed so that its components can run under separate identities.

Read more… 986 more words

Nice guide to follow while planning for installation.