AS/400 JAS Generation

hendricg

Member
Hi,

We are trying to setup a JAS server.
The specs are as follows.

Enterprise server: AS/400 V5R1
JAS Server: Win2000
Websphere 3.5
OW Release OW XE SP18.1
We have installed the JAS server and it connects fine.
We have a seperate generation box. We are able to generate everything except Menu's, Applications ans Reports.

When trying to do the above we receive the following messages in the JAS.log file

[Thread-12] JDBC : JdeJdeBLOB->StoreBLOBOverflow
java.sql.SQLException: [PWS0005] Error occurred in the OS/400 database server code.
at com.ibm.as400.access.JDError.throwSQLException(Unknown Source)
at com.ibm.as400.access.JDError.throwSQLException(Unknown Source)
at com.ibm.as400.access.AS400JDBCStatement.commonPrepare(Unknown Source)
at com.ibm.as400.access.AS400JDBCPreparedStatement.<init>(Unknown Source)
at com.ibm.as400.access.AS400JDBCConnection.prepareStatement(Unknown Source)
at com.ibm.as400.access.AS400JDBCConnection.prepareStatement(Unknown Source)
at com.jdedwards.jas.pool.OWConnection.prepareStatement(OWConnection.java:91)
at com.jdedwards.jas.sql.JdeBLOB.StoreBLOBOverflow(JdeBLOB.java:1074)
at com.jdedwards.jas.sql.JdeBLOB.InsertBLOB(JdeBLOB.java:462)
at com.jdedwards.jas.JDEORB.putCode(JDEORB.java:395)
at com.jdedwards.jas.JDEORB.jdeORB(JDEORB.java:252)
at com.jdedwards.jas.JDEORB.processServerRequest(JDEORB.java:138)
at java.lang.reflect.Method.invoke(Native Method)
at com.jdedwards.jas.ServletProxyWrapper.callServerComponent(ServletProxyWrapper.java:415)
at com.jdedwards.jas.ServletProxyWrapper.ServletProxy(ServletProxyWrapper.java(Compiled Code))
at com.jdedwards.jas.ServletProxyWrapper.ServletProxy(ServletProxyWrapper.java:370)
at com.jdedwards.jas.net.NetConnection.callJAS(NetConnection.java:385)
at com.jdedwards.jas.net.NetManager.processRequest(NetManager.java(Compiled Code))
at com.jdedwards.jas.net.NetManager.run(NetManager.java:280)
at java.lang.Thread.run(Thread.java:481)

Any help will be appretiated

Thanks
 
Back
Top