Hi,
Trying to run a simple graph using database connection.
Server is Linux, which is also running CloverETLServer using Tomcat at Port 8085
I have ojdbc6.jar in the tomcat/webapps/clover/WEB-INF/lib directory
My local Clover ETL GUI is connecting to Oracle database via thin client, connect string is fine but connection is off, likely due to firewall issue.
I have also compiled and tested another thin client jar to connect to my oracle database and connected fine through sqlnet (in SSH session on server).
What I noticed is the local Clover ETL GUI uses local driver (ojdbc6.jar), correct?
But…on the server which will run the graphs…how can I test the ojdbc6.jar, if I can only test the local jar file from CLOVER etl GUI?
Thanks!