Have you verified that the issue is specifically with the WCF Oracle adapter calling the SP? For example, can you call the SP successfully outside of BizTalk? A good test would be to write a small C# app to call the SP, and run it from the BizTalk server. Can you access Oracle at all using the WCF adapter? For example, try calling another SP or just selecting some data from a table.
Yes, I can call the SP outside of Biztalk as well as I am able to call other SP’s the same way. it’s only this SP giving issues and that too the code of This SP is not visible to me… So can’t check the what’s in SP.
I suspect the issue is due to some SAVEPOINT created in SP and some exception occuring during execution.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.