I was able to identify the file, though thanks for your response.
We are not going to change anything, as informed by Ravi I have just verified the file for required details.
Original Message:
Sent: Sep 03, 2024 08:23 AM
From: Nitin Pande
Subject: How to know the JDBC driver version used by CA scheduler/dseries 12.3
Hi,
The JDBC is in lib directory. We do not recommend making changes to the JDBC.
HTH,
Nitin Pande
------------------------------
Support
Broadcom
Toronto
Original Message:
Sent: Sep 03, 2024 07:31 AM
From: Sathish Kumar R
Subject: How to know the JDBC driver version used by CA scheduler/dseries 12.3
Hi Ravi,
Thank you for the response, can you please help me with path to jar file? [dseries 12.3]
Original Message:
Sent: Sep 03, 2024 04:52 AM
From: Ravi Kiran Kunduri
Subject: How to know the JDBC driver version used by CA scheduler/dseries 12.3
Hi,
You may want to look at the "Bundle-version" in META-INF\MANIFEST.MF file in the jar file. You can open it using winzip and get this information
You must see something like this -
Bundle-Name: Microsoft JDBC Driver for SQL Server
Bundle-Version: 8.2.1
Original Message:
Sent: Sep 02, 2024 04:51 AM
From: Sathish Kumar R
Subject: How to know the JDBC driver version used by CA scheduler/dseries 12.3
jdbc.Driver=com.miscrosoft.sqlserver.jdbc.SQLServerDriver
rdbms.type=Microsoft SQL Server
SQL JDBC driver: sqljdbc42.jar
Does it mean "Microsoft JDBC Driver 4.2 for SQL Server" ?