‎2010 Mar 19 9:25 AM
Hi All,
We get the run time error DATA_WRITE_ERROR.............when writing some data to application server file.
The reason as mentioned in the short dump is 'Capacity Limit has been reached'.
And the error text information is
Error text: "Descriptor not valid."
Error code: 3450
Any idea as to why this happened.....this was running good for quite a long time.....
‎2010 Mar 19 9:29 AM
Check the data space of ur application server, unix box. I think it is out of space.
Thanks
Mani
‎2010 Mar 19 9:34 AM
Thanks for the reply....did anyone had a similar problem?
And is this the solution for this?
‎2010 Mar 19 9:57 AM
‎2010 Mar 19 10:02 AM
We have had a number of issues with data_write_error,
sometimes it was intermittent outage, sometimes it was out of space, sometimes it was write permissions.. i think data space seems to be the closest match to yours.
Regards,
Mani
‎2010 Mar 19 12:30 PM
Mani...thanks for the reply....
But the reason why I have a doubt is because the error contains 'Descriptor not valid'.
Is it that the when trying to write data to the file...the file was not open or something?
‎2010 Apr 28 1:26 PM