2 Replies Latest reply on Aug 20, 2013 7:57 PM by shawkins

    question regaring to "The length of the Procedure parameter"

    katherine

      Hi,

       

      I wrote a procedure in my view model. The procedure takes a "blob" data type as input parameter.

       

      I was testing my code and noticed that when the input blob contains 20000 of double precision values, executing the procedure throws exceptions:

       

       

      org.teiid.core.TeiidComponentException : TEIID20013 java.net.SocketException: Connection reset by peer: socket write error.

       

       

      if I change the input blob to contains only 1000 of double precision values, it works fine.

      In my view model, I set the "Length" of the procedure parameter to 2000000000. What is the unit of the length?

      What is the maximum length of the "blob" data type that Teiid allows?

      Can someone help me on this?

      Thank you.

      Katherine