Originally posted by: SystemAdmin
Hi.
When I am trying to use the below code for 5mb input file, it works fine. But when I tried for 30MB file it fails saying 'Target not available'.
=VALID(RUN("X12_Claim_Local_" + IF(FileType = "65C", "CC", FileType) + ".mmc",
ECHOIN(1, PACKAGE(837P_clm_Fixed)) +" -OE3" + " -AEW"),
FAIL("FAILED<US>" + LASTERRORCODE() + " " + LASTERRORMSG()))
When i modified the rule to
=VALID(RUN("X12_Claim_Local_" + IF(FileType = "65C", "CC", FileType) + ".mmc",
HANDLEIN(1, PACKAGE(837P_clm_Fixed)) +" -OF3" + " -AEW"),
FAIL("FAILED<US>" + LASTERRORCODE() + " " + LASTERRORMSG()))
the maps says - map completed successfully. But in the actual output card it puts "0" (zero). What should I do to make it write to output. Any inputs??
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange