Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The following references could not be imported and are probably broken. #1584

Closed
varunJainV opened this issue Feb 20, 2024 · 6 comments
Closed

Comments

@varunJainV
Copy link

Could not be imported!


self.server = Server()
await self.server.init()
self.server.set_endpoint(self.endpoint)
await self.server.import_xml(self.xmlfile)

In import_xml method I am getting following error:
The following references could not be imported and are probably broken.
ImportFailure

@schroeder-
Copy link
Contributor

Can you post a complete log, not an incomplete screenshot?

Also can you post the xml file if possible? Otherwise can you post a log with log level Debug?

@varunJainV
Copy link
Author

varunJainV commented Feb 20, 2024

Thank You for your response.
Here I am sharing the complete screen shot and xml file.

Importfailure1
importFailure2

Link of the XML file https://reference.opcfoundation.org/api/nodesets/61

Note: Try copying the link, then pasting it straight into your browser.

@schroeder-
Copy link
Contributor

Do you load the required nodesets before? http://opcfoundation.org/UA/DI/ and http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ ?

@varunJainV
Copy link
Author

Iam using the following to load nodesets:
image

@schroeder-
Copy link
Contributor

Do you even read my responeses....

@varunJainV
Copy link
Author

Can you please confirm, How to load them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants