Driver for Cisco Information Server (CIS)
I need to connect to CISCO Information Server. I have seen one post on this forum where a user was replying to another post and mentioned that he was using DataGrip to connect to CIS, but I can't find any information on where to get the drivers from.
Please sign in to leave a comment.
I might just happen to have a solution for you!
CIS connectivity requires setting up a custom JDBC driver connection.
Also, just in case you need it, the JDBC connection string you will need is this:
jdbc:compositesw:dbapi@<servername or IP address>:<port, default is 9401>?domain=<"composite" or active directory domain name>&dataSource=<the name of your database service>
Hopefully this works for you, good luck!
Hi,
You can refer to our online help https://www.jetbrains.com/help/datagrip/connecting-to-a-database.html#vertica_as_unsupported_dbms
Thank you.