<?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>article QlikView Access Point not loading, shows a blank or greyed out screen showing &amp;quot;Loading Content&amp;quot; in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Access-Point-not-loading-shows-a-blank-or-greyed-out/ta-p/1711810</link>
    <description>&lt;P&gt;The QlikView AccessPoint is blank.&lt;BR /&gt;The QlikView AccessPoint is empty, no documents are loading.&lt;BR /&gt;The QlikView AccessPoint is greyed out, doesn't load, or is stuck in a "Loading Content" loop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Content:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;EM&gt;Loading Content&amp;nbsp;&lt;/EM&gt;message indicates a generic error message that can be caused by authentication failures, loading delays, and permission issues, as well as lacking prerequisites. This article outlines the most common causes and possible solutions.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Loading Content QlikView AccessPoint.png" style="width: 993px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103122i039E34BEE5FC33E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Loading Content QlikView AccessPoint.png" alt="Loading Content QlikView AccessPoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;This error may occur if:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;.NET Framework 4.0 is not installed&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;ASP.NET feature in not activated in IIS&lt;/LI&gt;
&lt;LI&gt;IIS Application Pool is not using .NET Framework 4.0&lt;/LI&gt;
&lt;LI&gt;The &lt;SPAN&gt;/QvAjaxZfc&lt;/SPAN&gt; and &lt;SPAN&gt;/WebTicketSite&lt;/SPAN&gt; web sites are not using the &lt;SPAN&gt;"QlikView IIS"&lt;/SPAN&gt; Application Pool. (i.e using the DefaultAppPool)&lt;/LI&gt;
&lt;LI&gt;Domain Controller(s) for domain(s) in play in the environment not local to the Qlik servers to more efficiently process Authentication/Authorization requests&lt;/LI&gt;
&lt;LI&gt;Affected users are part of a large number (e.g. 120 or more) of AD groups&lt;/LI&gt;
&lt;LI&gt;.json mime types are missing in IIS.&lt;/LI&gt;
&lt;LI&gt;Newtonsoft.jsop.dll is outdated (error&amp;nbsp;&lt;EM&gt;Could not load file or assembly 'Newtonsoft.Json' or one of it's dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;/EM&gt; is displayed in the Windows Event Logs) See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-AccessPoint-does-not-load-Could-not-load-file-or/ta-p/1799372" target="_self"&gt;QlikView AccessPoint does not load: Could not load file or assembly 'Newtonsoft.Json' or one of it's dependencies.&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;If only specific users are affected:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;The issue is probably due to the users being part of a large number of Active Directory groups. The solution can be found&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.microsoft.com/en-us/help/327825/problems-with-kerberos-authentication-when-a-user-belongs-to-many-grou" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The user cannot authenticate because the Kerberos token that is generated during authentication attempts has a fixed maximum size. Transports such as remote procedure call (RPC) and HTTP rely on the&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;MaxTokenSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;value when they allocate buffers for authentication. In &lt;/SPAN&gt;&lt;SPAN&gt;Windows Server 2008, the&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;MaxTokenSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;value is 12,000 bytes.&amp;nbsp; In Windows 2012 and later version, it's 48,000. Make the recommended registry changes found in the above Microsoft article to resolve this issue and increase the token size.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Possible alternate solution:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The fix was to modify the &lt;FONT face="courier new,courier"&gt;MaxFieldLength&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;MaxRequestBytes&lt;/FONT&gt; keys in the System Registry. The following Maximum decimal values must be set in &lt;FONT face="courier new,courier"&gt;Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;BR /&gt;Name&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;Value Type&lt;/TD&gt;
&lt;TD&gt;Value Data&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;MaxFieldLength&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;DWORD&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;65534&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;MaxRequestBytes&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;DWORD&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;16777216&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;If the issue is global (all users affected):&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;General (server-side)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Are all prerequisites&amp;nbsp;installed on the server (.NET Framework 4.0 for Qlikview 11+) and if IIS is in use,&amp;nbsp;have all pertinent role features&amp;nbsp;been added? See &lt;A href="https://support.qlik.com/articles/Basic/How-to-configure-QlikView-and-IIS" target="_blank" rel="noopener"&gt;How to configure: QlikView and IIS&lt;/A&gt; for details regarding IIS installation.&lt;/LI&gt;
&lt;LI&gt;Ensure the Service Account running the Directory Service connector has the proper&amp;nbsp;permissions&amp;nbsp;to resolve usernames. This may be an authentication related&amp;nbsp;issue. One way to check this is to view the&amp;nbsp;&lt;STRONG&gt;Windows Logs&lt;/STRONG&gt;&amp;nbsp;(Event/Security) to see if the Service Account is failing audit or generating other authentication/permission-related messages.&lt;/LI&gt;
&lt;LI&gt;If the Service Account does not have access to Active Directory, ensure a proper login&amp;nbsp;account is configured&amp;nbsp;in the Directory Service Connector settings in the Management Console.&lt;/LI&gt;
&lt;LI&gt;If the Directory Service Connector is installed on a different server, ensure TCP port 4730 is not blocked inbound or outbound.&lt;/LI&gt;
&lt;LI&gt;Check location of domain controller(s) in relation to servers, if not local to the servers, even with low latent network connections, this may still pose issues when the environment is fairly busy with users coming into the AccessPoint.&lt;/LI&gt;
&lt;LI&gt;The host name of the server address&amp;nbsp;may not include an underscore (Internet Explorer (IE)&amp;nbsp;in particular), as no cookies can&amp;nbsp;be set, which may cause the authentication process to fail:&lt;BR /&gt;&lt;A href="http://blogs.msdn.com/b/ieinternals/archive/2009/08/20/wininet-ie-cookie-internals-faq.aspx" target="_blank" rel="noopener"&gt;http://blogs.msdn.com/b/ieinternals/archive/2009/08/20/wininet-ie-cookie-internals-faq.aspx&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Enhanced Security settings for IE should be turned off for Administrators.&lt;/LI&gt;
&lt;LI&gt;Does the QlikView Server have full control on the&amp;nbsp;ProgramData\QlikTech folder?&lt;BR /&gt;c:\programdata\qliktech\qlikview server as well as the mounts configured for the QlikView Server resource&amp;nbsp;in the Management console should allow Full Control rights.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Are there&amp;nbsp;a large&amp;nbsp;number of folder mounts, or do the folder&amp;nbsp;mounts contain a high number of none-QlikView&amp;nbsp;related files? &amp;nbsp;Note: the QVS scans the folder mount content regularly, which may lead to delays or timeouts.&lt;/LI&gt;
&lt;LI&gt;Ensure the Qlikview Webserver machine connection is using the QlikView Server host name and not&lt;BR /&gt;Localhost, in QlikView Management Console check the following:&lt;BR /&gt;System &amp;gt; Setup &amp;gt; QlikviewWebserver &amp;gt; Accesspoint &amp;gt; Server &amp;gt; Connections&lt;/LI&gt;
&lt;LI&gt;Ensure that the&amp;nbsp;Newtonsoft.jsop.dll used by VisualStudio (if installed on the server) &lt;A href="https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio" target="_blank" rel="noopener"&gt;is updated to the latest version&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;General (client side)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Add the QlikView AccessPoint site to the Local Intranet security zone or trusted sites in IE.&lt;/LI&gt;
&lt;LI&gt;Have cookies been allowed in the browser for the currently logged on user?&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;IIS specifics&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The account running the Application Pool is the same account as the one running the QlikView Services,&lt;BR /&gt;or is in the QlikView Administrators and Local Administrators Security&amp;nbsp;Groups. &lt;STRONG&gt;Note:&lt;/STRONG&gt; Ensure that the &lt;SPAN&gt;/QvAjaxZfc&lt;/SPAN&gt; and &lt;SPAN&gt;/WebTicketSite&lt;/SPAN&gt; websites are using the &lt;SPAN&gt;"QlikView IIS"&lt;/SPAN&gt; Application Pool and not the DefaultAppPool.&lt;/LI&gt;
&lt;LI&gt;Incorrect .NET Trust levels. See &lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/QlikView-AccessPoint-Index-htm-not-fully-loaded-when-using-IIS/ta-p/1714034" target="_blank" rel="noopener"&gt;QlikView AccessPoint: Index.htm not fully loaded when using IIS&lt;/A&gt;&amp;nbsp;.&lt;/LI&gt;
&lt;LI&gt;If Windows Authentication is being used, ensure it is installed/enabled. To do so, review the enabled features in the IIS Roles configuration. See below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IIS Roles.png" style="width: 793px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103118i31A7462E3ED2F5F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="IIS Roles.png" alt="IIS Roles.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Click&amp;nbsp;Add Roles and check Web Server (IIS). Click Add Required Features and Click&amp;nbsp;Next.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;On the page Select Role Services ensure the following is checked: &amp;gt; Security &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Windows Authentication&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;If the issue persists, proceed as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Test one of the QlikView .aspx pages by browsing to, (for example)&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://server/QvAjaxZfc/QvClient.aspx" target="_blank" rel="noopener"&gt;http://server/QvAjaxZfc/QvClient.aspx&lt;/A&gt;&lt;/FONT&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If an error similar to the following is returned:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;HTTP Error 500.21 - Internal Server Error Handler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Exception Details: System BadlmageFormatException: Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Run the following command to register ASP.NET v.4 in IIS:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;%windir%\Microsoft.NET\Framework64\v4.0xxxx\aspnet_regiis.exe -i&lt;/FONT&gt; (&lt;STRONG&gt;Windows 2008)&lt;BR /&gt;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;dism /online /enable-feature /featurename:IIS-ASPNET45 /all&lt;/FONT&gt; &lt;STRONG&gt;(Windows 2012)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ensure ASP.NET feature is activated in IIS role:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Application Pools in IIS.png" style="width: 611px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103119i5331A568B25AF62B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Application Pools in IIS.png" alt="Application Pools in IIS.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;Navigate to the Application Pools overview, right-click and open the &lt;EM&gt;Advanced Settings...&lt;/EM&gt; for the QlikView IIS AppPool. Verify that the settings are as follows:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;
&lt;P&gt;.Net Framework Version: v4.0&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enable 32-Bit Applications: False&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Managed Pipeline Mode: Integrated&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IIS application pool advanced settings.png" style="width: 350px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103120iF3C02F1B8D7A0EE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="IIS application pool advanced settings.png" alt="IIS application pool advanced settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Customised-AccessPoint-is-grayed-out/ta-p/1716154" target="_blank" rel="noopener"&gt;Customised AccessPoint is grayed out&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;A style="background-color: #ffffff;" href="https://community.qlik.com/t5/Qlik-Support-Documents/QlikView-AccessPoint-long-quot-Loading-Content-quot-time-before/ta-p/1713221" target="_self"&gt;QlikView AccessPoint: long "Loading Content" time before showing the list of documents, or the list of documents is empty.&lt;/A&gt;&lt;BR /&gt;&lt;A style="background-color: #ffffff;" href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Access-point-is-not-loading-after-upgrading-to-latest/ta-p/1795879" target="_self"&gt;QlikView Access point is not loading after upgrading to latest version of QlikView &lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;H2 class="message-subject"&gt;&amp;nbsp;&lt;/H2&gt;</description>
    <pubDate>Mon, 20 Mar 2023 11:02:57 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2023-03-20T11:02:57Z</dc:date>
    <item>
      <title>QlikView Access Point not loading, shows a blank or greyed out screen showing "Loading Content"</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Access-Point-not-loading-shows-a-blank-or-greyed-out/ta-p/1711810</link>
      <description>&lt;P&gt;The QlikView AccessPoint is blank.&lt;BR /&gt;The QlikView AccessPoint is empty, no documents are loading.&lt;BR /&gt;The QlikView AccessPoint is greyed out, doesn't load, or is stuck in a "Loading Content" loop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Content:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;EM&gt;Loading Content&amp;nbsp;&lt;/EM&gt;message indicates a generic error message that can be caused by authentication failures, loading delays, and permission issues, as well as lacking prerequisites. This article outlines the most common causes and possible solutions.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Loading Content QlikView AccessPoint.png" style="width: 993px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103122i039E34BEE5FC33E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Loading Content QlikView AccessPoint.png" alt="Loading Content QlikView AccessPoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;This error may occur if:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;.NET Framework 4.0 is not installed&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;ASP.NET feature in not activated in IIS&lt;/LI&gt;
&lt;LI&gt;IIS Application Pool is not using .NET Framework 4.0&lt;/LI&gt;
&lt;LI&gt;The &lt;SPAN&gt;/QvAjaxZfc&lt;/SPAN&gt; and &lt;SPAN&gt;/WebTicketSite&lt;/SPAN&gt; web sites are not using the &lt;SPAN&gt;"QlikView IIS"&lt;/SPAN&gt; Application Pool. (i.e using the DefaultAppPool)&lt;/LI&gt;
&lt;LI&gt;Domain Controller(s) for domain(s) in play in the environment not local to the Qlik servers to more efficiently process Authentication/Authorization requests&lt;/LI&gt;
&lt;LI&gt;Affected users are part of a large number (e.g. 120 or more) of AD groups&lt;/LI&gt;
&lt;LI&gt;.json mime types are missing in IIS.&lt;/LI&gt;
&lt;LI&gt;Newtonsoft.jsop.dll is outdated (error&amp;nbsp;&lt;EM&gt;Could not load file or assembly 'Newtonsoft.Json' or one of it's dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;/EM&gt; is displayed in the Windows Event Logs) See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-AccessPoint-does-not-load-Could-not-load-file-or/ta-p/1799372" target="_self"&gt;QlikView AccessPoint does not load: Could not load file or assembly 'Newtonsoft.Json' or one of it's dependencies.&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;If only specific users are affected:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;The issue is probably due to the users being part of a large number of Active Directory groups. The solution can be found&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.microsoft.com/en-us/help/327825/problems-with-kerberos-authentication-when-a-user-belongs-to-many-grou" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The user cannot authenticate because the Kerberos token that is generated during authentication attempts has a fixed maximum size. Transports such as remote procedure call (RPC) and HTTP rely on the&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;MaxTokenSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;value when they allocate buffers for authentication. In &lt;/SPAN&gt;&lt;SPAN&gt;Windows Server 2008, the&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;MaxTokenSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;value is 12,000 bytes.&amp;nbsp; In Windows 2012 and later version, it's 48,000. Make the recommended registry changes found in the above Microsoft article to resolve this issue and increase the token size.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Possible alternate solution:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The fix was to modify the &lt;FONT face="courier new,courier"&gt;MaxFieldLength&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;MaxRequestBytes&lt;/FONT&gt; keys in the System Registry. The following Maximum decimal values must be set in &lt;FONT face="courier new,courier"&gt;Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;BR /&gt;Name&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;Value Type&lt;/TD&gt;
&lt;TD&gt;Value Data&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;MaxFieldLength&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;DWORD&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;65534&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;MaxRequestBytes&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;DWORD&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;16777216&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;If the issue is global (all users affected):&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;General (server-side)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Are all prerequisites&amp;nbsp;installed on the server (.NET Framework 4.0 for Qlikview 11+) and if IIS is in use,&amp;nbsp;have all pertinent role features&amp;nbsp;been added? See &lt;A href="https://support.qlik.com/articles/Basic/How-to-configure-QlikView-and-IIS" target="_blank" rel="noopener"&gt;How to configure: QlikView and IIS&lt;/A&gt; for details regarding IIS installation.&lt;/LI&gt;
&lt;LI&gt;Ensure the Service Account running the Directory Service connector has the proper&amp;nbsp;permissions&amp;nbsp;to resolve usernames. This may be an authentication related&amp;nbsp;issue. One way to check this is to view the&amp;nbsp;&lt;STRONG&gt;Windows Logs&lt;/STRONG&gt;&amp;nbsp;(Event/Security) to see if the Service Account is failing audit or generating other authentication/permission-related messages.&lt;/LI&gt;
&lt;LI&gt;If the Service Account does not have access to Active Directory, ensure a proper login&amp;nbsp;account is configured&amp;nbsp;in the Directory Service Connector settings in the Management Console.&lt;/LI&gt;
&lt;LI&gt;If the Directory Service Connector is installed on a different server, ensure TCP port 4730 is not blocked inbound or outbound.&lt;/LI&gt;
&lt;LI&gt;Check location of domain controller(s) in relation to servers, if not local to the servers, even with low latent network connections, this may still pose issues when the environment is fairly busy with users coming into the AccessPoint.&lt;/LI&gt;
&lt;LI&gt;The host name of the server address&amp;nbsp;may not include an underscore (Internet Explorer (IE)&amp;nbsp;in particular), as no cookies can&amp;nbsp;be set, which may cause the authentication process to fail:&lt;BR /&gt;&lt;A href="http://blogs.msdn.com/b/ieinternals/archive/2009/08/20/wininet-ie-cookie-internals-faq.aspx" target="_blank" rel="noopener"&gt;http://blogs.msdn.com/b/ieinternals/archive/2009/08/20/wininet-ie-cookie-internals-faq.aspx&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Enhanced Security settings for IE should be turned off for Administrators.&lt;/LI&gt;
&lt;LI&gt;Does the QlikView Server have full control on the&amp;nbsp;ProgramData\QlikTech folder?&lt;BR /&gt;c:\programdata\qliktech\qlikview server as well as the mounts configured for the QlikView Server resource&amp;nbsp;in the Management console should allow Full Control rights.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Are there&amp;nbsp;a large&amp;nbsp;number of folder mounts, or do the folder&amp;nbsp;mounts contain a high number of none-QlikView&amp;nbsp;related files? &amp;nbsp;Note: the QVS scans the folder mount content regularly, which may lead to delays or timeouts.&lt;/LI&gt;
&lt;LI&gt;Ensure the Qlikview Webserver machine connection is using the QlikView Server host name and not&lt;BR /&gt;Localhost, in QlikView Management Console check the following:&lt;BR /&gt;System &amp;gt; Setup &amp;gt; QlikviewWebserver &amp;gt; Accesspoint &amp;gt; Server &amp;gt; Connections&lt;/LI&gt;
&lt;LI&gt;Ensure that the&amp;nbsp;Newtonsoft.jsop.dll used by VisualStudio (if installed on the server) &lt;A href="https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio" target="_blank" rel="noopener"&gt;is updated to the latest version&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;General (client side)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Add the QlikView AccessPoint site to the Local Intranet security zone or trusted sites in IE.&lt;/LI&gt;
&lt;LI&gt;Have cookies been allowed in the browser for the currently logged on user?&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;IIS specifics&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The account running the Application Pool is the same account as the one running the QlikView Services,&lt;BR /&gt;or is in the QlikView Administrators and Local Administrators Security&amp;nbsp;Groups. &lt;STRONG&gt;Note:&lt;/STRONG&gt; Ensure that the &lt;SPAN&gt;/QvAjaxZfc&lt;/SPAN&gt; and &lt;SPAN&gt;/WebTicketSite&lt;/SPAN&gt; websites are using the &lt;SPAN&gt;"QlikView IIS"&lt;/SPAN&gt; Application Pool and not the DefaultAppPool.&lt;/LI&gt;
&lt;LI&gt;Incorrect .NET Trust levels. See &lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/QlikView-AccessPoint-Index-htm-not-fully-loaded-when-using-IIS/ta-p/1714034" target="_blank" rel="noopener"&gt;QlikView AccessPoint: Index.htm not fully loaded when using IIS&lt;/A&gt;&amp;nbsp;.&lt;/LI&gt;
&lt;LI&gt;If Windows Authentication is being used, ensure it is installed/enabled. To do so, review the enabled features in the IIS Roles configuration. See below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IIS Roles.png" style="width: 793px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103118i31A7462E3ED2F5F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="IIS Roles.png" alt="IIS Roles.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Click&amp;nbsp;Add Roles and check Web Server (IIS). Click Add Required Features and Click&amp;nbsp;Next.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;On the page Select Role Services ensure the following is checked: &amp;gt; Security &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Windows Authentication&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;If the issue persists, proceed as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Test one of the QlikView .aspx pages by browsing to, (for example)&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://server/QvAjaxZfc/QvClient.aspx" target="_blank" rel="noopener"&gt;http://server/QvAjaxZfc/QvClient.aspx&lt;/A&gt;&lt;/FONT&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If an error similar to the following is returned:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;HTTP Error 500.21 - Internal Server Error Handler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Exception Details: System BadlmageFormatException: Could not load file or assembly 'AccessPoint' or one of its dependencies. An attempt was made to load a program with an incorrect format.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Run the following command to register ASP.NET v.4 in IIS:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;%windir%\Microsoft.NET\Framework64\v4.0xxxx\aspnet_regiis.exe -i&lt;/FONT&gt; (&lt;STRONG&gt;Windows 2008)&lt;BR /&gt;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;dism /online /enable-feature /featurename:IIS-ASPNET45 /all&lt;/FONT&gt; &lt;STRONG&gt;(Windows 2012)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ensure ASP.NET feature is activated in IIS role:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Application Pools in IIS.png" style="width: 611px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103119i5331A568B25AF62B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Application Pools in IIS.png" alt="Application Pools in IIS.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;Navigate to the Application Pools overview, right-click and open the &lt;EM&gt;Advanced Settings...&lt;/EM&gt; for the QlikView IIS AppPool. Verify that the settings are as follows:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;
&lt;P&gt;.Net Framework Version: v4.0&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enable 32-Bit Applications: False&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Managed Pipeline Mode: Integrated&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IIS application pool advanced settings.png" style="width: 350px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103120iF3C02F1B8D7A0EE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="IIS application pool advanced settings.png" alt="IIS application pool advanced settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Customised-AccessPoint-is-grayed-out/ta-p/1716154" target="_blank" rel="noopener"&gt;Customised AccessPoint is grayed out&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;A style="background-color: #ffffff;" href="https://community.qlik.com/t5/Qlik-Support-Documents/QlikView-AccessPoint-long-quot-Loading-Content-quot-time-before/ta-p/1713221" target="_self"&gt;QlikView AccessPoint: long "Loading Content" time before showing the list of documents, or the list of documents is empty.&lt;/A&gt;&lt;BR /&gt;&lt;A style="background-color: #ffffff;" href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Access-point-is-not-loading-after-upgrading-to-latest/ta-p/1795879" target="_self"&gt;QlikView Access point is not loading after upgrading to latest version of QlikView &lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;H2 class="message-subject"&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Mon, 20 Mar 2023 11:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Access-Point-not-loading-shows-a-blank-or-greyed-out/ta-p/1711810</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-03-20T11:02:57Z</dc:date>
    </item>
  </channel>
</rss>

