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.  WTX FTP adapter

    Posted 08/12/09 05:40 AM

    Originally posted by: SystemAdmin


    Hi
    While connecting to FTP server I am getting connection error
    Please suggest the command to call FTP from WTX
    I am able to put the file on FTP but whicle getting the file from FTp it is giving connection error
    Please suggest
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: WTX FTP adapter

    Posted 08/12/09 07:28 AM

    Originally posted by: phil2030


    Are we okay assuming you have tried getting files using an "off the shelf" FTP client (and that it works) to ensure permissions are correct on the FTP server?
    If so, just post the command line you are using for the adapter. You also might want to post the trace.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 3.  Re: WTX FTP adapter

    Posted 08/12/09 08:18 AM
      |   view attached

    Originally posted by: SystemAdmin


    I am trying to get file from ftp file system
    When ever I am trying to give any foldername it is showing dont have necessary permisions but I have given permision to the folder

    Please suggest
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange

    Attachment(s)



  • 4.  Re: WTX FTP adapter

    Posted 08/12/09 08:20 AM

    Originally posted by: SystemAdmin


    I am using following command
    where "incoming" is name of folder on the server

    -TV D:\WTXworkspace\FtpIn\FTPtrace.MTR -is:maxRecords 100 -is:createFileIfNotExists true -is:fileInLocalDirectory false -is:splitCriteria 0 -is:localArchivingEnabledForCreate false -is:deleteOnRetrieve false -is:functionName Create -is:generateUniqueFile false -wtx:ispec com.ibm.j2ca.ftp.FTPFileInteractionSpec -wtx:record com.ibm.j2ca.ftp.record.FTPInputStreamRecord -mcf:outputDirectory /incoming -mcf localDirectory D:\localFTP -mcf:userName ftpuser -is:filename xyz.xml -mcf:password wipro@456 -mcf:hostName 10.113.176.225
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 5.  Re: WTX FTP adapter

    Posted 08/12/09 05:30 PM

    Originally posted by: Vana


    From the trace file, looks like the user permissions are not provided for the folder "incoming".
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 6.  Re: WTX FTP adapter

    Posted 08/13/09 02:12 AM

    Originally posted by: SystemAdmin


    I have provided all permission for user
    How we should set the permissions apart from adding the user in the security tab & giving all permission for user
    Please suggest
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender