Sequence Error

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
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Sequence Error

Post by Vinodanand »

Hi,

I am getting an error " No Space Left On device when reading or writing to a file or database. This does not happen always . I would like to know which space the director referring too . It woul dbe great if anyone cld help me on this .
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Disk space.

The disk you're writing to.

If this is a sequential file, then it's the disk where the file lives.

If it's Oracle, there are several possibilities; the logs most likely, since much of the other stuff is on raw disk. Get your Oracle DBA to monitor and to advise.

Check the available space on your file systems using the df -k command (but df -kI is better on AIX).
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