FAILURE OF ABAP EXTRACT HERE

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
gsbserri
Participant
Posts: 1
Joined: Thu Aug 24, 2006 12:30 am

FAILURE OF ABAP EXTRACT HERE

Post 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.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post 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'.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply