View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009292 | CTT UA Scripts | 1 - Script Issue | public | 2023-11-28 08:25 | 2023-11-28 14:29 |
Reporter | Yannik Klaass | Assigned To | Yannik Klaass | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.04.505 | ||||
Fixed in Version | 1.04.506 | ||||
Summary | 0009292: UAFX Base.js function createConnectionEndpointConfiguration() returning unexpected errors | ||||
Description | The function createConnectionEndpointConfiguration() in /library/CompanionSpecifications/OPC UA FX/Base.js can cause unexpected errors when learning the needed structure definitions from the server under test. If this step fails, the function still tries to access members of the returned value of 'false' leading to e.g. "'ConnectionEndpointConfigurationDataType.child' [undefined] is not a function". The function should abort if any of the needed structure learning steps fail. | ||||
Tags | No tags attached. | ||||
Files Affected | /library/CompanionSpecifications/OPC UA FX/Base.js | ||||
|
Adding error handling for function createConnectionEndpointConfiguration() when learning of the UAFX specific types from the server fails, aborting the function in this case. |
|
Review in call, agreed to changes and closed issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-11-28 08:25 | Yannik Klaass | New Issue | |
2023-11-28 08:25 | Yannik Klaass | Status | new => assigned |
2023-11-28 08:25 | Yannik Klaass | Assigned To | => Yannik Klaass |
2023-11-28 08:30 | Yannik Klaass | Files Affected |
=> /library/CompanionSpecifications/OPC UA FX/Base.js
|
2023-11-28 08:31 | Yannik Klaass | Status | assigned => resolved |
2023-11-28 08:31 | Yannik Klaass | Resolution | open => fixed |
2023-11-28 08:31 | Yannik Klaass | Note Added: 0020413 | |
2023-11-28 10:53 | Paul Hunkar | Status | resolved => closed |
2023-11-28 10:53 | Paul Hunkar | Fixed in Version | => 1.03.505 |
2023-11-28 10:53 | Paul Hunkar | Note Added: 0020416 | |
2023-11-28 10:55 | Paul Hunkar | Fixed in Version | 1.03.505 => 1.04.505 |
2023-11-28 14:29 | Paul Hunkar | Fixed in Version | 1.04.505 => 1.04.506 |