Regarding JD Edwards Installation

jdekartik

Member
I am trying to install JD Edwards World Express.

But i got the following error at the end of the installation. Please advise.

ONE OR MORE ERRORS OCCURRED DURING EXECUTION OF PROGRAM J9705. CHECK LOWER
LEVEL MESSAGES FOR FURTHER INFORMATION.

Thanks in advance.
 
Hi,

It looks like you've downloaded the JDE installable files from oracle's edelivery website. If that's the case, you need to perform following steps:

Upload all the files from DVD1 and DVD2 to AS400 as Save file (use ftp in binary mode) under some library like MYLIB.

Restore QINSTAPP cl program from the save file QINSTAPP under library MYLIB.

To start installation process, run following CL commands:

CHGCURLIB MYLIB
CALL QINSTAPP *SAVF

Wait for a while to let JDE get installed.
 
Back
Top