Originally posted by: SystemAdmin
Actually I have tried to use the resource registry variable in PUT function as below but it is not working
%EA_MQClient% is used to retrive from resource registry (mrn file contains the respective value)
VALID(PUT("MQSC", " -QMN %EA_MQClient% -QN QNAMEXXX -V2 -FORMAT MQSTR -TE",
PACKAGE(ALERT_EMAIL)),
FAIL ("MQPUT FAILED: " + TEXT(LASTERRORCODE( ) ) + TEXT(LASTERRORMSG( )) ))
Error Message:
<Message>FAIL function aborted map: (-1002) Adapter command is incorrect</Message>
If I replace %EA_MQClient% with MQ Manager name then it is working fine. is there any issue in the syntax??. Kindly advice
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender