T.R | Title | User | Personal Name | Date | Lines |
---|
746.1 | | montlake.zso.dec.com::lenox | topics 1-100 have useful stuff, please check it out | Thu Jun 05 1997 09:00 | 13 |
|
Pretty generic message... I would check the paths in the
.bat file carefully to make sure they point to the proper
place. Post here if they send it. Ideally they should be
asking Legato since this is really a client problem and
if they are evaluating the software this provides the best
opportunity for Legato to improve their documents.
They should also be checking the logging files (if they've
set them up, which they should do), to see if it gives them
a better clue as to what they've done wrong. (Log files
can be setup from the .bat file with various levels of
reporting).
|
746.2 | | COMICS::JUDD | Geoff Judd. UK TSC. Viables, Basingstoke | Fri Jun 06 1997 02:13 | 71 |
| Below is the nsrxch.bat file from the customer's system. The version of Exchange
that the customer is running is V4.0 with the lastest SP NOT V5.0 as previously
stated. I am also getting the customer to set the NSR_DEBUG_LEVEL to 9 to get
the maximum amount of data in the xbsa.messages file.
Geoff.
@REM @(#)nsrxch.bat 1.5 96/12/12 Copyright (c) 1996, Legato Systems, Inc.
@REM
@REM All rights reserved.
@REM
@ECHO OFF
SETLOCAL
REM ===============================================================
REM *** P L E A S E R E A D ***
REM Because nsrexecd does not pass the Path environment variable
REM down, you will have to enter the path for the nsrxchsv.exe.
REM ===============================================================
REM
SET NSRPATH=C:\win32app\nsr\bin\
REM
REM ===============================================================
REM Set XBSA environment variables
REM ===============================================================
REM
SET NSR_DATA_VOLUME_POOL=BSMEData
SET NSR_LOG_VOLUME_POOL=BSMELogs
REM SET NSR_SERVER=server
SET NSR_BACKUP_LEVEL=full
REM SET NSR_CLIENT=client
SET NSR_COMPRESSION=TRUE
SET NSR_DEBUG_FILE=c:\win32app\nsr\applogs\xbsa.messages
SET NSR_DEBUG_LEVEL=2
REM SET NSR_GROUP=savegroup
REM SET NSR_NO_BUSY_ERRORS=FALSE
REM SET NSR_PROCESS_ENVIRON=TRUE
REM SET NSR_SAVESET_NAME=MSEXCH:
REM
REM ***************************************************************
REM ***************************************************************
REM DO NOT CHANGE AFTER THIS LINE
REM ***************************************************************
REM ***************************************************************
REM
REM ===============================================================
REM Get command arguments
REM ===============================================================
REM
SET nsrArgs=
:ArgLoop
IF "%1" == "" GOTO Backup
SET nsrArgs=%nsrArgs% %1
SHIFT
GOTO ArgLoop
REM
REM ===============================================================
REM Do actual backup here
REM ===============================================================
REM
:Backup
SET BACKUPCMD=%NSRPATH%nsrxchsv.exe%nsrArgs%
REM ECHO %BACKUPCMD%
%BACKUPCMD%
REM
REM ===============================================================
REM Exit here
REM ===============================================================
REM
:Exit
ENDLOCAL
@ECHO ON
|
746.3 | | montlake.zso.dec.com::lenox | topics 1-100 have useful stuff, please check it out | Fri Jun 06 1997 09:00 | 10 |
|
Please don't set it to 9 (I really don't want to read all
of it), 3 should be plenty. (9 gives too much detail and
it would be easier to miss something useful).
thanks for the .bat file, we'll look it over.
Amy
[email protected]
decwet::lenox
|