View Issue Details

IDProjectCategoryView StatusLast Update
0008177Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2022-08-04 14:41
ReporterJunaid M Assigned ToPaul Hunkar  
PriorityhighSeverityminorReproducibilityN/A
Status closedResolutionno change required 
Product Version1.04.09.401 
Summary0008177: Failing tests under Conformance Units > Monitor Items Service
Description

Hi Team,

As we continue to validate our OPCUA Server using CTT tool, following tests under Conformance Units > Monitor Items Service > Monitored Items Deadband Filter > 7.js, 8.js, 9.js fails as it tries to write onto OPCUA item/node provided. As our OPCUA Server is just exporter and works as READ-ONLY OPC UA the Write operations are not supported. Currently server returns BadNothingToDo on Write request, is it correct expectation? However we believe they should be skipped or is there any way we can ignore this ?

TagsNo tags attached.
Files Affected

Activities

Paul Hunkar

2022-08-04 14:41

administrator   ~0017272

These all appear to be server issues.
The CTT handles items that are read only correctly - if the attribute on the node indicate that it is read only - please check your server. Also the return code for attempting to write to a read only item is not BadNothingToDo , the actual error code will depend on if it is not writeable to all (Bad_NotWriteable), or if it is not writeable to the current user then it is Bad_UserAccessDenied (note this requires that there is a user that can write)

Mantis is for reporting problem please use the Forum for general questions on OPC UA

Paul Hunkar

2022-08-04 14:41

administrator   ~0017273

discussed in CTT call - agreed to close

Issue History

Date Modified Username Field Change
2022-08-01 05:10 Junaid M New Issue
2022-08-04 14:41 Paul Hunkar Assigned To => Paul Hunkar
2022-08-04 14:41 Paul Hunkar Status new => resolved
2022-08-04 14:41 Paul Hunkar Resolution open => no change required
2022-08-04 14:41 Paul Hunkar Note Added: 0017272
2022-08-04 14:41 Paul Hunkar Status resolved => closed
2022-08-04 14:41 Paul Hunkar Note Added: 0017273