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.  input file as argument:

    Posted 12/02/08 06:24 AM

    Originally posted by: malag


    I have a situation where i have to use the entire inputfile as an argument of a functionalmap.As the input file is big it is causing memory issue.Is there any way that i can simulate this process.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: input file as argument:

    Posted 12/03/08 10:51 AM

    Originally posted by: SystemAdmin


    What "memory issue"? Please post the error message you are receiving.

    Sometimes memory errors can be eliminated by modifying the default MapSettings:WorkSpace. You should use a File workspace and try increasing the PageSize & PageCount values.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: input file as argument:

    Posted 12/03/08 12:18 PM

    Originally posted by: malag


    jim,
    I am getting "not enough memory to execute map" error when i am running the map.I tried all those settings.But no use.Can i give the input file directly in the function map input card?
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 4.  Re: input file as argument:

    Posted 12/03/08 12:40 PM

    Originally posted by: SystemAdmin


    I have overcome the exact error you describe by modifying the WorkSpace settings as I described. You should not try to run large files in a Memory WorkSpace so don't try. You can try a GET("FILE", ...) function within the function map call but I'm not clear on what that would buy you if memory is an issue.

    If your data allows, you may be able burst the input.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender