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.  Debugging a PUT to File Function

    Posted 03/11/10 08:58 AM

    Originally posted by: GPSmith


    Occassionally on our Management console we get a History Function Failure for a PUT.

    All the error message says is the map name, "Failed at Put Function", FILE, -99999.

    Is anyone here familiar with what can be done to figure out what's causing this?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Debugging a PUT to File Function

    Posted 03/11/10 11:08 AM

    Originally posted by: denzer


    This is typical of a write permissions error, a file path that doesn't exist or if the file is locked by another process or program. For whatever reason the PUT was unable to write out the file. It's a general error, its up to you to figure out the exact cause.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: Debugging a PUT to File Function

    Posted 03/11/10 02:58 PM

    Originally posted by: SystemAdmin


    Not sure how you are setup there. However, if you are not using PUT() to create unique file names and another map or some other process is consuming the statically named file this could be the problem.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange