The information in this article applies to:
SYMPTOMS
Any attempt, by an application, to access the contents table of a non-
replicated Public Folder (PF) will fail and return an error code
80004005 when using the Microsoft Exchange Software Development Kit
(SDK) sample gateway code (and perhaps other components as well).
CAUSE
Enumerating the local folder hierarchy table will result in success
because of the public folder heirarchy replication, however, when
the application makes the call to lpfolder->GetcontentsTable() to
retrieve a table containing the messages in the folder, the Microsoft
Exchange Server will return a failure meaning that the content hasn't
been replicated. In some cases, where public folder affinity is
enabled, the local Server will attempt to return the content from
another Server. If the account that the application (or connector) is
using does not have permissions to access the folder, this call will
fail as well. This is the case with the GWSample code that creates an
account that will not be able to access the resource.
RESOLUTION
The problem can be resolved by replicating the folder on the local
store. If you need to access a PF on a remote Server, the problem can
also be resolved by writing a MAPI application that uses a normal
user's profile and perform these functions as a Windows NT service.
Additional query words: replica PF
Keywords : XFOR exc4 exc5 exc55 |
Last Reviewed: December 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |