Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I currently have two flows that connect to tOracleClose components via SobJobOK connections and was wondering if I could reduce this down to only using a single close component instead of two? The image below is a rough estimation of what I have (the tjava comps are just representaions of the larger data flows). The flow used is dependant on type of file that is passed into the job. I know I can use a OnSubJobOK from one flow and an OnComponentOk from the other but was wondering if there is a more efficient way?
I am using tOracleClose components but putting them on seems to change them to tDBClose components for some reason
Hi
You can use OnComponentOK to connect to only one tDBClose or close the DB connection in end of job using tPostJob component.
Regards
Shong