README for the HP Neoview Command Interface (NCI) (R2.3)

1.5 Getting the Version of NCI
To display the version of the downloaded installer file:
1. Change to the directory where you downloaded the hpnciInstaller.jar
file:
cd <installer directory>
2. Enter this command to return version information:
java -jar hpnciInstaller.jar v
The command displays this version information:
T0774_N26_AAD(R2.3)_<ddmmmyy>_HP_NCI_<yyyy>_<mm>_<dd>
<ddmmmyy> is the date, where <dd> is the day, <mmm> is the month, and
<yy> is the year (for example, 01JAN08). The second part is
<yyyy>_<mm>_<dd> where <yyyy> is the year, <mm> is the month, and <dd>
is the day (for example, 2008_01_15).
To display the installed version of NCI without launching Neoview Command
Interface and connecting to the database platform:
1. Change to the lib directory, which contains the NCI JAR file. On
Windows, enter:
cd <installer directory>\Neoview Command Interface\lib
On Linux or UNIX, enter
cd <installer directory>/nci/lib
<installer directory> is the directory where you installed the NCI
software files.
2. Enter this command to return version information:
java -jar hpnci.jar
The command displays this version information:
T0774_N26_AAD(R2.3)_<ddmmmyy>_HP_NCI_<yyyy>_<mmm>_<dd>
<ddmmmyy> is the date, where <dd> is the day, <mmm> is the month, and
<yy> is the year (for example, 01JAN08). The second part is
<yyyy>_<mm>_<dd> where <yyyy> is the year, <mm> is the month, and <dd>
is the day (for example, 2008_01_15).
To display installed versions of NCI and the Neoview JDBC Type 4 Driver in
the Neoview Command Interface:
* Launch NCI with the -version option. On Windows, enter:
<installer directory>\Neoview Command Interface\bin\hpnci.cmd -version