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.  Error creating ZIP file from WTX.

    Posted 05/27/08 11:37 AM

    Originally posted by: muralee


    I have created zip file from WTX using GZIP/ZLIB adapter(Command: -FILE sample.zip).
    but when i try to open the file. It is not extracting.

    Should i mention any other options in the command?
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 2.  Re: Error creating ZIP file from WTX.

    Posted 05/28/08 04:33 AM

    Originally posted by: janhess


    Archive File (FILE) Use the Archive File adapter command (FILE) to produce a compressed archive file in the map directory. Data passed from the output card is ignored.
    FILE,archive_name,files_to_zip
    Option Description
    archive_name
    Specify the name of the resulting archive file. , The comma is a required separator between options.
    files_to_zip Specify the file to be archived. Specify multiple files using a space-delimited list. You can also use standard DOS wildcards (* and ?). Enclose long filenames in double quotation marks (″ longfilename ″).

    Note: The files_to_zip must be a fully qualified path. If the file name is not a fully qualified path, a success status is returned by the adapter, but the file is not added to the archive.
    So it would help if you name the files to zip.
    eg FILE,c:\LogArchive.zip,*.bak
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender