View Issue Details

IDProjectCategoryView StatusLast Update
0009057CTT UA Binary2 - CTT Binarypublic2023-08-07 00:22
ReporterJochen Baier Assigned ToPaul Hunkar  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.10.0.404 
Summary0009057: beforeTest.js Error: BuildCacheMap Encountered 4 Unknown NodeIds. Address Model is broken
Description

CTT Version: 1.04.11-01.00.502

With current CTT I get the error "BuildCacheMap Encountered 4 Unknown NodeIds. Address Model is broken" during executing of startup script beforeTest.js

The output is in script '\library\Information\BuildObjectCacheMap.js':

    if ( objectModelMissingNodeCount > 0 ){
        addError( this.Name + " Encountered " + objectModelMissingNodeCount + " Unknown NodeIds.  Address Model is broken" );
    }

I assume "objectModelMissingNodeCount" is set in the CTT executable itself.

I have hard time to find the root cause. I would like to ask to give me a hint what can be the reason?
Is this a problem on my side? Which NodeIds could be unknown?

All other CTT tests do pass.

TagsNo tags attached.
Files Affected

Activities

Archie Miller

2023-07-27 17:05

administrator   ~0019729

There is currently a Trace Error message when this condition occurs that follows the following format:
UaSession::buildReferenceDescriptions()
Received a Bad OperationResult for the BrowseResults at index XX. We won't try to resolve the node (MissingNodeId) because it doesn't seem to be available in the server. Unable to build complete AddressSpace Cache but will continue without this node.

Jochen Baier

2023-07-28 14:02

reporter   ~0019736

Thank you for the hint. The type node "AnalogItemType" was missing. Error does not occur anymore after adding the node.

Paul Hunkar

2023-08-07 00:22

administrator   ~0019846

trace was enough

Issue History

Date Modified Username Field Change
2023-07-26 07:32 Jochen Baier New Issue
2023-07-27 16:20 Paul Hunkar Assigned To => Archie Miller
2023-07-27 16:20 Paul Hunkar Status new => assigned
2023-07-27 17:05 Archie Miller Note Added: 0019729
2023-07-28 14:02 Jochen Baier Note Added: 0019736
2023-08-07 00:22 Paul Hunkar Assigned To Archie Miller => Paul Hunkar
2023-08-07 00:22 Paul Hunkar Status assigned => closed
2023-08-07 00:22 Paul Hunkar Resolution open => no change required
2023-08-07 00:22 Paul Hunkar Note Added: 0019846