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: 
djallelsadki
Partner - Creator
Partner - Creator

Error on using QvsTunnel IE Plug-in

Hello,

Here is my problem,


I have a Qlikview server 10 that works through IIS 7

The HTTP Tunnel works, I ran a test with "http://localhost/scripts/qvtunnel.dll?test and it's ok

So i blocked the port 4747 to validate the fact that the tunneling works,

I still have the error message

"Failed to reach server: IP-...........

Switching to HTTP runneling

Connected to server OK, security settings denies access"

The same issue happens whether using Plug-in IE or Qlikview Desktop

Thanks for your help,

D.Sadki

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

If you are working with 2008 server and IIS the attached document will help you and it does work.

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.

View solution in original post

54 Replies
Miguel_Angel_Baeyens

Hi,

Note that when you use the QVP:// handler using Internet Explorer Plugin (or using the Desktop, that is basically the same) you are telling QlikView not to connect to the Web Server but to the Server directly. In this case, you are not getting to the port 80, but to the 4747, so the test seems OK to me. But to make the test properly, you need to disable port 4747 and using the AccessPoint open the file using Plugin, or using Desktop if you have configured your AccessPoint in the Settings menu, User Preferences, Locations.

Hope that helps.

Miguel

djallelsadki
Partner - Creator
Partner - Creator
Author

Hi,

Thank you for your response,

I did a test using internet explorer and Plug-in with an http address, the acces to my Qlikview documents is random,sometimes it works and sometimes not

when it's not I get the following message :

qvp://SERVER/Document.qvw?iis_authenticate=436F210CB80C2F63A8BB1E2D94206743DFFF080F&tunneler

=http%3A//ADRESSLINK/scripts/QVSTunnel.dll%3Fhost%3Dlocalhost could not be opened

If you have any idea it can help me,

Thanks,

D.Sadki

Miguel_Angel_Baeyens

Hi,

Check in your QEMC, System tab that all links to the server have the same name. The URL above shows "SERVER" and "localhost" and that might be the cause. Places where I'd see are QEMC, System, Setup, QlikView Server, General tab, and QlikView Web Servers, General tab, Name and Accesspoint tab.

Hope that helps.

Miguel

djallelsadki
Partner - Creator
Partner - Creator
Author

Hi,

Thanks for your help,

I will try that and let you know,

D.Sadki

Not applicable

I am out of the office until 03/14/2012.

I will be out of office today for CSR (Corporate Social Responsibility). For any urgent request or escalation, kindly contact Nick-rcm Price or Jannette Lobemeier. Thanks

Note: This is an automated response to your message "[Deployment and Management (Server/Publisher/AJAX/IE/Web Parts)] - Re: Error on using QvsTunnel IE Plug-in" sent on 13.03.2012 09:07:19.

This is the only notification you will receive while this person is away.

--

Informationen (einschließlich Pflichtangaben) zu einzelnen, innerhalb der EU tätigen Gesellschaften und Zweigniederlassungen des Konzerns Deutsche Bank finden Sie unter http://www.deutsche-bank.de/de/content/pflichtangaben.htm. Diese E-Mail enthält vertrauliche und/ oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for information (including mandatory corporate particulars) on selected Deutsche Bank branches and group companies registered or incorporated in the European Union. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Bill_Britt
Former Employee
Former Employee

Check the Linkmachine name.

qvp://SERVER/Document.qvw?iis_authenticate=436F210CB80C2F63A8BB1E2D94206743DFFF080F&tunneler

=http%3A//ADRESSLINK/scripts/QVSTunnel.dll%3Fhost%3Dlocalhost could not be opened

qvp://Server and http%3A//ADRESSLINK

one has server and the name and the other has adresslink, These should match.

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

I am out of the office until 03/14/2012.

I will be out of office today for CSR (Corporate Social Responsibility). For any urgent request or escalation, kindly contact Nick-rcm Price or Jannette Lobemeier. Thanks

Note: This is an automated response to your message "[Deployment and Management (Server/Publisher/AJAX/IE/Web Parts)] - Re: Error on using QvsTunnel IE Plug-in" sent on 13.03.2012 15:51:20.

This is the only notification you will receive while this person is away.

--

Informationen (einschließlich Pflichtangaben) zu einzelnen, innerhalb der EU tätigen Gesellschaften und Zweigniederlassungen des Konzerns Deutsche Bank finden Sie unter http://www.deutsche-bank.de/de/content/pflichtangaben.htm. Diese E-Mail enthält vertrauliche und/ oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for information (including mandatory corporate particulars) on selected Deutsche Bank branches and group companies registered or incorporated in the European Union. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

djallelsadki
Partner - Creator
Partner - Creator
Author

Hi,

I did what you suggested, but the problem persists

any idea ?

thanks,

D.Sadki

Not applicable

I had same error: QVStunnel etc etc could not be opened.

For me, executing the command in the accepted answer to the question at http://community.qlik.com/message/53496 worked; it sets correct execution permissions for the QVStunnel.dll. Perhaps it works for you as well?

The command is

%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/Scripts/QvsTunnel.dll" "/commit:Default Web Site/Scripts" /section:handlers /accessPolicy:Read,Script,Execute