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.  regaring generation of platform specific maps

    Posted 10/29/13 09:56 PM

    Originally posted by: vijji_WTX


    Hi All,

    Anybody has any idea how to generate platform specific maps using script or command utility?

    we have 500 maps(.mms)  which i have to generate .aix . Opening all these maps in map designer and generating will take lot of effort.

    Anybody have any simple/automated process to do this.

    Thanks in advance !


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


  • 2.  Re: regaring generation of platform specific maps

    Posted 10/30/13 06:17 AM

    Originally posted by: Confused.com


    Try creating a .BAT file and list your maps like so....

     

    mcompile c:\output\MAPFILE1.mms MAPNAME1 -p AIX -o c:\output\DESTINATION NAME1.AIX

    mcompile c:\output\MAPFILE2.mms MAPNAME2 -p AIX -o c:\output\DESTINATION NAME2.AIX


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


  • 3.  Re: regaring generation of platform specific maps

    Posted 10/30/13 11:31 PM

    Originally posted by: vijji_WTX


    Thanks a lot "Confused.com" , This is more helpful to me.


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