Fórumok

DB2 Support for Community edition

Naveen Kumar, módosítva 10 év-val korábban

DB2 Support for Community edition

New Member Bejegyzés: 1 Csatlakozás dátuma: 2013.08.21. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: DB2 Support for Community edition

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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, módosítva 10 év-val korábban

RE: DB2 Support for Community edition

Liferay Legend Bejegyzések: 1399 Csatlakozás dátuma: 2010.09.17. Legújabb bejegyzések
Locking thread.. to continue, see the (duplicate) thread over here.