Originally posted by: Bragger
Hi All,
I know how to override the database adapter using RUN function and -ID1 command. Does anyone know if we can also use ECHOIN function to achieve the same?
For e.g. - Currently I have this command -
RUN("ChildMap.mmc", "-ID1 '-MDQ Temp.MDQ -DBNAME %a% -USER %b% -PASSWORD %c% -Query Temp'")
In order to use ECHOIN function I tried below command but its not working. My guess is it's not able to recognize Db2 adapter and rather it is considering it as normal text data.
RUN("ChildMap.mmc", ECHOIN(1,"-MDQ Temp.MDQ -DBNAME %a% -USER %b% -PASSWORD %c% -Query Temp"))
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender