Hi, I've a problem with Ntbackup. I have five batches, lunedi.cmd, martedi.cmd etc.
The same batch it's installed a several servers, but someone don't start backup schedule. If I try start it from schedule task it's ok, (right click on job, and then run) otherwise from automatic schedule start it, but I can see the follow message:
Impossible found specified support
I've installed SP4, server model Compaq ML 350 g3 tape SDT 10000 and SBS 2000 italian. I have update compaq driver tape, but it's the same.
---------------------------------------------------------
echo off
netsvc "dns server" \\sptrmd0w2 /stop
netsvc "File and Print Services for NetWare"
\\sptrmd0w2 /stop
C:\WINNT\system32\NTBACKUP.EXE backup "@C:\Backup\Giovedi
full.bks" /n "Giovedi-completo" /d "Backup completo di
Giovedi" /v:yes /r:no /rs:no /hc:on /m normal /j "Giovedi
full" /l:f /t "Giovedi-completo"
eject /pf"Giovedi-completo - 1" /astart
netsvc "dns server" \\sptrmd0w2 /start
netsvc "File and Print Services for NetWare"
\\sptrmd0w2 /start
----------------------------------------------------------

Re: Ntbackup SBS 2000 by Mal

Mal
Wed Nov 12 06:46:08 CST 2003

Check the account that you are running to script under. It may be a
security issue. (Start, Settings, Control Panel, Scheduled Tasks, Right
click on task, Properties. Check the RUN AS field.

Mal Osborne
MCSE MVP Mensa

"peter" <xxxnospampallotti@xxxnospamsapes.it> wrote in message
news:C4101CAF-2CCA-4E8F-A243-91B84AE91310@microsoft.com...
> Hi, I've a problem with Ntbackup. I have five batches, lunedi.cmd,
martedi.cmd etc.
> The same batch it's installed a several servers, but someone don't start
backup schedule. If I try start it from schedule task it's ok, (right click
on job, and then run) otherwise from automatic schedule start it, but I can
see the follow message:
> Impossible found specified support
> I've installed SP4, server model Compaq ML 350 g3 tape SDT 10000 and SBS
2000 italian. I have update compaq driver tape, but it's the same.
> ---------------------------------------------------------
> echo off
> netsvc "dns server" \\sptrmd0w2 /stop
> netsvc "File and Print Services for NetWare"
> \\sptrmd0w2 /stop
> C:\WINNT\system32\NTBACKUP.EXE backup "@C:\Backup\Giovedi
> full.bks" /n "Giovedi-completo" /d "Backup completo di
> Giovedi" /v:yes /r:no /rs:no /hc:on /m normal /j "Giovedi
> full" /l:f /t "Giovedi-completo"
> eject /pf"Giovedi-completo - 1" /astart
> netsvc "dns server" \\sptrmd0w2 /start
> netsvc "File and Print Services for NetWare"
> \\sptrmd0w2 /start
> ----------------------------------------------------------
>