简体   繁体   English

Idempiere UpdateAction webservice 正在返回错误消息:无法设置列消息

[英]Idempiere UpdateAction webservice is returning error message: cannot set column message

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.使用 SOAP 请求 xml 调用它时,收到如下错误消息:无法设置列的值。

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.无法设置列的值。

检查服务器上的日志,该故障的原因记录在 SEVERE 级别。

This exception if you are using non supported value.如果您使用不受支持的值,则会出现此异常。 If your field is boolean type then use Y or N as value.如果您的字段是布尔类型,则使用 Y 或 N 作为值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM