View Issue Details

IDProjectCategoryView StatusLast Update
0005568CTT UA Scripts1 - Script Issuepublic2024-09-16 13:29
ReporterGanesh Ashok Gaikwad Assigned ToMichael Fehler  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0005568: SessionId doesn't return null
Description

In Client testing for Session services has CTT script Err-003 says "Client successfully establishes a first session. Client attempts to establish another session but receives a sessionId = null." but it doesn't return null sessionId instead it returns nodeId. Can you please check if this is right script or this is for Err-004 which says "Client successfully establishes a first session. Client attempts to establish another session but receives a sessionId using a string NodeId that is empty."

TagsNo tags attached.
Attached Files
sessionIdNotnull.png (71,259 bytes)   
sessionIdNotnull.png (71,259 bytes)   
Files Affected

Activities

Alexander Allmendinger

2024-09-16 13:29

developer   ~0021717

sessionId is part of the Response header structure and as such cannot get an UAVariant_NULL asssigned. i=0 is the official value for a null nodeId. These topic of "typed" nulls have been discussed in UA meetings and it was defined that applications need to be able to handle either case.

Script doesn't need to be updated.

Issue History

Date Modified Username Field Change
2020-04-03 04:36 Ganesh Ashok Gaikwad New Issue
2020-04-03 04:36 Ganesh Ashok Gaikwad File Added: sessionIdNotnull.png
2020-04-03 04:41 Paul Hunkar Assigned To => Alexander Allmendinger
2020-04-03 04:41 Paul Hunkar Status new => assigned
2022-08-02 20:04 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2024-01-22 11:33 Michael Fehler Assigned To Alexander Allmendinger => Michael Fehler
2024-09-16 13:29 Alexander Allmendinger Status assigned => resolved
2024-09-16 13:29 Alexander Allmendinger Resolution open => no change required
2024-09-16 13:29 Alexander Allmendinger Note Added: 0021717