<?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 Re: Error Count = 5 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Count-5/m-p/408175#M1155845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though everything we had was uppercase, we still had to use the upper() function to get our section access to work.&amp;nbsp; Here is what ours looks like (and it's working properly on desktop and server):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD upper(ACCESS) AS ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(USERID) AS USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(ENTITYID) as SECTIONACCESSENTITYID;&lt;/P&gt;&lt;P&gt;SQL EXEC procExtractSecurityMatrix 'ALL';&lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 19:11:35 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2013-02-06T19:11:35Z</dc:date>
    <item>
      <title>Error Count = 5</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Count-5/m-p/408174#M1155844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering whether anyone has any further suggestions for me to try, as I have trawled the interent looking for answers and have tried the following because:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding section access to a document, a document fails to run on the Enterprise management console and I get an Error Count = 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Everything is written in the scrip in UPPER CASE&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; I have added the service name as ADMIN to the spreadsheet I.e. .\qlik_serv&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; I have reloaded the document before running it on the scheduler&lt;/P&gt;&lt;P&gt;4. I have tried loading on the scheduler with and without NTDOMAINSID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I manually run the script, I am doing so on the sever through Qlikview Designer/devleoper&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information in the section access is being pulled through from an excel spreadsheet, and I have attached an example for your reference along with the script I have written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="408"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="408"&gt;SECTION ACCESS;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;LOAD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;nbsp;&amp;nbsp; 'S-1-5-21-133631074-2907035605-456469473' as NTDOMAINSID,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER as NTNAME,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS as ACCESS,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PATIENT_LEVEL,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET_ACCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;FROM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C:\QLIKVIEW\DEVELOPMENT\ACCESS\Dashboard_Access.xlsx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;(ooxml, embedded labels, table is ACCESS);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;SECTION APPLICATION;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ACCESS_CONTROL:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;load * INLINE [&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PATIENT_LEVEL,access_type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1,Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;0,N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;];&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;SHEET_ACCESS:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;LOAD *&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;FROM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C:\QLIKVIEW\DEVELOPMENT\ACCESS\Dashboard_Access.xlsx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;(ooxml, embedded labels, table is SHEETS);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Does anyone have any further suggestion? I have contacted our supplier, and they have suggested all of the above and they still do not have an answer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Helen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 08:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Count-5/m-p/408174#M1155844</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-02-06T08:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error Count = 5</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Count-5/m-p/408175#M1155845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though everything we had was uppercase, we still had to use the upper() function to get our section access to work.&amp;nbsp; Here is what ours looks like (and it's working properly on desktop and server):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD upper(ACCESS) AS ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(USERID) AS USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(ENTITYID) as SECTIONACCESSENTITYID;&lt;/P&gt;&lt;P&gt;SQL EXEC procExtractSecurityMatrix 'ALL';&lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 19:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Count-5/m-p/408175#M1155845</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-02-06T19:11:35Z</dc:date>
    </item>
  </channel>
</rss>

