Originally posted by: SystemAdmin
Hello,
I tried this following rule to use an SQL UPDATE stored in a mdq file.
This rule works when the third parameter INFOLOR is short. The map fails (message = Adapter not found ; code = -9999) if I try to put a longer text.
very strange ??
Is there a best way to use a SQL UPDATE or what is wrong in my rule?
Thanks !
= VALID(GET("DB", "-MDQ %UPA_MDQ_DIR%/UPA_AAA_Queries.mdq -TRACEERR -DBNAME XLS_Queries -USER aaa -PASSWORD aaaaaa -SOURCE DSKAOSYBA\\aaaingbedb -QUERY Update_XLSSTATUS -VAR FILENAME = " + TEXT(ShortFileName) + " -VAR INFOLOG = " + TEXT("fdhsfkdlfhsdjklffdhsjkflsdhkfjsdkflfd")), FAIL("Failure on GET-DB for Query Update_XLSSTATUS - Card UpdateXlsStatus ; Error code = " + TEXT(LASTERRORCODE()) + " ; Error message = " + LASTERRORMSG()))
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange