Skip to main content
Announcements
Qlik Acquires Upsolver to Advance Iceberg Solutions: READ MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gayatri7
Creator II
Creator II

QlikView Document Analyzer issue

Hi All,

I am using the QV Document Analyzer(Rob Wunderlich) for the first time. I just wanted to understand on which location below csv files will get generated.

Docinfo.csv

Dimesion.csv

Field.csv

Font.csv

etc.

Steps being followed:

1) Given the location of the QVW file

2) Ran the Extract Metadata Macro, Ran Successfully.

Extract.PNG

3) White running the reload m getting below error.

ExtractLog.PNG

Do I need to change the log file location anywhere in the script?

4 Replies
gayatri7
Creator II
Creator II
Author

Hi,

Could any one help me with this issue.

datanibbler
Champion
Champion

Well, do you have this network path (as written in the error_message)? Does that exist? And does the app/ do you have RW access to that path?

Otherwise you'll have to locate that particular LOAD statement and amend that.

Anil_Babu_Samineni

Check the path whether the path considering is good track or not. For me, Issue like .Log file path only.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
gayatri7
Creator II
Creator II
Author

Hi,

I have access to that path, but I cannot see any file such as DocumentAnalyzer.log or any such file mentioned above. I am not getting how those files are getting generated, either generated manually or system generated.

When  I go DocumentAnalyzer script I can see below  codes eg. in Docinfo tab

//=== General information about the analyzed document.

DocInfo:

LOAD DocPath,

    DocOpenDuration,

    DocAnalysisDatetime,

    PrjUsed,

    GenerateLogfile

FROM

[$(rootDataDir)\docinfo.csv]

(txt, unicode, embedded labels, delimiter is ',', msq)

;

my only doubt is how this csv file created and where it is getting saved.

As per my understanding, here $(rootDataDir) contains the path details of my QVW app (and I have given "\\ns-sisci01hd\home_s01\Citrix_Folder_Redirect\Desktop\Testing\123.qvw")

Please correct me, if my understanding is not correct.