<?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 jmeter: multiple sessions in Scalability</title>
    <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268442#M177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bjorn,&lt;/P&gt;&lt;P&gt;it works fine, even with jmeter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 14:12:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-05T14:12:18Z</dc:date>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268436#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;using QVScriptGenTool I realized my jmeter script.&lt;/P&gt;&lt;P&gt;Testing with 50 threads (users), I find in session log a lot of messages like&amp;nbsp; "Killed because Named User Cal was needed from another client". Every thread interrupts started session.&lt;/P&gt;&lt;P&gt;In Qlikview server we have only Named User CALs and Document CALs.&lt;/P&gt;&lt;P&gt;NTFS authorization is required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different logins ,added using HTTP Authorization manager, are not used. Only the login of user that run jmeter is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone launched the script with more contemporary sessions in qv10?&lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 13:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268436#M171</guid>
      <dc:creator />
      <dc:date>2012-02-09T13:52:17Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268437#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on this issue also.&amp;nbsp; Have you found a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see the document called "GenericTool-BA-how-to-enable-and-disable.docx" in the QVScriptGenTool package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268437#M172</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-02-29T18:34:56Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268438#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion about the document called "GenericTool-BA-how-to-enable-and-disable.docx".&lt;/P&gt;&lt;P&gt;Unfortunately this solution uses dms authorization.&lt;/P&gt;&lt;P&gt;I need ntfs authorization in order to identify qlikview administrator users and launch dynamic update commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to modify jmeter in order to add ntlm support (see &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://hc.apache.org/httpcomponents-client-ga/ntlm.html"&gt;http://hc.apache.org/httpcomponents-client-ga/ntlm.html&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://agilitator.com/blog/?p=987"&gt;http://agilitator.com/blog/?p=987&lt;/A&gt;&lt;SPAN&gt;), but without success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 09:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268438#M173</guid>
      <dc:creator />
      <dc:date>2012-03-01T09:11:12Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268439#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The environment we wanted to test was using QVWS rather than IIS.&amp;nbsp; We were trying to use the password mechanism that comes with QVScriptGen.&amp;nbsp; Our main problem was that when we tried to pass credentials in using the password file, IWA (integrated windows authentication) always intercepted and passed my local logged in account credentials, rather than the accounts we were trying to use in the password file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our workaround was to install IIS to run on port 8080, side by side with QVWS, and disable Windows Auth and enable Basic Auth in the IIS config.&amp;nbsp; This forces a Basic Auth dialog to pop up when you go to AccessPoint, and IWA doesn't intercept.&amp;nbsp; JMeter has the ability to pass in Basic Auth credentials from the password file, which we utilized.&amp;nbsp; The Basic Auth users in the password file are real Windows users.&amp;nbsp; We are still running in NTFS mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing - the generated JMX had to be modified in JMeter to enable Basic Auth.&amp;nbsp; It's only a few steps that need to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 15:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268439#M174</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-03-01T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268440#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gary,&lt;/P&gt;&lt;P&gt;Can't you just change authentication scheme from "NTLM" to "Basic" in config.xml for QVWS in your case, instead of installing and configuring IIS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;HttpAuthentication url="/QvAJAXZfc/Authenticate.aspx" scheme="Basic" /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a thought, never tried it together with jMeter, but that's how I change my QVWS to support Basic auth or Kerberos if required ("Negotiate").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268440#M175</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2012-03-02T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268441#M176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we? How would we know? There's no documentation or discussion of this option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 15:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268441#M176</guid>
      <dc:creator />
      <dc:date>2012-03-02T15:01:50Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268442#M177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bjorn,&lt;/P&gt;&lt;P&gt;it works fine, even with jmeter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 14:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268442#M177</guid>
      <dc:creator />
      <dc:date>2012-03-05T14:12:18Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268443#M178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bjorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also using the Jmeter with Qlikview GUI generator.&lt;/P&gt;&lt;P&gt;Used to get the error &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;"Killed because Named User Cal was needed from another client". Every thread interrupts started session. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;But i have changed to use the cookie license in the xml file. And i am not getting the error . But the problem is in the even log it is having the messages Mount, Document Load. It has only the&amp;nbsp; Ticket Created ,Ticket Found. Also Cpu spent in session log is always zero . And the QliKView user is shown as ${H}. It would be great if you could suggest some solutions.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 03:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268443#M178</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-03-06T03:55:54Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268444#M179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi brindlogcool,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the QlikView user is shown as ${H} or ${H1}, it seems that the script expects a file with headers which it does not find. If the "Authorization enabled" checkbox is checked on the Properties tab in the QlikView Script Generator GUI, the script will require a file containing authorization variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That file should be defaulted to "..\SupportFiles\usrpwd.txt" so it might be that the file is missing (or folder structure has changed) or no file at all has been specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Scalabilty Center&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 09:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268444#M179</guid>
      <dc:creator>Sebastian_Fredenberg</dc:creator>
      <dc:date>2012-03-06T09:32:41Z</dc:date>
    </item>
    <item>
      <title>jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268445#M180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have rechecked my supportfiles. &lt;/P&gt;&lt;P&gt;There is no change in the folder structure and it is fine.&amp;nbsp; I have specified the username(without domainname) and&amp;nbsp; password in the usrpwd file.Do i need to provide with Domain/Username.Also for more clarification QVWS authentication is NTLM. Do i need to change it to Custom Header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268445#M180</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-03-06T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268446#M181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can we get this QVScriptGenTool ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 17:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268446#M181</guid>
      <dc:creator />
      <dc:date>2013-01-24T17:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268447#M182</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;You can find the tool and other useful information on the main page of this community group. The direct link to the tool is &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-2705" title="http://community.qlik.com/docs/DOC-2705"&gt;http://community.qlik.com/docs/DOC-2705&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 07:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268447#M182</guid>
      <dc:creator>Sebastian_Fredenberg</dc:creator>
      <dc:date>2013-01-25T07:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268448#M183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sebastian!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 07:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268448#M183</guid>
      <dc:creator />
      <dc:date>2013-01-25T07:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268449#M184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out what authentication type to use NTML or Basic, our &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Qlikview server default authentication type is NTML (under System &amp;gt; Set up&amp;gt; Authentication), I am testing a QV server licensed with 100&amp;nbsp; named user CALS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I understand that for testing scenario of multiple users acessing different documents in different JMeter instances, should we choose NTML?&lt;/P&gt;&lt;P&gt;For NTML one authenticated windows user account which runs load test needs to be enough, we need not create and supply other test windows accounts, right?&lt;/P&gt;&lt;P&gt;When do we need to choose authentication type Basic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;please suggest, I appreciate your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Swetha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 00:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268449#M184</guid>
      <dc:creator />
      <dc:date>2013-04-30T00:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268450#M185</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;Actually I would recommend using header authentication, if possible. Set the environment up to use header authentication, and do the same for the tools, which means creating a textfile with usernames for the users you want to simulate. No extra windows accounts need to be created (you still need the one running the script to belong to the domain etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic can do the trick as well, but there is some more steps to take so I would try the header first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an advice, before running multiple users, run the script with one user only to verify that one user can be simulated, then test with multiple users. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 14:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268450#M185</guid>
      <dc:creator>Sebastian_Fredenberg</dc:creator>
      <dc:date>2013-05-01T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268451#M186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Sebastian, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Continuation with the last response on using header authentication, does authentication type has any dependence on Cals Type avaliable on QV server? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;We have QV server licensed with 100&amp;nbsp; named user CALS.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Could we able to access files from QV server with only Named cals and header authentication type setup?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Or do we need Session cals for&amp;nbsp; header authentication type setup?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Kamal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 17:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268451#M186</guid>
      <dc:creator />
      <dc:date>2013-05-01T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268452#M187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not limited to have session CALs if using header. If you have Named user CALs and have set up the environment to assign them properly it will work with the tools if it works for single users accessing the document(s) manually via a browser.&lt;/P&gt;&lt;P&gt;Regarding how it should be setup on the server side,that information can be found the Qlikview Server Reference Manual. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Scalability center&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 11:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268452#M187</guid>
      <dc:creator>Sebastian_Fredenberg</dc:creator>
      <dc:date>2013-05-14T11:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268453#M188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do we need DMS Authorization to be set for Multiple User and Basic Authenticatin?. Can we still create user in Local machine and use Basic Authentication. I have checked that it works if user are created in the QVS using DMS and Basic Authentication. Any document related to user creation on Local Machine and Basic Authentication wouild be great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 14:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268453#M188</guid>
      <dc:creator />
      <dc:date>2013-06-19T14:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268454#M189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might you be able to help me with resources on how you setup jMeter to use Basic Auth as well as IIS config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 17:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268454#M189</guid>
      <dc:creator />
      <dc:date>2014-06-19T17:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: jmeter: multiple sessions</title>
      <link>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268455#M190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;Could you explain, please – what are other steps that need to use the scenario of multiple users accessing with just NTLM authentication?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/jmeter-multiple-sessions/m-p/268455#M190</guid>
      <dc:creator>evgeny</dc:creator>
      <dc:date>2014-08-07T10:39:43Z</dc:date>
    </item>
  </channel>
</rss>

