What is the status code?

Status code provides error handling for the informatica server during the session.The stored procedure issues a status code that notifies whether or not stored procedure completed sucessfully.This value can not seen by the user.It only used by the informatica server to determine whether to continue running the session or stop.

Showing Answers 1 - 3 of 3 Answers

venkat2ram

  • Apr 11th, 2014
 

Status code is used to determine the status of the execution of the code.

i.e. if you used command task, Informatica will post the command to OS and when it is completed the OS will return a status code to Informatica based on which the infomatica knows if the command is failed or succeeded.

zero is code for success
non zero is code for failure

The status code usually a communication between other environments like database, OS and third party tools and informatica.

Thanks.

  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