Output file full--File size limitation?

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
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Output file full--File size limitation?

Post by dsedi »

Hi All,

One of our Job filed with the reason Output file full.
the file size is 0.99 GB and we still have have more space in the disk.

is there any file size limitation.

Thanks in advance.
Edi
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

look up ulimit in UNIX using your DataStage userid and see what the limits are; you can also search this forum using ulimit to get a number of posts along a similar vein. You might have a soft or a hard limit on file sizes, this is the most likely cause as DataStage Px and Server limits on file output depend mainly on those restrictions imposed by the OS.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Each logical file in a File Set or persistent Data Set can be up to 2GB, so it's not that.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Post by dsedi »

ThanKs Very much ArndW and Ray!
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

dsedi,

you are welcome - but could you post what the problem really turned out to be and how you solved it? That will make the search functionality work much better for anyone with the same or a similar problem.
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Post by dsedi »

Thanks and I am sorry for that ArndW!

As you suggested, we found the ulimit is low and with the help of our UNIX admin we set the Ulimit file(blocks) size as unlimit to run the JOb.

Thanks again!

Edi
Post Reply