Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Error message when you try to access a mailbox by using a MAPI CDO-based application in Exchange Server 2003 Service Pack 2: "0x8004011D: Fail on Provider"


View products that this article applies to.

Symptoms

You try to access a mailbox on a computer that is running Microsoft Exchange Server 2003 Service Pack 2 (SP2) by using a MAPI Collaboration Data Objects (CDO)-based application. When you do this, you may receive the following error message:
0x8004011D: Fail on Provider

↑ Back to the top


Resolution

Update information

The following file is available for download from the Microsoft Download Center:
Download the ExchangeMapiCdo.exe package now. Release Date: December 13, 2007

For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591� How to obtain Microsoft support files from online services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.

Prerequisites

Make sure that the following products are not installed:
  • Microsoft Outlook
  • Microsoft Exchange Server 2003 or an earlier version of Microsoft Exchange Server
You cannot install this software update on a system on which these products are installed.

Restart requirement

You do not have to restart the computer after you apply this software update.

Update replacement information

This software update does not replace a previously released software update.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

Steps to reproduce the problem

The following procedure shows how a CDO-based application whose version is 06.05.7888 may cause this problem:
  1. Create a mailbox on a server that is running Exchange Server 2003.
  2. Create a session, and then use a CDO-based application to log on to the mailbox by using a temporary profile that uses any language. For example, use the following script.
    Dim objSession 'as Mapi.Session����  
    Dim objmessages 'as Messages 
    Dim objinboxfolder 'as Folder 
    Dim strProfileinfo 'as string 
    ��  
    Set objSession = CreateObject("MAPI.Session") 
    objSession.Logon ,,true,true,,true,"<servername>" & vbLf & "<mailbox>" 
    �������  
    Set objinboxfolder = objSession.Inbox 
    Set objmessages = objinboxfolder.Messages 
    ���  
    msgbox "Inbox message count: " & objmessages.count 
    �������  
    'End the session 
    objSession.Logoff
    
  3. Try to obtain a folder by using the GetInbox method or by using the GetDefaultFolder method.
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
824684� Description of the standard terminology that is used to describe Microsoft software updates
817903� New naming schema for Exchange Server software update packages

↑ Back to the top


Keywords: KB932985, kbfix, kbexpertiseinter, atdownload

↑ Back to the top

Article Info
Article ID : 932985
Revision : 1
Created on : 2/21/2008
Published on : 2/21/2008
Exists online : False
Views : 200