View Issue Details

IDProjectCategoryView StatusLast Update
000778810000-200: Industrial Automation - BasicsSpecpublic2022-06-20 11:19
ReporterShubhi Gogna Assigned ToWolfgang Mahnke  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionreopened 
Summary0007788: Unable to Import OpcUaIANodeSet2.xml
Description

Hi Team,

I am trying to import OpcUaIANodeSet2.xml in my server, but it fails to parse the XML file. The problem with XML is at line number 1221, for Element/Attibute Name: "Locale" - Value: "enIndicates if the colour is switched on.Indicates if the colour is switched on."

The problem was missing quotes at line 1221 and 1494 i.e. <Description Locale="enIndicates….".

Quotes were missing in <Description Locale="enIndicates…." Should be like below:

<Description Locale="en">Indicates if the colour is switched on.Indicates if the colour is switched on.Indicates if the colour is switched on.</Description>

It looks like XML file needs to be corrected. Can you please fix this.

Regards,
Shubhi Gogna

Steps To Reproduce

same as above

TagsNo tags attached.
Commit Version

Activities

Wolfgang Mahnke

2022-02-25 14:52

manager   ~0016101

Error in NodeSet-File:
Should be <Description Locale="en">Indicates if the colour is switched on.</Description>

Wolfgang Mahnke

2022-03-04 14:11

manager   ~0016186

Fixed in RC 1.01.1

Wolfgang Mahnke

2022-03-16 12:58

manager   ~0016391

Fixed in release 1.01.1

Shubhi Gogna

2022-03-17 03:06

reporter   ~0016393

Hi Mahnke,

Has the fix been released to market? I am using XML file from here https://github.com/OPCFoundation/UA-Nodeset/blob/v1.04/IA/Opc.Ua.IA.NodeSet2.xml and I still see same issue in this file.

Can you please provide updated XML file for same.

Wolfgang Mahnke

2022-03-17 06:05

manager   ~0016394

Have you looked at the version number or publication date of the file you are referencing?
Have you looked at the latest change of the file in git?
Do you think this is the updated file?

If you look into the specification, there is a link where to download the file (not pointing to a public git repository):
http://www.opcfoundation.org/UA/schemas/IA/Opc.Ua.IA.NodeSet2.xml
or the specific one
http://www.opcfoundation.org/UA/schemas/IA/1.01/Opc.Ua.IA.NodeSet2.xml
both leading to the corrected one.

The member repository in git already contains the updated file, I do not know when this will be synced to the public one.

Issue History

Date Modified Username Field Change
2022-02-25 08:05 Shubhi Gogna New Issue
2022-02-25 14:51 Wolfgang Mahnke Assigned To => Wolfgang Mahnke
2022-02-25 14:51 Wolfgang Mahnke Status new => assigned
2022-02-25 14:52 Wolfgang Mahnke Note Added: 0016101
2022-03-04 14:11 Wolfgang Mahnke Status assigned => resolved
2022-03-04 14:11 Wolfgang Mahnke Resolution open => fixed
2022-03-04 14:11 Wolfgang Mahnke Note Added: 0016186
2022-03-16 12:58 Wolfgang Mahnke Status resolved => closed
2022-03-16 12:58 Wolfgang Mahnke Note Added: 0016391
2022-03-17 03:06 Shubhi Gogna Status closed => feedback
2022-03-17 03:06 Shubhi Gogna Resolution fixed => reopened
2022-03-17 03:06 Shubhi Gogna Note Added: 0016393
2022-03-17 06:05 Wolfgang Mahnke Status feedback => closed
2022-03-17 06:05 Wolfgang Mahnke Note Added: 0016394