![]() ![]() ![]() ![]() ![]() ![]() |
This section covers the following post-installation topics:
Your application server may require additional configuration before you can start using the product.
The following sections provide post-installation information when using WebLogic Server as your application server.
If WebLogic Server is selected as the application server, the installer creates a WLS Domain for Oracle Enterprise Repository in PRODUCTION mode with the following default User and Password:
For information on how to change the WLS UserID and Password, see Manage users and groups in the WebLogic Server 10.3 Administration Console Online Help.
The following sections provide information for post-installation procedures required to complete your installation of Oracle Enterprise Repository.
Once the installer has completed, you will have a WebSphere directory, such as Oracle_HOME
/repostoryXXX/websphere
. This directory contains all of the properties files that configure the Oracle Enterprise Repository instance appropriately once it is deployed, as well as the oer.ear
file and a copy of the JDBC Drivers that had been used to generate the database during the install process.
Use the following steps to deploy Oracle Enterprise Repository 10.3 on WebSphere:
Oracle_HOME
, such as /opt/Oracle
, on the target application server.Oracle_HOME
/repostoryXXX/websphere
directory into the Oracle_HOME
on the deployment server.oer.ear
file in the manner most appropriate for your deployment server.Note: | Do not start the application as there are additional configuration steps that must be performed before the application is considered fully deployed. |
-Dclient.encoding.override=UTF-8
-Xverify:none
-Dorg.apache.xml.dtm.DTMManager=org.apache.xml.dtm.ref.DTMManagerDefault
oer-app.war
module.oer-web.war
module.oer-app.war
module and then click Reference Shared Library.Oracle_HOME
/repostoryXXX/Websphere
. This directory contains all of the properties files for the Oracle Enterprise Repository instance.Oracle_HOME
directory. If you have more than one file, add only one file per line.oer-app.war
application.true
for SSL support and also to avoid an SSLContext error on the Run Active Diagnostic page.To prevent issues with XSLT Transformation, use the following steps to change the classloader order in your WebSphere installation:
Allow
.Single
.Parent First
.
Java Web Start is a browser plug-in that runs files with JNLP extensions. Java Web Start must be available on the client in order to use Oracle Enterprise Repository’s Asset Editor, Type Manager, and the Import/Export utility.
A security warning opens. (This occurs only during the first launch of the Asset Editor.)
Oracle Enterprise Repository employs a browser MIME-type support checking process that is executed when the Edit/Manage Assets (Assets screen) and Edit (asset detail display) links are generated. This process will inspect the client browser to determine if there is a registered handler for a JNLP file (which should launch Java Web Start). If this process fails or returns no results, the link HREF target will point to the oer-web/web start/launch.htm page.
The browser-supported mime type determines which client installed application will be presented as the target of the Edit/Manage Assets and Edit links. Java Web Start must be properly installed in order to work correctly with the operating system as the handler for JNLP files passed to the client browser.
The process of registering this mime type with the browser is normally handled during installation of the Java Web Start plug-in application. Certain corporate security measures or anti-Spyware applications may block this kind of change to the Windows Registry, as will the improper installation and/or removal of the Java Web Start application, Java Run Time Environment or Java SDK if improperly registered within the Java plug-in applet within the Windows Control Panel.
The following instructions may help to rectify the incorrect MIME type support, assuming that Java Web Start and an appropriate version of the SUN Java JRE are properly installed within the client computer system.
To manually set the file/MIME association within the Windows operating system using the Windows Explorer:
After configuring your application server, follow these steps to start your application server and log into the Oracle Enterprise Repository Web-based console.
Oracle_HOME
\user_projects\domains\
DOMAIN_NAME
directory and, depending on your platform, double-click either the startWeblogic.cmd
(Windows) or startWeblogc.sh
(UNIX) file.Note: | For instructions on starting standalone Tomcat and WebSphere application servers, see the documentation for those products. |
For example: http://
myserver.domainname
.com:7101/oer/
Note: | If your organization requires a user name and password each time you log into Oracle Enterprise Repository, clear the Enable Automatic Login check box. |
The Login Stats dialog box displays a welcome message that includes the date and time of your login.
For more information on using the Oracle Enterprise Repository console, see the “Getting Started” section of the Oracle Enterprise Repository User Guide.
The Diagnostics tool allows testing and troubleshooting of certain aspects of Oracle Enterprise Repository, including testing for:
To launch the Diagnostics tool, navigate to the http://host_name/application_name/diag/index.jsp
page of the Oracle Enterprise Repository console. For more information, see “Utilizing the Diagnostics Testing Tool” in the Oracle Enterprise Repository Upgrade Guide.
Oracle bundles base sample data for users to help you get started using the Enterprise Repository. Additionally, depending upon the edition of Oracle Enterprise Repository that you purchased, you can also import supplemental Solution Packs. These supplemental Solution Packs are located with your installation under the Oracle_HOME
\repostoryXXX\core\tools\solutions
folder. Table 7-1 describes the available Solution Packs for Oracle Enterprise Repository 10.3:
Testing the Oracle Enterprise Repository installation involves a number of tasks that ensure the proper operation of initial Oracle Enterprise Repository features and functions. These instructions apply to all application servers currently supported by Oracle Enterprise Repository.
Asset submission is performed on the Oracle Enterprise Repository Assets page.
Note: | Attempts to save as asset without first completing all required data fields will result in a warning message. A confirmation message indicates the asset was successfully submitted to the Oracle Enterprise Repository registrar. |
For more information, see the Oracle Enterprise Repository User Guide.
The asset acceptance process is performed by the Oracle Enterprise Repository registrar using the Asset Editor. The registrar makes decisions about an asset based on company requirements. To accept and assign an asset means that the registrar accepts the asset and assigns it to another person to shepherd it through the remainder of the registration process.
The asset moves to the Under Review folder in the tree, and also appears in each of the workflow folders under the asset. The workflow folders correspond to tabs in the Asset Editor.
For more information, see the Oracle Enterprise Repository Registrar Guide.
The asset acceptance process is performed by the Oracle Enterprise Repository registrar using the Asset Editor.
Note: | The notification email automatically sends notification to the email address when the asset is downloaded/selected for use. The asset can be moved from its original location to the storage repository on this tab. |
The tab label changes color and the Approve button changes to Unapprove.
Note: | Categories and domains are configurable. (See the Oracle Enterprise Repository Administration Guide.) |
The tab label changes color, and the Approve button changes to Unapprove.
The asset is moved to the Registered folder and each action (approval of tabs, field value updates, etc.) are also recorded in the Audit log found on the asset’s Administration Tab.
For more information, see the Oracle Enterprise Repository Registrar Guide.
Complete the process by searching for the newly registered asset you created.
Oracle Enterprise Repository 10.3 takes advantage of parallel import performance within SQL Server 2005. To take advantage of this performance enhancement, enable and set the following property within the Admin System Settings page:
cmee.impexp.lightweight.import.serialize = false
![]() ![]() ![]() |