Topic RSS18:23, EET
August 9, 2016
OfflineWhen doing an UaClient.writeAttribute for value attribute following exception occurs, will actual write was successful to the server 
com.prosysopc.ua.StatusException: Bad_InternalError (0x80020000) “An internal error occurred as a result of a programming or configuration error.” StatusCode=Bad_InternalError (0x80020000) “An internal error occurred as a result of a programming or configuration error.”
at com.prosysopc.ua.client.UaClient.checkOperationResult(Unknown Source)
at com.prosysopc.ua.client.UaClient.writeAttribute(Unknown Source)
I am using Prosys-OPC-UA-Java-SDK-Client-Server-Binary-2.2.6-708
Server seems to be based on UnifiedAutomation C++ SDK OPC UA Server 1.4.3
13:37, EET
April 17, 2013
OfflineHello,
According to the description, the server returns “Bad_InternalError” as the result of the write service. As you are writing a single attribute value with the UaClient.writeAttribute method, it’s easy to know that this single write request causes the error.
You should find out what’s going wrong in the server application. The error message only tells that something went wrong in the server and nothing more.

Log In
Register