Can anyone please explain how to error trap your work?

Showing Answers 1 - 4 of 4 Answers

Ramana

  • Oct 13th, 2006
 

error trapping each component has reject, error, log ports, reject captures rejected records, error captures corresponding error and log captures the execution statistics of the component. You can control reject status of each component by setting reject threshold to either "Never Abort", "Abort on first reject" or setting "ramp/limit"RegardsRam(Welcome to jlogin@yahoogroups.com)

  Was this answer useful?  Yes

mukund

  • Dec 22nd, 2006
 

yeah,

error trapping is pretty essential in some cases depending on the business requirement.for components like reformat,join etc we can trap records which are not satisfying the respective rules at reject ports and corresponding error messages can be taken at error port,ie for n number of rejected records we get n error messages.

for this we have to abend the graph forcefully,by making the "reject threshold" parameter to "never abort" and using "force_error()" function in transform function

hope this helps u

mukund

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions