Page 1 of 1

Unable to write to file

Posted: Sat Oct 10, 2009 5:35 am
by gssr
I got error while writing into a DATASET....

1.Unable to write to descriptor file /xxx/yyy/header.ds: No space left on device

Error writing ORCHESTRATE File Data Set descriptor for '/xxx/yyy/header.ds'.

Fatal Error: Could not create output file /xxx/yyy/header.ds.
filesystem related error

I could not able to find the error causing it...
Can anyone suggest me an solution...

Thanks in advance

Posted: Sat Oct 10, 2009 5:43 am
by gssr
I tried deleting the already excisting dataset and then run....
But only an empty dataset was created

Could anyone ...please help me.....

Thanks,

Posted: Sat Oct 10, 2009 6:20 am
by gssr
gssr wrote:I tried deleting the already excisting dataset and then run....
But only an empty dataset was created

Could anyone ...please help me.....

Thanks,
Hello....Do anyone have any idea......? :?: :? :?: :shock: :(

Posted: Sat Oct 10, 2009 7:43 am
by chulett
:!: Good Lord, have some fricking patience. It's the crack of morning for some of us (and a weekend to boot) and you waited what, not even an hour before you started banging on the walls? Give me a break. :evil:

You can't figure out why you get an error that specifically states No space left on device? It means... there's no space left on the device. It's full. It could mean where you wrote the .ds descriptor file but more than likely it's your resource disk area called out in your config file. Check.

Posted: Sat Oct 10, 2009 12:48 pm
by udayk_2007
May be you can check the space in /var directory of unix system.

Posted: Sat Oct 10, 2009 4:03 pm
by ray.wurlod
The file system on which /xxx/yyy is mounted is full. All of that information is in the error message.

There is only one cure for full file systems.

Posted: Sat Oct 10, 2009 4:06 pm
by ray.wurlod
DSXchange is an all volunteer site whose participants post as and when they can. We don't do "urgent" and find demands for immediate response offensive. DSXchange exists to share knowledge; it is not a substitute for official support. If you need sub-one-hour response from official support, sign up with them for premium service and learn just how costly "urgent" can be.

As they say: lack of preparation on your part does not constitute an emergency on ours.

Posted: Mon Oct 12, 2009 12:21 am
by gssr
Thank you all for your replies..
Its really a matter of time to me ,as i urged you all...
I apolagize for that

Posted: Mon Oct 12, 2009 12:37 am
by gssr
I was new to Datastage,
can anyone explain where to check the .ds descriptor file

How to overcome the resource disk area called out in the config file.

Thanks in advance,

Posted: Mon Oct 12, 2009 12:55 am
by gssr
udayk_2007 wrote:May be you can check the space in /var directory of unix system.
Where do i check in /var and what to do in it to have the problem solved

Thanks in advance,

Posted: Mon Oct 12, 2009 3:52 am
by vimalvik
From where have to deleted the Dataset, unix or through datastage 'Dataset Management'?
If you have deleted from unix, probably u have only deleted the header and not the actual data.

Check in the unix box where dataset is being written n delete from there...
Else go to Ds director, Select 'Tools' --> 'Dataset Management' --> Select the dataset u want to delete...

And even if after cleaning up various dataset.. enough space is not left then try deleting the unused files which have been created by your various processes...

Note: While deleting make sure you dont delete some critical config files :)

Posted: Mon Oct 12, 2009 6:33 am
by gssr
Thank you vimal,
I deleted the file as you mentioned and it woks fine now,,,

Thanks a lot for all...