Task scheduler not working. Not enough resources

G

Guest

When I try to start the Task Scheduler it gives me an error 1721 : Not enough
resources available......

I am not sure what happened , but it was working fine some while back and
not sure what I did that killed it. I have SP4. I have tried reinstalling
SP4 without luck. I do not have the option to uninstall it, just reinstall
it based on the network file.

I would really appreciate some help with this.


C:\Documents and Settings\nmysorewala>sc query "Schedule"

SERVICE_NAME: Schedule
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1721 (0x6b9)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0


C:\Documents and Settings\nmysorewala>net start "task scheduler"
The Task Scheduler service is starting.
The Task Scheduler service could not be started.

A system error has occurred.

System error 1721 has occurred.

Not enough resources are available to complete this operation.
 
D

Dave Patrick

Make sure that the Task Scheduler service is set to start with the system
account. You might try deleting any existing scheduled tasks. There may be
corruption associated with one or more tasks. Also make sure any dependant
services started. RPC

Check Event Viewer for errors.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| When I try to start the Task Scheduler it gives me an error 1721 : Not
enough
| resources available......
|
| I am not sure what happened , but it was working fine some while back and
| not sure what I did that killed it. I have SP4. I have tried
reinstalling
| SP4 without luck. I do not have the option to uninstall it, just
reinstall
| it based on the network file.
|
| I would really appreciate some help with this.
|
|
| C:\Documents and Settings\nmysorewala>sc query "Schedule"
|
| SERVICE_NAME: Schedule
| TYPE : 120 WIN32_SHARE_PROCESS (interactive)
| STATE : 1 STOPPED
|
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
| WIN32_EXIT_CODE : 1721 (0x6b9)
| SERVICE_EXIT_CODE : 0 (0x0)
| CHECKPOINT : 0x0
| WAIT_HINT : 0x0
|
|
| C:\Documents and Settings\nmysorewala>net start "task scheduler"
| The Task Scheduler service is starting.
| The Task Scheduler service could not be started.
|
| A system error has occurred.
|
| System error 1721 has occurred.
|
| Not enough resources are available to complete this operation.
|
 
G

Guest

no luck . Te event vier shows the smae info I posted ffrom SC. I dleeted
all the tasks etc , but noo luck. I made sure that it says Logon as: Local
System Account . Allow service to interact with the desktop is checked.

how can I reinstall this
 
J

Jerold Schulman

When I try to start the Task Scheduler it gives me an error 1721 : Not enough
resources available......

I am not sure what happened , but it was working fine some while back and
not sure what I did that killed it. I have SP4. I have tried reinstalling
SP4 without luck. I do not have the option to uninstall it, just reinstall
it based on the network file.

I would really appreciate some help with this.


C:\Documents and Settings\nmysorewala>sc query "Schedule"

SERVICE_NAME: Schedule
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1721 (0x6b9)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0


C:\Documents and Settings\nmysorewala>net start "task scheduler"
The Task Scheduler service is starting.
The Task Scheduler service could not be started.

A system error has occurred.

System error 1721 has occurred.

Not enough resources are available to complete this operation.


See tip 0052 in the 'Tips & Tricks' at http://www.jsiinc.com.
Change SharedSection=1024,3072 to SharedSection=1024,3072,512.
Restart your computer.



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
G

Guest

thanks for the tip, but it is still a no go.
I had this
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows
SharedSection=1024,3072,512,512 Windows=On SubSystemType=Windows
ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off
MaxRequestThreads=16

Not sure why the object directory is Windows as the windows in installed in
WINNT. maybe it is for something else

there was xxx,yyy,zzz,qqq

I changed it to xxx.yyy.zzz

%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows
SharedSection=1024,3072,512 Windows=On SubSystemType=Windows
ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off
MaxRequestThreads=16

:
has occurred.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top