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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Illegal characters in path??

Hi,

I was trying to run this command inside the script:

execute "C:\Users\sydney\AppData\Local\EasyQlik\QViewer\qviewer.exe" "C:\Temp\test.qvd"

Both the exe and qvd exist in those directories.  Yet I keep getting "Illegal characters in path"?  If I put the exe pointing to

that qvd file in a BAT file say "viewit.bat" and run EXECUTE "viewit.bat", it works.

Does anyone know what's wrong?

Thanks!

15 Replies
sunny_talwar

Did you mean to open .qvw instead of.qvd?

Anonymous
Not applicable
Author

No, I want to open a .QVD file.

sunny_talwar

Never tried this before, but try adding this

execute "C:\Users\sydney\AppData\Local\EasyQlik\QViewer\qviewer.exe" "C:\Temp\test.qvd (qvd)"

Anonymous
Not applicable
Author

Same error.  Weird !!!

sunny_talwar

Have you tried this through Command prompt to see if this works or not?

Anonymous
Not applicable
Author

I can execute the command at the command prompt or put the command inside a BAT file, both will work.  I was trying to following this example and I couldn't get it to work either.

BI Review: How to look inside resident tables at any point of loading script

so i was trying to re-write this execute command and run it as the first line in my script

Anonymous
Not applicable
Author

If you could put together a snippet to see if you could get it working following that link i sent, this would absolutely appreciate it !!!

sunny_talwar

This worked for me... not sure why are you having trouble

execute "C:\Users\talwars\AppData\Local\EasyQlik\QViewer\qviewer.exe" "C:\Temp\test.qvd"

Anonymous
Not applicable
Author

error.jpg