View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006589 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2021-03-09 12:47 | 2022-11-19 13:25 |
Reporter | Camille Guérin | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.04.09.396 | ||||
Fixed in Version | 1.03.341.399 | ||||
Summary | 0006589: Base Information / Base Info Diagnostics / initialize.js | ||||
Description | Using the latest available CTT version on opcfoundation.org (1.4.09.396) and an OPC UA Server not supporting Diagnostics produce an error. Error: Write().Response.Results[0] is not good: BadNotWritable (0x803b0000); (Node Setting: '') function: checkWriteValidParameter file: C:/X/OPCUA_1_4_9/library/ServiceBased/AttributeServiceSet/Write.js line: 553 if( !WriteHelper.Execute( { NodesToWrite: _enabledFlagNode, ReadVerification: false } ) ) { | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
has duplicate | 0007354 | closed | Alexander Allmendinger | CTT UA Scripts | Base Info Diagnostics/initialize.js fails when Diagnistics are not implemented |
|
In the initialize the Write does not expect the enabledFlag to not be writeable: This needs to be handled so it does not print an error but only skip the CU. |
|
An updated test script has been prepared. The test script will not throw an error if the write fails with OperationResults "BadUserAccessDenied" or "BadNotWritable". |
|
Reviewed in CMP call. Agreed to changes and closed |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-09 12:47 | Camille Guérin | New Issue | |
2021-03-18 16:02 | Alexander Allmendinger | Assigned To | => Alexander Allmendinger |
2021-03-18 16:02 | Alexander Allmendinger | Status | new => assigned |
2021-03-18 16:04 | Alexander Allmendinger | Note Added: 0014045 | |
2021-04-08 10:23 | Sebastian Allmendinger | Note Added: 0014181 | |
2021-04-08 10:25 | Sebastian Allmendinger | Assigned To | Alexander Allmendinger => Sebastian Allmendinger |
2021-04-08 10:25 | Sebastian Allmendinger | Status | assigned => resolved |
2021-04-08 10:25 | Sebastian Allmendinger | Resolution | open => fixed |
2021-04-08 10:25 | Sebastian Allmendinger | Fixed in Version | => 1.03.341.399 |
2021-04-29 15:09 | Paul Hunkar | Status | resolved => closed |
2021-04-29 15:09 | Paul Hunkar | Note Added: 0014279 | |
2022-11-19 13:25 | Sebastian Allmendinger | Relationship added | has duplicate 0007354 |