Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to use a context variable which decides to which output component the data is written. E.g. either a SQLServer or Oracle DB.
I thought I could do this with a runif. However I cannot drag the runif connection to an output component
I have also tried a tJava and tJavaRow component as the starting point for the runif.
What's my mistake?
This there a better way to implement this simple requirement?
Thanks,
Hans
An Output component need an input flow.
Instead, replace tLogRow by a tHashOutput component.
Connect "DAW058" to a tJava (let it as is) using OnSubjobOK.
Add 2 tHashInput referencing the tHashOutput (to retrieve data stored in memory).
Connect both tHashInput to the tJava using If trigger.
Connect each tHashInput to the appropriate tDBOutput.