View Issue Details

IDProjectCategoryView StatusLast Update
0010378CTT UA Scripts1 - Script Issuepublic2025-08-08 19:54
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0010378: HAAggregateHelper uses wrong variable for error message
Description

If a server does not provide HistoricalDataConfiguration for a configured HA-node and also does not provide the DefaultHAConfigurationObject, the function *.BuildAggregateConfiguration() tries to use a variable that is not available in its scope when returning an error.

Additional Information

Line 368:

  • addError( nodeIdString + " does not have any HA Configuration" );
  • addError( configuredItem.NodeIdString + " does not have any HA Configuration" );
TagsNo tags attached.
Files Affected

/library/ServiceBased/AttributeServiceSet/HistoryRead/HAAggregateHelper.js

Activities

Sebastian Allmendinger

2025-08-08 19:54

developer   ~0023218

Test script has been updated as suggested.

Issue History

Date Modified Username Field Change
2025-06-21 10:09 Sebastian Allmendinger New Issue
2025-06-21 10:21 Sebastian Allmendinger Files Affected => /library/ServiceBased/AttributeServiceSet/HistoryRead/HAAggregateHelper.js
2025-07-03 15:19 Paul Hunkar Assigned To => Sebastian Allmendinger
2025-07-03 15:19 Paul Hunkar Status new => assigned
2025-08-08 19:54 Sebastian Allmendinger Status assigned => resolved
2025-08-08 19:54 Sebastian Allmendinger Resolution open => fixed
2025-08-08 19:54 Sebastian Allmendinger Note Added: 0023218