Sunteți pe pagina 1din 98

ATTENTION AUDIO Options

Option 1: Voice Streaming Audio Broadcast

Option 2: Teleconference (Dial In)

No need to dial in on a telephone


Questions can be asked in the WebEx Q&A panel
Details

Requires telephone to dial in


Questions can be asked over the phone or in the
WebEx Chat
Details
Conference ID: ADVISORKM
International dial in: + 1-210-787-4793
US Free call: +1-800-493-9928
List with national toll free numbers is available
in Doc ID: 1148600.1
View anytime during the conference using
Communicate > Teleconference > Join
Teleconference from your WebEx menu

Upcoming: Oracle JD Edwards EnterpriseOne Installation and Setup of the Web Development client
2

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Upcoming Advisor Webcast Schedule


Check out Note ID : 740966.1
Select your Product Area
Scan through the list of Current Topics
Register for the session of your interest
Do you have requests or ideas for future
JD Edwards EnterpriseOne Advisor
Webcasts? Email your ideas to
kristen.megill@oracle.com, Subject:
Advisor Webcast Topics of Interest

Upcoming: Oracle JD Edwards EnterpriseOne Installation and Setup of the Web Development client
3

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

JD Edwards EnterpriseOne Installation and


Setup of the Web Development client

Anish Agrawal
Principal Software Engineer

November 13, 2014

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Oracle Advisor Webcast Program


Locating Current Schedule & Archived Recordings
Access the JD Edwards EnterpriseOne page directly via Note ID : 1450327.1

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Where Can I Get The Slides From This Session?


1.

PDF link from DOC-892769 Document and Recording: https://community.oracle.com/docs/DOC-892769

2.

All Places > My Oracle Support Community > JDEdwards EnterpriseOne (MOSC) > Web/Portal Technologies - JDE1 (MOSC) > Documents

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Accessing My Oracle Support Community


Directly https://communities.oracle.com/ or Continued Discussion : https://community.oracle.com/thread/3604917

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Safe Harbor Statement


The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracles products remains at the sole discretion of Oracle.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Oracle JD Edwards EnterpriseOne Installation


and Setup of the Web Development client

Anish Agrawal
Principal Software Engineer

November 13, 2014

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Agenda

Introduction of Web Development Client


Installing WebSphere Express or WebSphere for Developers
Installing the OEE Local Database
Creating the Web Development Feature Package
Installation of the Web Development Client
Testing the Web Development Client
Deinstalling the Web Development Client
Deinstalling the Local Database
Troubleshooting the Web Development Client
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

10

Introduction of Web Development Client


Web Development client is a full Development client or workstation with
added feature of running Local HTML Web Server.
Application developer can develop and test their application without
affecting production users spec on Web(Local). The idea is to test the
changes made on Web(Local), if required.
This can be done by clicking the "Run HTML" button from interactive
versions for an application or using Tools --> EnterpriseOne Menu Option
from Solution Explorer main Page. This is the reason we call it Web
Development Client.
This functionality was introduced with Release 8.10/ 8.95 onwards.
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

11

Introduction of Web Development ClientContd


If you do not want to achieve this functionality of getting into Web(Local),
then you can skip to install Web Development Client.
Simply install Full Package on machine. You can still use this machine for
Administrative purpose and for making modification to reports/Business
views, but will not be able to view the changes on Web(Local), if required.
In this case we can better call it as Development Client(NOT the Web
Development Client).
If you wish to test the object on real time web server, you need to do
manual generation or use On demand generation(for 8.12/8.96 and above)
by deploying package to Enterprise Server.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

12

Introduction of Web Development ClientContd


The Web Client part of the Development Client runs inside an Application
Server. The supported Application Servers are:
Oracle Application Server (OAS)
IBM WebSphere Application Server (WAS) Express or WebSphere Application Server for Developers.

The Oracle Application Server is included as part of the JD Edwards


EnterpriseOne system code and is automatically configured to work with
the Web Client when you install the Web Client for OAS.
If you want to use WAS Express or WAS for Developers , you must manually
install the product.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

13

Introduction of Web Development Client Imp Points


As of Tools Release 9.1, the Development Client is installed using the Oracle
Universal Installer (OUI). In addition, the Web Client is installed as a
package feature using OUI.
Each Oracle product that is installed on a machine is installed into an Oracle
Home directory or path.
When you install the Oracle Enterprise Edition (OEE) database engine on
the Development Client, By default the Oracle Home path will be
c:\Oracle\E1Local

When you install the Development Client, you specify an Oracle Home and
name for that installation as well
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

14

Introduction of Web Development Client Imp


PointsContd
If you are using OEE, you would have two Oracle Homes:
First Oracle Home is the Oracle Home of the OEE database
Oracle Home Path: C:\Oracle\E1Local
Oracle Home Name: E1Local

Second Oracle Home is the Oracle Home of the Development Client


Oracle Home Path: C:\E910
Oracle Home Name: JDE_E910_Client

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

15

Introduction of Web Development Client Imp


PointsContd
Applications Release 9.1 supports only the Oracle Enterprise Edition (OEE) as the local
database. It does not support Microsoft SQL Server 2005 Express Edition (SSE).
JDK 1.6 is supplied with the installation for the Development Client to run.
Verify that all previous releases of JD Edwards EnterpriseOne (Development and
Standalone) Clients have been completely deinstalled or saved via Snapshot before
installing a new Development or Standalone Client.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

16

Introduction of Web Development Client Imp PointRoadmap


Windows 8.1 and Server 2012 Support
Local OEE Database Support for 12c
WebLogic to Replace Local OC4J
Install WebLogic Server Manually
Manually Deploy webclient Locally
Manual Updates of the webclient
New WLSH4A OUI Installer (9.2)

Visual Studio 2013 Support

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

17

Installing WebSphere Express or WebSphere for Developers


Needs to be installed manually. Follow the Minimum Technical Requirements to
determine which version is supported for your particular environment.
The installers for WebSphere Express and WebSphere for Developers place data into the
registry specifically for the Windows user that is signed into Windows at the time of
installation.
You must sign into Windows using this same user when you install and then run the JD
Edwards EnterpriseOne Development and Web Clients.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

18

Installing WebSphere Express or WebSphere for


DevelopersContd
WebSphere Express 8.5 installer may be downloaded from the Oracle update center
(updatecenter.oracle.com) or the IBM support site.
If you choose to use WebSphere for Developers 8.5, you must download it from the IBM
support site.
You must have the IBM Installation Manager installed before you can install WebSphere
Express 8.5 or Developers 8.5. It is delivered with IBM products such as WebSphere
Express 8.5 or Developers 8.5.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

19

Installing WebSphere Express or WebSphere for


DevelopersContd
Download the installer for IBM Installation Manager and run the install.exe.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

20

Installing WebSphere Express or WebSphere for


DevelopersContd
Accept the license Agreement and select the Installation Manager Directory

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

21

Installing WebSphere Express or WebSphere for


DevelopersContd
Review the Summary and Click Install

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

22

Installing WebSphere Express or WebSphere for


DevelopersContd
Installation Finishes.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

23

Installing WebSphere Express or WebSphere for


DevelopersContd

Run the IBM Installation Manager by navigating to Start > All Programs > IBM
Installation Manager > IBM Installation Manager.
Create Repository(Point to repository.config) of Disk 1 and click install Packages, you
will get the following screen for Install Packages:

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

24

Installing WebSphere Express or WebSphere for


DevelopersContd

On Install Packages, Select Packages, turn on the checkbox next to IBM WebSphere
Application Server Express and Click Next

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

25

Installing WebSphere Express or WebSphere for


DevelopersContd
On Install Packages, International Program License Agreement, click the
radio button to accept the license agreement. Click the Next button

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

26

Installing WebSphere Express or WebSphere for


DevelopersContd
On Install Packages, Package Selection, turn on the radio button Create a
new package group and Click the Next button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

27

Installing WebSphere Express or WebSphere for


DevelopersContd
On Install Packages, Select Translations, Select the checkbox(es) next to the
language(s) that you want to install. Click the Next button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

28

Installing WebSphere Express or WebSphere for


DevelopersContd
On Install Packages, Select Features, you can accept the default values

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

29

Installing WebSphere Express or WebSphere for


DevelopersContd
You will now get a prompt to Insert Disk2 and Disk3. Browse to the path of
Disks and click Ok.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

30

Installing WebSphere Express or WebSphere for


DevelopersContd
On Install Packages, Summary Information, review all the information on
this screen and Click the Install button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

31

Installing WebSphere Express or WebSphere for


DevelopersContd
You must now create a WebSphere Express profile. Turn on this radio
button Profile Management Tool to create a profile and

Click the Finish button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

32

Installing WebSphere Express or WebSphere for


DevelopersContd
On WebSphere Customization Toolbox 8.5 Profile Management Toolbox,
click the Create button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

33

Installing WebSphere Express or WebSphere for


DevelopersContd
On Environment Selection, select the Application Server node. Click the
Next button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

34

Installing WebSphere Express or WebSphere for


DevelopersContd

On Profile Creation Options, click the radio button Typical profile creation
and Click the Next button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

35

Installing WebSphere Express or WebSphere for


DevelopersContd
On Administrative Security, click the checkbox to turn off (disable) Enable
administrative security. Click the Next button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

36

Installing WebSphere Express or WebSphere for


DevelopersContd
On Profile Creation Summary, review the information for correctness and click the
Create button to start creating a new profile.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

37

Installing WebSphere Express or WebSphere for


DevelopersContd
Click Finish On Profile Creation Complete Screen

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

38

Installing WebSphere Express or WebSphere for


DevelopersContd
Review the Profile Created

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

39

Installing WebSphere Express or WebSphere for Developers


On Profile Creation Complete, you can optionally launch the First steps console to verify
the installation. The First Steps console is shown below, where the first step is
Installation Verification.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

40

Installing WebSphere Express or WebSphere for Developers


Click on Installation Verification. You should see the following:

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

41

Installing WebSphere Express or WebSphere for Developers


IBM Websphere Express Services

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

42

Demonstration

43

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Installing the OEE Local Database


Run this program:
\\<deployment server name>\<release>\OneWorld Client Install\InstallManager.exe

Click the option to install an Oracle Local Database EnterpriseOne


Database Engine

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

44

Installing the OEE Local DatabaseContd


If you are running a 64-bit version of Microsoft Windows, you will need to
install a 64-bit version of the OEE database. If you are on a 32-bit version of
Microsoft Windows, you will need a 32-bit version of the database.
If the database is not installed, you may be prompted for the target or base
directory for the database. The default location is C:\Oracle. The database
will be installed into a folder called "E1Local" under the base directory, for
example, C:\Oracle\E1Local.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

45

Installing the OEE Local DatabaseContd

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

46

Installing the OEE Local DatabaseContd


Even though the screen says that the installation was successful, you
should perform a quick determination that all the database installation
steps were successful before rebooting the computer.
From the Microsoft Windows Control Panel, run Administrative Tools >
Services and look for the services named OracleE1LocalTNSListener and
OracleServiceE1LOCAL.
If the installation seems to be successful, reboot the computer.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

47

Installing the OEE Local DatabaseContd


Examine the installer log: c:\OEEInstall.log

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

48

Installing the OEE Local DatabaseContd


Services
OracleE1LocalTNSListener and OracleServiceE1LOCAL

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

49

Installing the OEE Local DatabaseContd


EnterpriseOne is a 32-bit program and runs as a 32-bit program -- even on
64-bit versions of Windows -- it needs to load 32-bit Oracle database driver
DLLs.
These 32-bit DLLs are provided by a 32-bit Oracle database client. So you
will need to also install a 32-bit Oracle database client.
Oracle 11g R2 Database client :
http://www.oracle.com/technetwork/database/enterpriseedition/downloads/112010-win32soft-098987.html

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

50

Installing the OEE Local DatabaseContd


Download: Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft
Windows (32-bit):

win32_11gR2_client.zip (684,581,290 bytes)

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

51

Installing the OEE Local DatabaseContd


When installing the database client, be sure to select "Runtime" on the
Select Installation Type screen.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

52

Installing the OEE Local DatabaseContd


Select Language

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

53

Installing the OEE Local DatabaseContd


Specify Installation Location

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

54

Installing the OEE Local DatabaseContd


Review Summary and Click Finish

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

55

Installing the OEE Local DatabaseContd


Progress and Complete of Installation

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

56

Installing the OEE Local DatabaseContd


When EnterpriseOne runs, it looks for database drivers in each directory
from start to finish in the PATH. The first occurrence of a driver DLL that
EnterpriseOne finds will be loaded.
This means that the path to the 32-bit Oracle database client must come
BEFORE the path to the 64-bit Oracle database.

If you installed the 64-bit database and 32-bit database client in that order,
the order in the PATH should be correct. However, if you installed them in
the opposite order, you need to correct the order in the PATH.
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

57

Installing the OEE Local DatabaseContd


Path Variable

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

58

Installing the OEE Local Database -- tnsnames.ora


Various components of EnterpriseOne and the Oracle database look for
copies of tnsnames.ora in different paths.
The Development Client installer will copy the tnsnames.ora to the places
that EnterpriseOne uses; however, it cannot copy them to the locations
required by the Oracle database (either 64- or 32-bit) and the 32-bit Oracle
database client (if installed).
You must manually copy the tnsnames.ora to locations under the Oracle
database's and the database client's installation directories.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

59

Installing the OEE Local Database -- tnsnames.oraContd


Copy the tnsnames.ora as directed below:

From:
\\<deployment server name>\<release>\client\tnsnames.ora

To:
<Oracle Database Install Dir>\network\admin
For Example c:\Oracle\E1Local\network\admin

<32-bit Oracle Client Install Dir>\network\admin


For Example c:\Oracle\product\11.2.0\client_1\network\admin
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

60

Demonstration

61

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Creating the Web Development Feature Package


On the Deployment Server, log on to the Deployment environment(For Ex:
DEP910) . From Solution Explorer, FastPath to P9623. Select Add

Complete the fields on the Feature Information Screen. Click Next

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

62

Creating the Web Development Feature PackageContd


Complete the fields on the Additional Install Processes Screen. Click Save

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

63

Creating the Web Development Feature PackageContd


P9623 Work with Features

Now include this feature in Full Package or Update Package using Feature
Component screen.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

64

Installation of the Web Development Client


Run this program as Administrator:
\\<deployment server name>\<release>\OneWorld Client Install\InstallManager.exe

Click the option to install the EnterpriseOne E910 Client

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

65

Installation of the Web Development ClientContd


On Welcome Screen, click Next.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

66

Installation of the Web Development ClientContd


On Specify Home Details, you must specify an Oracle Home path and a
name for that path.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

67

Installation of the Web Development ClientContd


On Package Selection, select the appropriate package (Web dev installer
included as a Feature) for the Development Client and Click Next.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

68

Installation of the Web Development ClientContd


On Install Mode, select the type of EnterpriseOne (E1) objects to install

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

69

Installation of the Web Development ClientContd


On Summary, verify that what will be installed is what you expect. Click
Install.
The screen shows the progress of the installation and the name of the log
file.
When the installation completes, click the Exit button to exit OUI.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

70

Installation of the Web Development ClientContd


Manually running Webdev Installer

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

71

Installation of the Web Development ClientContd

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

72

Installation of the Web Development ClientContd


Review Summary and Click Install

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

73

Installation of the Web Development ClientContd


Install Progress and End of Installation

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

74

Testing the Web Development Client


Login to the JD Edwards EnterpriseOne client

Type iv in the Fast Path. Type P01012 in the Interactive Application field
Select a version for the grid. Select Row->RunHTML.
If the web development client is installed correctly, the HTML Server opens
a browser and displays the Address Book Application.
(http://localhost:port/jde/...)
The first time this process is activated, it may take several minutes for the
browser to open. Succeeding activations should be much faster.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

75

Testing the Web Development ClientContd


Login to the JD Edwards EnterpriseOne client

Select Tools -> EnterPriseOne Menu


If the web development client is installed correctly, the HTML Server opens
a browser. (http://localhost:port/jde/....)

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

76

Deinstalling the Development Client


In order to perform a successful deinstall, you should ensure that:

No JD Edwards EnterpriseOne executables are running.


No files are open in the JD Edwards EnterpriseOne installations directory
or any of its subdirectories.

Neither the installation directory or any of its subdirectories are open in


Windows Explorer or a Command Prompt window.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

77

Deinstalling the Development ClientContd


To deinstall the Development Client

From the Start button, navigate to Programs > Oracle Oracle_Home_Name > Oracle Installation Products > Universal Installer

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

78

Deinstalling the Development ClientContd


Click the Deinstall Products button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

79

Deinstalling the Development ClientContd


Turn on the check box next to the
Development Client's Oracle Home.
Click the Remove button.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

80

Deinstalling the Development ClientContd


When prompted for confirmation, click the Yes button.
Once the de-installation is complete, verify that the installation
directory (Oracle Home) has been deleted. If it still exists, you
can delete it.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

81

Deinstalling the Local DatabaseContd


Follow these steps to deinstall the OEE 11gR2 local database.
1.Stop the database services from Control Panel:
OracleE1LocalTNSListener
OracleServiceE1LOCAL
2.Be sure no Oracle processes from the c:\Oracle\E1Local directory
are running.
3.Open a command prompt window with "Run as administrator."
4.Run this program:
c:\Oracle\E1Local\deinstall\deinstall.bat
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

82

Deinstalling the Local DatabaseContd


De-installing the OEE 11gR2 Local Database
When the deinstall finishes, be sure that the
c:\Oracle\E1Local directory no longer exists. If it does, you
will need to manually delete it.
Caution:
It is very important that no files exist in the E1Local subdirectory when you
next attempt to install the OEE database. If any files do exist, the OEE
installation will probably fail, you will need to manually remove it following
instructions from guide.
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

83

Demonstration

84

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Troubleshooting the Web Development Client


Log Files
Not all errors are propagated up to OUI where the main Graphical User Interface
can display an error message box. Open OUI log files in a text editor and search for
these words:
SEVERE - This indicates that an error occurred that should not be ignored.
Exception - Some of these may be ignored. You have to determine if they are
serious enough to warrant concern.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

85

Troubleshooting the Web Development ClientContd


Development Client's installer runs as a 32-bit program, its installation logs on 64-bit
versions of Microsoft Windows are located at: C:\Program Files (x86)\Oracle\inventory\logs
On 32-bit versions of Microsoft Windows, the installation logs are at:
C:\Program Files\Oracle\inventory\logs

When the installation completes, the logs relevant to the current installation are
copied to the directory: <Oracle_Home_dir>\cfgtoollogs
Additional logs are located in subdirectories under:
<Oracle_Home_dir>\cfgtoollogs
For example:c:\E910\cfgtoollogs\oui

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

86

Troubleshooting the Web Development ClientContd


The log for OEESetup.exe which spawns the OEE database installer (OUI)
is c:\OEEInstall.log.
Because the 11.2 OEE installer runs as a 64-bit program, its installation logs
on 64-bit versions of Microsoft Windows are located in this directory:
C:\Program Files (x86)\Oracle\inventory\logs
When the installation completes, the logs relevant to the current installation are copied to
this directory:
<Oracle_Home_dir>\cfgtoollogs

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

87

Troubleshooting the Web Development ClientContd


Snippet from LOCALWEB Section of Client Jde.ini file

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

88

Troubleshooting the Web Development Client - Docs


E1: INST: Troubleshooting Web Development Client Install Known Issues - Tools Release 9.1.x Onwards
(Doc ID 1538323.1)
E1: INST: Troubleshooting Web Development Feature Installation With Tools Release 9.1.x Onwards (Doc
ID 1495374.1)

E1: INST: Local Web Development Client Installation for Tools 9.1 Fails with Message " The entered
Oracle Home Path and Name must match those of the E1 Development Client " (Doc ID 1929813.1)
E1: INST: Frequently Asked Questions on Installing a Web Development Client (Doc ID 1325607.1)
E1: WAS: WebSphere Express 7.0 or WebSphere for Developers 7.0 Installation Issue (Doc ID
1446941.1)

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

89

Troubleshooting the Web Development Client DocsContd


E1: INST: How to Enable Logging for a Web Development Client (Doc ID 662260.1)
E1: WAS: Troubleshooting Issues on Web Development Client Workstations When Websphere Express is
Installed (Doc ID 1494487.1)

E1: INST: How the Local Datasource Name in JDE.ini and JDBJ.ini of Web Development Client is
Determined (Doc ID 867203.1)
E1: JAS: Web Development OC4J Client 10.1.3.5.0 With JDK 1.6 Fails to Shutdown (Doc ID 1449686.1)

E1: JAS: How To Extend Web Session Timeout On OC4J Web Development Client (Doc ID 1273482.1)

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

90

Session Related Community Links


Continue the discussion on the My Oracle Support
Community! Post your follow-up questions, share your
comments, and continue the Q&A after the presentation.
All of the Questions and Answers will be posted here.
Thread: https://community.oracle.com/thread/3604917
Presentation document (PDF) and recording:
https://community.oracle.com/docs/DOC-892769

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Summary

What we covered today?


Introduction of Web Development Client

Installing WebSphere Express or WebSphere for Developers


Installing the OEE Local Database
Creating the Web Development Feature Package

Installation of the Web Development Client


Testing the Web Development Client
Deinstalling the Web Development Client
Deinstalling the Local Database
Troubleshooting the Web Development Client
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

My Oracle Support Accreditation: JD Edwards EnterpriseOne

Where to Get Started:


Accreditation Program Pages
Program Index 1583898.1
Program FAQ 1585906.1
EnterpriseOne Path 1625633.1

Why Get Accredited?


Fully leverage support capabilities
delivered via My Oracle Support |
high-value best practices | efficiency
with Oracle tools = more time spent
on primary role.

EnterpriseOne Path Includes:


Stay Informed | Support Tools
Overview for EnterpriseOne|
Troubleshooting| Install, Upgrade,
and Migrate| Patching |
Globalizations | Performance
JDE-GetProactive_us@oracle.com

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Learn More
Available References and Resources to Get Proactive
About Oracle Support Best Practices
www.oracle.com/goto/proactivesupport
Get Proactive in My Oracle Support
https://support. oracle.com | Doc ID: 432.1
My Oracle Support Blog
https://blogs.oracle.com/supportportal/

Ask the Get Proactive Team


get-proactive_ww@oracle.com

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

The Right Tool for the Task


Do you know what free tools are available to you?

The Right Tool for the Task: Oracle Applications Product Support
Tools and Capabilities

(Document ID 1918339.1) will help you find out!

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

To ask a question on the phone line,


select *1 on your phone.
To ask a question online, use the
CHAT area at the top.

Your question will be read aloud in


the order received.
Questions can also be asked on the
My Oracle Support Communities.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Upcoming Advisor Webcast Schedule


Check out Note ID : 740966.1
Select your Product Area
Scan through the list of Current Topics
Register for the session of your interest

Do you have requests or ideas for future


JD Edwards EnterpriseOne Advisor
Webcasts? Email your ideas to
kristen.megill@oracle.com, Subject:
Advisor Webcast Topics of Interest

97

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

THANK YOU
Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

S-ar putea să vă placă și