10/10/2023
Hello,everyone.
I have a case where an OPC UA server sends a ServiceFault with the message BadNoSubscription 0x80790000.
About 10 minutes before the message appeared, a RepublishRequest to the server and a RepublishResponse from the server were output only once.
After that, publishRequest and publishResponse are exchanged for 10 minutes, but a ServiceFault is returned for publishRequest.
Please let me know if you have any insight as to the cause of this.
Moderators-Specifications
Moderators-Companion
Moderators-Implementation
Moderators-Certification
Moderators-COM
02/24/2014
Remember that you can queue up multiple PublishRequests, so the server can dequeue the request and send a response when needed (typically more then one are queued, are you queueing more than one?). These PublishRequests are share between all subscription on a session.
Do you have the settings used for the Subscription? Publishing interval? keepalive?
Paul Hunkar - DSInteroperability
05/30/2017
Are you using the code from: https://github.com/OPCFoundati.....ETStandard?
Then it should be doing things properly on the client side when it comes to sending publish requests.
You need to check the parameters, such as CurrentLifetime, returned from the server after the subscription is created.
1 Guest(s)