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.  PUT function - complete syntax

    Posted 11/09/09 07:27 AM

    Originally posted by: SystemAdmin


    Hello

    Can anyone tell me complete syntax for sending an email notification using PUT function.

    Thanks
    Satyaa
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: PUT function - complete syntax

    Posted 11/09/09 07:34 AM

    Originally posted by: paul.brett


    Well, the answer would depend on what email protool you were going to use, but I'm going to assume SMTP for this simple example:

    =PUT("EMAIL","-PROTO inet -SERVER smtp.server.domain -TO john.doe@ibm.co.uk -FROM WebsphereTX -SUBJECT Test","Hello!")

    Other options exist of course, but I recommend you read the documentation for that.

    Paul.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 3.  Re: PUT function - complete syntax

    Posted 11/09/09 07:40 AM

    Originally posted by: SystemAdmin


    Thanks Paul

    I have tried this syntax and its working fine for few smtp servers. I want to give authentication details too like userid, pwd. Can you help me out in this regard.

    Thanks
    Satyaa
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: PUT function - complete syntax

    Posted 11/09/09 08:07 AM

    Originally posted by: paul.brett


    Currently the SMTP adapter does not support any kind of authentication to an SMTP server.

    Contact your IBM Sales Account Exec if you would like a product enhancement request logged.

    Paul.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 5.  Re: PUT function - complete syntax

    Posted 11/09/09 09:29 AM

    Originally posted by: repanzer


    Every adapter has required adapter commands to do a put, and all the required ones are listed in the documentation. As well, most have a trace file option which show you where they failed, if they did fail.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange