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