WHAT ARE THE COMMON ERRORS IN DATA STAGE?

Answers were Sorted based on User's Feedback



WHAT ARE THE COMMON ERRORS IN DATA STAGE?..

Answer / kiran

hai..,This is Kiran..,

Common error will get while Extraction ,Transforming and
loading the data into target.

1.Data Type Mismatches(eg:non-numeric field in numeric
field).
2.null values in not null fields.
3.fields size different.
4.data type sizes between sorce to target.

Is This Answer Correct ?    14 Yes 2 No

WHAT ARE THE COMMON ERRORS IN DATA STAGE?..

Answer / badri karthik

Source file not found.
Null value populated NonNullable column
Died with Signal 11(due to server down)

Is This Answer Correct ?    11 Yes 2 No

WHAT ARE THE COMMON ERRORS IN DATA STAGE?..

Answer / kpk

1) NLS - warning
2) Null value populated for a non null column
3) metadata mismatch - check the target databse data type
and lenght.
4) datatype mismatch - wrong datatype used
5) parallel loding not enabled (this is a fatal error in
parallel jobs if the database dosent have parallel loading
enabled - oracle 10g)

Is This Answer Correct ?    6 Yes 3 No

WHAT ARE THE COMMON ERRORS IN DATA STAGE?..

Answer / shan

FATEL ERROR

Is This Answer Correct ?    8 Yes 6 No

WHAT ARE THE COMMON ERRORS IN DATA STAGE?..

Answer / madhu

Broken Pipe,sigint,Dead lock if accessing Database objects,

Is This Answer Correct ?    1 Yes 0 No

WHAT ARE THE COMMON ERRORS IN DATA STAGE?..

Answer / raj

following is genral error that i faced.

1.Column mismatch or invalid no of column.
2.file opening error.
3.parameter are not defined or not given correct value.
4.mutex error
5.process time out.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Data Stage Interview Questions

if ename='subbu' while running job the job should be abort how come?

3 Answers   IBM,


count number of deptno in a emp table?

2 Answers   IBM,


What is the purpose of pivot stage?

0 Answers  


how to sort two columns in single job in datastage.

0 Answers   TCS,


How can you find out whether datastage process is running or not in unix?

3 Answers   Accenture,






how to find no.of records in sequntial file itself?

4 Answers  


What is the precedence of stage variables,derivations, and constraints?

0 Answers  


Two source files contains same meta data third file contains different data types can I funnel that file.

2 Answers  


I HAVE EMP TABLE, 4 COLS R THERE COL1,COL2,COL3,COL4 ID-- 101,102,103,104 SAL-- 1000,4000,2000,5000 DATE-- COLUMN. I WANT TO DISPLAY THE DATA PREVIOUS MONTH HIGEST SAL ?

2 Answers   Wipro,


what is a nodemap constraint

2 Answers   IBM,


hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer 

1 Answers   HCL,


How do u view log file for a particular job?

6 Answers   HP,


Categories