Update of object '<object>' failed – IDEC WindSRV User Manual

Page 141

Advertising
background image

140

www.kepware.com

KEPServerEX5 Help

Source:

Runtime

Possible Cause:

The client application sent a write to an item and it was rejected.

Solution:

1. The tag may have Read/Write access in the server even though the device only allows reads. Verify that the item is
Read Only and change the access Writes in the server. Additionally, change the action in the connected client
application.
2. The server may have timed-out in demo mode. Save and then restart the server.

Update of object '<object>' failed

Error Type:

Warning

Source:

Runtime

Possible Cause:

An attempt was made to update an object in the project that is neither accessible nor available.

Solution:

Save the project to a different location.

Write request rejected on item reference '<item name>' since the device it belongs to
is disabled

Error Type:

Warning

Source:

Runtime

Possible Cause:

An attempt was made to write to a tag that is on a disabled device.

Solution:

Devices can be programmatically disabled, thus indicating to the server that it should not be communicated with at this
time. To enable it, write to the _Enabled system tag. Alternatively, check the Enable data collection check box in Device
Properties.

Write request rejected on Read Only item reference '<item name>'

Error Type:

Warning

Source:

Runtime

Possible Cause:

An attempt was made by the client application to write to a Read Only item.

Solution:

1. Change the tag's access to Read/Write (if supported).
2. Change the client application so that it does not attempt to write to the item.

Advertising