Performing Post Installation for the Standalone Deployment Server with Oracle Database
This section shows you how to perform the post installation tasks for the standalone Deployment Server with Oracle database.
You can use One-Click Provisioning to install a standalone Deployment Server. A standalone Deployment Server is deployed when you first use One-Click Provisioning to provision a Deployment Server only, and then use One-Click Provisioning to provision other servers such as the Database Server, Enterprise Server, and HTML Server. This section describes how to complete the postinstallation steps for such a standalone Deployment Server.
If you have used One-Click Provisioning to deploy a standalone Deployment Server (that is, you did not use One-Click to initially deploy a complete system), you must perform the following procedure on your Deployment Server to enable access by JD Edwards EnterpriseOne.
Enable DEP920 Login for an Oracle Database
After you have used One-Click Provisioning to deploy the complete suite of JD Edwards EnterpriseOne servers, you need to enable EnterpriseOne access to the Oracle database from the Deployment Server.
- Access the Deployment Server as described in the preceding section "Accessing the Deployment Server".
- Edit the jde.ini file, which is typically located in this
directory:
c:\Windows -
Edit the jde.ini file to provide a valid value for the SecurityServer= setting. This is the machine name for your Enterprise Server. For example:
[SECURITY]SecurityServer=oraes -
Save and close the
jde.inifile. -
Navigate to the location of the Oracle Client that is installed on your Deployment Server. For example:
C:\JDE\oracle1212\product\client_1\network\admin -
In the above directory, edit the
tnsnames.orafile to add the listener details. You can copy these details from thetnsnames.orafile on your Server Manager machine or your Enterprise Server machine. Thistnsnames.orafile is located in the same location on each machine. From the Server Manager, use this navigation to find thistnsnames.orafile on either the Server Manager machine or the Enterprise Server:From the HTML Server, select DATABASE, and then select Tnsnames.
For example, this is the listener section you should copy:JDEORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = oradb.subnet.vcn.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = jdeorcl.subnet.vcn.com) ) ) - Save and close the
tnsnames.orafile. - Navigate to the location of the E1Local Network, which is
typically:
C:\JDE\DEP\Oracle\E1Local\NETWORK\ADMIN -
In the above directory, edit the
tnsnames.orafile to add the same listener details that you obtained and copied in a previous step in this procedure. - Save and close the
tnsnames.orafile. - Validate the configuration of the tnsnames.ora file by running
ActiveConsole.exeand logging in to the DEP920 environment.