I have a map, map1, that needs to execute an ftpget map, testftp. map1 will pass the file name to input card 1 which will be used in an ftp rule in output card 1 of the testftp map. map1 should alao override the file name and destination of testftp output card 1.
whats wrong with this rule?
=VALID(RUN("testftp",Echoin(1,package(filename:ftp)) + " " + " -OE1 " + fileath + filename:ftp),
FAIL ( "Failure on RUN - testftp; ReturnCode: (" + TEXT ( LASTERRORCODE ( ) ) + "):" + LASTERRORMSG ( ) ) ))
new2game
whats wrong with this rule?
=VALID(RUN("testftp",Echoin(1,package(filename:ftp)) + " " + " -OE1 " + fileath + filename:ftp),
FAIL ( "Failure on RUN - testftp; ReturnCode: (" + TEXT ( LASTERRORCODE ( ) ) + "):" + LASTERRORMSG ( ) ) ))
new2game