SP20J with Single Server

miskolci

Member
[pironkodik] Did somebody install JDEdwards Java Server SP20J + SP20_G1 for OnwWorld XE with SQL2000 database?
The JAS :Win2000 + WebSphere 4.0.1+Fix4 with MsIIS; without repository database?
I made all steps according the Installation Guide (Version 9.4)
The WebSphere is running, but I can not generate the objects.
Please help us, because the gen.bat could not connect to JAS.
I attached the logs and parameter files
?
 

Attachments

  • 45994-errorlogs.zip
    32 KB · Views: 77
Hi,

I had the same problem when I installed SP20J with WebSphere 3.5. The GEN_CLASSPATH in gen.bat file was wrong. I changed GEN_CLASSPATH to:

set GEN_CLASSPATH=WEB-INF\classes;WEB-INF\lib\images.jar;WEB-INF\lib\xalan.jar;WEB-INF\lib\xerces.jar;WEB-INF\lib\OWResource.jar;%DBDRIVERS%

Hope this helps.
 
Can't install Websphere without its repository database?
I think repository database for websphere's tasks must be created.
 
Hi - where you able to find a solution for this in the mean time? We are currently installing the Web Server and encountered the same issue you had when trying to generate.
We are on SP20 and using WebSphere 4.0 AE.
Any help would be greatly appreciated. Thanks.
 
This is what I had in my Gen.bat file for SP 20 and it worked just fine after a lot of pain.

See attached
 

Attachments

  • 52573-1-8-03-gen.bat
    1.5 KB · Views: 59
Back
Top