Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem when porting open metod in ver.9 from ver. < 9

Hi,

we have a web-application with authentication & autorization (LDAP) management that have some page with code for open report on server and this is working from ver.6 to ver 8.

When we upgrade in ver.9 the application fail because qlik asp page and utility used/linked in our page are not more present.

This is the qlik component used in our method and no more present:

<!--#include virtual="/QlikTechJava/Servers/QlikWeb/QlikWeb.asp" -->

<!-- #INCLUDE virtual="/QlikTechJava/codelib/functions.asp" -->

and this is the call we can't use any more:

<% showDocument(document,width,height,secure,forcetunnel); %>

What method we can use from our asp page instead?

We tried without the include and using this direct call's instead of showDocument:

http://<server>/QvJava/opendoc.htm?document=<URLOurPathandReport>

http://<server>/QvAJAXZfc/opendoc.htm?document=<URLOurPathandReport>

http://<server>/QvAJAXZfc/AccessPoint.aspx?open=&id=<server>%7c<URLOutPathandReport>&client=Java

but we have:

"No named(i.e. user-)CALs available for named user access" if used with anonymous access

or

"Error! No file Access" if used with windows authentication

Anyone can help us, please?

Thank you

1 Reply
Not applicable
Author

Now we solve half of problem:

we change the path of our include from QlikTechJava to Qvjava and then the showdocument run.

but

we have always "no named (i.e. user-)CALs available for named user access" when open a report, even if we have 10 User Cal free.

Please help

Thank you