Exchange 2010 - Exchange MAPI连接问题

时间:2010-04-07 13:24:16

标签: mapi exchange-server exchange-server-2010 rdo outlook-redemption

我有一个Exchange 2000/2003/2007的软件解决方案,现在希望在2010年之后。该软件在服务器上运行并使用Exchange MAPI通过RDO来交换服务器,检索邮箱内的电子邮件

在Exchange 2000/2003/2007上一切正常,但2010年不会让步。尝试访问邮箱时继续收到此错误(在调用Session.getSharedMailbox - RDO lib时):

10:35:31:865       11932    Error in   IMAPISession::OpenMsgStore(pbExchangeProviderPrimaryUserGuid): MAPI_E_FAILONEPROVIDER
ulVersion: 0
Error: The Microsoft Exchange Server computer is not available.  Either there are network problems or the Microsoft Exchange Server computer is down for maintenance.
Component: Microsoft Exchange Server Information Store
ulLowLevelError: 0
ulContext: 1318 (MAPI_E_FAILONEPROVIDER)

从错误看来,交换服务器似乎已关闭,但事实并非如此,我可以从outlook访问一切。 我已经向RDO的开发人员介绍了我的案例,我们仍然在通信,但我只是认为这可能是一些新的Exchange 2010功能或架构更改或MAPI更改可能导致这种情况?除了在邮箱上启用MAPI并提供对运行该软件的帐户的访问权限之外,还需要配置一些东西吗?

有没有遇到过类似的东西?任何帮助将非常感激。

编辑:如果我在此计算机上安装Outlook(因此用Outlook MAPI替换Exchange MAPI)一切正常,这告诉我问题是Exchange MAPI?任何MS Exchange Devs on SO?

1 个答案:

答案 0 :(得分:0)

原来我需要将以下注册表项设置为1:

SOFTWARE \ Wow6432Node \ Microsoft \ Windows Messaging Subsystem \ CDO \ Ignore No PF

有关详细信息,请参阅This blog post

相关问题