OPC UA Clint Warning BadTooManyOperations

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
4 posts • Page 1 of 1
chandra
Posts: 32
Joined: Fri Oct 06, 2017 12:25 pm

OPC UA Clint Warning BadTooManyOperations

Post 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
Attachments
OPC_UA_CLINT.JPG

User avatar
alug
Posts: 42
Joined: Mon Oct 18, 2010 11:00 am

Re: OPC UA Clint Warning BadTooManyOperations

Post 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

chandra
Posts: 32
Joined: Fri Oct 06, 2017 12:25 pm

Re: OPC UA Clint Warning BadTooManyOperations

Post by chandra »

Dear Andreas Lugbauer,

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

User avatar
alug
Posts: 42
Joined: Mon Oct 18, 2010 11:00 am

Re: OPC UA Clint Warning BadTooManyOperations

Post 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

Post Reply
4 posts • Page 1 of 1