2.1
Check for the latest information about your NetWare products on Novell's Web site.
Novell's
Year 2000 Web site
has pages that offer the most current
product status lists
and easy access to
descriptions and downloads of all Novell Year 2000 patches
.
|
2.2.
Based on Novell's claims, Netware 5, Netware 4.2, Netware 3.2, and
Netware for Small Business are all Year 2000 Ready.
Novell claims that Netware 5, Netware 4.2, Netware 3.2, and Netware
for Small Business meet all of Novell's Year 2000 testing criteria
as the products were shipped. No patches or updates addressing
Year 2000 issues are necessary or available.
|
2.3.
Based on Novell's claims, Netware 4.11, intraNetWare, and intraNetWare
for Small Business are Year 2000 Ready with minor issues that can
be fixed by applying an optional patch.
Novell claims that Netware 4.11 (including SMP and SFTIII versions),
intraNetWare (including SMP and SFTIII versions), and intraNetWare
for Small Business (INSB) 1.1 are Year 2000 Ready except for minor
issues in some utilities.
Optional patches for these products are
available from
Novell's Year 2000 patch site
.
According to Novell none of the issues addressed in these optional
patches pose any threat to the network or to data integrity.
|
2.4.
Based on Novell's claims, Netware 4.11 for OS/2, Netware 4.10,
and Netware 3.12 require updates or patches before they will be
Year 2000 Ready.
Novell has identified Year 2000 issues with Netware 4.11 for
OS/2, Netware 4.10 (standard version only, not
the SMP or SFTIII versions of Netware 4.10), and Netware 3.12.
Novell is providing free updates to these products to make them
Year 2000 ready. These updates are available from
Novell's Year 2000 patch site
.
|
2.5.
Novell has identified Year 2000 issues with Netware 4.x versions prior to
version 4.10, Netware 3.11 and all prior Netware versions, all
versions of Netware Lite, all versions of Personal Netware, and
the SMP and SFTIII versions of Netware 4.10 that will not be resolved.
Novell no longer supports these products and has no plans to issue
any updates or patches to updates to make these products Year 2000
ready. Novell recommends upgrading these products to versions that
are Year 2000 ready.
|
2.6.
Novell client software and server add-ons may also have Y2K issues.
Novell client software and server add-ons (such as Netware for
Macintosh, Novell Application Launcher, and Novell Web Services)
are considered separate products by Novell. You should check
the status of each product that you use on
Novell's Year 2000 status page
.
|
3.1 Check custom-written programs for Y2K compliance.
Custom-written (or "customized") application programs have been
written "from scratch"
or else extensively modified to perform a customized set of tasks
for a specific customer. Some campus departments are running
such applications, which typically have been created by
departmental programmers or outside consultants. Often, these
programs were built using programming or scripting languages,
database management systems, or client/server tools.
Custom-written programs are at considerable risk for Y2K problems.
Some of these programs may not work properly in the year 2000, or may encounter
problems when handling dates from the year 2000 and beyond.
If one or more of these programs are of significant importance to your campus department,
it is essential that you find and resolve their Y2K problems.
It is also imperative that you begin your work as early as possible, as the
process of identifying, fixing, and testing fixes to
custom applications can often be very time consuming.
Custom Applications: Finding & Resolving Y2K Problems
can direct you
to resources to help you find and resolve Y2K problems in custom applications.
In particular, you can obtain a great deal of assistance from the Web pages of the
UC Berkeley campus's Year 2000 Departmental Customized Applications
Subcommittee, which has identified a phase-by-phase
process that can guide you in carrying out this work.
|
3.2.
Check off-the-shelf application programs for Y2K compliance.
It appears likely that most commercial off-the-shelf application programs
will work fine in the year 2000. However, some application programs are known to
have Y2K problems or issues, ranging from minor to severe. If some of these
application programs are important to your department or to your own
research or instructional work, you'll need to resolve
their Y2K problems before the year 2000 arrives. To do this, we suggest that you:
- Identify your critical application programs.
Prioritizing: Identifying Your Critical Computers & Software
lists representative examples of critical tasks that your computer
might be performing, which may help you identify your critical application programs.
To ensure that you're not overlooking any critical programs,
Commercial Off-the-Shelf Applications: Finding & Resolving Y2K Problems
describes
how you can use
automated software tools to generate an inventory list of
all of the programs installed on your computer.
- Determine which of these applications are not Y2K compliant.
You can do this in a variety of ways, including:
- Resolve problems with non-compliant applications.
Commercial Off-the-Shelf Applications: Finding & Resolving Y2K Problems
includes
general checklists that can guide you through the process of
resolving Y2K problems in non-compliant application
programs.
If some of your programs have only minor Y2K issues,
you might in some cases be able to continue to use these applications.
However, most non-compliant programs will need to be
patched, updated, upgraded, replaced, or retired.
|
4.1 Check data files for Y2K compliance.
Data files, including spreadsheets and database files,
can harbor Y2K problems.
If some of these files are important to your department, or your personal
research or instructional work, you'll need to resolve
their date-related problems before the year 2000 arrives.
The Berkeley Computing and Communications article
Checking your data for Y2K problems
provides a overview, and the document
Data Files: Finding & Resolving Y2K Problems
describes in somewhat more detail
how to check your data files to find and resolve Y2K problems. The following are some key
points mentioned in both of these documents:
The primary areas of Y2K-related concern in data files are:
- Custom macros, scripts, and user-defined functions.
Some spreadsheet and database files may incorporate custom-written
macros, scripts, or user-defined functions which improperly handle dates.
- Standard date functions.
Many spreadsheet and database programs provide standard date-related
functions which are known to have Y2K-related "usage issues."
Examples include Microsoft Excel's
=DATE(), Microsoft Access's =DateSerial(),
and Lotus 1-2-3's @YEAR().
- Dates stored as text or numbers.
Dates stored in spreadsheet cells or database fields
as text (e.g., "02/21/15") or integers (e.g., "990405"),
may present risks when these values are converted to dates, or
when they are compared or sorted.
In addition, we encourage you to take four specific steps to help
keep Y2K problems out of your data files
in the future.
|
4.2.
Check data sharing methods for Y2K compliance.
Data shared between application programs
could in some cases present Y2K problems. You can find guidance on
finding and resolving these problems in
Data Sharing Methods: Finding & Resolving Y2K Problems
.
Methods of sharing
data which are at risk include
documents exchanged via disks, e-mail attachments, and file servers;
data copied and pasted via the Clipboard;
and programmatic data streams between programs.
To find situations where you'll need to check your data sharing methods for potential Y2K problems,
ask yourself three questions:
- Do you export data containing century-ambiguous
dates, such as "05/13/29", from any of your programs?
- Do you import data containing century-ambiguous
dates into any of your programs?
- Do you share any files (such as spreadsheet or database files)
containing dates stored as text or numbers, rather than as dates?
|