Hi,
We had a problem where the either the channel name in kepware or the entire server name changed. This caused the existing bindings with the tags to be become unuseful.
Is there any way we can modify the bindings programmatically or do some kind of 'find and replace.
You could try to iterate all RemoteThings and use their GetRemotePropertyBinding service to get the binding. You can use SetRemotePropertyBinding to change it.