Posts

Showing posts from October, 2020

HOW TO FIND ORGANIZATION UNIT (OU) IN CRM

Image
 HOW TO FIND ORGANIZATION UNIT (OU) IN CRM GO TO CRM SERVER GO TO THE FOLLOWING PATH and open file C:\Users\GlaniCRMServer\AppData\Roaming\Microsoft\MSCRM\Logs\crmserversetup.log Find the word OUDistinguishedName 10:17:55|   Info| ServerInstallInfo.OUDistinguishedName: OU= GLANID365 ,DC=glanitest,DC=local

prvReadLanguageLocale privilege Error

Image
Error:  <Message>Principal user (Id=5f17805b-8315-e511-ae8d-005056842db4, type=8) is missing prvReadLanguageLocale privilege (Id=1d6907a1-94ac-4e0a-8c11-20320555f5cd)</Message> Fix: Go to Security Role => Core Records => Language (Give the read, append & append to permission ) Ref:   https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/hh547441(v=crm.8)?redirectedfrom=MSDN

Dynamics CRM 2011/2013/2016/D365 Show More Ribbon Buttons Before Ellipsis?

Image
Show More Ribbon Buttons Before Ellipsis? Actually there are5 buttons in CRM 2013, 7 buttons in CRM 2015 and 9 buttons in CRM 2016/D365 before the ellipse. There isn't any way of configuring this!   One workaround is to organize your button using Ribbon workbench, so first 9 buttons will visible in rest extra buttons will be collapsed in 3dot BEFORE ORGANIZATION   AFTER ORGANIZATION you can see I moved all my required buttons to left and extra buttons which I don't use are under dots...!
Image
  HOW TO GET RID OF PENDING EMAIL REMINDER IN DYNAMICS CRM  How to disable pending email warning in CRM Go to CRM Server, Open Registry Editor, (go to start bar just type " regedit" ) Go to the following path. HKEY_LOCAL_MACHINE SOFTWARE MICROSOFT MSCRM RIGHT CLICK ON MSCRM => then click on NEW & then DWORD(32-bit)Value Give the following mentioned values, Value Name:  DisablePendingEmailReminder Value Data: 1 Base : Hexadecimal RESET IIS AND CHEERS...!

MMC has deducted an error in a snap-in and will upload it.

Image
  while importing organization I was facing error "MMC has deducted an error in a snap-in and will upload it." CAUSE: As you can see in screenshot there is Disabled organization, which engaged the CRM Database already and deployment manager could not find other database having MSCRM and in return it gives error. RESOLUTION: Open the deployment manager Disable existing Organization and Delete it Now try to Import Organization.

Dynamics CRM 2011 Upgrade to D365 v9.0.3.7

Image
IMPORTANT : BEFORE RESTORING DATABASE, TAKING BACKUP OF DATABASE, OR IMPORTING ORGANIZATION MAKE SURE THE VERSION OF CRM IS ACCORDING TO BELOW MENTIONED VERSION. IN OTHER CONDITION IMPORTING ORGANIZATION MAY FAIL BY DOING FOLLOWING STEPS, YOUR CRM 2011 WILL BE MIGRATED TO D365 V9.XXXX NO  HEADACHE OF DATA MIGRATION :)   DYNAMICS CRM 2013 UPGRADE STEPS CRM 2013 v6.0.0.809 - AFTER INSTALLATION RESTORE CRM 2011 DATABASE CRM 2013 v6.0.0.809 – AFTER CRM 2011 DATABASE RESTORE IMPORT ORGANIZATION CRM 2013 v6.0.0.809 – AFTER ORGANIZATION IMPORT INSTALL CRM 2013 SP1 CRM 2013 v6.1.0.581 – AFTER INSTALLING SP1 CRM 2013 v6.1.0.581 – DATABASE READY TO RESTORE IN CRM 2015 DYNAMICS CRM 2015 UPGRADE STEPS CRM 2015 7.0.0.3543 - AFTER INSTALLATION RESTORE CRM 2013 v6.1.0.581 DATABASE CRM 2015 7.0.0.3543 - AFTER DATABASE RESTORE (CRM 2013 v6.1.0.581) IMPORT ORGANIZATION CRM 2015 7.0.0.3543 - AFTER ORGANIZATION IMPORT CRM 2015 7.0.0.3543 - DATABASE READY TO RESTORE IN ...