Scott Townsend
2007-07-25 21:12:50 UTC
We have an Application running on a SQL Server that opens up users mailboxes
and adds appointments to their calendars. It works great and has been for
years.
We are in the process of migration to Exchange 2007. We moves some
mailboxes over to the 2007 Server and now the Application cant access the
mailboxes that we moved to the new Server. The user that the Code is
running on has been given Full Control to all Mailboxes. It is listed as an
Administrator in the Exchange Admins Org Config.
The command I'm executing is:
Set objTopFolder = objInfoStore.RootFolder
The Error I'm getting is:
Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump
Step Error Description:The number of failing rows exceeds the maximum
specified. (Microsoft Data Transformation Services (DTS) Data Pump
(80020101): Error Code: 1285
Error Source= Collaboration Data Objects
Error Description: [Collaboration Data Objects -
[MAPI_E_FAILONEPROVIDER(8004011D)]] Error on Line 95)
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0
Where do I go from here?
and adds appointments to their calendars. It works great and has been for
years.
We are in the process of migration to Exchange 2007. We moves some
mailboxes over to the 2007 Server and now the Application cant access the
mailboxes that we moved to the new Server. The user that the Code is
running on has been given Full Control to all Mailboxes. It is listed as an
Administrator in the Exchange Admins Org Config.
The command I'm executing is:
Set objTopFolder = objInfoStore.RootFolder
The Error I'm getting is:
Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump
Step Error Description:The number of failing rows exceeds the maximum
specified. (Microsoft Data Transformation Services (DTS) Data Pump
(80020101): Error Code: 1285
Error Source= Collaboration Data Objects
Error Description: [Collaboration Data Objects -
[MAPI_E_FAILONEPROVIDER(8004011D)]] Error on Line 95)
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0
Where do I go from here?