Verifying the Enterprise Server Installation Using PORTTEST
The basic PORTTEST procedure ensures connectivity. Refer to Using the PORTTEST Checklist for additional details including the PORTTEST checklist.
The PORTTEST program initializes a user and an environment (assuming that Release 9.2 is installed and configured correctly). To verify that Release 9.2 is installed correctly, you must run the PORTTEST program for each environment.
To verify the Enterprise Server installation using PORTTEST:
Log on to the Enterprise Server as JDE.
Note: The DB2 for Linux, Windows, and UNIX databases must be cataloged on the Enterprise Server if the databases are not located on the same machine as the database server. As part of the installation process, the databases on the database server are automatically cataloged by the create_db.sql script. Refer to the section of this guide entitled: Cataloging for DB2 for Linux, Windows, and UNIX for recommended cataloging procedures you can use to manually catalog the database whenever it receives substantial additional data.Open a DOS command window.
To verify that Release 9.2 is installed correctly on the Enterprise Server, enter these commands:
d:
[or the appropriate drive letter]cd \JDEdwards\E920\System\bin32
PORTTEST userid password environment
where
userid
is a valid Release 9.2 user,password
is the password for that user, andenvironment
is the environment you are verifying. Enter the PORTTEST command for each environment.Caution: These parameters are case-sensitive. If your case is incorrect, the command will fail. For example, if youruserid
andpassword
are uppercase JDE, and your Pristine environment is uppercase PY920, you should issue the PORTTEST command as such:PORTTEST JDE JDE PY920
Tip: Troubleshooting. The program should display messages indicating the selection of records from an Release 9.2 table. If it does not, review the jde_###.log that was specified in theJDE.INI
on the Enterprise Server. If PORTTEST fails to run, see Using the PORTTEST Checklist for diagnostic assistance.