What does this mean???

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ewartpm
Participant
Posts: 97
Joined: Wed Jun 25, 2003 2:15 am
Location: South Africa
Contact:

What does this mean???

Post by ewartpm »

:roll: I'm getting this message:

DataStage Job 145 Phantom 20687
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Read operation failure. [EIO] I/O error
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Read operation failure. [EIO] I/O error
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Read operation failure. [EIO] I/O error
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Internal file corruption detected. File must be repaired.
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Read operation failure. [EIO] I/O error
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Read operation failure. [EIO] I/O error
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Read operation failure. [EIO] I/O error
Program "JOB.1433470019.DT.1330157629.TRANS1": Line 113, Internal file corruption detected. File must be repaired.
DataStage Phantom Finished

Any ideas on what is happening here would be really appreciated. :D
mleroux
Participant
Posts: 81
Joined: Wed Jul 14, 2004 3:18 am
Location: Johannesburg, South Africa
Contact:

Post by mleroux »

Hi Mark, long time no see!

Sounds awfully much like a hardware device failure. Bad sectors, perhaps? :cry:
Morney le Roux

There are only 10 kinds of people: Those who understand binary and those who don't.
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Hi,

The error msg points to the file under RT_BP145 in your project directory.
Look at line 133 to see the exact place.



HTH,
Amos
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's known as the Old MacDonald's Farm error ([EIO] I/O error) :lol:

Yes, it looks like at best file corruption, at worst hardware failure. The subroutine in RT_BP415/JOB.1433470019.DT.1330157629.TRANS1 - which is the code generated by a Transformer stage - should give you a clue as to which file was being accessed (so should your job design).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mleroux
Participant
Posts: 81
Joined: Wed Jul 14, 2004 3:18 am
Location: Johannesburg, South Africa
Contact:

Post by mleroux »

Very good Ray, very good! :lol: So how does one get to this subroutine in RT_BP415-yah-dee-yah-dee-yah and check it out, and how does one find out which file? Is it necessarily a hashed file?
Morney le Roux

There are only 10 kinds of people: Those who understand binary and those who don't.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Hi Morney.

RT_BP145 is a subdirectory in your project directory on the server. Telnet in, cd to the project directory, then cd to RT_BP145. You'll find a file in there called JOB.1433470019.DT.1330157629.TRANS1, which you can inspect with, for example, vi (if you :set nu, you even get line numbers!).

(The Indian cricket team can be beaten in India.) :wink:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ewartpm
Participant
Posts: 97
Joined: Wed Jun 25, 2003 2:15 am
Location: South Africa
Contact:

Post by ewartpm »

Thanks Ray/Morne. Much appreciated.

I wonder if the Ascential engineers quietly hum Old MacDonald while they work...
Post Reply