Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

URL for single object retrieval from a qvw

Hi Guys,

I am trying to use web ticket from Qlikview Server to get access to a document and I succeeded in that. I am able to directly get the access to a document by specifying the ticket in the url.

But I am not able to view a single object using the signleobject.htm as specified in the blog above. Can you please help me with some proper inputs?

Here are the Urls I am trying to use:

To get a full document:

"https://ABCD.com/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/opendoc.htm?document=Producti...

The url I am trying to get single object of a particular document is (which is not working):

"https://ABCD.com/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/signleobject.htm?document=Pro...+ ticket+"&object=CH001"

Please help me out.

Thank you.

7 Replies
Not applicable
Author

Hi Pramod

Please try following two things:

1. Spelling

You have an error in your URL: .... singleobject.htm      instead of      signleobject.htm

2. Object

Try ....&object=Document\CH001      instead of only      &object=CH001

Hope this helps. Best, Simon

alex_nerush
Partner - Creator II
Partner - Creator II

Regarding webtickets, please, check server-side requirements: qlikView needs to be running in DMS mode for security, QlikView needs to be an Enterprise Edition...

Details you can see here: An introduction to QlikView Security using Web Tickets

Not applicable
Author

Dear Simon,

I used the below URL format but it does not work.

"https://$serverName/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/singleobject.htm?document=M..."

Regards,

Pramod K

Not applicable
Author

Hai Alex,

Every setting on the server is as expected. But still the web ticket for a single object of the document doesn't seem to work.

MarcoWedel

http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters

demo.qlik.com/QvAJAXZfc/singleobject.htm?document=qvdocs%2FSales%20Compass.qvw&host=demo11&object=CH378


hope this helps

regards

Marco

Not applicable
Author

because Object=CH001 doesn't post to singalobject.html.

request.jpg

We use authenticate.aspx to login,and try、back to singalobject

You can see the image below.  try and back url doest conatin object parameter.

query.jpg

so in singalobject.html will  error in parser url  when get objectid

error.jpg

Damien_Villaret
Support
Support

Hi Pramod,


...&object=Document\CH343  should be inside the try parameter and & and = signs must be url-encoded


For example:

https://%24servername/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/singleobject.htm?document...%26object%3DDocument\CH343&back=/LoginPage.htm&webticket=$ticket

If the issue is solved please mark the answer with Accept as Solution.