How to find the version of a CA Datacom JDBC driver file.
search cancel

How to find the version of a CA Datacom JDBC driver file.

book

Article ID: 37236

calendar_today

Updated On:

Products

Datacom

Issue/Introduction

Sometimes it is necessary to check which is the version of the CA Datacom JDBC driver (cadcjdbc.jar) that is intalled on a client box. This task can be accomplished by writing a Java application, but the quickest way is reading the Manifest file using WINZIP (on Windows) or unzip command (Linux).


Environment

Release: 15.0
Component: DBSRV 

Resolution

On a Windows box: 

1 - Open cadcjdbc.jar using WINZIP
   

2 - Double click on the META-INF directory



3 - Right click on MANIFEST.MF file and choose “View File with Internal Viewer” 


4 - On the file, you can read the release and the version of the JDBC driver (14.0.0.27 in this case) 






On Linux box, the following command can be used: 

unzip -p cadcjdbc.jar META-INF/MANIFEST.MF

     which returns the version (15.0.0.6 in this case) and the list of applied solutions:

Manifest-Version: 1.0

Ant-Version: Apache Ant 1.7.1

Created-By: 20.45-b01 (Sun Microsystems Inc.)

Name: jar properties

Built-By: hogmi01

Title: CA Datacom Server 15.0 JDBC Driver

Version: 15.0.0.6 June 4 2015

Vendor: CA Technologies

Solutions-Applied-Windows: RO74026 (21), RO78491 (29), RO79322(31),

RO79941 (33), TR60040(40)

Solutions-Applied-Linux: RO74158 (24), RO78492 (30), RO79316 (32),

RO79942(34), TR60041 (41)

Solutions-Applied-zOS: RO74101 (26), RO76353 (35), RO79335 (38),

TR81151 (58)