Page 1 of 1

eliminate warning messages in Datastage server edition

Posted: Tue Feb 19, 2008 2:56 am
by mohandl
Hi

How to eliminate warning messages in Datastage server edition (7.1 Version)

Thanks & Regards,
Mohan

Posted: Tue Feb 19, 2008 3:25 am
by ArndW
DataStage server jobs do not have "message handling" but the Server portion of the product is designed so that all warnings can be eliminated through good development.

Posted: Tue Feb 19, 2008 3:35 am
by ray.wurlod
Thorough analysis, cogent design, comprehensive implementation. Identify all possible causes of warnings in the development phase (unit testing) and code to prevent their occurrence.

Then, in production, any warnings that do occur are not the fault of the ETL process, and may be regarded as genuine warnings/errors.

Posted: Tue Feb 19, 2008 4:39 am
by asitagrawal
I agree with Ray's suggestion...

Analyse the cause of DataStage warnings which you are receiving now... Handle them... and if later any warning occurss then it would be a genuine error.

Posted: Tue Feb 19, 2008 7:42 am
by chulett
In other words - don't generate any. :wink: