Page 1 of 1

FAILURE OF ABAP EXTRACT HERE

Posted: Thu Jan 04, 2007 6:47 am
by gsbserri
HI all ,
I am facing problem with ABAP extract stage ,while I am running the job . In ABAP EXTRACT stage i am pulling data from SAP R/3
table EDID4 ( which is cluster table in SAP ) some time it is working fine but some time my job getting aborted .The fatal errror occur in datastage director as given below in problem discription .

If any one had come accross with this problem , please get me back as solution .


problem Description :--> APT_CombinedOperatorController,0: Fatal Error: Fatal: Mismatch in number of column between data and link
At row 2, link "DSLink67", while processing column "EDID4_SDATA"
Mismatch in number of column between data and link in Datastage director.

Posted: Thu Jan 04, 2007 7:21 am
by DSguru2B
Welcome Aboard :P
Most of the errors that developers encounter have been covered here before. This site has a search facility which is very robust and helpful. Do an exact search on keywords 'Mismatch in number of column'.

Posted: Thu Jan 04, 2007 3:37 pm
by ray.wurlod
What do you mean by "NOR REQUIRED"?

The message indicates that a particular column is not in its expected position. This might be a failure in generating ABAP code (check the code), a rogue row in the table (check the table) or a metadata mismatch in your job design. Because it works sometimes I think we can rule out the last of these.