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

QEMC Access Point URL

The default Access Point url is: http://localhost/qlikview/index.htm. If I wanted to create a generic url that users could access regardless of the server name how would I go about doing that? The reason I ask is I'd like to have a more generic name for the url so we can have users point to one address regardless of which server we have QlikView on.

thanks,

rob

23 Replies
amien
Specialist
Specialist

Great stuff Bjorn.. Thanks

sparur
Specialist II
Specialist II

Hello, Bjorn and other friends

Can you help me in my situation?

Earlier we used QlikView 8.5 and IIS web server. and we could created some redirects from user-friendly links on specific dashboards.

For example, when user types in IE this URL:

"www.pqa.mycompany"

he is redirecting and opens this long URL:

http://qlikview.apps.mycompany/QvPlugin/opendoc.htm?document=PQA/PQA.qvw"

for it we created some changes in Inetpub\wwwroot\default.asp:

if ucase(request.ServerVariables("SERVER_NAME")) = ucase("www.pqa.mycompany") or ucase(request.ServerVariables("SERVER_NAME")) = ucase("pqa.mycompany") then Response.Redirect "http://qlikview.apps.mycompany/QvPlugin/opendoc.htm?document=PQA/PQA.qvw"

It's work perfectly in IIS.

but now we move from QV 8.5 into 9.0 and don't want to use IIS. We want use QVWS.

Can I set up something like? If I can, how I can to change settings for redirecting?

nadkalyan
Partner - Creator
Partner - Creator

Hi Bjorn,

I tried your steps to set the default address to the QVWS in 64 bit 2008 windows server , but when i try the url i get Http 404 message and when i checked webserver log files it shows following message -

"

Information          Request received [GET]: http://analytics.company.com/

8/25/2011 21:45:06.5591728          Warning          file not found. (E:\Program Files\QlikView\Root)"

Can you please throw some light into it.

Thanks

Kalyan

Not applicable
Author

Hi,

I'm trying to do the same thing on QV 11.2 Server.

How can i go about editing the config.xml (%PROGRAMDATA%\Qliktech\QvWebServer file?

Cheers