[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::networker

Title:NetWorker
Notice:kits - 12-14, problem reporting - 41.*, basics 1-100
Moderator:DECWET::RANDALL.com::lenox
Created:Thu Oct 10 1996
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:750
Total number of notes:3361

746.0. "Problem with intel NT exchange module" by COMICS::JUDD (Geoff Judd. UK TSC. Viables, Basingstoke) Thu Jun 05 1997 08:07

Hi,
  I have a customer with the following NSR configuration :

Server : Alpha NT 4.0 SP2, NSR V4.3
Client : Intel NT 4.0 SP2, NSR V4.3 client, Exchange module V1.0 & MS
         Exchange V5.0

The exchange module was copied from the Legato web page. The customer is able to
save the directory service but the save of the information store fails with
error :

     CCDEVNTS:MSEXCH:IS       nsrxchsv: Unable to find file

where CCDEVNTS is the client name. 

I have checked the nsrxch.bat file over the phone and everything appears to be
OK although I have asked for the file to be mailed to me so I can check it.

Does anyone have any idea what file cannot be found.

Thanks in advance,

Geoff Judd.
                                                                                
T.RTitleUserPersonal
Name
DateLines
746.1montlake.zso.dec.com::lenoxtopics 1-100 have useful stuff, please check it outThu Jun 05 1997 09:0013
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.2COMICS::JUDDGeoff Judd. UK TSC. Viables, BasingstokeFri Jun 06 1997 02:1371
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.3montlake.zso.dec.com::lenoxtopics 1-100 have useful stuff, please check it outFri Jun 06 1997 09:0010
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