Hi
i am using biztalk server 2009. and Biztalk adapter for host system 2.0. I want to call DB2stored procedure from biztalk application . for that i am using DB2 adapter. In Db2 schema generation wizard, i have given all the credentials and tried connecting
,i got connection successful, but when trying to retrive the stored procedure( basically the next step after test connection), i am getting "Internal libarary error". What will be cause for this.
So i tried using the C# but then when i use
IBMDA400 provider i got values. but
DB2OLEDB provider i m getting different charecter as out put.
Can anyone help on this?