Hey all, I have an interesting problem that just started occuring recently. About 3 days ago, .Net Runtime started throwing messages relating to the following:
Source: .NET Runtime 2.0 Error Reporting
EventType clr20r3, P1 swjobschedulersvc.exe, P2 1.1.0.234, P3 486141fd,
P4 system.data.sqlserverce, P5 9.0.242.0, P6 458ab5e5, P7 ae, P8 10f,
P9 system.data.sqlserverce.sqlce, P10 NIL.
What appears to happen, is that either this problem... or a related problem kicks of dw20.exe and dw20.exe writes a 100 meg tmp file to c:\documents and settings\NetworkService\Local Settings\Temp. These tmp files continue to accumulate until the entire hard disk is consumed. I have managed to stop the bleeding by turning off Program Error Reporting out of the System Properties Advanced Tab, however I am still seeing an abundance of event log errors that look like they are all related to swjobschedulersvc.exe.
Here are examples of accompanying errors:
Source: VsJITDebugger
An unhandled exception ('System.Data.SqlServerCe.SqlCeException')
occurred in SWJobSchedulerSvc.exe [3524]. Just-In-Time debugging
this exception failed with the following error: Debugger could not be
started because no user is logged on.
Check the documentation index for 'Just-in-time debugging, errors'
for more information.
Source: SWJobSchedulerSvc
Service started successfully.
The first 2 errors occur within 3 seconds of each other in that order and then the SWJobSchedulerSvc attempts to start 3 minutes later. Any help or direction would be most appreciated.