Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Java API openDocument - file not found

Hi all,

I am exploring the Java API and am getting a "Error 20 - File not found" error

when I do the qd.openDocument() call.  I tried specifying the absolute path to the

file qd.setDocName("c:/testdata/filename.qvw") and got an error that the path

was invalid.  I tried placing the .qvw file in the same dir as the java files and

got the 'file not found' error.  Is it looking for the .qvw file in a specific location (relative to the

server maybe)?  I viewed the video demo of the java api but it skipped over this

detail.

Thanks.

Labels (1)
0 Replies