Wednesday, 15 January 2014

Dynamics CRM - Server-Side Synchronization Issue -



Dynamics CRM - Server-Side Synchronization Issue -

i working on server-side synchronization in crm online. have created email server profile , set utilize impersonation. associated mailbox same , updated email configuration settings, process email using server-side synchronization. however, in mailbox when approve email , click test & enable mailbox, below error alert:

"an impersonation error occurred in accessing mailbox while receiving email. mailbox abcmailbox has been disabled receiving email , owner of associated email server profile aisemail has been notified."

you need utilize steps enable impersonation crm user setup in crm email server profile described in blog article, in step 2: http://quantusdynamics.blogspot.com/2013/11/dynamics-crm-2013-configuring-exchange.html

the info below taken blog post above. note in get-clientidentityaccessserver command below -identity qualified domain name of microsoft cas server in exchange , in part of command, "add-adpermission -user "" ", need specify crm user setup in crm email server profile.

" exchange 2010 new-managementroleassignment -name "" -role:applicationimpersonation -user ""

for example: new-managementroleassignment -name "crm exserviceacc" -role:applicationimpersonation -user crm13.service

exchange 2007

get-mailboxserver "" | add-adpermission -user "" -accessrights extendedright -extendedrights ms-exch-epi-may-impersonate, ms-exch-epi-impersonation

the sec powershell command requires distinguished name (dn) of microsoft client access server (cas).

to enable impersonation rights on single microsoft cas server utilize next command:

get-clientaccessserver -identity "" | add-adpermission -user "" -extendedrights ms-exch-epi-impersonation "

synchronization server-side crm microsoft-dynamics

No comments:

Post a Comment