Database connectivity problem from Talend/JasperSoft
I am trying to get the ingres connection from talend and jaspersoft.
URL - jdbc:ingres://localhost:II7/insurancedwh
Driver - com.ingres.jdbc.IngresDriver
but while i am testing the connection from talend.
ERROR msg -
com.ingres.gcf.util.SqlEx: User authorization check failed.
Your user identifier was not known to this installation.
Contact your system manager for further assistance.
at com.ingres.gcf.jdbc.DrvObj.readError(DrvObj.java:8 44)
at com.ingres.gcf.jdbc.DrvObj.readResults(DrvObj.java :630)
at com.ingres.gcf.jdbc.JdbcConn.connect(JdbcConn.java :521)
at com.ingres.gcf.jdbc.JdbcConn.<init>(JdbcConn.java: 329)
at com.ingres.gcf.jdbc.JdbcDrv.connect(JdbcDrv.java:5 91)
at java.sql.DriverManager.getConnection(DriverManager .java:525)
at java.sql.DriverManager.getConnection(DriverManager .java:171)
at insurancedemo_ingresv1.city_lookup_0_1.City_Lookup .tIngresInput_1Process(City_Lookup.java:508)
Thanks in advance
Lipika
|