Networker

[Networker] Legato 6.2.0

2002-12-18 08:23:15
Subject: [Networker] Legato 6.2.0
From: Tenk Pavel <Pavel.Tenk AT SY-WIRETECH DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Wed, 18 Dec 2002 14:13:06 +0100
Hi All,

When we had old version of Legato 4.1.1 for Windows NT we used special Backup 
command for backup some database, which have to be stopped during the back up 
process.

This is a body of the BATCH file which is saved in directory c:\program 
files\nsr\bin of Networker client:

-------------------------------------------------------
@echo off
SETLOCAL

REM Preprocessing
c:\dbserver\dlc\bin\_mprshut.exe -by D:\data\mefass -cpinternal 1250 -cpstream 
ibm852 -cpcoll Czech -cpcase Basic
c:\dbserver\dlc\bin\_mprshut.exe -by D:\data\kopplung -cpinternal 1250 
-cpstream ibm852 -cpcoll Czech -cpcase Basic
rem c:\dbserver\warte.exe 15
net stop "ProService for 8.3C"
rem c:\dbserver\warte.exe 15


SHIFT
SET arg=%0
:loop
SHIFT
IF %0.==. GOTO save
SET arg=%arg% %0
GOTO loop

:save

c:\program files\nsr\bin\SAVE %arg%

:post
REM Postprocessing

net start "ProService for 8.3C"
rem c:\dbserver\warte.exe 15

ENDLOCAL

-----------------------------------------------------

But now, when I have upgraded Legato to version 6.2 batch file don't work. Back 
up process fails and Legato writes to log file: "The name specified is not 
recognized as an internal or external command operable program or batch file."

It seems that unrecognized command is c:\program files\nsr\bin\SAVE %arg% in 
code of BATCH file.

Can anybody help me with this problem ??

Regards PT

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>