Today I have a world of SharePoint issues to deal with – all on one server.
First off, the client alerted me to a strange problem – she was unable to delete images in any image library.
So, logging in with the system account I tested:
- Marking the image in the library and selecting delete from the actions menu – nothing happened, the image remained in the library, no error message was shown.
- Opening the library in the explorer view and trying to delete from there – returns "Unable to delete xxx_xxx.jpg. Unable to delete the file. It may not exist or is in use or the web server is temporarily unavailable."
- Accessing via SharePoint Designer – returns "Server error: Unable to delete the file xxx_xxx.jpg. Error code: 16388"
So, in search of the root of this problem I naturally went to check the logs. But before doing so I checked the Diagnostic log settings, trimmed the logging options and clicked OK. SharePoint kindly returned the standard "Unknown error" message.
Then there's this one. Whilst trimming the logs I thought I'd double check the Usage Analysis log settings. It all looked ok so I exited but clicked OK and not cancel. And received this error:
"The transaction log for database 'MOSS_Config' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases"
Although this is an uncommonly informative error message with clear directions as to where to go next it's also quite unusual because there are as of today <b>zero</b> Google hits for this one.
The corresponding MOSS log didn’t give much more info:
"Unexpected query execution failure, error code 9002. Additional error information from SQL Server is included below. "The transaction log for database 'MOSS_Config' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases" Query text (if available): "{?=call proc_StartTimerRunningJob(?,?,?,?,?,?)}" "
However, the corresponding application log error gave Event ID 5586. This yielded a variety of Google references but nothing specific.
So, I logged on (RDC) to the SQL server for the farm and was greeted with various messages along the lines of “Warning low disk space…”
In fact, the SQL had zero KB remaining. A sad state of affairs but one that’s easily fixed.