开发者

BizTalk and DB2 CLOB

Has anyone had experience dealing with DB2 stored procedures which take a CLOB input parameter and calling that stored procedure from BizTalk?

I've tried changing the schema开发者_StackOverflow中文版 type to string, base64binary, hexbinary, byte, but no matter what I get this error:

Error details: The parameter value for parameter 1 could not be converted to a native data type. Parameter Name: P_EML_BODY, Data Type: Long strings of input text<br> More long strings of input text <br>More long strings of input text, Value : CharForBit


It might be the way the parameters are being created and in what order. Take a look here. Are any of them null or empty?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜