Hi,
I posted a question regarding not able to fetch mailbox information in
case of multiple EVS (Exchange Virtual Server) configurations. I was
getting only one EVS mailboxs for all other EVS servers. I found that
the problem is wrt to HrGetServerDN call. This call is giving me only
one value "/o=First Organization/ou=First Administrative Group/
cn=Configuration/cn=Servers/cn=SRMSE2". I tried creating different
MAPI profiles and sessions for every EVS server (from different
exchange servers). But each time I am getting the same value so each
time I am getting same set of mailbox information.
If I hardcode the return value of HrGetServerDN as "/o=First
Organization/ou=First Administrative Group/cn=Configuration/cn=Servers/
cn=SRMSE3" and pass this to "GetMailboxTable" function then it works
fine.
Any one has idea whats going on here? Why HrGetServerDN is
returning same value from different servers? Is it mandatory to get
this hardcoded value from some other means and use it in code ? Please
let me know your views.
Regards,
Shivaraj
Archived from group: microsoft>public>exchange>applications