Forum Discussion
i am using ReadyAPI 2.5.0
Hi,
It's been about 4 years since I worked on DB2 - but I remember a couple of points - the supported SQL is different if you are running SQL against a DB on z/OS relative to Linux - literally functions like left trim and right trim are different depending on the operating system! yeah - I know - weird right?
Anyway - I'm just putting this out there - have you confirmed that you have the correct .jar driver files for the operating system AND JAVA version?
I can't remember much - but have you confirmed that switching to Linux doesnt require different .jar files? Also - and you've probably done this already - but I'd re-confirm the JAVA version you're running too just to be sure!
Finally - can you query the db from another tool using the .jar driver files? Something like DBvisualiser - just to confirm the .jar files and Java versions are correct?
Cheers,
richie
- chikki786 years agoOccasional Contributor
The issue is fixed with the help of my CI/CD team member.. what he has done is used soapui.properties in custom environment... beacuse of which unable to get the custom settings.
One thing for sure is having issues with project level properties.
the same project level proprties are working in windows and the same project level properties are not working in linux.
Example:
def db_ip = context.expand( '${#Project#db_ip}' ).toString();
log.info("db_ip = " + db_ip)
is Failing
def db_ip = context.expand( '${#TestCase#db_ip}' ).toString();
log.info("db_ip = " + db_ip) is working
the version i used is 2.5.0 & 2.6.0 ReadyAPI
- TanyaYatskovska6 years agoSmartBear Alumni (Retired)
Hi chikki78,
Happy to hear that at least one of the issues has been resolved. I've marked the previous post with your solution accordingly.
As for the issue with a project property, I suggest that you check if you see the same behavior in the latest maintenance build. If you do, please report this issue to our Support Team.
Related Content
- 5 years ago
Recent Discussions
- 15 hours ago