<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IE Explorer Hanging in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315603#M1280543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We upgraded our server installation to QlikView 10 64 bit and utilised the ODBC CONNECT32 command (We only have 32 bit drivers for our database)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has solved the problem and users no longer hang - looks like it was a server issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2011 13:42:37 GMT</pubDate>
    <dc:creator>pkelly</dc:creator>
    <dc:date>2011-06-30T13:42:37Z</dc:date>
    <item>
      <title>IE Explorer Hanging</title>
      <link>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315601#M1280534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our users now access their QliKView reports via 64 bit terminal servers (Windows Server 2008 R2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a recent change as we have just moved to Active Directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the 32 bit IE Plugin installed and are having to force via a VB Script the loading of the report via 32 bit Internet Explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this via the following script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============================================================================================&lt;/P&gt;&lt;P&gt;Option Explicit &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;Main() &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;Sub Main() &lt;BR /&gt;Force32bit() &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim ie : Set ie = CreateObject("InternetExplorer.Application") &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ie.Navigate "qvp://192.168.200.5/qvTimbmetV10/02A.qvw" &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ie.visible = true&lt;BR /&gt;ie.MenuBar=0&lt;BR /&gt;ie.toolbar=0&lt;BR /&gt;ie.statusbar=0&lt;/P&gt;&lt;P&gt;ie.Left = 0&lt;BR /&gt;ie.Top = 0&lt;BR /&gt;ie.width = 1024&lt;BR /&gt;ie.height = 768&lt;BR /&gt;End Sub &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;Sub Force32bit() &lt;BR /&gt;&amp;nbsp; If InStr(UCase(WScript.FullName), "SYSTEM32") &amp;gt; 0 Then &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim objShell : Set objShell = CreateObject("WScript.Shell") &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objShell.CurrentDirectory = "C:\Windows\SysWOW64" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objShell.Run "wscript.exe " &amp;amp; WScript.ScriptFullName, 1, False &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WScript.Quit &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If &lt;BR /&gt;End Sub &lt;/P&gt;&lt;P&gt;============================================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue we have is that IE is regularly hanging and my feeling is that it may be something to do with this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that there are other users out there who have 64 bit servers who have to use IE 32 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you guys access your reports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315601#M1280534</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>IE Explorer Hanging</title>
      <link>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315602#M1280538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our servers are 64 bit, users PCS 32 bit xp with qv plug-in installed locally. All access is via the plug-in directly from PC (laptops or workstations) to server using the qvp protocol. All the machines are in the AD which uses trusted domains. We don't access via terminal servers - we used that as a workaound during the migration to the AD for users whose machines were still outside the domain as we use NT authentification. But is was only temporary.&lt;/P&gt;&lt;P&gt;We're on v8.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 10:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315602#M1280538</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-05-20T10:16:22Z</dc:date>
    </item>
    <item>
      <title>IE Explorer Hanging</title>
      <link>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315603#M1280543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We upgraded our server installation to QlikView 10 64 bit and utilised the ODBC CONNECT32 command (We only have 32 bit drivers for our database)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has solved the problem and users no longer hang - looks like it was a server issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 13:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IE-Explorer-Hanging/m-p/315603#M1280543</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2011-06-30T13:42:37Z</dc:date>
    </item>
  </channel>
</rss>

