View Issue Details

IDProjectCategoryView StatusLast Update
0010461CTT UA Scripts1 - Script Issuepublic2025-09-25 05:59
ReporterThomas Kugler Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0010461: Base Info Core Structure > 001.js: Mandatory Children
Description

In Opc.Ua.NodeSet2.xml RolePermissions are set at Server > PublishSubscribe > SecurityGroups > AddSecurityGroup and RemoveSecurityGroup. Only SecurityAdmins can access the nodes.
The Session used in test Base Info Core Structure > 001.js does not have the SecurityAdmin role assigned. So the nodes cannot be found, as expected.

The test shall not fail in this here.

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2025-08-14 14:21

developer   ~0023231

The session uses the default settings for SecureChannel and Session.
As a workaround, the default configuration can be set to use an encrypted SecureChannel and Username.

"Server Test / SecureChannel / MessageSecurityMode" = SignAndEncrypt
"Server Test / SecureChannel / RequestedSecurityPolicyUri" = [Any other than SecurityPolicy#None]
"Server Test / Session / UserAuthenticationPolicy" = 1
"Server Test / Session / LoginNameGranted1" = [User with role SecurityAdmin]

Issue History

Date Modified Username Field Change
2025-08-05 10:51 Thomas Kugler New Issue
2025-08-14 14:00 Sebastian Allmendinger Project CTT UA Test Case => CTT UA Scripts
2025-08-14 14:21 Sebastian Allmendinger Note Added: 0023231
2025-09-25 05:59 Paul Hunkar Assigned To => Sebastian Allmendinger
2025-09-25 05:59 Paul Hunkar Status new => assigned