I am trying to connect our vertica database and i get a database not found error. I have verified everything in my ODBC driver manager. Can any one help me identify what is causing this.
It is up and i am able to access it via the command line, only the ODBC driver configuration seems to be the problem to connect to the db via a SQL tool.
I am using "crrg" as my database name in my ODBC connection configuration and that is what our DBA said is the database. Could it be different because in the list of tables above, i see "crrg" to be the schema name.
Comments
Check if database crrg is UP or down.
Hope this helps.
NC
Schema | Name | Kind | Owner | Comment
--------+-------------------------+-------+---------+---------
crrg | a1 | table | dbadmin |
I am using "crrg" as my database name in my ODBC connection configuration and that is what our DBA said is the database. Could it be different because in the list of tables above, i see "crrg" to be the schema name.
Hope this helps.