View Issue Details

IDProjectCategoryView StatusLast Update
0004341Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-08-07 11:47
ReporterRandy Armstrong Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version1.03Fixed in Version1.03.341.381 
Summary0004341: Monitored Item Services Monitor Value Change initialize.js
Description

Does not handle servers with no array items.

TagsNo tags attached.
Files Affected

Relationships

duplicate of 0004127 closedAlexander Allmendinger Script error in Monitor Value Change/036.js 

Activities

Paul Hunkar

2018-08-15 22:38

administrator   ~0009318

The script is trying to store the values of any items that are configured, but it should be checking if at least one scalar item is configure and one Array Item is configure for each of the reads (Scalar & Array).

    if( !originalScalarItems.length === 0)
    {
    if( !ReadHelper.Execute( { NodesToRead: originalScalarItems } ) ) {

.....

    if( !originalArrayItems.length === 0)
    {
    if (!ReadHelper.Execute({ NodesToRead: originalArrayItems })) {

......

Alexander Allmendinger

2018-10-02 14:03

developer   ~0009451

issue already has been addressed and will be part of the next build

Paul Hunkar

2019-08-07 11:47

administrator   ~0010703

reviewed in CMP call 8/1/2019

Issue History

Date Modified Username Field Change
2018-07-18 05:53 Randy Armstrong New Issue
2018-08-15 22:38 Paul Hunkar Note Added: 0009318
2018-08-15 22:38 Paul Hunkar Assigned To => Alexander Allmendinger
2018-08-15 22:38 Paul Hunkar Status new => assigned
2018-10-02 14:02 Alexander Allmendinger Relationship added duplicate of 0004127
2018-10-02 14:03 Alexander Allmendinger Note Added: 0009451
2018-10-02 14:03 Alexander Allmendinger Status assigned => resolved
2018-10-02 14:03 Alexander Allmendinger Fixed in Version => 1.03.341.381
2018-10-02 14:03 Alexander Allmendinger Resolution open => fixed
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-08-07 11:47 Paul Hunkar Target Version => 1.03
2019-08-07 11:47 Paul Hunkar Status resolved => closed
2019-08-07 11:47 Paul Hunkar Note Added: 0010703