Announcements
Hi
In one of our CRM 2015 instances, we are trying to figure out the OU name configured at the time of installation. So, can anyone help me to find the same, please?
Hi,
I am able to go this path, but i don't see the file crmserversetup.log
Please let me know if there is any other way to find the OU name. Thanks
Hello Charan Raju C R ,
Is this resolved if no please try below steps.
you may find the OU Name which you configured while installing CRM2015.
On the CRM server (where you installed MSCRM2015)
Navigate to below path.
C:\Users\userID which you used to install CRM2015\AppData\Roaming\Microsoft\MSCRM\Logs\crmserversetup.log
open this file with notepad
press Control+F
Find this word : OUDistinguishedName
you will get the OU Name there in below format.
OU=OU NAME-OU,DC=your domain,DC=your domain,DC=com
hope this will help you.
Thank you .
Abarao Bhople
Thanks, Pedro.
Hello Charan,
I think Dynamics CRM does not saves the OU name. It stores the GUID of the groups created and then used the ID of each one to build the LDAP connection.
You can use this query to get the reporting id if you don't know or you can see from SQL Security Logins groups that also contais the ids
SELECT
[ReportingGroupId], [ReportingGroupName]
FROM [<REPLACEORGNAME_MSCRM>].[dbo].[OrganizationBase]
Hope this helps.
Cheers!
Pedro Pisco
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,142 Super User 2024 Season 2
Martin Dráb 227,979 Super User 2024 Season 2
nmaenpaa 101,148