Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to plugin mode open? used ticket...

ajax ...

RedirectLink = "/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/opendoc.htm?document=" + document + "&back=/LoginPage.htm&webticket=" + ticket;

how to plugin ????

RedirectLink = ??????????????????????????????

????


thank you

Labels (1)
4 Replies
Not applicable
Author

Hi,

Try putting this in the Try URL

      /QvAJAXZfc/AccessPoint.aspx?open=&id=QVS@servername|Folder/appname.qvw&client=Plugin

The QVS@servername is the lable you apply to your QVS in the QMC


     You should encode the url to avoid confusions with some encode url tool as  http://meyerweb.com/eric/tools/dencoder/

    %2FQvAJAXZfc%2FAccessPoint.aspx%3Fopen%3D%26id%3DQVS%40servername%7CFolder%2Fappname.qvw%26client%3DPlugin


The general URL is:

   /qvajaxzfc/authenticate.aspx?type=html&try=%2FQvAJAXZfc%2FAccessPoint.aspx%3Fopen%3D%26id%3DQVS%40servername%7CFolder%2Fappname.qvw%26client%3DPlugin&back=/Qlikview/&webticket=ticket.


Pablo

Anonymous
Not applicable
Author

Thank you Pablo

but ....

Upon execution smells error .

Executable code and the error is shown below.

-----------------------------------------------------------------------------------

1. Code ( in .aspx)

RedirectLink = "/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/AccessPoint.aspx?open=&id=QVS@c|" + document + "&client=Plugin&back=/Qlikview/&webticket=" + ticket ;

------------------------------------------------------------------------------------------------------------------

2. Result....

System.ArgumentNullException:  null

[ArgumentNullException: : key]

   System.Collections.Generic.Dictionary`2.FindEntry(TKey key) +14206549

   System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value) +20

   QlikView.AccessPoint.AccessPointHandler.ExecuteDocument(AccessPointContext context, String id, String client_name) +335

   System.Web.UI.Control.LoadRecursive() +71

   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178

----------------------------------------------------------------------------------------------------------------

Do you run a test ?

Thank give an answer to see the article

++ Hong yul++

Not applicable
Author

Hi Hong-Yul Ko,

Yes, I tested and It only worked for me when I encode the try parameter.

Anonymous
Not applicable
Author