Question
How to find the build number for a specific Optim version
Cause
Optim versions for customers can be downloaded from your personally configured Passport Advantage ( PA ) download area. The names of the files, which will be saved on disk are crypt and do not contain any hint about the version in itself.
Sometimes it is necessary to find out which version of Optim is a such file, named like this:CZD0AEN.ZIP
Answer
In Optim versions before 8, there is an empty directory in the directory structure, after the downloaded compressed file was extracted. The name of this empty directory, starting with "Bld..." reflects the build number of the specific Optim version.
In a command line operation on Unix or Windows, the directory structure can be created with the command "ls -la" for Unix and Linux, or with the command "dir" for Windows.
- Example from Optim 7.3.1 for Linux:
$ ls -la
drwxr-xr-x 2 optim731 OPTIMGRP 4096 Aug 4 06:51 Bld3638
drwxr-xr-x 2 optim731 OPTIMGRP 4096 Aug 4 06:51 enterpris
-rwxr--r-- 1 optim731 OPTIMGRP 290196458 Aug 4 06:51 install.bin
drwxr-xr-x 2 optim731 OPTIMGRP 4096 Aug 4 06:51 Linux
drwxr-xr-x 2 optim731 OPTIMGRP 4096 Aug 4 06:52 OptimConnectInstallationManuals
-rwxr--r-- 1 optim731 OPTIMGRP 953 Aug 4 06:51 optim_installer.properties
- With this directory name, Bld3638, the build number can be used to find out the appropriate Optim version; in this example "3638" :
http://www.ibm.com/support/docview.wss?uid=swg21577876&myns=swgimgmt&mynp=OCSSGMCR&mync=E
'optim' 카테고리의 다른 글
Receiving challenge module error in Optim exit (0) | 2012.11.28 |
---|---|
Right Oracle Client version for Optim on Linux x64 (0) | 2012.11.18 |
Abnormal termination of Archive process (0) | 2012.10.08 |
Issuing any RTSERVER command hangs on Unix (0) | 2012.07.21 |
Connecting to Archive Data using DG4ODBC (0) | 2012.05.14 |