IBM Sterling Transformation Extender

Sterling Transformation Extender

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

 View Only
  • 1.  Mcompile for WTX

    Posted Thu January 16, 2014 09:34 PM

    Originally posted by: georgjoe


    Hi,

    I am trying to build the exectuble eai40430_mars_pv_to_
    venus which is present in eai40430_venus.mms by using the below command

    C:\IBM\WebSphere Transformation Extender 8.4>mcompile 16Jan\eai40430_mars_pv_to_
    venus -E -P AIX

    But it gives the below error

    Empty mms file is invalid. I can not open the file. C: \ IBM \ WebSph
    ere Transformation Extender 8.4 \ 16Jan \ eai40430_mars_pv_to_venus

    If i executhe it for mms as below it works

    C:\IBM\WebSphere Transformation Extender 8.4>mcompile 16Jan\eai40430_venus.mms -A -P AIX

    But i need to compile only the executbel inside the mms

    please help


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


  • 2.  Re: Mcompile for WTX

    Posted Fri January 17, 2014 02:37 AM

    Originally posted by: paul.brett


    The -A option will compile ALL the executable maps in the .MMS file.

    The -E option is : "Limit compilation messages to errors only, ignore warnings"

     

    Your command lines give two different .MMS file names.  It sounds like one is corrupt and the other is not.


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


  • 3.  Re: Mcompile for WTX

    Posted Fri January 17, 2014 03:41 AM

    Originally posted by: georgjoe


    Thanks Paul for the update

    PFA attached code.Not able to zip the code so attached all files

    When i try to compile with belwo command with mmc its works fine.

    mcompile 16Jan\eai40430_venus.mms -A -P AIX

    But i dont want to compile all the maps inside the mms but only the specific eai40430_mars_pv_to_
    venus map

    Fo that if i give the C:\IBM\WebSphere Transformation Extender 8.4>mcompile 16Jan\eai40430_mars_pv_to_
    venus -E -P AIX command it throws the error.


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

    Attachment(s)

    mtt
    eai40430_venus.mtt   6 KB 1 version
    mopt
    eai40430_venus.mopt   1 KB 1 version
    mms
    eai40430_venus.mms   5 KB 1 version


  • 4.  Re: Mcompile for WTX

    Posted Tue May 13, 2014 04:42 PM

    Originally posted by: Tim Rabbitt


    If you only want to compile/build the eai40430_mars_pv_to_venus map, then use the following syntax:

    mcompile 16Jan\eai40430_venus.mms -P AIX eai40430_mars_pv_to_venus


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