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.  Index value not populating

    Posted 08/16/12 07:35 AM

    Originally posted by: Sidhumohan


    I have 45 indexes in a particular card and for example I am trying to display the 43rd index inside the 44th index. But no value is being populated inside the 44th index.

    Example:

    Rule43:Validation="12345"
    Rule44:Validation=Rule43:Validation

    In this case Rule44 is not being populated with any value.

    Please advise.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Index value not populating

    Posted 08/16/12 08:26 AM

    Originally posted by: SystemAdmin


    well my first glance would say that "Rule43:Validation='12345'" the validation failed?
    and since the next index "Rule44:Validation=Rule43:Validation" that validation failed as well.
    turn on the trace file, in the settings, and review what is happening when the data is passed in Rule 43 and 44.

    another test would be to just comment out the validations and pass the data to make sure it isn't something
    in the way your validation is occurring. "Rule43:'12345", "If(Present(Rule43), Rule43, "54321") this way you should
    have Rule44 present.

    if that works, restore the validations. it is something in the way you are validating the data, or it is the data itself.
    review the trace file or put a fail around the validation and have it display in the Execution Summary tag of the audit log.
    "IF(Rule43:Validation!='12345', FAIL("Rule43 Validation has failed"), '12345')"
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender