View Issue Details

IDProjectCategoryView StatusLast Update
0004463Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-07-25 15:41
ReporterBernd Edlinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformPCOSWindowsOS Version8.1
Product Version1.03.341.383 
Target Version1.03Fixed in Version1.03.341.383 
Summary0004463: Base Info Core Structure/001.js does not work with NodeId values
Description

We have

Attribute.DataType (i=17) or Value (Value: Null, StatusCode: Good (0x00000000), SourceTimestamp: 2018-11-14T15:20:06.523Z,
ServerTimestamp: 2018-11-14T15:20:06.523Z, of current Instance (i=13631) doesn't match the expectation (BuiltInType.NodeId)

Object Server,ServerConfiguration,CertificateGroups,DefaultApplicationGroup is not compliant with the UA 1.03 NodeSetFile.

The DefaultApplicationGroup has a property of type CertificateTypes i=13631
which is of DataType="NodeId" ValueRank="1".

The scrript Fails because of the missin NodeId entry here:

--- EmbeddedCtt/library/ClassBased/UaB.js 2018-11-06 18:09:42.000000000 +0100
+++ CppTestServer/library/ClassBased/UaB.js 2018-11-14 16:58:56.509908356 +0100
@@ -73,6 +73,9 @@ BuiltInType.StringToNodeId = function (s
case "BuiltInType.XmlElement":
return BuiltInType.XmlElement;
break;

  • case "BuiltInType.NodeId":
  • return BuiltInType.NodeId;
  • break;
    default:
    return (string.substring(string.lastIndexOf(".")+1));
    break;

With this patch the Problem disappears.

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2018-11-16 09:28

developer   ~0009604

Thanks for the detailed investigation. Added the NodeId to the BuiltInType.StringToNodeId function.

Paul Hunkar

2019-07-25 15:41

administrator   ~0010618

Reviewed in CMP Call

Issue History

Date Modified Username Field Change
2018-11-14 16:00 Bernd Edlinger New Issue
2018-11-16 09:28 Alexander Allmendinger Note Added: 0009604
2018-11-16 09:28 Alexander Allmendinger Status new => resolved
2018-11-16 09:28 Alexander Allmendinger Fixed in Version => 1.03.341.383
2018-11-16 09:28 Alexander Allmendinger Resolution open => fixed
2018-11-16 09:28 Alexander Allmendinger Assigned To => Alexander Allmendinger
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-07-25 15:41 Paul Hunkar Target Version => 1.03
2019-07-25 15:41 Paul Hunkar Status resolved => closed
2019-07-25 15:41 Paul Hunkar Note Added: 0010618