| |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
![]() |
| | LinkBack | Thread Tools |
| |||
| Task Scheduler Error message/cannot run For some reason I cannot open Task Scheduler. When I try to open it says "Task Scheduler service not running. Verify that the service is running." In services.msc it says that it is "started". I would stop and restart it but the options are greyed out. Get an error messenge where I try to stop it via Task Manager services tab. I have tried net start "task scheduler" in cmd.exe but everytime i try to start task scheduler it says its already running (when there is oviously a problem with it) and when i try to stop it i get an error message, access denied. I have UAC turned off and did "run as administrator". Also i try to add the snap-in within the MMC.exe but once i add the task scheduler snap in it says service not available, verify it is running. Any ideas? |
| |||
| Re: Task Scheduler Error message/cannot run Hi Jim, Can you tell me which build you are using? Also try the following from the command line. What is the State? sc query schedule Also if you run this, it will (should)display display a list of tasks. schtasks /query Let me know: Thanks, Jonathan -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm -- "James Welch" <welchja2@msu.edu> wrote in message news:DE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com... > For some reason I cannot open Task Scheduler. When I try to open it says > "Task Scheduler service not running. Verify that the service is running." > In services.msc it says that it is "started". I would stop and restart it > but the options are greyed out. Get an error messenge where I try to stop > it via Task Manager services tab. > > I have tried net start "task scheduler" in cmd.exe but everytime i try to > start task scheduler it says its already running (when there is oviously a > problem with it) and when i try to stop it i get an error message, access > denied. I have UAC turned off and did "run as administrator". > > Also i try to add the snap-in within the MMC.exe but once i add the task > scheduler snap in it says service not available, verify it is running. > > > Any ideas? > > |
| |||
| Re: Task Scheduler Error message/cannot run I am using build RC2 This just recently started happening. I'm not sure if its the cause but i installed a program, TweakVI, a couple of days ago. It didn't really have many tweaks that I was interested in so i uninstalled it. Around the days when it was installed or recently uninstalled i believe was when I checked the Reliability Monitor and it wasn't working. Is it possible that this program messed with any security or other settings? when typing "sc query schedule" i get this: SERVICE_NAME: schedule TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 I get ERROR: The network address is invalid. when trying "schtasks /query" Thanks for your help, James ____________ "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl... > Hi Jim, > > Can you tell me which build you are using? > > Also try the following from the command line. What is the State? > > sc query schedule > > Also if you run this, it will (should)display display a list of tasks. > > schtasks /query > > Let me know: > > Thanks, > Jonathan > > -- > This posting is provided "AS IS" with no warranties, and confers no > rights. > Use of included script samples are subject to the terms specified at > http://www.microsoft.com/info/cpyright.htm > -- > "James Welch" <welchja2@msu.edu> wrote in message > news:DE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com... >> For some reason I cannot open Task Scheduler. When I try to open it says >> "Task Scheduler service not running. Verify that the service is running." >> In services.msc it says that it is "started". I would stop and restart it >> but the options are greyed out. Get an error messenge where I try to stop >> it via Task Manager services tab. >> >> I have tried net start "task scheduler" in cmd.exe but everytime i try >> to start task scheduler it says its already running (when there is >> oviously a problem with it) and when i try to stop it i get an error >> message, access denied. I have UAC turned off and did "run as >> administrator". >> >> Also i try to add the snap-in within the MMC.exe but once i add the task >> scheduler snap in it says service not available, verify it is running. >> >> >> Any ideas? >> >> > |
| |||
| Re: Task Scheduler Error message/cannot run Jim, There appears to be some issues with the service. SC is saying the service is running, however, the schtask is unable to list any tasks. It is hard to tell what is going on from these external symptoms. FYI - Post RC1 you will be unable to stop the Task Scheduler service out of the box. That is why you are getting the Access Denied. However, you can issue the following command to enable this. sc sdset schedule D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRC WDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCD CLCSWRPWPDTLOCRSDRCWDWO;;;WD) This is basically setting the ACL on who can Stop\Start the service. You can try this and see if this kickstarts the service. I am not seeing this issue on the RTM builds. However, I will try and repro with the tools you mentioned. Thanks, Jonathan -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm -- "James Welch" <welchja2@msu.edu> wrote in message news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com... >I am using build RC2 > > This just recently started happening. I'm not sure if its the cause but i > installed a program, TweakVI, a couple of days ago. It didn't really have > many tweaks that I was interested in so i uninstalled it. Around the days > when it was installed or recently uninstalled i believe was when I checked > the Reliability Monitor and it wasn't working. Is it possible that this > program messed with any security or other settings? > > when typing > "sc query schedule" > i get this: > > SERVICE_NAME: schedule > TYPE : 20 WIN32_SHARE_PROCESS > STATE : 4 RUNNING > (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN) > WIN32_EXIT_CODE : 0 (0x0) > SERVICE_EXIT_CODE : 0 (0x0) > CHECKPOINT : 0x0 > WAIT_HINT : 0x0 > > > I get > ERROR: The network address is invalid. > when trying "schtasks /query" > > > Thanks for your help, > James > > > > > ____________ > "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message > news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl... >> Hi Jim, >> >> Can you tell me which build you are using? >> >> Also try the following from the command line. What is the State? >> >> sc query schedule >> >> Also if you run this, it will (should)display display a list of tasks. >> >> schtasks /query >> >> Let me know: >> >> Thanks, >> Jonathan >> >> -- >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> Use of included script samples are subject to the terms specified at >> http://www.microsoft.com/info/cpyright.htm >> -- >> "James Welch" <welchja2@msu.edu> wrote in message >> news:DE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com... >>> For some reason I cannot open Task Scheduler. When I try to open it says >>> "Task Scheduler service not running. Verify that the service is >>> running." >>> In services.msc it says that it is "started". I would stop and restart >>> it >>> but the options are greyed out. Get an error messenge where I try to >>> stop >>> it via Task Manager services tab. >>> >>> I have tried net start "task scheduler" in cmd.exe but everytime i try >>> to start task scheduler it says its already running (when there is >>> oviously a problem with it) and when i try to stop it i get an error >>> message, access denied. I have UAC turned off and did "run as >>> administrator". >>> >>> Also i try to add the snap-in within the MMC.exe but once i add the task >>> scheduler snap in it says service not available, verify it is running. >>> >>> >>> Any ideas? >>> >>> >> > |
| |||
| Re: Task Scheduler Error message/cannot run The procedure you listed allowed me to stop and restart the service, but with no success. I will most likely keep it the way it is or just re-install RC2 as I am already dual booting with XP, so it is no hassle at all. Thanks for your help. "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message news:OJ42$O5$GHA.4852@TK2MSFTNGP03.phx.gbl... > Jim, > > There appears to be some issues with the service. SC is saying the > service is running, however, the schtask is unable to list any tasks. It > is hard to tell what is going on from these external symptoms. > > FYI - Post RC1 you will be unable to stop the Task Scheduler service out > of the box. That is why you are getting the Access Denied. However, you > can issue the following command to enable this. > > sc sdset schedule > D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRC WDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCD CLCSWRPWPDTLOCRSDRCWDWO;;;WD) > > This is basically setting the ACL on who can Stop\Start the service. You > can try this and see if this kickstarts the service. > > I am not seeing this issue on the RTM builds. However, I will try and > repro with the tools you mentioned. > > Thanks, > Jonathan > > -- > This posting is provided "AS IS" with no warranties, and confers no > rights. > Use of included script samples are subject to the terms specified at > http://www.microsoft.com/info/cpyright.htm > -- > "James Welch" <welchja2@msu.edu> wrote in message > news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com... >>I am using build RC2 >> >> This just recently started happening. I'm not sure if its the cause but i >> installed a program, TweakVI, a couple of days ago. It didn't really have >> many tweaks that I was interested in so i uninstalled it. Around the days >> when it was installed or recently uninstalled i believe was when I >> checked the Reliability Monitor and it wasn't working. Is it possible >> that this program messed with any security or other settings? >> >> when typing >> "sc query schedule" >> i get this: >> >> SERVICE_NAME: schedule >> TYPE : 20 WIN32_SHARE_PROCESS >> STATE : 4 RUNNING >> (STOPPABLE, NOT_PAUSABLE, >> ACCEPTS_SHUTDOWN) >> WIN32_EXIT_CODE : 0 (0x0) >> SERVICE_EXIT_CODE : 0 (0x0) >> CHECKPOINT : 0x0 >> WAIT_HINT : 0x0 >> >> >> I get >> ERROR: The network address is invalid. >> when trying "schtasks /query" >> >> >> Thanks for your help, >> James >> >> >> >> >> ____________ >> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message >> news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl... >>> Hi Jim, >>> >>> Can you tell me which build you are using? >>> >>> Also try the following from the command line. What is the State? >>> >>> sc query schedule >>> >>> Also if you run this, it will (should)display display a list of tasks. >>> >>> schtasks /query >>> >>> Let me know: >>> >>> Thanks, >>> Jonathan >>> >>> -- >>> This posting is provided "AS IS" with no warranties, and confers no >>> rights. >>> Use of included script samples are subject to the terms specified at >>> http://www.microsoft.com/info/cpyright.htm >>> -- >>> "James Welch" <welchja2@msu.edu> wrote in message >>> news:DE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com... >>>> For some reason I cannot open Task Scheduler. When I try to open it >>>> says >>>> "Task Scheduler service not running. Verify that the service is >>>> running." >>>> In services.msc it says that it is "started". I would stop and restart >>>> it >>>> but the options are greyed out. Get an error messenge where I try to >>>> stop >>>> it via Task Manager services tab. >>>> >>>> I have tried net start "task scheduler" in cmd.exe but everytime i try >>>> to start task scheduler it says its already running (when there is >>>> oviously a problem with it) and when i try to stop it i get an error >>>> message, access denied. I have UAC turned off and did "run as >>>> administrator". >>>> >>>> Also i try to add the snap-in within the MMC.exe but once i add the >>>> task scheduler snap in it says service not available, verify it is >>>> running. >>>> >>>> >>>> Any ideas? >>>> >>>> >>> >> > |
| |||
| Re: Task Scheduler Error message/cannot run I found the culprit I believe. It was NOD32 beta 2.7. After I reformatted I installed NOD32 2.7 which is compatable with Vista. After installing and restarting I checked task scheduler and I would not work again like before. I uninstalled NOD32 and now it is working porperly like it should. Oviously something wrong with the NOD32 integrated scheduler. Anyone else experiencing this problem? "James Welch" <welchja2@msu.edu> wrote in message news:58D4DCE1-878F-4AF7-9E7F-4A548F200496@microsoft.com... > The procedure you listed allowed me to stop and restart the service, but > with no success. I will most likely keep it the way it is or just > re-install RC2 as I am already dual booting with XP, so it is no hassle at > all. Thanks for your help. > > > > "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message > news:OJ42$O5$GHA.4852@TK2MSFTNGP03.phx.gbl... >> Jim, >> >> There appears to be some issues with the service. SC is saying the >> service is running, however, the schtask is unable to list any tasks. >> It is hard to tell what is going on from these external symptoms. >> >> FYI - Post RC1 you will be unable to stop the Task Scheduler service out >> of the box. That is why you are getting the Access Denied. However, you >> can issue the following command to enable this. >> >> sc sdset schedule >> D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRC WDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCD CLCSWRPWPDTLOCRSDRCWDWO;;;WD) >> >> This is basically setting the ACL on who can Stop\Start the service. You >> can try this and see if this kickstarts the service. >> >> I am not seeing this issue on the RTM builds. However, I will try and >> repro with the tools you mentioned. >> >> Thanks, >> Jonathan >> >> -- >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> Use of included script samples are subject to the terms specified at >> http://www.microsoft.com/info/cpyright.htm >> -- >> "James Welch" <welchja2@msu.edu> wrote in message >> news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com... >>>I am using build RC2 >>> >>> This just recently started happening. I'm not sure if its the cause but >>> i installed a program, TweakVI, a couple of days ago. It didn't really >>> have many tweaks that I was interested in so i uninstalled it. Around >>> the days when it was installed or recently uninstalled i believe was >>> when I checked the Reliability Monitor and it wasn't working. Is it >>> possible that this program messed with any security or other settings? >>> >>> when typing >>> "sc query schedule" >>> i get this: >>> >>> SERVICE_NAME: schedule >>> TYPE : 20 WIN32_SHARE_PROCESS >>> STATE : 4 RUNNING >>> (STOPPABLE, NOT_PAUSABLE, >>> ACCEPTS_SHUTDOWN) >>> WIN32_EXIT_CODE : 0 (0x0) >>> SERVICE_EXIT_CODE : 0 (0x0) >>> CHECKPOINT : 0x0 >>> WAIT_HINT : 0x0 >>> >>> >>> I get >>> ERROR: The network address is invalid. >>> when trying "schtasks /query" >>> >>> >>> Thanks for your help, >>> James >>> >>> >>> >>> >>> ____________ >>> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message >>> news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl... >>>> Hi Jim, >>>> >>>> Can you tell me which build you are using? >>>> >>>> Also try the following from the command line. What is the State? >>>> >>>> sc query schedule >>>> >>>> Also if you run this, it will (should)display display a list of tasks. >>>> >>>> schtasks /query >>>> >>>> Let me know: >>>> >>>> Thanks, >>>> Jonathan >>>> >>>> -- >>>> This posting is provided "AS IS" with no warranties, and confers no >>>> rights. >>>> Use of included script samples are subject to the terms specified at >>>> http://www.microsoft.com/info/cpyright.htm >>>> -- >>>> "James Welch" <welchja2@msu.edu> wrote in message >>>> news:DE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com... >>>>> For some reason I cannot open Task Scheduler. When I try to open it >>>>> says >>>>> "Task Scheduler service not running. Verify that the service is >>>>> running." >>>>> In services.msc it says that it is "started". I would stop and restart >>>>> it >>>>> but the options are greyed out. Get an error messenge where I try to >>>>> stop >>>>> it via Task Manager services tab. >>>>> >>>>> I have tried net start "task scheduler" in cmd.exe but everytime i >>>>> try to start task scheduler it says its already running (when there is >>>>> oviously a problem with it) and when i try to stop it i get an error >>>>> message, access denied. I have UAC turned off and did "run as >>>>> administrator". >>>>> >>>>> Also i try to add the snap-in within the MMC.exe but once i add the >>>>> task scheduler snap in it says service not available, verify it is >>>>> running. >>>>> >>>>> >>>>> Any ideas? >>>>> >>>>> >>>> >>> >> > |
| |||
| Re: Task Scheduler Error message/cannot run James: There's an updated IMON.dll file at http://www.wilderssecurity.com/forumdisplay.php?f=68 to cure this problem. Only install the updated IMON.dll file in Vista. Installing the nod32.exe file in Vista will corrupt nod32 in Vista. I had to install the updated nod32.exe file in Windows x64 but I haven't installed the updated IMON.dll file in Vista yet. "James Welch" <welchja2@msu.edu> wrote in message news:DF0C7817-9EC7-4111-8F7F-135C7709991E@microsoft.com... >I found the culprit I believe. It was NOD32 beta 2.7. After I reformatted I >installed NOD32 2.7 which is compatable with Vista. After installing and >restarting I checked task scheduler and I would not work again like before. >I uninstalled NOD32 and now it is working porperly like it should. Oviously >something wrong with the NOD32 integrated scheduler. Anyone else >experiencing this problem? > > > "James Welch" <welchja2@msu.edu> wrote in message > news:58D4DCE1-878F-4AF7-9E7F-4A548F200496@microsoft.com... >> The procedure you listed allowed me to stop and restart the service, but >> with no success. I will most likely keep it the way it is or just >> re-install RC2 as I am already dual booting with XP, so it is no hassle >> at all. Thanks for your help. >> >> >> >> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message >> news:OJ42$O5$GHA.4852@TK2MSFTNGP03.phx.gbl... >>> Jim, >>> >>> There appears to be some issues with the service. SC is saying the >>> service is running, however, the schtask is unable to list any tasks. It >>> is hard to tell what is going on from these external symptoms. >>> >>> FYI - Post RC1 you will be unable to stop the Task Scheduler service out >>> of the box. That is why you are getting the Access Denied. However, >>> you can issue the following command to enable this. >>> >>> sc sdset schedule >>> D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRC WDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCD CLCSWRPWPDTLOCRSDRCWDWO;;;WD) >>> >>> This is basically setting the ACL on who can Stop\Start the service. >>> You can try this and see if this kickstarts the service. >>> >>> I am not seeing this issue on the RTM builds. However, I will try and >>> repro with the tools you mentioned. >>> >>> Thanks, >>> Jonathan >>> >>> -- >>> This posting is provided "AS IS" with no warranties, and confers no >>> rights. >>> Use of included script samples are subject to the terms specified at >>> http://www.microsoft.com/info/cpyright.htm >>> -- >>> "James Welch" <welchja2@msu.edu> wrote in message >>> news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com... >>>>I am using build RC2 >>>> >>>> This just recently started happening. I'm not sure if its the cause but >>>> i installed a program, TweakVI, a couple of days ago. It didn't really >>>> have many tweaks that I was interested in so i uninstalled it. Around >>>> the days when it was installed or recently uninstalled i believe was >>>> when I checked the Reliability Monitor and it wasn't working. Is it >>>> possible that this program messed with any security or other settings? >>>> >>>> when typing >>>> "sc query schedule" >>>> i get this: >>>> >>>> SERVICE_NAME: schedule >>>> TYPE : 20 WIN32_SHARE_PROCESS >>>> STATE : 4 RUNNING >>>> (STOPPABLE, NOT_PAUSABLE, >>>> ACCEPTS_SHUTDOWN) >>>> WIN32_EXIT_CODE : 0 (0x0) >>>> SERVICE_EXIT_CODE : 0 (0x0) >>>> CHECKPOINT : 0x0 >>>> WAIT_HINT : 0x0 >>>> >>>> >>>> I get >>>> ERROR: The network address is invalid. >>>> when trying "schtasks /query" >>>> >>>> >>>> Thanks for your help, >>>> James >>>> >>>> >>>> >>>> >>>> ____________ >>>> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message >>>> news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl... >>>>> Hi Jim, >>>>> >>>>> Can you tell me which build you are using? >>>>> >>>>> Also try the following from the command line. What is the State? >>>>> >>>>> sc query schedule >>>>> >>>>> Also if you run this, it will (should)display display a list of tasks. >>>>> >>>>> schtasks /query >>>>> >>>>> Let me know: >>>>> >>>>> Thanks, >>>>> Jonathan >>>>> >>>>> -- >>>>> This posting is provided "AS IS" with no warranties, and confers no >>>>> rights. >>>>> Use of included script samples are subject to the terms specified at >>>>> http://www.microsoft.com/info/cpyright.htm >>>>> -- >>>>> "James Welch" <welchja2@msu.edu> wrote in message >>>>> news:DE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com... >>>>>> For some reason I cannot open Task Scheduler. When I try to open it >>>>>> says >>>>>> "Task Scheduler service not running. Verify that the service is >>>>>> running." >>>>>> In services.msc it says that it is "started". I would stop and >>>>>> restart it >>>>>> but the options are greyed out. Get an error messenge where I try to >>>>>> stop >>>>>> it via Task Manager services tab. >>>>>> >>>>>> I have tried net start "task scheduler" in cmd.exe but everytime i >>>>>> try to start task scheduler it says its already running (when there >>>>>> is oviously a problem with it) and when i try to stop it i get an >>>>>> error message, access denied. I have UAC turned off and did "run as >>>>>> administrator". >>>>>> >>>>>> Also i try to add the snap-in within the MMC.exe but once i add the >>>>>> task scheduler snap in it says service not available, verify it is >>>>>> running. >>>>>> >>>>>> >>>>>> Any ideas? >>>>>> >>>>>> >>>>> >>>> >>> >> > |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Task Scheduler service not running? | James Welch | Windows Vista | 2 | 01-02-2007 07:11 AM |
| IE Has Stopped Working Error Message | elinden111 | Windows Vista | 3 | 01-02-2007 07:10 AM |
| Newsgroup error message | John Barnes | Windows Vista | 4 | 01-01-2007 09:58 PM |
| Error message | CEG | Windows XP Tablet PC Newsgroup | 18 | 08-16-2005 07:26 AM |
| On-line help error message | =?Utf-8?B?YWJ0YnBm?= | Windows XP Tablet PC Newsgroup | 7 | 11-18-2004 10:17 PM |