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.  Running Maps from memory

    Posted 09/21/08 07:57 AM

    Originally posted by: SystemAdmin


    Hi All,
    I'm working with a customer where its not allowed to put any artifact on file system, so we use WSRR to keep the maps in it.
    Using java APIs we retrieve the maps from WSRR and pass the map stream to map constructor to create an instance from the map before executing it,

    the problem is,
    if I have MAP1 and MAP2, is it possible to execute MAP2 by calling it from a map rule in MAP1 using RUN command, RUN command takes the map name as an argument, which i think in this case is not possible as the map is only loaded in memory, there is no .mmc file exists
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: Running Maps from memory

    Posted 09/22/08 09:58 PM

    Originally posted by: SystemAdmin


    RUN function always looks the map on the file system. It is not possible to pass a byte block to a RUN function.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 3.  Re: Running Maps from memory

    Posted 09/23/08 04:29 AM

    Originally posted by: SystemAdmin


    Thx skd
    I know that RUN fnctio loads the map from file system, but I was hoping that there might be a work around for that :)
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender