Phantom 24790

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
halpavan2
Participant
Posts: 31
Joined: Fri Apr 18, 2008 5:44 am
Location: Hyderabad

Phantom 24790

Post by halpavan2 »

DataStage Job 73 Phantom 24790
Program "JOB.1872841101.DT.1479270838.TRANS2": Line 247, Improper data type.
Attempting to Cleanup after ABORT raised in stage MF_FUM_test..TRNS_LKUP
DataStage Phantom Aborting with @ABORT.CODE = 3

Could any body help regarding this.
pavan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Look at your transform stage. Perhaps you are performing some mathematical operation on a column containing non-numeric data. Does the transform have many derivations that are not 1:1?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Look at RT_BP73/JOB.1872841101.DT.1479270838.TRANS2 on your server (in the project directory) around line #247, to see what might be causing this error.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Re: Phantom 24790

Post by veera24 »

halpavan2 wrote:DataStage Job 73 Phantom 24790
Program "JOB.1872841101.DT.1479270838.TRANS2": Line 247, Improper data type.
Attempting to Cleanup after ABORT raised in stage MF_FUM_test..TRNS_LKUP
DataStage Phantom Aborting with @ABORT.CODE = 3

Could any body help regarding this.
hi

this is the problem with the transformer. So better you can do the following.....

1: cd $DSHOME
2: cd ../Projects/<YourProjectName>/RT_BPnnn
3: Then do 'ls' command to view the file name.
4: Use 'vi' command.
(For this case: vi JOB.1872841101.DT.1479270838.TRANS2- this thing you can get it from director itself)
5: Now you can look into the source code. (Line number mentioned at the director--Line 247 ) and do the appropriate needful.
Thanks in advance...
veera...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

vi may not work so well on a Windows platform!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You will also need to use an internal command to locate the RT_BPnnn file, but from the project you can always use "find" to locate the file. If you only have a few derivations it might be faster just to look into your TRANS2 transformer stage.
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

ray.wurlod wrote:vi may not work so well on a Windows platform! ...
Yes ray. Just now i've noticed that its for windows not for unix. But it will work out for unix right? Or is there any other way to solve this? Let me know your valuable inputs.
Thanks in advance...
veera...
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If you don't want to use "vi" on Windows, try Notepad.exe or Wordpad.exe or even WinWord.
Post Reply