Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.