Hi Abhijeet,
Typically this error message is caused by the port number being used by other applications, so that might be worth looking into with your DBA again.
Usually if it is an issue with the driver, the error message will specifically say so, but here are the drivers you will need and where to place them: Notes on Implementation with Specific Data Sources - CA Test Data Manager - 4.4 - CA Technologies Documentation
You can also enable debugging for both Datamaker and Portal in case there is a more specific error message in the logs.
Datamaker instructions: https://support.ca.com/us/knowledge-base-articles.TEC1645916.html
Portal instructions: https://support.ca.com/us/knowledge-base-articles.TEC1254734.html
IBM DB2 11 for z/OS
Download the file Common.jar from the vendor and place it in the following folders:
- CA TDM Datamaker
C:\Program Files (x86)\Grid-Tools\GTDatamaker\dplib\
- CA TDM Portal
C:\Program Files\CA\CA Test Data Manager Portal\tomcat\jdbc-drivers
If you are using CA TDM version 3.2.1 or later, replace db2jcc.jar file with db2jcc4.jar file.
- If both db2jcc.jar and db2jcc4.jar files are present, DB2 will default to the older db2jcc.jar.
- The older driver only works with Java 1.7 and below.
If you are using CA TDM version 3.2 or earlier, ensure db2jcc.jar file is available at the below path:
- CA TDM Datamaker
C:\Program Files (x86)\Grid-Tools\GTDatamaker\lib\
- CA TDM Portal
C:\Program Files\CA\CA Test Data Manager Portal\tomcat\jdbc-drivers
For masking, ensure that the db2jcc4.jar, db2jcc4_license_cu.jar, and db2jcc4_license_cisuz.jar files are available at the following location:
C:\Program Files\Grid-Tools\FastDataMasker\lib\
For subsetting, ensure that the jt400.jar file is available at the following location:
C:\Program Files (x86)\Grid-Tools\GTDatamaker\lib\
For CA TDM Portal, ensure that the jt400.jar file is available at the following location:
C:\Program Files\CA\CA Test Data Manager Portal\tomcat\jdbc-drivers
Run the db2licm command from the command prompt to apply the license as follows:
db2licm -a "C:\Users\Username\Desktop\10.5_DB2ConnectEE_License\db2consv_ee.lic"
Note: Ensure that the license file path is local and does not point to a network drive.
IBM DB2400 iSeries V7R1
For masking, ensure that the jt400.jar file is available at the following location:
C:\Program Files\Grid-Tools\FastDataMasker\lib\
For subsetting, ensure that the jt400.jar file is available at the following location:
C:\Program Files (x86)\Grid-Tools\GTDatamaker\lib\
For CA TDM Portal, ensure that the jt400.jar file is available at the following location:
C:\Program Files\CA\CA Test Data Manager Portal\tomcat\jdbc-drivers