Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anyone know about Task Scheduler? 1

Status
Not open for further replies.

BigA1

MIS
Jan 9, 2002
20
US
Please help! My boss can NOT use task scheduler due to error 2186. I need to solve this A.S.A.P. I can not find a thing about task scheduler on Win NT 4.0 sever. Can someone help?
 
What Service Pack are you running? Have you reapplied it as a possible fix? -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
We are running Service Pack 6. We did try reapplying this Service pack. We are still getting Error 2186. What else would you suggest?
 
If the Task Scheduler is stopped, when you start it you receive:
The Service is not responding to the Control Function
More Help is Available by Typing NET HELPMSG 2186.

This will happen if the 'Read-only' attribute is set on the %SystemRoot%\Schedlgu.txt file.

To fix the problem, turn off the 'Read-only' attribute on the %SystemRoot%\Schedlgu.txt file, by either right-clicking in Windows Explorer and pressing Properties, or opening a CMD prompt and typing attrib -r %SystemRoot%\Schedlgu.txt.

 
The Schedlgu.txt file was not on any of our NT 4.0 servers. However this file is on our Win 2000 servers. Do you have any other suggestions?
 
OK - I thought I was crazy but the Show All File Types is selected. "schedlgu.txt" & "schedlog.txt" is not on this server. In addition, I went to microsoft website weeks ago and found nothing specifically for Win NT 4.0 Server -- I am at my wits end.
 
OK -- this is what we have IE 5.5 SP2 and both mstask.exe & atsvc.exe are in WINNT\System32. How do I know which one is getting executed?
Also, in the registry, there is NO Entry for task scheduler, So I went to Add/Remove programs to install the Task Scheduler component and it's not there. Am I in the Twilight Zone?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top