Our production server ran out of disk space over the weekend due to a
runaway log file condition (again).
We had this happen about 2 months ago, prior to SP1, and I reported it here.
MS admitted that had seen the problem, but was not able to reproduce.
In the Event Log, I see thousands of entries like:
Event Type: Warning
Event Source: Schedule and Delivery Processor
Event Category: Logging
Event ID: 123
Date: 8/30/2004
Time: 11:55:16 AM
User: N/A
Computer: KYLE
Description:
The report server failed to write to the trace log.
In the log files, about 8 megabytes in size each until 10 gigabyte disk
capacity was reached, contains repeated entries as follows:
ReportingServicesService!dbcleanup!1308!8/30/2004-11:55:16:: i INFO: Cleaned
0 broken snapshots, 0 chunks
ReportingServicesService!runningjobs!1308!8/30/2004-11:55:16:: i INFO:
Execution Log Entry Expiration timer enabled: Cycle: 50683 seconds
ReportingServicesService!dbcleanup!e44!8/30/2004-11:55:16:: i INFO: Expiring
old execution log entries
ReportingServicesService!dbcleanup!e44!8/30/2004-11:55:16:: i INFO:
Expiration of old execution log entries is complete. Removed 0 entries.
I was hoping this was fixed in SP1, which we are running now. Any ideas?
thx
JeffI already replied to your other post, but will duplicate info here. We have
found the bug and you should contact PSS for a fix to the issue.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jeff Dillon" <jeff@.removeemergencyreporting.com> wrote in message
news:OYofuMsjEHA.2948@.TK2MSFTNGP11.phx.gbl...
> Our production server ran out of disk space over the weekend due to a
> runaway log file condition (again).
> We had this happen about 2 months ago, prior to SP1, and I reported it
here.
> MS admitted that had seen the problem, but was not able to reproduce.
> In the Event Log, I see thousands of entries like:
> Event Type: Warning
> Event Source: Schedule and Delivery Processor
> Event Category: Logging
> Event ID: 123
> Date: 8/30/2004
> Time: 11:55:16 AM
> User: N/A
> Computer: KYLE
> Description:
> The report server failed to write to the trace log.
> In the log files, about 8 megabytes in size each until 10 gigabyte disk
> capacity was reached, contains repeated entries as follows:
> ReportingServicesService!dbcleanup!1308!8/30/2004-11:55:16:: i INFO:
Cleaned
> 0 broken snapshots, 0 chunks
> ReportingServicesService!runningjobs!1308!8/30/2004-11:55:16:: i INFO:
> Execution Log Entry Expiration timer enabled: Cycle: 50683 seconds
> ReportingServicesService!dbcleanup!e44!8/30/2004-11:55:16:: i INFO:
Expiring
> old execution log entries
> ReportingServicesService!dbcleanup!e44!8/30/2004-11:55:16:: i INFO:
> Expiration of old execution log entries is complete. Removed 0 entries.
> I was hoping this was fixed in SP1, which we are running now. Any ideas?
> thx
> Jeff
>
Showing posts with label disk. Show all posts
Showing posts with label disk. Show all posts
Friday, March 23, 2012
Friday, March 9, 2012
Run Dll In Stored Procedure
Hi All
How Can I Run Dll file In Stored Procedure To Return Hard Disk Serial No
ThanksOr How Do something Like This in stored procedure
FSO=CREATEOBJECT('Scripting.FileSystemObject')
fso.Drives('C').SerialNumber|||Look up the set of "sp_OA* " system procedures in Books Online.
Maybe you can start here:
http://msdn.microsoft.com/library/d...r />
_05bm.asp
ML
http://milambda.blogspot.com/|||Thanks ML
"ML" <ML@.discussions.microsoft.com> wrote in message
news:6D24B363-3D92-4E53-9BF1-6E26FFACA338@.microsoft.com...
> Look up the set of "sp_OA* " system procedures in Books Online.
> Maybe you can start here:
> http://msdn.microsoft.com/library/d.../>
22_05bm.asp
>
> ML
> --
> http://milambda.blogspot.com/
How Can I Run Dll file In Stored Procedure To Return Hard Disk Serial No
ThanksOr How Do something Like This in stored procedure
FSO=CREATEOBJECT('Scripting.FileSystemObject')
fso.Drives('C').SerialNumber|||Look up the set of "sp_OA* " system procedures in Books Online.
Maybe you can start here:
http://msdn.microsoft.com/library/d...r />
_05bm.asp
ML
http://milambda.blogspot.com/|||Thanks ML
"ML" <ML@.discussions.microsoft.com> wrote in message
news:6D24B363-3D92-4E53-9BF1-6E26FFACA338@.microsoft.com...
> Look up the set of "sp_OA* " system procedures in Books Online.
> Maybe you can start here:
> http://msdn.microsoft.com/library/d.../>
22_05bm.asp
>
> ML
> --
> http://milambda.blogspot.com/
Subscribe to:
Posts (Atom)