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.  Map Return = 13 ERROR

    Posted 10/11/07 01:27 PM

    Originally posted by: SystemAdmin


    Hello,
    I have created a new map and when I try to run the map I am receiving the error listed below:
    <ExecutionSummary MapStatus="Error" mapreturn="13" ElapsedSec="20.001" BurstRestartCount="0">
    <Message>Could not open work files</Message>

    Does anyone have any ideas why I am receiving this error?

    Thanks in advance!
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: Map Return = 13 ERROR

    Posted 10/11/07 01:41 PM

    Originally posted by: SystemAdmin


    Where are you putting the work files? This typically occurs when the workfiles are placed in a directory (the map directory by default) that is not writable by the Event/Command Server. I think it also occurs when the directory where the work files should be placed doesn't exist.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 3.  Re: Map Return = 13 ERROR

    Posted 10/11/07 02:24 PM

    Originally posted by: SystemAdmin


    As jmenning was saying...

    The workfiles is where TX is going to write out the data so it can manipulate it when the map runs. If you can't write to the direcotry because of access issues, you'll get this error. Under workspace in map settings, you have "file", and probably "mapname" for the name of the files, so everytime it runs, it uses the same filenames. If one of the files is being held by another process, you'll get this error.

    I used to get it with event server under Windows, when we accidently started the service when one was already running, and you'd see two instances under processes running in the task manager. One instance would kick off the map, then the second instance would also, and they were both trying to use the same workfiles.

    Using all the info, just see what's up in the direcotry you're running on. You can always set workspace to memory, and not have the problem.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 4.  Re: Map Return = 13 ERROR

    Posted 10/12/07 10:09 AM

    Originally posted by: SPG


    To circumvent the problem rep had, you can also set the workfile prefix to unique.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender