Question:
Hi all,
I didn't find any information for the following requirement:
In our BW, we have a process chain with 10 infopackages loading data from an
oracle database into 10 different cubes. Every load-step takes about 1 hour.
If the 9th load-step fails, I don't want to restart the whole chain,
but only - after correcting the error in the oracle-database - the 9th and
10th step.
=> I actually can manage the whole stuff outside bw by calling events. Therefore,
I would not need a process chain at all. The disadvantge: the load-logic is outside
bw and has to be maintained there.
Can this situation be handled with a process chain? Does anybody has similar
requirements?
Thanx in advance for any feedback
Christoph
Answer:
Hi,
To manage this kind of problem, i have a main process chain which call each sub process chain and if i have sometimes troubles one the same step i make a copy of the main process chain (transaction Copy) and i delete steps i don't need and i keep this process chain as soon as i can have the problem one more time.
Regards
PirLouis
Answer:
Set the process type LOADING to repeatable.
_________________
Leandro,
Tuly Idiots Shadow Supporter
Answer:
thanx to PirLouis and Leandro
----------------------------------
2Leandro:
if I start the chain with RSPC_API_CHAIN_START or RSPC_API_CHAIN_RESTART, the 1st 9 packages are executed AGAIN, which I want to prevent. I'd like to start the chain at step9!
Or am I missing something?
Regards Christoph