Help with a problem that occured with database update

Either of these help?

https://community.safe.com/s/question/0D54Q000080hINk/the-incoming-tabular-data-stream-tds-remote-procedure-call-rpc-protocol-stream-is-incorrect

It looks like the error your SQL db is throwing back is The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 4 (""): The supplied value is not a valid instance of data type float. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:196) Might be worth making a post on dba.stackexcahnge or a similar database specific forum as this isn’t something Ignition is doing, but rather your db not liking something.

1 Like