I have a chain1 which brings data from source into PSA.
I have another chain2 which loads the psa into multiple targets.
chain-1->from-source-to-psa [ loading ]
chain-2->from-psa-to-multiple-cubes [ psaprocess ]
Chain2 throws me a sytax error -> include 'loading ' process before 'psaprocess'.
Is it possible to split psaprocss and loading into 2 chains ??
I do have Pchains that has both proces(loading/psaprocess) in same chain, this is the 1st time I am splitting this.
However, instead of choosing infopak in chain2, If I select the psa/cube combination it will work, but the drawback would be I end up having long chain with sequential psaprocess for all cubes..like..
Chanin2->psaporcess(psa/cube)->psaprocess(psa/cube2)...
Let me know If any one here has this situatuion and solution.
Thanks