| Timo Wille 2006-05-11, 7:13 pm |
| hi,
i'm working on tutorial 4 of biztalk server 2006. currently i'm trying to
deploy the partner1 profile to biztalk server and setup the global port.
after entering all the information exactly as written in the tutorial i get a
sharepoint error message:
Failed to deploy partner, 'Partner1'. Unable to cast COM object of type
'System.__ComObject' to interface type 'ADODB.Fields'. This operation failed
because the QueryInterface call on the COM component for the interface with
IID '{00000564-0000-0010-8000-00AA006D2EA4}' failed due to the following
error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A
(TYPE_E_CANTLOADLIBRARY)).
there are also two error entries in the servers application log:
1.:
Failed to deploy partner, 'Partner1'.
System.InvalidCastException: Unable to cast COM object of type
'System.__ComObject' to interface type 'ADODB.Fields'. This operation failed
because the QueryInterface call on the COM component for the interface with
IID '{00000564-0000-0010-8000-00AA006D2EA4}' failed due to the following
error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A
(TYPE_E_CANTLOADLIBRARY)).
at Microsoft.BizTalk.KwTpm.TpmBizTalkServerMgr.DeployPartner(TpmPartner
partner, String bizTalkName, XmlNamespaceManager namespaceMgr, Boolean
ignoreErrors)
at Microsoft.BizTalk.KwTpm.TpmWebService.DeployPartner(String partnerId,
String bizTalkRegistrationName)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
2.:
Failed to deploy partner, 'Partner1'.
Unable to cast COM object of type 'System.__ComObject' to interface type
'ADODB.Fields'. This operation failed because the QueryInterface call on the
COM component for the interface with IID
'{00000564-0000-0010-8000-00AA006D2EA4}' failed due to the following error:
Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A
(TYPE_E_CANTLOADLIBRARY)).
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
could anybody help me? i googled already for this issue, but i can't find a
solution.
thank u in advance,
timo
|