Task scheduler

  • Thread starter Thread starter Adysthemic
  • Start date Start date
A

Adysthemic

Group,
I cannot for the life of me,get this to work.No matter what I do,or what
permissions I set, can I get task scheduler to work on Win2k server.I always
get "could not start".Event log says
in effect,user has no permission.I run it under the admin account.The
curious thing is,if I light it off with "run now"
it works,help,Adythemic
 
Scheduled Tasks|Advanced|View Log may provide some details.

--
Regards,

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

:
| Group,
| I cannot for the life of me,get this to work.No matter what I do,or what
| permissions I set, can I get task scheduler to work on Win2k server.I
always
| get "could not start".Event log says
| in effect,user has no permission.I run it under the admin account.The
| curious thing is,if I light it off with "run now"
| it works,help,Adythemic
|
|
 
Adysthemic said:
Group,
I cannot for the life of me,get this to work.No matter what I do,or what
permissions I set, can I get task scheduler to work on Win2k server.I always
get "could not start".Event log says
in effect,user has no permission.I run it under the admin account.The
curious thing is,if I light it off with "run now"
it works,help,Adythemic

Create a new account, then run this simple batch file
under this account in order to get started:

@echo off
echo %date% %time% Start of job > c:\test.log

When it runs satisfactorily, move on to bigger and better things.
 
Adysthemic said:
Group,
I cannot for the life of me,get this to work.No matter what I do,or what
permissions I set, can I get task scheduler to work on Win2k server.I always
get "could not start".Event log says
in effect,user has no permission.I run it under the admin account.The
curious thing is,if I light it off with "run now"
it works,help,Adythemic
This is what I get when I run any task.If I do a "run now"
that works.Sheduled gives this error.I've adjusted permissions every way I
know how and cannot correct this error.Tried several different accounts.

Event Type: Failure Audit
Event Source: Security
Event Category: Logon/Logoff
Event ID: 534
Date: 08/24/2004
Time: 3:35:00 AM
User: NT AUTHORITY\SYSTEM
Computer: SERVER
Description:
Logon Failure:
Reason: The user has not been granted the requested
logon type at this machine
User Name: Administrator
Domain: MYPLACE
Logon Type: 4
Logon Process: Advapi
Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Workstation Name: MAINSERVER
 
Logon type 4 is logon as batch job so normally it would be;
Control Panel|Admin Tools|Local Security Policy\Local Policies\User Rights
Assignments
"Log on as a batch job"

Since it is the system account some permissions and or security may be
corrupt. This article may help.

How to Restore the Default NTFS Permissions for Windows 2000
http://support.microsoft.com/?id=266118


--
Regards,

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

"
|
| | > Group,
| > I cannot for the life of me,get this to work.No matter what I do,or
what
| > permissions I set, can I get task scheduler to work on Win2k server.I
| always
| > get "could not start".Event log says
| > in effect,user has no permission.I run it under the admin account.The
| > curious thing is,if I light it off with "run now"
| > it works,help,Adythemic
| >
| This is what I get when I run any task.If I do a "run now"
| that works.Sheduled gives this error.I've adjusted permissions every way I
| know how and cannot correct this error.Tried several different accounts.
|
| Event Type: Failure Audit
| Event Source: Security
| Event Category: Logon/Logoff
| Event ID: 534
| Date: 08/24/2004
| Time: 3:35:00 AM
| User: NT AUTHORITY\SYSTEM
| Computer: SERVER
| Description:
| Logon Failure:
| Reason: The user has not been granted the requested
| logon type at this machine
| User Name: Administrator
| Domain: MYPLACE
| Logon Type: 4
| Logon Process: Advapi
| Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
| Workstation Name: MAINSERVER
|
|
 
Thanks Dave,
That fixed it.Been driving me nuts for almost a year!Felt like pulling a
splinter outa my brain,Adysthemic
 
Glad to hear it! Thanks for posting back.

--
Regards,

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

:
| Thanks Dave,
| That fixed it.Been driving me nuts for almost a year!Felt like pulling a
| splinter outa my brain,Adysthemic
 

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

Back
Top