<?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 security with sql server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197037#M715325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply..&lt;/P&gt;&lt;P&gt;it is solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 08:29:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-27T08:29:19Z</dc:date>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197030#M715318</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;When i want to achieve the security with excel file it is possible with personal edition,&lt;/P&gt;&lt;P&gt;but when i make the same structure of table with the sql server then it cannot accept the user name which i already given in the sql server data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===================================&lt;/P&gt;&lt;P&gt;Section Access; // Start of section access part&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD [USERID],&lt;/P&gt;&lt;P&gt;[PASSWORD],&lt;/P&gt;&lt;P&gt;[ACCESS],&lt;/P&gt;&lt;P&gt;[GROUP]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;SECURE.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Section Application; // End of section access part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD [GROUP],&lt;/P&gt;&lt;P&gt;SHEET1,&lt;/P&gt;&lt;P&gt;SHEET2,&lt;/P&gt;&lt;P&gt;SHEET3&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;GROUP.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Matrix$);&lt;/P&gt;&lt;DIV&gt;=======================================&lt;/DIV&gt;&lt;DIV&gt;this code for the excel file...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;and the below code when i use the sql server data table to achieve the same.&lt;/DIV&gt;&lt;DIV&gt;===========&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Test;Data Source=BISRVR;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=BISRVR;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Section Access;&lt;/DIV&gt;&lt;DIV&gt;Directory;&lt;/DIV&gt;&lt;DIV&gt;LOAD [USERID], [PASSWORD], [ACCESS], [Region];&lt;/DIV&gt;&lt;DIV&gt;SQL SELECT * FROM Test.dbo.SECURE;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Section Application;&lt;/DIV&gt;&lt;DIV&gt;Directory;&lt;/DIV&gt;&lt;DIV&gt;LOAD [Region], "Sales Data 1", "Sales Data 2", "Sales Data 3";&lt;/DIV&gt;&lt;DIV&gt;SQL SELECT * FROM Test.dbo.Regions;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;===========&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Prob Description: when i use excel as a table it accept the username and password, but when i use sql server tables, then it cannot accepts the user name and it says that access denied, it will ask three time to enter perfect user name and then show&lt;/DIV&gt;&lt;DIV&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2428_sourceID:2428" /&gt;&lt;/DIV&gt;&lt;P&gt;pls help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197030#M715318</guid>
      <dc:creator />
      <dc:date>2010-09-23T06:18:00Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197031#M715319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All column names in Section Access should be in capital letters, so Region should be REGION.&lt;/P&gt;&lt;P&gt;Also, I've sometimes had problems with the value in the ACCESS column. Try fixing it like this 'ADMIN' as ACCESS to see if that fixes the problem and if it does we'll have to investigate it way it might cause problems.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197031#M715319</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-23T06:55:41Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197032#M715320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply,&lt;/P&gt;&lt;P&gt;i tried your solution,&lt;/P&gt;&lt;P&gt;but the problem is not solved.&lt;/P&gt;&lt;P&gt;There is something else we should change in the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 10:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197032#M715320</guid>
      <dc:creator />
      <dc:date>2010-09-23T10:31:41Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197033#M715321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might also want to verify that there is no null or empty value in any of the columns.&lt;/P&gt;&lt;P&gt;Password is optional so try your security with USERID and ACCESS first to see if you still have a problem and limit your search for the problem.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 16:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197033#M715321</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-23T16:05:46Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197034#M715322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;thanks for reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i check with table.. it does not have any empty cell..&lt;/P&gt;&lt;P&gt;i m attaching the whole steps with images.. so u can easily understand..&lt;/P&gt;&lt;P&gt;=====================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Test;Data Source=BISERVER;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=BISERVER;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD USERID,&lt;/P&gt;&lt;P&gt;PASSWORD,&lt;/P&gt;&lt;P&gt;ACCESS,&lt;/P&gt;&lt;P&gt;REGION;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Test.dbo.SECURE;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD Region,&lt;/P&gt;&lt;P&gt;"Sales Data 1",&lt;/P&gt;&lt;P&gt;"Sales Data 2",&lt;/P&gt;&lt;P&gt;"Sales Data 3";&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Test.dbo.Regions;&lt;/P&gt;&lt;P&gt;==============================&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/1731.1.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/1731.1.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/2043.sales-data-table.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/2043.sales-data-table.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/7242.step1.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/7242.step1.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/6354.step-2_2800_clear-the-field-do-not-ask-for-password_2900_.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/6354.step-2_2800_clear-the-field-do-not-ask-for-password_2900_.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 07:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197034#M715322</guid>
      <dc:creator />
      <dc:date>2010-09-25T07:10:14Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197035#M715323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Capitalize your fields when you load them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD UPPER(USERID) AS USERID, UPPER(PASSWORD) AS PASSWORD, UPPER(ACCESS) AS ACCESS, UPPER(REGION) AS REGION;SQL SELECT *FROM Test.dbo.SECURE;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Uncheck "Reduce Data based on section access" in your settings menu, Document Properties, On Open tab.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 08:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197035#M715323</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-25T08:48:02Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197036#M715324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, the column Region in the "Section Application" should be REGION. So create a new column like this:&lt;/P&gt;&lt;P&gt;LOAD Region as REGION,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 06:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197036#M715324</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-27T06:41:45Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197037#M715325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply..&lt;/P&gt;&lt;P&gt;it is solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197037#M715325</guid>
      <dc:creator />
      <dc:date>2010-09-27T08:29:19Z</dc:date>
    </item>
    <item>
      <title>security with sql server</title>
      <link>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197038#M715326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.. it is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security-with-sql-server/m-p/197038#M715326</guid>
      <dc:creator />
      <dc:date>2010-09-27T08:29:30Z</dc:date>
    </item>
  </channel>
</rss>

