Resolution 1
Make sure that the logged on user who runs the wizard has DBO access to the database.
Resolution 2
The data types that are listed in the "Cause" section are new data types in SQL Server 2005. When the database table contains a column that has one of these data types, do not use the SQL adapter in BizTalk Server to insert data into the database table. Additionally, do not use the SQL adapter in BizTalk Server to retrieve data from the database table.
Resolution 3
Reregister the Microsoft.BizTalk.Adapter.SQL COM+ application by using the Regsvcs.exe utility. On a computer that has Microsoft Visual Studio installed, follow these steps:
- Open the Visual Studio command window, and then locate the BizTalk installation folder.
Note By default, BizTalk Server 2006 is installed in the C:\Program Files\Microsoft BizTalk Server 2006 folder. BizTalk Server 2004 is installed in the C:\Program Files\Microsoft BizTalk Server 2004 folder. - Register the following DLLs. To do this, follow these steps:
- Type regsvcs Microsoft.BizTalk.Adapter.SQL.dll , and then press ENTER.
- Type regsvcs Microsoft.BizTalk.Adapter.SQLAdmin.dll, and then press ENTER.
- Type regasm /codebase Microsoft.BizTalk.Adapter.SQLAdmin.dll , and then press ENTER.
The Regsvcs.exe utility is located in the \WINNT\Microsoft.NET\Framework\
Framework Version folder. For more information about Regsvcs.exe, refer to the Microsoft .NET Framework Software Development Kit (SDK) documentation or visit the following Microsoft Developer Network (MSDN) Web site: