Originally posted by: johnxp
Hi Paul,
I am using below the command line in first map: Map1, and setup Map1 in MSL file, and it's working fine until I made some changes (not the command line) in Map1 and Map2.
=RUN("Map2.mmc",
" -IE1S" + NUMBERTOTEXT(SIZE(Data)+2) + " " + PACKAGE(Data) +
" -ADEB+=..\Logs\Maps -TIO=..\Logs\Maps")
And DBQuery:
DBLOOKUP("SELECT ID from Table1 where ID = 1 ", "-MDQ ..\MDQ\MyDB.MDQ -DBNAME MyDB -TRACE+ ..\Logs\Map2.dbl")
Both Map1.dbl and Map2.dbl were not created, even I re-gened the MSL file.
Any suggestion?
Thanks.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange