Foros de discusión

DB2 Support for Community edition

Naveen Kumar, modificado hace 10 años.

DB2 Support for Community edition

New Member Mensaje: 1 Fecha de incorporación: 21/08/13 Mensajes recientes
Hi All,

I am trying to integrate liferay6.0.6 with DB2 in community edition. Is this possible in community or not. I am getting errors like
DB2 SQL Error: SQLCODE=-206, SQLSTATE=42703, SQLERRMC=COMPANYIMP0_.VIRTUALHOST, DRIVER=3.62.56
DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-206;42703;COMPANYIMP0_.VIRTUALHOST, DRIVER=3.62.56

Did any one face the same problem. Please help me.

Regards,
Naveen
thumbnail
David H Nebinger, modificado hace 10 años.

RE: DB2 Support for Community edition

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
DB2 is supported. Make sure you're using the latest db2 jdbc driver (put jar into global lib dir, lib/ext in tomcat).

Also note that Liferay does not support catalogs or schemas. All SQL generated under Liferay does not include any catalog/schema qualifiers.

So the db credentials that you use must be able to create objects but also refer to those objects w/o catalog/schema qualifiers.
thumbnail
James Falkner, modificado hace 10 años.

RE: DB2 Support for Community edition

Liferay Legend Mensajes: 1399 Fecha de incorporación: 17/09/10 Mensajes recientes
Locking thread.. to continue, see the (duplicate) thread over here.