Customer Portal

Rejected / Error Record in Reformat

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    if you don't know what is causing the problem, it is not possible to capture bad data. Try to print out (print_err or print_log ctl functions) record counter and incoming data. Then you will be able to detect where there is the problem.
    Or, if your transformation function is written in java, you can surround the body of the function with the try-catch clause. Then, in catch part, you can return an error code and set message to the message from error. Thees messages can be sent to error log (see errorActions and errorLog attributes of Reformat).

Please sign in to leave a comment.