R
Ross
Greetings.
We have a server upon which no scheduled task will run. All of them
fail to start. I looked in the event log, there was no information
there. There is also no task scheduler log in the Windows directory.
When I try to edit the task, I get the following error:
General page initialization failed.
The specific error is:
0x80004005 Unspecified Error
An error has occurred attempting to retrieve task account
information. You may continue editing the task object, but will be
unable to change task account information.
I know there is a very similar error that has to do with shadow copy:
http://support.microsoft.com/kb/822904
I know the error is slightly different, but just for kicks, I tried
the fix listed there. It didn't correct the problem.
The RPC and Schedule services are running. I've checked out the
system user permissions that the Schedule service runs under, they
look okay. The user which the tasks run under is an administrator,
those permissions also look okay. I've tried scheduling new tasks
under different administrators, and I get the same message. I went as
far as removing the tasks and trying to re-add them, still to no
avail.
I've seen that error code before (0x80004005), but it has typically
been in a COM component calling context. Usually, that means one of
your COM components is unregistered or the registration has become
corrupt. I don't think I've seen this kind of error in a Windows
component context until today. Is it possible that a dependency of
Schedule has somehow become corrupt? If so, any ideas as to what
component would affect Schedule and little else? (To my knowledge,
Schedule is the only problem with this server.)
Has any one out there seen this before or have any ideas on what to
try next?
-Ross
We have a server upon which no scheduled task will run. All of them
fail to start. I looked in the event log, there was no information
there. There is also no task scheduler log in the Windows directory.
When I try to edit the task, I get the following error:
General page initialization failed.
The specific error is:
0x80004005 Unspecified Error
An error has occurred attempting to retrieve task account
information. You may continue editing the task object, but will be
unable to change task account information.
I know there is a very similar error that has to do with shadow copy:
http://support.microsoft.com/kb/822904
I know the error is slightly different, but just for kicks, I tried
the fix listed there. It didn't correct the problem.
The RPC and Schedule services are running. I've checked out the
system user permissions that the Schedule service runs under, they
look okay. The user which the tasks run under is an administrator,
those permissions also look okay. I've tried scheduling new tasks
under different administrators, and I get the same message. I went as
far as removing the tasks and trying to re-add them, still to no
avail.
I've seen that error code before (0x80004005), but it has typically
been in a COM component calling context. Usually, that means one of
your COM components is unregistered or the registration has become
corrupt. I don't think I've seen this kind of error in a Windows
component context until today. Is it possible that a dependency of
Schedule has somehow become corrupt? If so, any ideas as to what
component would affect Schedule and little else? (To my knowledge,
Schedule is the only problem with this server.)
Has any one out there seen this before or have any ideas on what to
try next?
-Ross