View Issue Details

IDProjectCategoryView StatusLast Update
0006200Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-12-03 17:49
ReporterMaximilian Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformDesktopOSWindowsOS Version10
Product Version1.04.09.396 
Fixed in Version1.03.341.397 
Summary0006200: Data Access / Semantic Changes / 016.js script clean-up failed because of wrong clean-up resquest
Description

Script fails because of DeleteMonitoredItemsRequest in script clean-up will respond BadNothingToDo.
In Wireshark at No512 Time 6.605262 you will see an DeleteMonitoredItemRequest with empty MonitoredItemsIds array. In this case no Item will be deleted.

Issue:
DeleteMonitoredItemsHelper.Execute in sript clean-up uses wrong ItemsToDelete.

Fix:
replace
ItemsToDelete: analogItems
with
ItemsToDelete: analogNodes

TagsNo tags attached.
Attached Files
Files Affected

Activities

Alexander Allmendinger

2020-11-14 22:51

developer   ~0013207

Script has been updated to call DeleteMonitoredItems with the correct variable name (analogNodes)

Paul Hunkar

2020-12-03 17:49

administrator   ~0013369

reviewed in CMP Meeting

Issue History

Date Modified Username Field Change
2020-10-30 13:52 Maximilian New Issue
2020-10-30 13:52 Maximilian File Added: DataAccessSemanticChanges016js.pcapng
2020-10-30 13:52 Maximilian File Added: DataAccessSemanticChanges016js.PNG
2020-11-13 15:37 Paul Hunkar Assigned To => Alexander Allmendinger
2020-11-13 15:37 Paul Hunkar Status new => assigned
2020-11-14 22:51 Alexander Allmendinger Status assigned => resolved
2020-11-14 22:51 Alexander Allmendinger Resolution open => fixed
2020-11-14 22:51 Alexander Allmendinger Fixed in Version => 1.03.341.397
2020-11-14 22:51 Alexander Allmendinger Note Added: 0013207
2020-12-03 17:49 Paul Hunkar Status resolved => closed
2020-12-03 17:49 Paul Hunkar Note Added: 0013369