If it really fails on the second line:

> Set objSession = CreateObject("MAPI.Session")

Then you have a configuration/installation problem on this machine.

I'd check if it has at least one of the following products installed:

Exchange 5.5 Server
Exchange 2000 Server
Exchange 5.5 Server OWA 

Or:

Outlook 98
Outlook 2000
Outlook 2002

Note that the latter two don't install CDO 1.21 by default and you have
to add it using a custom install.

<Siegfried />

> -----Original Message-----
> From: Kevin Derby [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 17, 2001 2:04 AM
> To: Exchange Discussions
> Subject: Slightly OT: ASP + MAPI.Session + 800a01ad error
> 
> I'm having a bear of a time tracking this one down.
> 
> The page works on the Exchange server, and on one remote box, but
doesn't
> on
> another.  I can't find any discrepancy between MAPI & CDO versions,
don't
> see any outstanding perm issues, and auditing doesn't seem to reveal
> anything.  It's probably a dll issue, but I'm not able to track it
down,
> and
> none of the usual sources of information seem to have anything (other
than
> a
> few other posts with no responses).
> 
> Using:
> 
> strProfileInfo = "server" & vbLF & "mailbox"
> Set objSession = CreateObject("MAPI.Session")
> objSession.Logon , , False, True, 0, True, strProfileInfo
> 
> the second line fails, so I don't think it's a login issue.
> 
> Has anyone solved this issue before?  Any insight?
> 
>     Kevin
> 
> _________________________________________________________________
> List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
> Archives:               http://www.swynk.com/sitesearch/search.asp
> To unsubscribe:         mailto:[EMAIL PROTECTED]
> Exchange List admin:    [EMAIL PROTECTED]

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to