<?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: Prompting user id and password in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829947#M998258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your section access script your are using userid instead of NTname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 11:16:10 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-06-16T11:16:10Z</dc:date>
    <item>
      <title>Prompting user id and password</title>
      <link>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829946#M998257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our qlikview apps are running by shell scripts. These are triggers by using task schedulers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the job was failed. I fixed manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later&amp;nbsp; app is prompting user id and password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to fix this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89590_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829946#M998257</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Prompting user id and password</title>
      <link>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829947#M998258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your section access script your are using userid instead of NTname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 11:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829947#M998258</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-06-16T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Prompting user id and password</title>
      <link>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829948#M998259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use both NTNAME and USERID in Section Access, the authentication sequence becomes something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open document&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If QV detects your NTNAME in the Section Access table, it will let you in - no questions asked&lt;/LI&gt;&lt;LI&gt;If QV does not recognize your NTNAME when checking the SA table, it will prompt you for a USERID (and PASSWORD)&lt;/LI&gt;&lt;LI&gt;If you cannot provide a valid USERID and/or PASSWORD, access will be denied (after three attempts)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The USERID pop-up is displayed because QV does not recognize the windows user account you are logged on with..Even when the USERID field contains nothing useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829948#M998259</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-16T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Prompting user id and password</title>
      <link>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829949#M998260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thank you for your valuable answers.&lt;/P&gt;&lt;P&gt;It was resolved after the re-run from initial step.&lt;/P&gt;&lt;P&gt;Reason for the issue was skipping intermediate action in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829949#M998260</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-16T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Prompting user id and password</title>
      <link>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829950#M998261</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;I understand you said the issue have been resolved but for future reference can you clarify what you meant by:-&lt;/P&gt;&lt;P&gt;"It was resolved after the re-run from initial step.&lt;/P&gt;&lt;P&gt;Reason for the issue was skipping intermediate action in the script."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More in-depth&amp;nbsp; explanations please&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompting-user-id-and-password/m-p/829950#M998261</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-16T14:10:47Z</dc:date>
    </item>
  </channel>
</rss>

