Hi Sherry,
This is controlled by log4j. If you are using log4j in your app, just
add it to your configuration there. If you are not, try adding this
to the Properties file in your app:
log4j.logger.er.extensions.eof.ERXEntityClassDescription=DEBUG
Chuck
On May 20, 2009, at 5:28 AM, S
On May 19, 2009, at 5:45 AM, Sherry Tirko wrote:
Here is one of the errors that we are getting...
Failed to change product flagsupdateValuesInRowDescribedByQualifier
-- com.webobjects.jdbcadaptor.JDBCChannel method failed to update
row in database
That can have a few causes. Violating
Here is one of the errors that we are getting...
Failed to change product flagsupdateValuesInRowDescribedByQualifier --
com.webobjects.jdbcadaptor.JDBCChannel method failed to update row in
database
Here is the stack trace of another error we are getting, but I'm not
sure it's related...
We recently upgraded to ojdbc5.jar for 11i, we are still running 9i on the
server. The upgrade was to workaround an error that the old drivers were
causing when binding to varchars with multi-byte characters.
Since then we have occasionally been experiencing errors like these two:
OALL8 is in an
The Oracle 9i drivers are no longer supported or patched.Oracle
Support advises everyone to use the latest drivers, they are 100%
backwards compatible (wry smile). For Java 1.5 use the OJDBC5.jar
from 11i. For Java 1.6 use OJDBC6.jar. For java 1.4 use OJDBC14.jar,
for java earlier th
On May 14, 2009, at 8:58 AM, Pascal Robert wrote:
For Oracle 9i, might be better to use one of the JDBC drivers that
match Oracle DB server version :
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc9201.html
There was an empty link to "JDBC" on the docume
For Oracle 9i, might be better to use one of the JDBC drivers that
match Oracle DB server version :
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc9201.html
If it helps we use WO 5.4.3 and ORACLE 10.2.0.4.0 with the
ojdbc14.jar driver that goes with that
If it helps we use WO 5.4.3 and ORACLE 10.2.0.4.0 with the ojdbc14.jar
driver that goes with that ... I got it from here:
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html
On May 14, 2009, at 11:45 AM, Sherry Tirko wrote:
Hello All,
We just recently
Hello All,
We just recently switched from WO 5.2.4 with Java 1.4 to WO 5.4.2 with
Java 1.5. We are using Oracle 9i. With are previous setup with used
the classes12.jar for our jdbc connection. We were told to use the
ojdbc14.jar with our new setup. We were seeing some jdbc adaptor
errors