JAS login issues on AS/400

cdawes

VIP Member
I've followed the guides in the SP21 JAS install guide but all it has for
the configuring JDBC for the iSeries is to obtain the IBM toolbox and to
copy the jt400.jar to <WAS_HOME>\lib\app. I've done this but still get the
following error in the jde.log:

2003-04-11 14:21:11.062 [ORB.thread.pool:2] LIB : ***** File [D:\Program
Files\JDEdwards\JAS\EA_JDEdwards_1.ear\webclient.war\logs\jas.log] opened
2003-04-11 14:21:11.078 [ORB.thread.pool:2] LIB : SysInfo: Windows 2000
5.0 x86 JavaInfo: IBM Corporation 1.3.1 (J2RE 1.3.1 IBM Windows 32 build
cn131w-20020403 ORB130 (JIT enabled: jitc))
2003-04-11 14:21:11.094 [ORB.thread.pool:2] JAS : OneWorld JAS startup
initiated
2003-04-11 14:21:11.250 [ORB.thread.pool:2] JAS : JDBC Driver
Version <1>
2003-04-11 14:21:11.391 [ORB.thread.pool:2] JAS : JDBC Driver
Minor Version <0>
2003-04-11 14:21:11.391 [ORB.thread.pool:2] JAS : Could not register
2003-04-11 14:21:11.406 [ORB.thread.pool:2] JAS : Could not register
2003-04-11 14:21:11.953 [ORB.thread.pool:2] JAS : OneWorld JAS startup
complete
2003-04-11 14:21:38.328 [Servlet.Engine.Transports:10] JAS : trying
DriverManager.getConnection/new OWConnection to Datasource : OMDATP: DV7334,
OMSRVR: null, OMDATB: System - B7334, OMOOWN: SYS7334, OMLL: null, OMLIB:
SYS7334, OMOMUI: null, OMOMTO: Y, OMOMDS: Y, OMOMJD: Y, OMOMCC: null,
OMDSTP: I, OMOCMB: null, dbUser: null
java.sql.SQLException: The application requester cannot establish the
connection.(null)

I also get an error when I run the egenerator stating that 'DBDRIVERS
component: jt400.jar could not be found. Does anyone know where the
egenerator needs this file?

Thanks

Colin



Colin Dawes, Sr. Technical Consultant
Syntax.net
B733.1 to ERP 8.0
Oracle 8i/9i/SQL Server 2K, DB2
 
Colin,

I have run into this on all platforms now. I have come to the conclusion that JDE does not know where these (JDBC)files are supposed to go, so they don't document it. To that point, I am not sure where the JDBC files go either, so I put them is all directories in the Generator Path.

Someday I will take the time to figure the exact directory for them, but for now my method works.


Andy
 
Colin,

Presuming you followed the JDE standard for installation the JT400.jar file should be in the \Program files\JDEdwards\JAS\webclient\servlets directory
 
Back
Top