eliminate warning messages in Datastage server edition

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
mohandl
Participant
Posts: 43
Joined: Tue Dec 26, 2006 7:01 am
Location: pune

eliminate warning messages in Datastage server edition

Post by mohandl »

Hi

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

Thanks & Regards,
Mohan
MOHAN
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asitagrawal
Premium Member
Premium Member
Posts: 273
Joined: Wed Oct 18, 2006 12:20 pm
Location: Porto

Post 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.
Share to Learn, and Learn to Share.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

In other words - don't generate any. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply