Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siemens TP1200 v14 -- OPCUA Stack v1.5.374.126 #2866

Open
1 of 5 tasks
MoxxxIT opened this issue Nov 8, 2024 · 5 comments
Open
1 of 5 tasks

Siemens TP1200 v14 -- OPCUA Stack v1.5.374.126 #2866

MoxxxIT opened this issue Nov 8, 2024 · 5 comments
Assignees

Comments

@MoxxxIT
Copy link

MoxxxIT commented Nov 8, 2024

Type of issue

  • Bug
  • Enhancement
  • Compliance
  • Question
  • Help wanted

Current Behavior

OpcFoundation version:1.5.374.126
DataAccess Client, after success connection to OPCUA Server, on variables subscription, with:


ManufactureName: Siemens AG
ProductName: WinCC RT Comfort Panel
SoftwareVersion: V14
ProductUri :urn:Siemens:Automation:WinCC:PanelRT


reports this errors in the log file (Quickstarts.DataAccessClient.log.txt, TraceMasks:1):

11/08/2024 08:08:14.560 A smaller minLifetimeInterval 10000ms than session timeout 60000ms configured for subscription 0.
11/08/2024 08:08:14.562 Lifetime 10000ms configured for subscription 0 is less than session timeout 60000ms.
11/08/2024 08:08:15.626 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

11/08/2024 08:08:15.636 Publish OPCFoundation/UA-.NETStandard-Samples#2, Reconnecting=False, Error: Unexpected error processing response.
11/08/2024 08:08:15.638 PUBLISH OPCFoundation/UA-.NETStandard-Samples#2 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

11/08/2024 08:08:21.921 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=864'.'

11/08/2024 08:08:28.812 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

11/08/2024 08:08:28.812 Publish OPCFoundation/UA-.NETStandard-Samples#15, Reconnecting=False, Error: Unexpected error processing response.
11/08/2024 08:08:28.812 PUBLISH OPCFoundation/UA-.NETStandard-Samples#15 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

11/08/2024 08:08:29.824 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

11/08/2024 08:08:29.824 Publish OPCFoundation/UA-.NETStandard-Samples#16, Reconnecting=False, Error: Unexpected error processing response.
11/08/2024 08:08:29.825 PUBLISH OPCFoundation/UA-.NETStandard-Samples#16 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

11/08/2024 08:08:30.834 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

11/08/2024 08:08:30.835 Publish OPCFoundation/UA-.NETStandard-Samples#17, Reconnecting=False, Error: Unexpected error processing response.
11/08/2024 08:08:30.835 PUBLISH OPCFoundation/UA-.NETStandard-Samples#17 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'
...............................

Expected Behavior

No response

Steps To Reproduce

  1. Compile the Samples Stack;
  2. Connect to Siemens TP1200 HMI with software;
  3. Subscribe to a variable.

Environment

- OS:Windows 10/11
- Environment:Microsoft Visual Studio Community 2022 (64 bit) Versione 17.11.5
- Runtime:.NET 4.8.1
- Nuget Version:
- Component:Opc.Ua.Core
- Server:Siemens AG WinCC RT Comfort Panel V14
- Client: Quickstarts.DataAccessClient

Anything else?

No response

@MoxxxIT
Copy link
Author

MoxxxIT commented Nov 12, 2024

Found it on another post:
"The problem seems to be that some servers (in my case a very old version of a Siemens OPCUA server running on a HMI Panel) do not compute the length of the DataChangeNotification body as it can be decoded without the length (it is not free-length, and UAExpert has no issue in decoding it). These servers just fill the field with 0xFFFFFFFF"

@mregen mregen transferred this issue from OPCFoundation/UA-.NETStandard-Samples Nov 28, 2024
@mregen
Copy link
Contributor

mregen commented Nov 28, 2024

Could you provide a Wireshark log of the data change notification? Then we can check which fields need to be adjusted.
(Please no security).

@mregen mregen assigned salihgoncu and unassigned EthanChangAED Nov 28, 2024
@MoxxxIT
Copy link
Author

MoxxxIT commented Nov 28, 2024

Could you provide a Wireshark log of the data change notification? Then we can check which fields need to be adjusted. (Please no security).

I recive no change notification, the issue happens after subscription:

11/08/2024 08:08:28.812 PUBLISH OPCFoundation/UA-.NETStandard-Samples#15 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

this error stop the variable subscription event so there is no change event.

@salihgoncu
Copy link
Contributor

Hello,
Then, please record the wireshark tracing for the whole operation, starting from the creation of the session, until the error. We need that trace to understand what is actually being passed.

Best Regards,
S.

@MoxxxIT
Copy link
Author

MoxxxIT commented Nov 28, 2024

************************* Logging started at 11/28/2024 16:32:57
11/28/2024 16:33:00.813 ChannelId 0: Token #0 created. CreatedAt=15:33:00.813. Lifetime=3600000.
11/28/2024 16:33:00.828 Security Policy: http://opcfoundation.org/UA/SecurityPolicy#None
11/28/2024 16:33:00.828 Sender Certificate: (none)
11/28/2024 16:33:00.847 SECURE CHANNEL CREATED [UA.NETStandard ClientChannel UA-TCP 1.5.374.126] [ID=23265] Connected To: opc.tcp://192.168.0.2:4870/ [None/None/Binary]
11/28/2024 16:33:00.850 ChannelId 23265: Token #1 activated. CreatedAt=15:33:00.813. Lifetime=3600000.
11/28/2024 16:33:00.852 ChannelId 23265: Token Expiry 11/28/2024 16:33:00, renewal scheduled in 2699970 ms.
11/28/2024 16:33:00.881 ChannelId 23265: CLIENTCHANNEL SOCKET CLOSED: 00BF7771
11/28/2024 16:33:00.912 Deprecated Security Policy Basic128Rsa15 requested - Not recommended.
11/28/2024 16:33:00.939 ChannelId 0: Token #0 created. CreatedAt=15:33:00.939. Lifetime=3600000.
11/28/2024 16:33:00.939 Security Policy: http://opcfoundation.org/UA/SecurityPolicy#None
11/28/2024 16:33:00.939 Sender Certificate: (none)
11/28/2024 16:33:00.939 SECURE CHANNEL CREATED [UA.NETStandard ClientChannel UA-TCP 1.5.374.126] [ID=23266] Connected To: opc.tcp://192.168.0.2:4870/ [None/None/Binary]
11/28/2024 16:33:00.939 ChannelId 23266: Token #1 activated. CreatedAt=15:33:00.939. Lifetime=3600000.
11/28/2024 16:33:00.939 ChannelId 23266: Token Expiry 11/28/2024 16:33:00, renewal scheduled in 2699999 ms.
11/28/2024 16:33:00.956 Revised session timeout value: 60000.
11/28/2024 16:33:00.956 Max response message size value: 4194304. Max request message size: 0
11/28/2024 16:33:00.956 Server signature is null or empty.
11/28/2024 16:33:01.188 Failed to read operation limits from server. Using configuration defaults.
InvalidCastException 'Cast specificato non valido.'

========================================
Id: Bad
Description: [InvalidCastException] Cast specificato non valido.

Cast specificato non valido.
--- in Opc.Ua.Client.Session.d__324.MoveNext()
========================================

11/28/2024 16:33:01.200 Deprecated Security Policy Basic128Rsa15 requested - Not recommended.
11/28/2024 16:33:02.025 ManagedBrowse failed
BadTooManyOperations 'BadTooManyOperations'

========================================
Id: BadTooManyOperations
Description: BadTooManyOperations

BadTooManyOperations
--- in Opc.Ua.ClientBase.ValidateResponse(ResponseHeader header)
--- in Opc.Ua.SessionClient.d__46.MoveNext()
--- --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
--- in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- in Opc.Ua.SessionClientBatched.d__13.MoveNext()
--- --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
--- in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- in Opc.Ua.Client.Session.d__331.MoveNext()
--- --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
--- in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- in Opc.Ua.Client.Session.d__335.MoveNext()
--- --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
--- in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- in Opc.Ua.Client.Session.d__333.MoveNext()
========================================

11/28/2024 16:33:02.048 A smaller minLifetimeInterval 10000ms than session timeout 60000ms configured for subscription 0.
11/28/2024 16:33:02.048 Lifetime 10000ms configured for subscription 0 is less than session timeout 60000ms.
11/28/2024 16:33:02.048 Adjusted LifetimeCount from value=10, to value=30, for subscription 0.
11/28/2024 16:33:02.056 For subscription 1, Lifetime count was revised from 10 to 30
11/28/2024 16:33:03.131 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:03.131 Publish #2, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:03.131 PUBLISH #2 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:04.132 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:04.132 Publish #3, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:04.132 PUBLISH #3 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:05.152 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:05.152 Publish #4, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:05.152 PUBLISH #4 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:06.163 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:06.165 Publish #5, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:06.165 PUBLISH #5 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:07.176 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:07.177 Publish #6, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:07.177 PUBLISH #6 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:08.181 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:08.181 Publish #7, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:08.181 PUBLISH #7 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:09.200 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:09.201 Publish #8, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:09.202 PUBLISH #8 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:10.216 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:10.216 Publish #9, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:10.216 PUBLISH #9 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:11.225 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:11.225 Publish #10, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:11.225 PUBLISH #10 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:12.229 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:12.243 Publish #11, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:12.243 PUBLISH #11 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:13.250 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:13.250 Publish #12, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:13.250 PUBLISH #12 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:14.265 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:14.265 Publish #13, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:14.265 PUBLISH #13 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:15.273 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:15.273 Publish #14, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:15.273 PUBLISH #14 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:16.285 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:16.285 Publish #15, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:16.285 PUBLISH #15 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:17.303 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:17.303 Publish #16, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:17.303 PUBLISH #16 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:18.314 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:18.314 Publish #17, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:18.314 PUBLISH #17 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:19.330 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:19.330 Publish #18, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:19.330 PUBLISH #18 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:20.342 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:20.342 Publish #19, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:20.343 PUBLISH #19 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:21.345 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:21.345 Publish #20, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:21.345 PUBLISH #20 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:22.362 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:22.362 Publish #21, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:22.362 PUBLISH #21 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:23.365 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:23.380 Publish #22, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:23.380 PUBLISH #22 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:24.392 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:24.393 Publish #23, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:24.393 PUBLISH #23 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:25.403 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:25.403 Publish #24, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:25.403 PUBLISH #24 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:26.410 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:26.410 Publish #25, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:26.410 PUBLISH #25 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

11/28/2024 16:33:27.426 Unexpected error processing response.
BadDecodingError 'Cannot determine length of unknown extension object body with type 'i=811'.'

========================================
Id: BadDecodingError
Description: Cannot determine length of unknown extension object body with type 'i=811'.

Cannot determine length of unknown extension object body with type 'i=811'.
--- in Opc.Ua.BinaryDecoder.ReadExtensionObject()
--- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName)
--- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.PublishResponse.Decode(IDecoder decoder)
--- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType)
--- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess)
--- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment`1 messageChunk)
========================================

11/28/2024 16:33:27.426 Publish #26, Reconnecting=False, Error: Unexpected error processing response.
11/28/2024 16:33:27.426 PUBLISH #26 - Unhandled error BadDecodingError during Publish.
BadDecodingError 'Unexpected error processing response.'

========================================
Id: BadDecodingError
Description: Unexpected error processing response.

Unexpected error processing response.
--- in Opc.Ua.Bindings.ChannelAsyncOperation1.End(Int32 timeout, Boolean throwOnError) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.EndSendRequest(IAsyncResult result) --- in Opc.Ua.SessionClient.EndPublish(IAsyncResult result, UInt32& subscriptionId, UInt32Collection& availableSequenceNumbers, Boolean& moreNotifications, NotificationMessage& notificationMessage, StatusCodeCollection& results, DiagnosticInfoCollection& diagnosticInfos) --- in Opc.Ua.Client.Session.OnPublishComplete(IAsyncResult result) === Id: BadDecodingError Description: Cannot determine length of unknown extension object body with type 'i=811'. Cannot determine length of unknown extension object body with type 'i=811'. --- in Opc.Ua.BinaryDecoder.ReadExtensionObject() --- in Opc.Ua.BinaryDecoder.ReadExtensionObjectArray(String fieldName) --- in Opc.Ua.NotificationMessage.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.PublishResponse.Decode(IDecoder decoder) --- in Opc.Ua.BinaryDecoder.ReadEncodeable(String fieldName, Type systemType, ExpandedNodeId encodeableTypeId) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Type expectedType) --- in Opc.Ua.BinaryDecoder.DecodeMessage(Stream stream, Type expectedType, IServiceMessageContext context) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ParseResponse(BufferCollection chunksToProcess) --- in Opc.Ua.Bindings.UaSCUaBinaryClientChannel.ProcessResponseMessage(UInt32 messageType, ArraySegment1 messageChunk)
========================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants