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.  Functional map is not getting invoked

    Posted 09/02/13 11:31 AM

    Originally posted by: ManojBansal


    Hi All,

    I have a map in which I'm calling the functional map and don;t know why but the functional map is not getting invoked.

    None of the rules of functional maps are working though the data is present in the input file!!! :(

    Can you tell me what could be the possible reason for that?

    Thanks

    Manoj


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


  • 2.  Re: Functional map is not getting invoked

    Posted 09/04/13 11:01 AM

    Originally posted by: Jim Divoky


    Post your functional map rule.  One of the objects in it is evaluating to None.  Try using Debug and step through the functional map rule.


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


  • 3.  Re: Functional map is not getting invoked

    Posted 09/05/13 10:27 AM

    Originally posted by: Bhoju


    Make sure your executable map is reaching upto the point which call functional map (e.g. You are calling a functional map based on some condition). you can comment the call to functional map and print a string over there just to make sure your code flow is reaching till there.

    If its reaching, then its a problem with arguments passed to functional map, one of them must be NONE, there is no other way a functional map wouldnt be called.

    Try enabling output trace also and see the rule which call functional map is evaluating to what?....


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


  • 4.  Re: Functional map is not getting invoked

    Posted 09/07/13 03:42 AM

    Originally posted by: ManojBansal


    Thanks! Yes you are right, the argument that I passed was wrong. Cheers!


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