c# - Cassandra NumberFormatException: Zero length BigInteger -
i have accountbalancedraft
table contains 10 columns along column amount
of type decimal
. when manually inserted data it, able retrieve using select
query. after when made patch update through c# amount
column, received following error
unable execute cql script on 'connection1': com.datastax.devcenter.cql.ui.jobs.executecqlscriptjobchangeadapter-java.lang.numberformatexception: 0 length biginteger
cassandra error screenshot:
the error occurs when try select amount
column.but when try select other columns, there no errors. resolved issue dropping , recreating table, cannot go option further.
ok.
as can see here positiveinteger attributes in webservice mapped text in outsystems. i'd when calling webservice not passing values these attributes when value expected in other side. if need send null instead of "" or "0" check topic , see send default value property input parameters of consumed soap web services.
Comments
Post a Comment