[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

56.0. "NT patch announcements" by DECWET::ONO (The Wrong Stuff) Mon Oct 21 1996 14:53

T.RTitleUserPersonal
Name
DateLines
56.1DECWET::ONOThe Wrong StuffFri Oct 25 1996 11:197
56.2Patch for V4.3 fixes barcode labeling problemDECWET::ONOSoftware doesn't break-it comes brokenWed Feb 05 1997 08:5729
Patch 1 for Networker for Windows NT Alpha V4.3 is available via
our web site or anonymous FTP site. 

Web: http://www.zso.dec.com/Products.d/NetWorker.d/NetWorker.html
ftp: ftp.zso.dec.cm directory /pub/networker/patches/NTV4.3

================================================================================

File nta4303.zip contains patch NT4.3-001

Digital ID: none
Legato ID: none
Applicability: Networker Server for V4.3 for Windows NT Alpha running
               on Windows NT 3.51 or Windows NT 4.0

Jukeboxes that are configured with bar codes enabled and volume labels 
that match bar codes encounter a problem where volumes can not be labeled
from the Networker Administrator.  Instead the user will see a pop up 
window with a message that says something similar to "Slot 1 is currently 
empty".  

Install patch 4.3-001 which contains a new NSRJB.EXE.

To install this patch follow these instructions:

- Decompress the .zip file.
- Change to your \nsr\bin directory.
- Rename NSRJB.EXE to NSRJB.OLD.
- Copy the new NSRJB.EXE from this patch to the \nsr\bin directory.
56.3Patch for V4.3 fixes problem with that causes Digital UNIX server to crash.DECWET::RANDALLMon Feb 10 1997 12:5432
Patch 2 for Networker for Windows NT Alpha V4.3 is available via
our web site or anonymous FTP site. 

Web: http://www.zso.dec.com/Products.d/NetWorker.d/NetWorker.html
ftp: ftp.zso.dec.cm directory /pub/networker/patches/NTV4.3

================================================================================

File nta4302.zip contains patch NT4.3-002

Digital ID: none
Legato ID: none
Applicability: Networker for V4.3 for Windows NT Alpha running
               on Windows NT 3.51 or Windows NT 4.0, client and server.

Fixes a timing problem that manifested itself as an occasional failure
to return all client attributes to a Digital UNIX server when the
server defined the client or changed its attributes.

Install patch 4.3-002 which contains a new NSREXECD.EXE.

To install this patch follow these instructions:

- Decompress the .zip file.
- Shutdown the Networker services on the WindowsNT client machine.
   - First stop the Networker Backup and Recover service if it exists.
   - Next stop the Networker Remote Exec service.
   - Next stop the Networker Portmapper service.
- Change to your \nsr\bin directory.
- Rename NSREXECD.EXE to NSREXECD.OLD.
- Copy the new NSREXECD.EXE from this patch to the \nsr\bin directory.
- Restart the Networker services in the reverse order that they were stopped.
56.4Patch 1 for Exchange/SQL modules...DECWET::LENOXWhen Sears comes out with a Kenmore PC...Mon Apr 28 1997 16:3833
FTP location of this file
ftp://ftp.zso.dec.com/pub/networker/patches/NT_SQL_Exchange_V1.0/README-001

Patch 1 for NSR SQL and Exchange modules for NT

Digital ID: none
Legato ID: ??
Applicability: any system running v1.0 of the Exchange or SQL modules
   for Windows NT.

There is an incorrect line in the .bat files for the
Exchange and SQL V1.0 products.  

Symptoms of the problem are from the unsuccessful save set messages

* client.abc.com:MSSQL:master Server"" was unexpected at this time

or 

* client.abc.com:MSEXCH:DS Server"" was unexpected at this time

Solution

In the nsrsql.bat/nsrxch.bat file, or the .bat file which you are
using for your backup, change the following line

if "%1" == "" GOTO Backup 

to

if '%1' == '' GOTO Backup