Idempiere UpdateAction webservice is returning error message: cannot set column message

180 views Asked by At

I created a webservice to update a column value in a table. While calling it using SOAP request xml, getting error message like: Cannot set value of column.

For users table, I am able to call similar webservice without any issue. But, this issue is coming with particular table. In which case, this message might come? Cannot set value of column.

2

There are 2 answers

2
CarlosRuiz On

Check the log on the server, the cause of that failure is logged in SEVERE level.

0
deepakpansheriya On

This exception if you are using non supported value. If your field is boolean type then use Y or N as value.