|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Nov 2001
Location: Calicut/Kerala
Posts: 182
|
Hi
Hope you are doin great..I have an issue with Task Scheduler..OS is WIndows XP SP2. The batch file that I am trying to execute here is supposed to keep the PC up to date with the latest virus definitions. Our Client requires that we need to run it on a daily basis and thats why I am setting that up using Task Scheduler.It displays the following error: -------------------------------------------- General page initialization failed. The specific error is: 0x80070057: The parameter is incorrect. An error occurred attempting to retrieve task account information. You may continue editing the task object, but will be unable to change task account information. -------------------------------------------- My observations on this problem are: - Task Scheduler service runs in "AUTOMATIC" mode. - The User name and Password is correct - Creating separate users does not solve the problem This is my workplace PC and I have a lot of data on the PC. The tech support guy says that i need to backup the data and reinstall the OS. I am working on a major project and that the last option i have... Is there any other software that can function similar to the Task Scheduler. Is there any way to tweak the OS..I would appreciate a quick response, Thanks for your time, With Regards, Ed. |
|
|
|
|
|
#2 |
|
Ride 'em Cowboy
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,109
|
Which Anti Virus program are you using? Many have the ability built in to check updates daily?
Post the contents of your bacth file? "The parameter is incorrect" indicates you have mis-typed something.
__________________
Stand Up 2 Cancer - SU2C |
|
|
|
|
|
#3 |
|
Member (8 bit)
Join Date: Nov 2001
Location: Calicut/Kerala
Posts: 182
|
thanks for your reply...when executed as a standalone application it runs and executes fine without any errors. does it have anything to do with User Accounts. even another user account was created and the same file was scheduled using the Task Scheduler..still the same result..any ideas..hey i have Zone Labs Integrity Client installed..does it contribute to this issue..please suggest, thanks for your time
|
|
|
|
|
|
#4 |
|
Member (8 bit)
Join Date: Nov 2001
Location: Calicut/Kerala
Posts: 182
|
Hi
I still have the same issue with the task scheduler. Any suggestions, please update me, Thanks. |
|
|
|
|
|
#5 |
|
Member (10 bit)
|
i had a few problems with it before.
you can try to use "NT Authority/System" as your user and leave your password blank just my 2 cents. HTH |
|
|
|
|
|
#6 |
|
Member (8 bit)
Join Date: Nov 2001
Location: Calicut/Kerala
Posts: 182
|
Thanks for the suggestion, but still i get General page initialization failed error.
0x80070057: The parameter is incorrect. An error occurred attempting to retrieve task account information. You may continue editing the task object, but will be unable to change task account information. Is there any other option I can possibly try before a windows soft reinstall? I'd be glad to know
|
|
|
|
|
|
#7 |
|
Member (8 bit)
Join Date: Nov 2001
Location: Calicut/Kerala
Posts: 182
|
I am enclosing the screenshot of the error. I have ensured that the user name and password of the user account is correct. I am left with no choice, but manually run the update on a daily basis.
I would be glad if you could provide more insight on this, thanks, Ed. |
|
|
|
|
|
#8 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
There is something wrong with the arguments you are passing at runtime. Your task probably looks something like this:
Code:
c:\some\path\where\my\program\is\runme.exe "param1 param2" |
|
|
|
|
|
#9 |
|
Member (8 bit)
Join Date: Nov 2001
Location: Calicut/Kerala
Posts: 182
|
Hi
There are no parameters passed. Its only a batch file thats invoked using the task scheduler. The issue occurs with any new scheduled task, whatever it be. It reproduces the exact error that has been mentioned earlier in this thread. I really need help on this one. Thanks. Last edited by edison; 01-23-2006 at 03:18 AM. |
|
|
|
|
|
#10 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
From your error message, it appears the program is looking for some parameters. Have you checked the program's documentation?
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|