Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP CDO
|
ASP CDO As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP CDO section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 27th, 2003, 07:07 AM
Registered User
 
Join Date: Sep 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default [Collaboration Data Objects - [MAPI_E_NOT_.. ??

Hi!

I have a problem I cant soulve.

The problem is as follows;
When Im trying to login to a Exchange Server 2000
using CDO and ASP this error occurs;

[Collaboration Data Objects - [MAPI_E_NOT_FOUND
(8004010F)]]

The error is on this line;

objCurSession.Logon "Frej", "frej", True, True, 0, False,
strPInfo

the strPInfo is this;
strPInfo = "193.168.100.3" & VbLf & "frej"

the username and everyting is right but it cant find the
MAPI.

When I check the WIN.INI file it shows;
[MAIL]
MAPI=1

And I have the CDO.DLL file, version: 6.0.4417.0
It was installed there when I installed Exchange Server
2000.

The Server is a Windows 2000 Server
and I have Exchange Server 2000 installed.

Anyone recognice this problem?
Someone have some error searching steps to provide or something?

Thankful for any help.

//Frej Norling

 
Old November 4th, 2003, 11:46 PM
Registered User
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Locate cdo.dll and register it using regsvr32.dll. If it doesn't, then you might have to install CDO again. Also, check the permissions on cdo.dll.

 
Old August 11th, 2004, 04:44 AM
Registered User
 
Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to waqasj
Default

Hi guyz:
i m facing the same problem.
can anyone advise? plz do.

regards,
W J
[email protected]

Thanx and Regards.

WJ
P.S. A candle loses nothing by lighting another candle.
 
Old December 20th, 2004, 08:24 AM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am also having the same problem , while trying to log on to my exchange server to access / read the mails from the inbox from an ASP page. The Exchange Server and the ( MS Outlookl & IIS 5 ) are on separate servers.

the asp code is

strProfileInfo = strServer & vblf & strProfileName
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "","","", False,"", True, strProfileInfo

I got the following error message in the 3rd line:

"Collaboration Data Objects error '000043ed'
[ - [(80004005)]] "

Should I create a profile for the user in the MSoutlook in the
server. Please let me know how to make it work ?








Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot data: Linq to Objects jimibt BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 September 22nd, 2008 01:22 PM
paging through data - Data Access Objects fedoracore PHP Databases 0 November 28th, 2006 07:54 PM
Active Directory and SQL Server Collaboration Belzemus C# 1 January 6th, 2006 11:30 AM
Collaboration Data Objects error '000043ed' krithi BOOK: ASP.NET Website Programming Problem-Design-Solution 1 December 20th, 2004 06:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.