2011-01-13 76 views
1

有沒有人有處理DB2存儲過程的經驗,這些存儲過程需要一個CLOB輸入參數並從BizTalk調用該存儲過程?BizTalk和DB2 CLOB

我試圖更改架構類型stringbase64binaryhexbinarybyte,但無論怎樣我得到這個錯誤:

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

回答

0

這可能是正在創建的參數的方式,以什麼順序。看看here。它們中的任何一個是空還是空?

+0

所有的參數都是按順序排列並且具有正確的值。在我發送消息之前,我輸出消息XML,並驗證了這一點。 – Stephanie