Scheduled tasks stopped working
-
Did a complete uninstall. Installed latest version. Configured everything new.
Still not working. Like always. Task is starting and then… nothing happens…
-
sometimes admin does have access to all the files, thats certainly the case in vista (if files are owned by another user, and win server 2008 is based on vista).
Why dont you create simple pbs that compresses 1.txt file from C:\1\ folder for instance
and try running that through scheduler. See if that works.
-
Tried and didn’t work. Event tried another scheduler (VisualCron). Same behavior. Task starts and nothing happens…
-
Tried and didn’t work. Event tried another scheduler (VisualCron). Same behavior. Task starts and nothing happens…
well thats crazy ;-)
can you send us one of those pbs scripts, zipped to support @ conexware . com, and we will try it here.
-
Mail is out…
-
-
So what is the right command to put in scheduler
something like pabackup.exe /silent /…/blabla.pbs
right?
-
simply selecting an pbs file will work, without any refference to pabackup - thats the same way it works when you click on pbs in explorer.
What backup does is calls pabackup.exe with /silent switch (if so set).
However thing to note there is that you have to put “” around any long paths or else you will be getting that error (cant find script) that you are getting… so it should be:
“C:\Program Files\PowerArchiver\PABACKUP.EXE” /silent “C:\Users\user\Documents\Backups\Scripts\test.pbs”
-
thats what you can run from cmd line…
-
ok… I guess we are coming more near.
When I doubleclick a pbs a window flashes up, closes immediately and the pbs file looks like this…
[General]
Archive=.zipx
TimeStamp=0
TimeStampText=
TimeStampMode=0
ScanArchive=0
Overwritef=0
AddQueue=0
AddLocal=0
AddLocal2=0
AddLocal3=0
LocalDir2=
LocalDir3=
IncludeSubFolders=0
IncHidden=0
Compression=0
CompressionM=0
Action=0
RelativeFolderInfo=0
ShowDone=0
RunSilent=0
RunSilentMode=0
GrowZip=0
UseOptimized=0
AddArchiveBit=0
AddSolid=0
WriteD=0
ResetArchive=0
UseSpanning=0
CSpanSize=
TestArchive=0
LogToFile=0
LogFile=
EmailLog=0
Encmode=0
Hidepassword=0[FileTime]
FTMode=0
FTDays=0
FTHours=0
FTMinutes=0
FTDate=0
[FileSize]
FSMode=0
FSSize=0
FSSizeMode=0
[Schedule]
Mode=0
Time=0
Days=[CD]
BurnArchive=0FtpArchive=0
FtpLimit=
Directory=eMailArchive=0
Smtp=
Port=
To=
From=
Text=Subject=
–--------------------
ALL settings are deleted…!!
-
so now doubleclicking on pbs does not work either? :-).
Maybe we should try everything from the start, to see what actually works or not, because it has been rollercoaster ride ;-)
-
Doubleclicking did never work.
Only thing worked is starting the pbs file from within the PA app. Doing my backups now like this.
Open PA, klick on pbs and then click on run. Works perfectly…!! -
Doubleclicking did never work.
Only thing worked is starting the pbs file from within the PA app. Doing my backups now like this.
Open PA, klick on pbs and then click on run. Works perfectly…!!thats very different ;-).
do you have different versions of PA installed?
-
its getting clearer now - when you say it works from inside PA, you mean via backup list, right?
-
As I said some posts above I did a complete uninstall and reinstall. So only one version installed.
Yes via backup list…
-
well PBS files dont seem to be properly registered with windows explorer. There are several possible reasons for this.
Did you try cmd line i suggested before? Did that work?
“C:\Program Files\PowerArchiver\PABACKUP.EXE” /silent “C:\Users\user\Documents\Backups\Scripts\test. pbs”
just replace it to proper path to your files.
-
(when you click on run on backup script in backup window, that is what PA does, it runs shell execute command, which is basically same thing as command line prompt).
-
Using in cmd seems to work now…
-
Using in cmd seems to work now…
it has to work, reason it didnt work was because of long paths and you probably did not use “”… but i figured that out before, problem was that I thought that you wrote how you tried it from explorer and it works :-)
anyway, now schedule an task using the same thing… it HAS to work… I will not accept no for an answer ;-)
-
Ok… This is going to be hard for you…
I swear when I use exactly the same string as working on my cmd it does not work in scheduler…!!





