View Issue Details

IDProjectCategoryView StatusLast Update
0007813CTT UA Scripts1 - Script Issuepublic2022-10-12 16:03
ReporterSuciu Mircea Adrian Assigned ToPaul Hunkar  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0007813: Alarms and Conditions -> A and C Acknowledge -> Err_008.js expects probably wrong error code
Description

Alarms and Conditions -> A and C Acknowledge -> Err_008.js expects probably wrong error code Bad_NodeIdUnknown.
This somehow implies that the ObjectId provided is not valid (spec "Used to indicate that the specified Object is not valid."), but in our case ConditionType allbeit a Type and not an Object is valid.
Since the specification allows calling methods on types and ConditionType does not contain the Acknowledge method shouldn't the error be Bad_MethodInvalid (spec "The method id does not refer to a Method for the specified Object) ?

Steps To Reproduce

Run against Softing opc ua .net standard SDK - Sample Server

TagsAlarms, Certification
Files Affected

Activities

Paul Hunkar

2022-03-03 16:33

administrator   ~0016165

Last edited: 2022-10-07 16:32

This test case has been updated in the 401 release - the correct error is Bad_NodeIdInvalid - the test case is checking that the call service for the acknowledge method can not be called with an objectId, that is not an Object or a ConditionId in the address space.

Paul Hunkar

2022-03-03 16:57

administrator   ~0016166

Additional clarification to the spec will be provided (the well known nodeid is not invalid in the call) - not a script issue

Paul Hunkar

2022-10-12 16:03

administrator   ~0018006

Review in call, agree it was a no fix

Issue History

Date Modified Username Field Change
2022-02-28 15:17 Suciu Mircea Adrian New Issue
2022-02-28 15:17 Suciu Mircea Adrian Tag Attached: Certification
2022-02-28 15:25 Suciu Mircea Adrian Tag Attached: Alarms
2022-03-03 16:33 Paul Hunkar Note Added: 0016165
2022-03-03 16:57 Paul Hunkar Assigned To => Paul Hunkar
2022-03-03 16:57 Paul Hunkar Status new => resolved
2022-03-03 16:57 Paul Hunkar Resolution open => no change required
2022-03-03 16:57 Paul Hunkar Fixed in Version => 1.04.09.401
2022-03-03 16:57 Paul Hunkar Note Added: 0016166
2022-08-02 20:03 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2022-10-07 16:32 Paul Hunkar Note Edited: 0016165
2022-10-12 16:03 Paul Hunkar Status resolved => closed
2022-10-12 16:03 Paul Hunkar Fixed in Version 1.04.09.401 =>
2022-10-12 16:03 Paul Hunkar Note Added: 0018006