Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qvp url host problem

Hi all,

I'm trying to open the application in web browser by using below link

qvp://localhost/First.qvw/

but it is generating an error "Failed to open document, file not found"

What might be the cause ?

Thanks in advance.

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

You might me missing the subfolder

qvp://localhost/folder/file.qvw

View solution in original post

6 Replies
danielrozental
Master II
Master II

You might me missing the subfolder

qvp://localhost/folder/file.qvw

Not applicable
Author

Hi,

try to open that qvw document with url that do not contain slash mark on the end.

Also, try with qvp://localhost . It should open 'Connect to server' window, with authentication settings and list of qvw documents that can be accessed.

regards

Bill_Britt
Former Employee
Former Employee

I wouold think your biggest problem is you are not security. You might try passing an user name.

qvpub is my user.

qvp://qvpub@192.168.10.183/films.qvw

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi Daniel,

Thanks for your reply.

Yes it is working after giving the sub folder name.

I had taken 2 attempts to get success bcoz my sub folder name is having spaces between words i.e; Pass parameters in web.

For spaces i had given %20 in the URL. Below URL is working fine.

qvp://localhost/Pass%20parameters%20in%20web/First.qvw

And thanks for all the people, giving suggestions on this post.

Regards,

Venkat.

Not applicable
Author

Hi,

I'm trying the below URL in my application using URL object in button action.

='qvp://localhost/Pass%20parameters%20in%20web/'&vApp&'.qvw?vDummy='&123

if i clicks for first time then it is generating variable vDummy = 123, if i clicks again then it is generating an error message "Failed to open document, file not found".

How can i resolve this issue ?

Thanks in advance.

Not applicable
Author

Hi,

Any help on above post ?

Thanks in advance.