vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to add a "system" onto a repository using a 3rd party tool. Whenever I do this, I get "I/O while writing to QRL filter temporary file - no space left on device" I have tried to do a google search and it yields nothing. Sybase installation is on Solaris 8 - any suggestions? |
| |||
| Geezer From Freezer <Geezer@Freezer.com> wrote in message news:<40449F84.787BEDC@Freezer.com>... > I am trying to add a "system" onto a repository using a 3rd party tool. > Whenever I do this, I get > "I/O while writing to QRL filter temporary file - no space left on device" > > I have tried to do a google search and it yields nothing. > > Sybase installation is on Solaris 8 - any suggestions? Sounds like an OS error - some file system on your box is filling up. Try using "df -k" and see if any are at 100%. -bret |
| |||
| Bret Halford wrote: > > > Sounds like an OS error - some file system on your box is filling > up. Try using "df -k" and see if any are at 100%. > > -bret Already check that, all FS have lots of space. Temp has over a Gb free. |
| ||||
| Geezer From Freezer <Geezer@Freezer.com> wrote in message news:<40460506.1C8741DD@Freezer.com>... > Bret Halford wrote: > > > > > > Sounds like an OS error - some file system on your box is filling > > up. Try using "df -k" and see if any are at 100%. > > > > -bret > > Already check that, all FS have lots of space. Temp has over a Gb free. Ok. Any chance that the underlying operation is loading the dump of a database into ASE? (perhaps check if a similar message is being reported to the backupserver errorlog.) If a database is dumped into a file system and it fills during the dump (so the dump file isn't complete), an attempt to load that dump will generate a "device out of space" error (strange as that may sound). Do any entries at all get reported to the ASE or Backupserver errorlogs when this happens? If not, you might try running ASE with traceflag 3602 active - this causes all messages normally sent just to the client to the errorlog as well - and might provide some clues. -bret |