-
Notifications
You must be signed in to change notification settings - Fork 11
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
UNC config paths not supported #619
Comments
I've looked into this and figured out why it happens. The system structure file path The problem is that However, the standard interpretation on Windows is as a network share, which was the actual case presented here. So the fix I have in mind now is to remove the authority check on Windows and use this interpretation. |
Fixed by #755. |
Loading a config with for instance an OspSystemStructure.xml located on a server drive, such as
\\my.company\user\configuration
results in an error with the following message:
Could not create execution from OspSystemStructure.xml file: No resolvers available to handle URI: MyModel.fmu
The text was updated successfully, but these errors were encountered: