“You must provide a value for Potential Customer” error while creating opportunity record through Create Step in Process in CRM 2011 Online


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.

Fixed: Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance error in SharePoint 2013


Hi,

We were getting the below error in the event log every time we were clicking on Populate Containers button while creating a new synchronization connection for User Profiles.


Error :

Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (90579710-4ed5-47e9-a3d8-de997f96262e).

Reason: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by CONTOSO\administrator, in the OWSTIMER (2720) process, on machine CRM2011. View the tracing log for more information about the conflict.

Stopping the Timer Service, clearing the Configuration Cache and restarting the Timer Service helped us to fix the issue.

http://www.social-point.com/sharepoint-2010-event-id-6482-application-server-administration-job-failed-for-service-instance-microsoft-office-server-search-administration-searchserviceinstance

Bye.

Advertisements

CRM 2011 Bug – Team Security Roles


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

crmdeveloper's avatarcrm2011stuff

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

Now the new user is supposed to have the permissions granted by the security role assigned to the Team.  Testing will show that you can access everything but the form.

  1. Now assign the new Security Role directly to the new user
  2. Have the new user log in and access the form for the Custom Entity

If you test at this point, everything will work.  Be sure to access the form at least once. 

  1. Remove the role from the new user
  2. Assign the role back to the Team

Now the…

View original post 24 more words

List of Error Codes in CRM 2011


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.

Advertisements

Error Activating Microsoft Dynamics CRM 2011 List Component for SharePoint


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.

Fixed: The given key was not present in the dictionary error in Register Managed Account in SharePoint 2013


Hi,

While trying to register a new managed account in SharePoint 2013 through Central Administration we were getting the below error.

To resolve this issue, we need to open the Active Directory Users and Computers console and select the account, right click Properties, select Authenticated Users in Security tab and
give Allow Permissions for Read Account Restrictions.

Hope it helps.