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.  exceptions

    Posted 12/11/07 05:49 PM

    Originally posted by: malag


    what are exceptions in maps.How do you handle them?
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 2.  Re: exceptions

    Posted 12/12/07 04:11 AM

    Originally posted by: janhess


    I would suggest you read the documentation and get some training before asking such basic questions.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: exceptions

    Posted 12/12/07 10:52 AM

    Originally posted by: malag


    janhess,
    i am basically not a wtx developer. I am a wps developer.Actually we are working on wtx and wps integration.I am asked to learn WTX also in 2 weeks by my P.M.I know they are basic for a professional like you.But any of those answers value a lot to me.Here there is nobody to help.Hence i am putting my doubts in this forum.If i am wrong please pardon me.Thanks.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: exceptions

    Posted 12/12/07 11:04 AM

    Originally posted by: TarunB


    Malaq, with all due respect I believe that Janhess has a point - and this shows in the lack of responses you have received. Though we are all happy to help, anyone using these boards should treat this as a site to obtain assistance on specific issues, and not as a training site.

    Your project manager should arrange a short course for you on WTX. They are getting off cheap by expecting you to take this on otherwise. The questions you ask can be covered in the Introduction course. Within a week you will then be able to better understand the basic concepts and to correlate these to your given situation, at which point you can raise more in-depth questions on this forum.

    For your information, exceptions are what they are in any other code/development application. They are simply error situations that you can deal with in your maps. For example, you are trying to output a message to a MQ queue; what would you do if that failed? Would you raise an alert, retry the connection attempt, or output the message to a another location? Exceptions can occur (and be managed) in numerous places, depending on your design.

    Good luck.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 5.  Re: exceptions

    Posted 12/12/07 11:05 AM

    Originally posted by: janhess


    You really need to read the documentation on map design 1005.pdf in the docs folder. It depends on what you want to know about exceptions. failures give a result code and they can be trapped using the VALID function and depending on what you want to do you can combine it with the FAIL function to stop the map or something else if you don't want to stop the map.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 6.  Re: exceptions

    Posted 12/12/07 12:10 PM

    Originally posted by: SystemAdmin


    As suggested by TarunB it could be things like

    failure to put message on MQ or

    failure to insert rows/multiple inserts into d/b table/s or (can be handled by using the scope setting in MAP)

    erroneous data in the i/p. You will have to use restart & reject & trap the data & still continue map processing.

    the topic is quite vast. What is the scenario that you are trying to address ? Are you trying to manage the invalid data ? let us know in detail & somebody might be able to help.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 7.  Re: exceptions

    Posted 12/12/07 02:28 PM

    Originally posted by: malag


    Thanks verymuch janhess,TarunB and others.you are too good.Your answers helped a lot to me.Please explain me the answers in future also though some may look very silly.Thanks again.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 8.  Re: exceptions

    Posted 12/12/07 04:04 PM

    Originally posted by: SystemAdmin


    There is a tutorial shipped with the package that I would recommend to anyone wanting to learn DSTX. It took me about 2 weeks when I was a novice, but of course, you don’t have to learn the entire thing, or do it in such detail as I did. Any sort of developer should be able to go through it pretty well in a two week period.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender