ESP dSeries Workload Automation

 View Only
  • 1.  How to know the JDBC driver version used by CA scheduler/dseries 12.3

    Posted Sep 02, 2024 04:52 AM

    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" ?



  • 2.  RE: How to know the JDBC driver version used by CA scheduler/dseries 12.3

    Broadcom Employee
    Posted Sep 03, 2024 04:53 AM

    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




  • 3.  RE: How to know the JDBC driver version used by CA scheduler/dseries 12.3

    Posted Sep 03, 2024 07:32 AM

    Hi Ravi,

    Thank you for the response, can you please help me with path to jar file?    [dseries 12.3]






  • 4.  RE: How to know the JDBC driver version used by CA scheduler/dseries 12.3

    Broadcom Employee
    Posted Sep 03, 2024 08:24 AM

    Hi,

    The JDBC is in lib directory.   We do not recommend making changes to the JDBC.

    HTH,

    Nitin Pande



    ------------------------------
    Support
    Broadcom
    Toronto
    ------------------------------



  • 5.  RE: How to know the JDBC driver version used by CA scheduler/dseries 12.3

    Posted Sep 03, 2024 08:29 AM

    Hi Nitin, Ravi,

    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.