T.R | Title | User | Personal Name | Date | Lines |
---|
56.1 | | DECWET::ONO | The Wrong Stuff | Fri Oct 25 1996 11:19 | 7 |
56.2 | Patch for V4.3 fixes barcode labeling problem | DECWET::ONO | Software doesn't break-it comes broken | Wed Feb 05 1997 08:57 | 29 |
| 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.3 | Patch for V4.3 fixes problem with that causes Digital UNIX server to crash. | DECWET::RANDALL | | Mon Feb 10 1997 12:54 | 32 |
| 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.4 | Patch 1 for Exchange/SQL modules... | DECWET::LENOX | When Sears comes out with a Kenmore PC... | Mon Apr 28 1997 16:38 | 33 |
|
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
|