I'm playing with the undelete web part from MS. I'm creating a subdashboard
under Management that can have the document library and the undelete
webpart. I decided to try on a small subsection, so I started the .cmd
script with /r and a time of 10 days. I got an event in event log right as
I started it:
---
Source: Service Control Manager
Category: None
Type: Error
Event ID: 7000
Description:
The RunAsSystem service failed to start due to the following error: Access
is denied
---
I'm logged on via Terminal Services as Domain Admin and Domain Admins are
coordinator of workspace. I've not had any other authentication or access
issues, so I'm wondering if this is a known event? Is it really a problem?
RunAsSystem service is running.
btw, I started the command 2.5 hrs ago and it's still running. The folder
has about 288 subfolders and 3000 files. CPU is just about nil and there's
nothing in the w3svc log showing access to the folders or subfolders.
Should I be worried? Ahh, what I wouldn't give for a truss command in
windows. I do have PStools, so I look in pslist -t:
Name Pid Pri Thd Hnd VM WS Priv
explorer 3304 8 10 236 36056 1416 1816
CMD 2304 8 1 23 11300 40 304
RunAsSystem 2248 8 1 34 16024 44 344
so that I could check that it was the right runassystem running.
Any ideas?