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.  msd/msl file question...

    Posted 07/23/04 01:08 PM

    Originally posted by: SystemAdmin


    Converting 6.5.2 maps to 6.7.1.

    I have an MSD file with one Event map. This Event map executes a runmap not included in the msd. If I made a change to the runmap in 6.5.2 it was automatically picked up the next time the event kicked off. In 6.7.1 that same runmap change isn't acknowledged until the msl file is redeployed.

    Is this new in 6.7.1 or am I missing something?

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


  • 2.  Re: msd/msl file question...

    Posted 07/23/04 02:32 PM

    Originally posted by: SystemAdmin


    Run map caching was introduced in 6.7. Setting is in the mercator.ini:
    ;use the following to define the max number of RUN maps to be cached in the memory
    ;default value is 300, minimum value is 10
    ;set this value to -1 to disable RUN map caching
    ;RunMapCacheMaxNum=300
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: msd/msl file question...

    Posted 07/25/04 09:34 PM

    Originally posted by: SystemAdmin


    I have a few thoughts of my own, what would you say are the pros and cons of runmap caching?

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


  • 4.  Re: msd/msl file question...

    Posted 07/30/04 11:37 AM

    Originally posted by: SystemAdmin


    my thought is speed. if you do not cache, each time the run map is called, it'll be taxed the I/O to load the map from disk. if cached, it is just referenced from memory.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender