Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I would like to know how and if I can configure a full load and a partial load for a specific model.
I n the script I have both regular LOAD statements and REPLACE LOAD statements.
Thanks,
Boris
There is no mention of how to configure it in the console management.
my model needs to be fully reloaded twice a day and partially reloaded every 30 minutes.
how do I configure it in the tasks in the console.
Thanks,
You need publisher to be able to have two separate reload tasks for the same app.
If you have publisher then you can have a full reload and a partial reload as separate tasks.
If you just have server without publisher then you can only have one reload task per app.
You may be able to control the reload by testing the execution time within the load script in this case.
Thank you very much!
Is there any guide for the right way to configure it?