IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  How to use resource registry variable in PUT function?

    Posted 04/01/13 01:45 AM

    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


  • 2.  Re: How to use resource registry variable in PUT function?

    Posted 04/02/13 06:46 AM

    Originally posted by: SystemAdmin


    This looks like the resource registry is not properly configured, therefore the QM nae is not found and this is what makes your command invalid.

    Have a look at the resource registry manual to configure it properly and this should fix the issue
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange