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

Problem with microdata file #255

Open
zeman06 opened this issue Aug 7, 2023 · 1 comment
Open

Problem with microdata file #255

zeman06 opened this issue Aug 7, 2023 · 1 comment

Comments

@zeman06
Copy link

zeman06 commented Aug 7, 2023

SDC tool used: tau-argus
Version used: 4.1.7
Operating system used: Windows


After uploading microdata and metadata files and specifying tables, when hitting Compute Tables, I receive message "ExploreFile went wrong in line() File not found". I am sure that I have microdata file correct and in line with the metadata file. I do not understand what is wrong.

@ppdewolf
Copy link
Contributor

ppdewolf commented Aug 7, 2023

Based on this limited information it is hard to say what is the exact problem. The File not found however suggests something with file-name, not file-content.

Possibilities:

  • Version 4.1.7 did not detect UNC paths correctly. It might be that you are using UNC paths? (i.e., often network paths like \\servername\directoryname\filename, see here as well). Versions 4.2.x can deal with UNC paths correctly.
    Workaround for 4.1.7: make mapping to a drive letter, e.g., make a network connection Z:\ that is mapping to \\servername\directoryname\.
  • Tau-argus cannot deal with special characters in directory or file names (like accented characters, or greek characters, or finish characters, ...)
  • The error may relate to the microdatafile, but e.g. also to hierarchy files (if used).

Let me know if this helps.

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

No branches or pull requests

2 participants