Hi To all, I have developed an application Ussing Delphi 5. That Use the
MAPI, to replicate Some information From the Calendar of Exchange (Task And
Appointments) with another application.
At the moment (with Windows AS 2000, Exchange 5.0 and EXchange 2003) I was
working fine.
But Now I have some problems with Windows 2003 and Exhcange 2003.
I have this error
You dont have permission to log on. [Microfost Exchange Server Information
Store - [MAPI_E_FAILONEPROVIDER(8004011D)]]
In that Line
fSession.GetDefaultFolder(CdoDefaultFolderTasks)
At the moment This are returning the folder.
The application Is running in the same Place where is installed Exchange,
and Running with Administrator Rights.
the application have the abillity to Get more than one user (any user with
an Calendar, or Mailbox in exchage) But right now Only works with the
Administrator Account.
Some Idea how to Give the Comple Access to the Information Stored?
Thanks And Regards.
Santiago.
Holger Jatsch - 24 Jul 2008 11:05 GMT
Hi Santiago,
basically the error just says you have insufficient permissions to log
on to the mailbox. Use a tool like ADSIedit to check if you have
Receive-As and Send-As permissions on the information store. Check the
effective permissions as well. Are you running the tool with a domain
admin account? By default they have an explicit deny for Receive-As and
Send-As on the Exchange Organization.
Kind regards
Holger
> Hi To all, I have developed an application Ussing Delphi 5. That Use the
> MAPI, to replicate Some information From the Calendar of Exchange (Task And
[quoted text clipped - 28 lines]
>
> Santiago.