<?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 mega loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349928#M129617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralph, good tips,&amp;nbsp; i need your sample code, i tried to execute but it's asking for username and password. werid ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2012 13:12:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-13T13:12:22Z</dc:date>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349923#M129612</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'm creating a mega project, and i'm using 3 tiers architecture, meaning, the data will be loaded into QVD by different QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the loading of the QVW, i don't want to use publisher to schedule them because it's just too many of them, and hard to maintain.&lt;/P&gt;&lt;P&gt;So i use the idea of BW process chain logic, and created something similar for QV.&lt;/P&gt;&lt;P&gt;There's a main dashboard, to monitor the load of each QVW, it will tell if it's sussccesfful or fail or when was it last run, etc.&lt;/P&gt;&lt;P&gt;and each QVW, we use batch file to trigger the qv process to execute the qvw in background, &lt;/P&gt;&lt;P&gt;and it has the ability to do daily load, weekly, monthly, or monthly on a specific date, works like wonder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT sometimes it run and sometimes it doesn't, and i'm not really sure what is the error, although i can get it from the system log, but it didn't tell much.&lt;/P&gt;&lt;P&gt;and if i kill all the processes and did a manual trigger, it works, this solution by batch is really hard to troubleshoot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anyone of you done anything like this? maybe not the batch approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share ....&amp;nbsp; Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 08:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349923#M129612</guid>
      <dc:creator />
      <dc:date>2012-03-13T08:55:08Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349924#M129613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm actually working on a project very similar to this. I have a QVW that reloads and creates 10+ QVDs and then there are several other QVWs that read from those QVDs - 3 to be exact. However, one of those 3 actually executes a chain of reloads - it fetches a list of IDs from a database and then reloads a 4th QVW once for each ID fetched from that table, thereby creating (loop on field) one new QVW for each ID in that field. I also decided not to use publisher, the "master" that actually handles the reloading is a QVW itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a technical note, I realized that qv.exe was too unreliable for this. It might work in testing, but as soon as you try to start using batch files, or the windows scheduler, things get weird. Since we did have QlikView Server, I chose to use qvdistributionservice.exe for reload as described in Section 25.2 of the QlikView Version 10 Reference Manual (page 195). It works very well.&lt;/P&gt;&lt;P&gt;Is that how you are doing the reloads? What version of QlikView are you working with? Is it QlikView Server? What is the error that you mention that comes up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 11:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349924#M129613</guid>
      <dc:creator />
      <dc:date>2012-03-13T11:41:37Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349925#M129614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting info you are sharing.&lt;/P&gt;&lt;P&gt;Yes, i'm using qv.exe, like you said, very unreliable.&lt;/P&gt;&lt;P&gt;i use a window scheduler to tirgger the batch to execute the qvw, then when it's done, send the edx message to publisher to finished up the rest of the loading.&lt;/P&gt;&lt;P&gt;But i have never heard of qvdistributionservice.exe, could you provide more info?&lt;/P&gt;&lt;P&gt;I'm on V10 SR2, i tried to look into section 25.2, and it talked about the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you do a screen copy of the doc and send to me?&lt;/P&gt;&lt;P&gt;and where can i find qvdistributionservice.exe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;25.2 The QVD file Format&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A QVD file is an attempt to strike a compromise between excellent QlikView performance&lt;/P&gt;&lt;P&gt;both reading and writing the files and a compact representation. A QVD file&lt;/P&gt;&lt;P&gt;contains exactly one table. Conceptually it is quite similar to any typed file (e.g. csv,&lt;/P&gt;&lt;P&gt;dif, biff or fix). A QVD file consists of three parts:&lt;/P&gt;&lt;P&gt;1 A well formed XML header (in UTF-8 char set) describing the&lt;/P&gt;&lt;P&gt;fields in the table, the layout of the subsequent information and&lt;/P&gt;&lt;P&gt;some other meta-data.&lt;/P&gt;&lt;P&gt;2 Symbol tables in a byte stuffed format.&lt;/P&gt;&lt;P&gt;3 Actual table data in a bit-stuffed format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 12:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349925#M129614</guid>
      <dc:creator />
      <dc:date>2012-03-13T12:13:59Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349926#M129615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried to execute with QVDistributionService.exe, but it doesn't work.&lt;/P&gt;&lt;P&gt;It says - "Canot start service from the command line or a debugger .... "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you do it?&lt;/P&gt;&lt;P&gt;i also tried QVB.exe, but it didn't work, and in the end i had to use qv.exe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 12:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349926#M129615</guid>
      <dc:creator />
      <dc:date>2012-03-13T12:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349927#M129616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry! Driving. There is a .config file of the same name in that directory. Edit it and change the directive "enablebatch" or something like that, to TRUE. That will let you run it from the command-line. As soon as I can I will post some examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 12:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349927#M129616</guid>
      <dc:creator />
      <dc:date>2012-03-13T12:46:44Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349928#M129617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralph, good tips,&amp;nbsp; i need your sample code, i tried to execute but it's asking for username and password. werid ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 13:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349928#M129617</guid>
      <dc:creator />
      <dc:date>2012-03-13T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349929#M129618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is asking for a username and password? qvdistributionservice.exe? could you post a screenshot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically I use the EXECUTE function in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET QVDistributionEXE = 'C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe';&lt;/P&gt;&lt;P&gt;LET QVWLocation = 'D:\QlikView\Documents\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE cmd.exe /C ""$(QVDistributionEXE)" -r="$(QVWLocation)\Master.qvw" -variablename=vID -variablevalue=$(vID) -out=Runner_$(vID).log"; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is actually enclosed in a for loop and vID is what gets pulled from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would basically translate to the following on the command-line (for a batchfile or vbscript):&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" -r="D:\QlikView\Documents\Master.qvw" -out=Master.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I omitted the variable part because you probably don't really need that part of it. You definitely want the -out parameter since that is the logfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the server reference manual - look at page 195.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that you sent the EDX message to publisher - how are you doing that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 13:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349929#M129618</guid>
      <dc:creator />
      <dc:date>2012-03-13T13:35:54Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349930#M129619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, i was looking at the wrong manual.&lt;/P&gt;&lt;P&gt;I tested, it works.&lt;/P&gt;&lt;P&gt;But do you know the differences between qv.exe and qvdistributionservice.exe? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For edx, i got it from &lt;A _jive_internal="true" href="https://community.qlik.com/message/135587#135587"&gt;http://community.qlik.com/message/135587#135587&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you need to save - RequestEDX10.vbs, and then follow as instructed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349930#M129619</guid>
      <dc:creator />
      <dc:date>2012-03-13T15:45:16Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349931#M129620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the differences really revolve around the windows server environment. qv.exe is a front-end application that wants to display a GUI - even when you use "/r"&lt;/P&gt;&lt;P&gt;this becomes a major issue when you are trying to use the windows scheduler and batch files, where, technically, if no user is actually logged on, there are no "GUI sessions" available. Thats the simple explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvdistributionservice.exe does not need a GUI. It is truly a command-line app. It also happens to be the actual executable that runs the "QlikView Distribution Service." Because of this you can pretty much run it however you want, command.com, powershell, pstools, remotely, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other major difference: The user that you run the qvdistributionservice.exe as, MUST be in the local security group "QlikView Administrators." (this might be why you got a username/password prompt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for both qv.exe and qvdistributionservice.exe - if you are using any connection strings with integrated authentication, the user running the .exe must have access to the data (e.g. files, databases, etc). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 15:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349931#M129620</guid>
      <dc:creator />
      <dc:date>2012-03-13T15:55:46Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349932#M129621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you schedule your loading by publisher or still window scheduler?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because i just tested to schedule the qvw directly with publisher and it's now working.&lt;/P&gt;&lt;P&gt;i think this will change a lot of things like those u explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still in testing phase, because other than normal scheduled loading, i have the funtion to do selective manual loading by data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 16:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349932#M129621</guid>
      <dc:creator />
      <dc:date>2012-03-15T16:45:40Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349933#M129622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used this successfully in three different scenarios:&lt;/P&gt;&lt;P&gt;1. Publisher/QlikView Server Reload&lt;/P&gt;&lt;P&gt;2. Windows Scheduler Reload&lt;/P&gt;&lt;P&gt;3. External Scheduler handling the reload (e.g. EDX, remote batch file execution, pstools)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is always the QlikView Enterprise Management Console (QEMC) for reloading. It makes it easier to see the jobs, and any errors the master jobs generate. But, you can pretty much do it any other way if you really need to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 16:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349933#M129622</guid>
      <dc:creator />
      <dc:date>2012-03-15T16:56:32Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349934#M129623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralph, i converted all the loading to QVDistributionService.exe, it's much much more stable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Happy qliking.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 13:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349934#M129623</guid>
      <dc:creator />
      <dc:date>2012-03-19T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349935#M129624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick check with you if u faced the following error before?&lt;/P&gt;&lt;P&gt;i'm setting up another machine, and trying to use QVDistributionService.exe, but when i execute it, i got the error message like below.&lt;/P&gt;&lt;P&gt;In fact, i copy paste what i have done just to test QVDistributionService.exe , the only difference in this machine is that it's Qlikview 11.&lt;/P&gt;&lt;P&gt;Does it matter? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did modify the config file for EnableBatch = True.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;3/26/2012 3:22:15 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception=System.NullReferenceException: Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at QDSMain.WorkorderStore.StartWorkorderStore()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at QDSMain.ObjectPool.InitObjects(ILogBucket i_LogBucket, eRunLevel i_RunLevel, Func`1 clusterIDListGetFunc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at QDSMain.MainClass.BatchRun(eBatchReloadMode i_BatchReloadMode, String i_BatchReloadDocumentPath, String i_VariableName, String i_VariableValue)&lt;/P&gt;&lt;P&gt;3/26/2012 3:22:15 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Setting exit code to the number of errors. ErrorCount=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349935#M129624</guid>
      <dc:creator />
      <dc:date>2012-03-26T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349936#M129625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never seen that error. Is this happening for all&amp;nbsp; your reloads, or just some of them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try restarting the QlikView Distribution Service and see if that gives you an error of some kind. I would also try and use the "Trace" directive in the config file - that might produce some more errors. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349936#M129625</guid>
      <dc:creator />
      <dc:date>2012-03-26T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349937#M129626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i did restart the service after the modification.&lt;/P&gt;&lt;P&gt;with Trace on, i got the following, it doesnt seem bad?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster file successfully opened. File=Notification.xml, Access=Read&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster file closed. File=Notification.xml, Access=Read, Duration=00:00:00.0470000&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster notification subscription added for notifiable object. Object=QDSMain.TriggerDetailsFile&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster notification subscription added for notifiable object. Object=QDSMain.TaskDetailsFile&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster notification subscription added for notifiable object. Object=QDSMain.TaskExecutionHistoryDetailsFile&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster notification subscription added for notifiable object. Object=QDSMain.TaskResultDetailsFile&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster notification subscription added for notifiable object. Object=QDSMain.ConfigurationFile&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Initializing ThreadPool&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Threadpool "XSTP" started&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster file successfully opened. File=Configuration.xml, Access=Read&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Cluster file closed. File=Configuration.xml, Access=Read, Duration=00:00:00.0470000&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TRACE:Initializing QVBWrapper&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Exception=System.NullReferenceException: Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at QDSMain.WorkorderStore.StartWorkorderStore()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at QDSMain.ObjectPool.InitObjects(ILogBucket i_LogBucket, eRunLevel i_RunLevel, Func`1 clusterIDListGetFunc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at QDSMain.MainClass.BatchRun(eBatchReloadMode i_BatchReloadMode, String i_BatchReloadDocumentPath, String i_VariableName, String i_VariableValue)&lt;/P&gt;&lt;P&gt;3/26/2012 4:25:13 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Setting exit code to the number of errors. ErrorCount=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 14:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349937#M129626</guid>
      <dc:creator />
      <dc:date>2012-03-26T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349938#M129627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the command you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 15:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349938#M129627</guid>
      <dc:creator />
      <dc:date>2012-03-26T15:20:23Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349939#M129628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;C:\Documents and Settings\Qlikview_ACCT&amp;gt;"F:\QlikView\Distribution Service\QVDistributionService.exe" -r="F:\test.qvw" -out="f:\log.txt"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 15:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349939#M129628</guid>
      <dc:creator />
      <dc:date>2012-03-26T15:56:06Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349940#M129629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what it could be. Make sure that the username you are running the command as is in the QlikView Administrators group - AND that you log off and log back on if you recently added them to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to open a support request with QlikTech. What version of 11 are you using 11154 (IR) or 11271 (SR1)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 15:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349940#M129629</guid>
      <dc:creator />
      <dc:date>2012-03-26T15:59:54Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349941#M129630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the account is already both admin and QV admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using the latest, 11154. just installed, and setup to try the QVDistributionService.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have opened a ticket for them, lets see if i have anything from them and i'll post it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help Ralph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 16:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349941#M129630</guid>
      <dc:creator />
      <dc:date>2012-03-26T16:15:14Z</dc:date>
    </item>
    <item>
      <title>mega loading</title>
      <link>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349942#M129631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They just released SR1 - which is 11271. For kicks download that and install, and see if you get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mega-loading/m-p/349942#M129631</guid>
      <dc:creator />
      <dc:date>2012-03-26T17:08:38Z</dc:date>
    </item>
  </channel>
</rss>

