Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
Please check the following things and send the .log files in a support ticket or attach here if possible.
dbc:db2://<hostname>:<port>/<database> for the Universal and Data Server driver for JDBC.
2) Check if you have DB2 Extended security enabled on the DB2 Client using the command:
db2set -all
If enabled, the output will show:
[g] DB2_EXTSECURITY=YES
If so, make sure the application userID is part of DB2ADMNS or DB2USERS groups in Windows
You may need to run SoapUI Pro in administrator mode if you are able to execute your Groovy script from the Groovy console in admin mode.
Regards,
Marcus
SmartBear Support
Please check the following things and send the .log files in a support ticket or attach here if possible.
dbc:db2://<hostname>:<port>/<database> for the Universal and Data Server driver for JDBC.
2) Check if you have DB2 Extended security enabled on the DB2 Client using the command:
db2set -all
If enabled, the output will show:
[g] DB2_EXTSECURITY=YES
If so, make sure the application userID is part of DB2ADMNS or DB2USERS groups in Windows
You may need to run SoapUI Pro in administrator mode if you are able to execute your Groovy script from the Groovy console in admin mode.
Regards,
Marcus
SmartBear Support