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.
FAILURE OF ABAP EXTRACT HERE
Moderators: chulett, rschirm, roy
Welcome Aboard
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'.
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:
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.
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.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
