<?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 AppEvaluator RunEvaluator.ps1 not running multiple apps in Scalability</title>
    <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642179#M1647</link>
    <description>&lt;P&gt;I found this powershell script which does everything we want to do for an initial test of a system.&amp;nbsp; No documentation, but that's fine, I can read powershell.&amp;nbsp; One of the parameters is -apps.&amp;nbsp; The script supports passing in multiple app IDs, which should then loop through each one, but it doesn't.&amp;nbsp; Using VS Code in debugging mode I found that multiple apps are getting parsed, loaded into array $apps, and then looped through and JSON created with multiple restart and run sections.&amp;nbsp; Then it gets passed in TestScheduler.exe, but then disappears into a black hole, only the first app in the list is run.&lt;/P&gt;&lt;P&gt;We can call this utility once for each app ID, but it would be nice if this worked.&amp;nbsp; I suspect the issue is in TestScheduler.exe.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2019 18:32:24 GMT</pubDate>
    <dc:creator>garystrader</dc:creator>
    <dc:date>2019-11-01T18:32:24Z</dc:date>
    <item>
      <title>AppEvaluator RunEvaluator.ps1 not running multiple apps</title>
      <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642179#M1647</link>
      <description>&lt;P&gt;I found this powershell script which does everything we want to do for an initial test of a system.&amp;nbsp; No documentation, but that's fine, I can read powershell.&amp;nbsp; One of the parameters is -apps.&amp;nbsp; The script supports passing in multiple app IDs, which should then loop through each one, but it doesn't.&amp;nbsp; Using VS Code in debugging mode I found that multiple apps are getting parsed, loaded into array $apps, and then looped through and JSON created with multiple restart and run sections.&amp;nbsp; Then it gets passed in TestScheduler.exe, but then disappears into a black hole, only the first app in the list is run.&lt;/P&gt;&lt;P&gt;We can call this utility once for each app ID, but it would be nice if this worked.&amp;nbsp; I suspect the issue is in TestScheduler.exe.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 18:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642179#M1647</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2019-11-01T18:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: AppEvaluator RunEvaluator.ps1 not running multiple apps</title>
      <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642201#M1648</link>
      <description>&lt;P&gt;I found the documentation, which is nice, but it still doesn't work with multiple apps.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 19:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642201#M1648</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2019-11-01T19:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: AppEvaluator RunEvaluator.ps1 not running multiple apps</title>
      <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642204#M1649</link>
      <description>&lt;P&gt;What's the syntax that you're using? I am not seeing issues with this:&lt;/P&gt;
&lt;PRE&gt;PS C:\scalabilitytools-5.4.0\AppEvaluator&amp;gt; .\RunEvaluator.ps1 -apps 325c3daa-1aeb-434c-9c1d-c7ce14ee201a,e5c43d5c-9cd6-42c7-ae89-f755f24e64bd -server servername&lt;BR /&gt;&lt;BR /&gt;Directory: C:\scalabilitytools-5.4.0\AppEvaluator&lt;BR /&gt;&lt;BR /&gt;Mode LastWriteTime Length Name&lt;BR /&gt;---- ------------- ------ ----&lt;BR /&gt;d----- 11/1/2019 3:22 PM Temp&lt;BR /&gt;2019-11-01 15:22:42,826 146 1 INFO TestScheduler.Program Running test schedule at Temp\RunEvaluator.json&lt;BR /&gt;2019-11-01 15:22:42,858 178 1 INFO TestScheduler.Program Notification pipe token is 3822fcb2-baa2-41f5-8296-bbeab10ba016&lt;BR /&gt;2019-11-01 15:22:42,862 182 1 INFO TestScheduler.Program Command pipe token is e7bd0998-2986-4824-b283-a816ad5059ec&lt;BR /&gt;2019-11-01 15:22:42,873 193 1 INFO TestScheduler.Program Create subfolder is set to False&lt;BR /&gt;2019-11-01 15:22:48,563 5883 9 INFO TestScheduler.Tasks.RestartQSSTask Restart Qlik Sense Services task started&lt;BR /&gt;2019-11-01 15:22:48,652 5972 9 INFO TestScheduler.Tasks.RestartQSSTask Stopping service QlikSenseEngineService&lt;BR /&gt;2019-11-01 15:22:51,709 9029 9 INFO TestScheduler.Tasks.RestartQSSTask Service QlikSenseEngineService stopped&lt;BR /&gt;2019-11-01 15:22:56,721 14041 16 INFO TestScheduler.Tasks.RestartQSSTask Starting service QlikSenseEngineService&lt;BR /&gt;2019-11-01 15:22:57,302 14622 16 INFO TestScheduler.Tasks.RestartQSSTask Service QlikSenseEngineService started&lt;BR /&gt;2019-11-01 15:24:57,334 134654 18 INFO TestScheduler.Tasks.SDKExerciserTask Invoking SDKExerciserConsole: C:\scalabilitytools-5.4.0\SDKExerciser\Jun2018\SDKExerciserConsole.exe config="C:\scalabilitytools-5.4.0\AppEvaluator\Scripts\ComplexityIndexWorker.json" configname="2-Run profiler-ComplexityIndexWorker" server=servername app="325c3daa-1aeb-434c-9c1d-c7ce14ee201a" ssl=True iterations=2 usernameprefix=Exerciser concurrentusers=1 rampupdelay=1.00 executiontime=-1 instancenumber=1 appmode=Open newuserforeachiteration=True afteriterationwait=NoWait afteriterationwaittime=0 logDir="C:\scalabilitytools-5.4.0\AppEvaluator\Results"&lt;BR /&gt;2019-11-01 15:24:59,207 136527 22 INFO TestScheduler.Tasks.SDKExerciserTask Starting test towards Uri: wss://servername/&lt;BR /&gt;2019-11-01 15:24:59,267 136587 11 INFO TestScheduler.Tasks.SDKExerciserTask 15:24:59 Workers:0 Errors:0 Warnings:0 Requests:0 Sessions:0&lt;BR /&gt;2019-11-01 15:25:09,253 146573 24 INFO TestScheduler.Tasks.SDKExerciserTask 15:25:09 Workers:1 Errors:0 Warnings:0 Requests:25 Sessions:1&lt;BR /&gt;2019-11-01 15:25:19,253 156573 21 INFO TestScheduler.Tasks.SDKExerciserTask 15:25:19 Workers:1 Errors:0 Warnings:0 Requests:37 Sessions:1&lt;BR /&gt;2019-11-01 15:25:29,255 166575 27 INFO TestScheduler.Tasks.SDKExerciserTask 15:25:29 Workers:1 Errors:0 Warnings:0 Requests:65 Sessions:2&lt;BR /&gt;2019-11-01 15:25:39,256 176576 24 INFO TestScheduler.Tasks.SDKExerciserTask 15:25:39 Workers:1 Errors:0 Warnings:0 Requests:77 Sessions:2&lt;BR /&gt;2019-11-01 15:25:41,249 178569 24 INFO TestScheduler.Tasks.SDKExerciserTask Test Execution Finished.&lt;BR /&gt;2019-11-01 15:25:41,253 178573 14 INFO TestScheduler.Tasks.SDKExerciserTask WarningCount: 0&lt;BR /&gt;2019-11-01 15:25:41,256 178576 14 INFO TestScheduler.Tasks.SDKExerciserTask ErrorCount: 0&lt;BR /&gt;2019-11-01 15:25:41,260 178580 14 INFO TestScheduler.Tasks.SDKExerciserTask Finishing writing logs...&lt;BR /&gt;2019-11-01 15:27:41,550 298870 35 INFO TestScheduler.Tasks.RestartQSSTask Restart Qlik Sense Services task started&lt;BR /&gt;2019-11-01 15:27:41,575 298895 35 INFO TestScheduler.Tasks.RestartQSSTask Stopping service QlikSenseEngineService&lt;BR /&gt;2019-11-01 15:27:44,123 301443 35 INFO TestScheduler.Tasks.RestartQSSTask Service QlikSenseEngineService stopped&lt;BR /&gt;2019-11-01 15:27:49,128 306449 34 INFO TestScheduler.Tasks.RestartQSSTask Starting service QlikSenseEngineService&lt;BR /&gt;2019-11-01 15:27:49,603 306923 34 INFO TestScheduler.Tasks.RestartQSSTask Service QlikSenseEngineService started&lt;BR /&gt;2019-11-01 15:29:49,608 426928 31 INFO TestScheduler.Tasks.SDKExerciserTask Invoking SDKExerciserConsole: C:\scalabilitytools-5.4.0\SDKExerciser\Jun2018\SDKExerciserConsole.exe config="C:\scalabilitytools-5.4.0\AppEvaluator\Scripts\ComplexityIndexWorker.json" configname="4-Run profiler-ComplexityIndexWorker" server=servername app="e5c43d5c-9cd6-42c7-ae89-f755f24e64bd" ssl=True iterations=2 usernameprefix=Exerciser concurrentusers=1 rampupdelay=1.00 executiontime=-1 instancenumber=1 appmode=Open newuserforeachiteration=True afteriterationwait=NoWait afteriterationwaittime=0 logDir="C:\scalabilitytools-5.4.0\AppEvaluator\Results"&lt;BR /&gt;2019-11-01 15:29:51,174 428494 39 INFO TestScheduler.Tasks.SDKExerciserTask Starting test towards Uri: wss://servername/&lt;BR /&gt;2019-11-01 15:29:51,249 428569 13 INFO TestScheduler.Tasks.SDKExerciserTask 15:29:51 Workers:0 Errors:0 Warnings:0 Requests:0 Sessions:0&lt;BR /&gt;2019-11-01 15:29:59,584 436904 42 INFO TestScheduler.Tasks.SDKExerciserTask 15:29:59 1-1 No datapages found in layout for object XkJpLL of type GenericObjectLay&lt;BR /&gt;out&lt;BR /&gt;...&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am seeing two invocations of&amp;nbsp;SDKExerciserConsole with the two app IDs passed to the PS1 file.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 19:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642204#M1649</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-11-01T19:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: AppEvaluator RunEvaluator.ps1 not running multiple apps</title>
      <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642213#M1650</link>
      <description>&lt;P&gt;Well, I see that it's working for you.&amp;nbsp; I am doing the following:&lt;/P&gt;&lt;P&gt;.\RunEvaluator.ps1 -apps 25c39fdd-69c9-4d12-bd9f-50bec6f2cb67,6adfc539-8ce0-4b0d-b52f-99339ec7e7e4 -server "bgl-gs-w540" -sdkExerciser "Jun2019"&lt;/P&gt;&lt;P&gt;I tried it both with and without double quotes around the app id list.&amp;nbsp; I also ran it without -apps argument, it prompted me and I entered the two app ids, but it still only ran one.&amp;nbsp; I debugged in VS Code, I watched it assign the app array, but it only ran through the first one as I watched it debugging.&lt;/P&gt;&lt;P&gt;Weird.&amp;nbsp; Not a big deal because I will just call it separately for each id in a batch file or something.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 20:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642213#M1650</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2019-11-01T20:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: AppEvaluator RunEvaluator.ps1 not running multiple apps</title>
      <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642534#M1653</link>
      <description>&lt;P&gt;Version deltas perhaps? What version of the Scalability Tools are you running?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 13:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642534#M1653</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-11-04T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: AppEvaluator RunEvaluator.ps1 not running multiple apps</title>
      <link>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642761#M1654</link>
      <description>&lt;P&gt;Possibly.&amp;nbsp; I tried this both locally on my laptop and remote desktop into a customer server.&amp;nbsp; I tried ST 2017 (5.2.0) against a Nov 2017 server, and the latest version 5.5.1 against a Sep 2019 server.&amp;nbsp; I can't get any combination to work.&amp;nbsp; So strange.&amp;nbsp; Again, not a big deal, but I appreciate you following up.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 22:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/AppEvaluator-RunEvaluator-ps1-not-running-multiple-apps/m-p/1642761#M1654</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2019-11-04T22:08:05Z</dc:date>
    </item>
  </channel>
</rss>

