+ All Categories
Home > Documents > Error Handling in Informatica

Error Handling in Informatica

Date post: 21-Nov-2015
Category:
Upload: deep-narayan
View: 32 times
Download: 0 times
Share this document with a friend
Description:
This file describes how to handle error in informatica program
Popular Tags:
12
Error handling
Transcript
  • Error handling

  • Migration flag

  • Get the path

  • Get text logs

  • Saving logs of previous run

  • Log error in db

  • Type eventvwr on dos pormpt

  • If informatica is not started go to Control panel Admin tool -> Services

    Check the log file, identify the failing rows. Keep a col as migraion_flag as additional col in staging tables, keep the value as Y for all the rows.Make maps such that the data is picked if migration flag =YFor debuggin, change the values to N for most of the rows, keep value as Y only for testing rows.Run in the debugging mode .*Find out which row has gone to bad file .Run in debug mode for only those rows and check the data. If many rows are there in bad file, then use session log to find error.*


Recommended