Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I load a lot of tables from SAP system and save them in QVD files in my QlikView server.
I operate this process with BAT file from windows scheduler.
This process takes a very long time.
I want to break the big process to some processes that can run parallel.
How can I do it? I cannot succeed to run in 1 BAT file in parallel more then one QlikView session.
Elad
When parallell loading is possible why can't you separete them in to multiple batchfiles and schedule them separately?
/Michael
If you use QVS, why don't you run Reload tasks at the same time ?
Hello Michael,
Thank you for your answer.
I'm not succeeding to open more then 1 window that run QV file in the same time.
Elad
Does your version of server come with the basic publisher edition? It would handle all these tasks for you.
What is basic publisher edition?
In version 8 you can install standard publisher which you can use for parallell reloading. This is what I use and it is free with the server license. Enterprise adds the ability to distribute the reports. It irequires a separate license.
In version 9 they are bundled together. Haven't used that one yet.
/Michael
Hi Elad,
What you can do is create one batch file for each extract (SAP -> QVD) program and run them in background using any method - windows scheduler, publisher, any 3rd party scheduler, etc.
So you would have MARA.bat, VBAK.bat..... You get the idea. And then schedule these bat files parallel. Using windows scheduler, make sure to log off before jobs start, if you used the same login credentials in the batch job as well.
When running in background, QV extracts will run parallel without any problem.
Now, I assume that you want extract different tables (MARA, VBAK, ...) parallel and not the same huge table in multiple chunks (using number range, etc.) and later merge these QVDs later. Anyway, this is very well possible as well.
Hope this helps.