Page 1 of 1

OPC UA Clint Warning BadTooManyOperations

Posted: Thu Oct 25, 2018 3:50 pm
by chandra
Dear All,

I am not able to select items from the OPC Server and I am getting a warning while browsing items from the server, Please check the attached image for more information.

Clint is connected to the OPC Server and status is Good, the OPC server is SIEMENS TP1200 Comfort HMI Panel and I am having 800 tags in it. Image

Re: OPC UA Clint Warning BadTooManyOperations

Posted: Fri Oct 26, 2018 7:18 am
by alug
Hallo,

it seems that the server is limited in the number of items possible in a read request.

You can reduce the number of items by setting the config entry maxItemsInRequest (default 1000)
in section [opcua]

Try e.g.
maxItemsInRequest = 100

and check if the error still appears

best regards

Andreas

Re: OPC UA Clint Warning BadTooManyOperations

Posted: Fri Oct 26, 2018 8:24 am
by chandra
Dear Andreas Lugbauer,

I have checked with maxItemsInRequest = 100 but still, I am facing the same error.

Re: OPC UA Clint Warning BadTooManyOperations

Posted: Tue Oct 30, 2018 6:59 am
by alug
Hallo,

have you also tried lower values than 100 ? Maybe 100 is still to high.
The limit should be in the server documentation

best regards

Andreas