I am not sure wether it is good location to post my question.
I have wrotten a Project for get Global contacts using MAPI
If the server has not install Firewall, everything works pretty good.
however, If Server has firewall.even if, I use client side user
administrator,
to access server. I can pass getSession etc.however
When I want to use this LookupAccountSid to get domainname,
It give me a error:1722 means: server setting error.
I know the firewall block me.
when I check server firewall event:
it blocks my port 8, 1573.
how to configure this problem
thanks?
Dan Mitchell - 22 Oct 2005 00:55 GMT
> When I want to use this LookupAccountSid to get domainname,
> It give me a error:1722 means: server setting error.
> I know the firewall block me.
> when I check server firewall event:
> it blocks my port 8, 1573.
> how to configure this problem
I'd guess LookupAccountSid is going to use general RPC to talk to the
server that knows which account is which, so you'd have to open whichever
ports RPC uses.
http://support.microsoft.com/default.aspx?scid=kb;en-us;294297 mentions
some of this stuff, but then I'm not sure why you're seeing port 1573
being used, that's not what that page suggests.
You'd probably be better off asking this question in
microsoft.public.win32.programmer.kernel, it's not really exchange-
specific.
-- dan