You are on page 1of 36

Oracle Weblogic/Fusion Middleware 11gR1 Installation and Configuration

Ross Group Inc Don Garrett February 11, 2011

Page 1 of 36

Table of Contents
Setup Check List ........................................................................................................................................... 3 Oracle/Sun Software Downloads................................................................................................................... 8 Oracle Fusion Middleware Weblogic Server 11gR1 (v10.3.3)....................................................................... 9 Installing Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0).................................................... 14 Upgrade Oracle Portal, Forms, Reports and Discoverer 11gR1: (v11.1.1.2.0) to (v11.1.1.3.0)..................... 17 Configuring Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.3.0) ............................................... 18 What Was Installed? ................................................................................................................................... 21 Post Installation/Configuration Notes .......................................................................................................... 26 Navigating Enterprise Manager (EM) and Administration Console ............................................................. 27 Starting the Weblogic Domain Servers........................................................................................................ 29 Launching UVIS ......................................................................................................................................... 30 Configuring WLS as an OS Service ............................................................................................................ 30 Verify OS Service Registry Entries ............................................................................................................. 33 Forms and Reports Extra (DEV/TEST) Environments ............................................................................. 33 Auto Login - boot.properties file ................................................................................................................. 36

Page 2 of 36

Setup Check List


This checklist will assist with the installation/configuration of Oracle Weblogic Server (OWLS), Forms and Reports Middleware components, and UVIS application software. The checklist may not cover all contingencies of the installation/configuration process, but is a firm baseline in the overall process. Action Download Software
1 2 3 4 Download Sun Java JDK v1.6.0_23 64bit Download Sun Java JDK v1.6.0_23 32bit Download OWLS 11gR1- 11.1.1.2 (v.10.3.3): wls1033_generic.jar Download FMW Portal, Forms, Reports, Discoverer 11gR1- 11.1.1.2: ofm_pfrd_win_11.1.1.2.0_64_disk1_1of1 ofm_pfrd_win_11.1.1.2.0_64_disk2_1of1 ofm_pfrd_win_11.1.1.2.0_64_disk3_1of1 ofm_pfrd_win_11.1.1.2.0_64_disk4_1of1 Download FMW Portal, Forms, Reports, Discoverer 11gR1- 11.1.1.3 patchset: ofm_pfrd_win_11.1.1.3.0_64_disk1_1of1

Yes

No

Create FMW Staging Area on OS


6 Create a singular FMW install folder, with 4 subfolders: ofm_pfrd_win_11.1.1.2.0_64_disk1-4\Disk1 \Disk2 \Disk3 \Disk4 Unzip FMW files (from ofm_pfrd_win_11.1.1.2.0_64_diskX_1of1): ofm_pfrd_win_11.1.1.2.0_64_disk1_1of1 into ofm_pfrd_win_11.1.1.2.0_64_disk1-4\Disk1 ofm_pfrd_win_11.1.1.2.0_64_disk2_1of1 into ofm_pfrd_win_11.1.1.2.0_64_disk1-4\Disk2 ofm_pfrd_win_11.1.1.2.0_64_disk3_1of1 into ofm_pfrd_win_11.1.1.2.0_64_disk1-4\Disk3 ofm_pfrd_win_11.1.1.2.0_64_disk4_1of1 into ofm_pfrd_win_11.1.1.2.0_64_disk1-4\Disk4

6a

Install OWLS
7 7a Install OWLS (wls1033_generic.jar) Near the end of the OWLS install, after the Run Quickstart checkbox is selected and the Done button clicked, launch an OS Windows Explorer window and create a new folder under the Middleware Home folder called instances: C:\Oracle\Middleware\instances Make sure folder has proper privileges for users to Read and Write to the folder. Heres the basic file structure after the OWLS Install:

7b

7c

(This may not be an option with the mode=console command-line option) Complete Quickstart section of OWLS install. The base_domain should have been created: check for existence of C:\Oracle\Middleware\user_projects\domains\base_domain\

Install FMW Patchset Page 3 of 36

8 9

Install FMW (ofm_pfrd_win_11.1.1.2.0_64_disk1-4\Disk1\setup.exe) Apply patchset to upgrade FMW from 11.1.1.2 to 11.1.1.3: ofm_pfrd_win_11.1.1.3.0_64_disk1_1of1\Disk1\setup.exe

Configure UVIS bin


10 On the OS, create the location for the UVIS runtime files (fmx, rep, pll, etc.) and load the UVIS executables: C:\uvis_bins\uvis_dev\bin\ C:\uvis_bins\uvis_dev\bin\help_doc_ho C:\uvis_bins\uvis_dev\bin\help_doc_ul Add UVIS executable files to C:\uvis_bins\uvis_dev\bin\

10a 11

Configure UVIS frmweb.cfg


Modify formsweb.cfg: Using Enterprise Manager (EM): http://server.edu:7001/em From Farm_Domain, choose Forms, Forms Within the Forms Deployment section for formsapp, choose the Web Configuration link. Within Web Configuration section, choose Create Like button and set the following values: Section To Duplicate = default *New Section Name = uvis4 Click Create. From the OS, using Windows Explorer, navigate to: C:\Oracle\Middleware\user_projects\domains\FRDomain\config\fmwconfig\servers\WLS_FORMS\applicati ons\formsapp_11.1.1\config and open the formsweb.cfg file in a text editor. To get EM to recognize the previous manual mods, using the EM, navigate to another node on the EM tree (e.g. Web Tier node and select a child node (e.g. ohs1)). Then, navigate back to the Forms, Forms, Web Configuration location and verify your changes.

11a

11b

Configure UVIS uvis4.env


12 Create and modify an environment file (e.g. uvis4.env). Using EM, go to the Forms, Forms node and select the Environment Configuration link. In the upper, right-hand section of the Environment Configuration screen, choose the Duplicate File button and set the following values: Environment File = default.env *Name = uvis4.env Click Duplicate. With the uvis4.env selected in the Show drop-list, add the location of your UVIS bin to the end of the FORMS_PATH values, separating it from the existing values with a semi-colon (e.g.;C:\uvis_bins\uvis_dev\bin) With the uvis4.env selected in the Show drop-list, add the location of your UVIS jar files to the end of the CLASSPATH values, separating it from the existing values with a semi-colon (e.g. ; C:\Oracle\Middleware\PFRD_Binaries\forms\java\uvis_images.jar;C:\Oracle\Middleware\PFRD_Binaries\for ms\java\uvisRolloverButton.jar;C:\Oracle\Middleware\PFRD_Binaries\forms\java\uvisFixedLenTextItem.jar; C:\Oracle\Middleware\PFRD_Binaries\forms\java\uvisFontButton.jar;C:\Oracle\Middleware\PFRD_Binaries\ forms\java\UVISJFreeGraph.jar). To get EM to recognize the previous manual mods, using the EM, navigate to another node on the EM tree (e.g. Web Tier node and select a child node (e.g. ohs1)). Then, navigate back to the Forms, Forms, Web Configuration location and verify your changes. NOTE: Some configuration changes may require restarting the Weblogic servers (WLS_FORMS, WLS_REPORTS, Admin_Server).

12a

12b

12c

13

UVIS Jar Files


14 Add UVIS jar files to the OWLS: C:\Oracle\Middleware\PFRD_Binaries\forms\java

UVIS and OWLS Report Server


15 From the EM, open the Reports node and get the OWLS Report Server Name (e.g. ReportServer_hostservername_InstanceName): ReportServer_atlapp07_FRinst Assign the new Report Server to UVIS users. From UVIS: Select Administration, Security, User Option Settings SEV0022.

16

Page 4 of 36

Available User Option Settings, Value = NAME Option Setting Values, Value = ReportServer_atlapp07_FRinst Set the Report Server for a specific user, not the system. Select Administration, Security, User Options SEV0021. (Do not modify the Option Setting Defaults, Default Value) Option Setting Defaults, User Option = OAS_REPORT_SERVER User Options, Username = UVISLABS Value = ReportServer_atlapp07_FRinst Code to seed table (ticket# 5481):
declare v_system varchar2(100); v_step number; --*NOTE* - The uvis_user_options and uvis_user_options_m tables are -mutually exclusive. -Meaning: -Users may have a value defined regardless of a default_value -defined in the uvis_user_options_m table. --The system may have a default_value defined regardless of a value -defined in the uvis_user_options table. begin v_step := 10; v_system := uvis_sys_pkg.get_system_of_username(user); v_step := 20; --master - create the setting --SEV0022 - User Option Settings, "Available User Option Settings" block --** This insert need only be run one time to seed the table ** begin insert into uvis_user_options_set_m (setting ,description ,lun ,lud) values ('NAME' ,'Oracle Report Server name' ,user ,sysdate); commit; exception --if the setting has already been created, don't error out when dup_val_on_index then dbms_output.put_line(v_step||' - '||sqlerrm); end; v_step := 30; --create the values for the new setting --SEV0022 - User Option Settings, "Option Setting Values" block --** This insert statement should be run each time a new "value" would like to --**added to the setting begin insert into uvis_user_options_set_vals (setting ,value ,description ,lun ,lud) values ('NAME' ,'ReportsServer_UVIS-AS-01_FRins' ,'Main Report server created from WLS.' ,user ,sysdate); commit; exception --if the setting has already been created (only 1 default for the setting), don't error out

Page 5 of 36

when dup_val_on_index then dbms_output.put_line(v_step||' - '||sqlerrm); end; v_step := 40; --associate the user_option and default setting --SEV0021 - User Options, "Option Setting Defaults" block --** This insert need only be run one time to seed the table with a --** DEFAULT_VALUE, for the SETTING, for the USER_OPTION** --** Use the screen to update the DEFAULT_VALUE begin insert into uvis_user_options_m (user_option ,setting ,default_value ,allow_user_change_yn ,description ,lun ,lud ) values ('OAS_REPORT_SERVER' ,'NAME' ,'ReportsServer_UVIS-AS-01_FRins' ,'Y' ,'Sets the Oracle Report Server for Forms Runtime Development.' ,user ,sysdate); commit; exception --if the setting has already been created (only 1 default for the setting), don't error out when dup_val_on_index then dbms_output.put_line(v_step||' - '||sqlerrm); end; v_step := 50; --assign a user_option and setting for user account: "username". --SEV0021 - User Options, "User Options" block --** This insert need only be run one time to seed the table with a --** VALUE, for the SETTING, for the USER, for the USER_OPTION** --** Use the screen to update the DEFAULT_VALUE begin insert into uvis_user_options (user_option ,system ,username ,allow_user_change_yn ,setting ,value ,lun ,lud) values ('OAS_REPORT_SERVER' ,v_system ,user ,'Y' ,'NAME' ,'ReportsServer_UVIS-AS-01_FRins' ,user ,sysdate); commit; exception --if the setting has already been created (only 1 default for the setting), don't error out when dup_val_on_index then dbms_output.put_line(v_step||' - '||sqlerrm); end; v_step := 60; --main exception when others then dbms_output.put_line(v_step||' - '||sqlerrm); rollback; end;

Page 6 of 36

UVIS and OWLS Key Maps cgicmd.dat


17 Allow UVIS to prevent important information from appearing in the URL. From the OS, go to the folder C:\Oracle\Middleware\PFRD_Binaries\reports\conf\ and open the cgicmd.dat file for edit. The following keys should be added to the bottom of the file (there must be an empty line separating key entries):
;;;;;;;;;;;; Beginning of UVIS entries ;;;;;;;;;;;;;;;;; ;key_name: userid=uname/pword@<DB CONNECT STRING> %* uvis_ho_cpv: userid=cpv/ucpv@rgilabdev %* uvis_ho_dlv: userid=dlv/udlv@rgilabdev %* rgihodev: userid=hov/uhov@rgihodev %* rgilabdev: userid=cpv/ucpv@rgilabdev %* uvis_ul_link: userid=cpv/ucpv@rgilabdev %* uvis_ho_link: userid=hov/uhov@rgihodev %* ;;;;;;;;;;;; End of UVIS entries ;;;;;;;;;;;;;;;;;

Note the DB connect string should match the values from UVIS@: Hospital: Setup, Billing , System Setup BLV0012: ClinPath Connect String Hospital: Setup, Billing , System Setup BLV0012: DLab Connect String Labs: Setup, DLab Default DLV0004, System tab: Hospital Connect String Labs: Setup, ClinPath Default CLV0021: Hospital Connect String Code to build links (ticket# 20281): 18 Enter source and temp folders for the reports. This can be done through EM: select Reports Server Homepage > Reports Server > Advanced Configuration, mod Reports Engine Parameters - Reports Source/Temp Directory by setting to uvis' bin (D:\uvis_bins\uvis_dev\bin). The underlying file that is modified is : $DomainHome\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\rws erver.conf for source_dir/temp_dir

UVIS Keyboard Mappings


19 Add the keyboard resource file (fmrpcweb.res) file to the C:\Oracle\Middleware\PFRD_Binaries\forms\ folder.

Developers Note
1 Developer Note: for the Forms and Reports Developer Tools, the working folders for the source files will need to be added to the Registry for Oracle: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OH206512716\FORMS_PATH HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OH206512716\REPORTS_PATH HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OH206512716\FORMS_BUILDER_CLASSPA TH

Notes: y y y y y

Host server will need DNS entry update (Windows = C:\Windows\System32\drivers\etc\hosts) Tnsnames.ora file @ $INSTANCE_HOME\config Set environment mode @ $Domain_Home\bin\setDomainEnv.cmd Allow file downloads to client from OWLS @ $Instance_Home\config\FormsComponent\forms\server\webutil.cfg Webutil.cfg @ $ORACLE_HOME\forms\webutil

Page 7 of 36

Oracle/Sun Software Downloads


At the time of this writing, the required files were downloaded to c:\temp: Sun Java JDK http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html Download the 32 and 64 bit JDKs.

Oracle Weblogic Server (*generic.jar for 64-bit) http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html

Oracle Fusion Middleware Portal, Forms, Reports and Discoverer http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html

Page 8 of 36

Oracle Fusion Middleware Weblogic Server 11gR1 (v10.3.3)


64-bit install file C:\temp\OWLS-Fusion\64bit\wls1033_generic.jar ****** Sun JDK must be installed prior to OWLS/FMW installation. Also, do not use default folders (C:\Program Files and C:\Program Files (x86)), as the spaces and parenthesis have be known to cause conflicts with the OWLS/FMW install. I created a C:\Programs64\ and C:\Programs32\ folder for my Sun Java JDK installs (64bit and 32bit respectively). During the JDK installs pay attention to the path locations. They will need to be manually updated during the JDK installs. ****** To install in 64-bit code (where a 64-bit JDK exists), launch a cmd window (Start > Run > cmd), change folders to the location of the downloaded wls1033_generic.jar file and enter the following command: java D64 Xmx1024m jar wls1033_generic.jar or for character mode java D64 Xmx1024m jar wls1033_generic.jar mode=console ****** Note, 32-bit was installed on XP machine using file: wls1033_oepe111150_win32.exe ****** The screen shots below were gathered from running this command from the command line: Java D64 Xmx1024m jar wls1033_generic.jar Click Next. Leave the default directory. Click Next.

Page 9 of 36

Security Updates, add MyOracle Support info. Click Next.

Default is Typical. Click Next.

Suns 64-bit JDK was previously installed. Browse and assigned it. Click Next.

Defaults. Click Next.

Defaults. Click Next.

Page 10 of 36

Click Next.

Progress displays.

Success. Check Run Quickstart. Click Done.

From OS, create an instances folder under C:\Oracle\Middleware\.

Page 11 of 36

Begin --If the Run Quickstart checkbox is selected above, the following screens will be presented.-After Quickstart launches, choose Getting started.

Left default to Create a new. Click Next.

Select both the RPC and WS options. Click Next.

Defaults. Click Next.

Enter Name and User password. Click Next.

Page 12 of 36

Defaults (clients will need Prod Mode). Click Next. Selected nothing to configure. Click Next.

Just shows what you have configured. Click Create.

Success. Click Done.

End --If the Run Quickstart checkbox is selected above, the following screens will be presented.--

Page 13 of 36

Installing Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0)


(With help from: https://support.oracle.com/CSP/main/article?cmd=show&type=ATT&id=1088873.1:FMW11GFR_INSTAL L&inline=1) Find downloaded, unzipped software and launch installer (setup.exe, where c:\ = \\atlapp07\c): 32-bit install files C:\temp\OWLS-Fusion\64bit\ofm_pfrd_win_11.1.1.2.0_64_disk1_1of1\Disk1 C:\temp\OWLS-Fusion\64bit\ofm_pfrd_win_11.1.1.2.0_64_disk2_1of1\Disk1 C:\temp\OWLS-Fusion\64bit\ofm_pfrd_win_11.1.1.2.0_64_disk3_1of1\Disk1 C:\temp\OWLS-Fusion\64bit\ofm_pfrd_win_11.1.1.2.0_64_disk4_1of1\Disk1 ****** Unzip each zip file into a master folder (e.g. C:\temp\OWLSFusion\64bit\ofm_pfrd_win_11.1.1.2.0_64_disk1-4\). The result will be a structure similar to: C:\temp\OWLS-Fusion\64bit\ofm_pfrd_win_11.1.1.2.0_64_disk1-4\disk1 \disk2 \disk3 \disk4 ****** Per Instructions from Oracle Fusion Middleware, Quick Installation Guide for Oracle Portal, Forms, Reports and Discoverer 11g Release 1 (11.1.1), E12003-03 Launch setup.exe from Disk1. Click Next. Select Install Software Do Not Configure. Click Next.

Page 14 of 36

Automatic Prereq checks for OS versions and RAM (I exploded the + nodes to show tests/results). Click Next.

Default MW Home, renamed Oracle Home. Click Next.

Security Updates, add MyOracle Support info. Click Next.

****** NOTE: If a 64-bit JVM is not present you will receive an error stating something like: INST-07408, unable to install product on a 32 bit JVM on a 64 bit machine. To get around this msg, I stopped the installation, deinstalled OWLS, installed a 64bit Java JDK (jdk-6u23windows-x64 @ 11/21/2010), then reinstalled the Weblogic Server (WLS) and assigned the 64 bit JDK during the WLS install. ******

Page 15 of 36

Installation Summary, Click Install (progress is displayed).

Install Progress held @ 97% for a few minutes, waiting for post install scripts and Oneoff Patch, then success. Click Next. Installation Complete. Click Finish.

Upgrade to 11.1.1.3 is Next.

Page 16 of 36

Upgrade Oracle Portal, Forms, Reports and Discoverer 11gR1: (v11.1.1.2.0) to (v11.1.1.3.0)
(With help from: https://support.oracle.com/CSP/main/article?cmd=show&type=ATT&id=1088873.1:FMW11GFR_INSTAL L&inline=1) Find downloaded, unzipped software and launch installer (setup.exe, where c:\ = \\atlapp07\c): C:\temp\OWLS-Fusion\64bit\ofm_pfrd_win_11.1.1.3.0_64_disk1_1of1\Disk1\ \Disk2\ \Disk3\ Per Instructions from Oracle Fusion Middleware Patching Guide 11g Release 1 (11.1.1), E16793-05 Launch setup.exe from Disk1. Specify Middleware\Oracle Home, Click Next.

Click Install.

Click Next.

Click Finish.

Page 17 of 36

Configuring Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.3.0)


Find and launch C:\Oracle\Middleware\pfrd_binaries\bin\config.bat (Start, Programs, Oracle Classic 11g Home1, Configure Classic Instance). Click Next. Click Next.

Choose Create Domain and enter User Name and User Password and a Domain Name. Click Next.

Page 18 of 36

Change the Oracle Instance Location/Name to C:\Oracle\Middleware\instances\FRinst / FRinst (Note: the instances folder may need to be manually created on the OS). Click Next.

Deselect the Oracle Portal, Oracle Discoverer, select Developer Tools and click Next (same screen, just scrolled to show contents).

Default Auto Port Config. Click Next.

Default. Click Next.

Page 19 of 36

Deselect Use Application Level Identity Store. Click Next.

Verified Installation Summary. Click Configure (same screen, just scrolled to show contents).

Page 20 of 36

Install Complete screen (same screen expanded to show details).

What Was Installed?


Start Button Navigation to Installed OWLS/FMW Items Oracle OH206512716 Universal Installers

Oracle OH245659978

Oracle Classic 11g Home1

Page 21 of 36

Oracle Classic Instance - FRinst

Page 22 of 36

Oracle WebLogic

Page 23 of 36

Oracle Weblogic (BEAHOME 1) base_domain

FRDomain

Page 24 of 36

Page 25 of 36

Post Installation/Configuration Notes


(from https://support.oracle.com/CSP/main/article?cmd=show&type=ATT&id=1088873.1:FMW11GFR_INSTALL&inline=1)

Check the y WebLogic Administration Console http://atluvis026:7001/console (weblogic/fr99weblogic)

Enterprise Manager Fusion Middleware Control (Note: this http://atluvis026:7001/em (weblogic/fr99weblogic)

Page 26 of 36

Test form and report (test.fmb, report.rep) http://atluvis026:8090/forms/frmservlet

http://atluvis026:8090/reports/rwservlet

The following tasks have been performed in this document:  1. Installation of Oracle WebLogic Server 11gR1 (v10.3.3)  2. Installation Fusion Middleware 11gR1 (v11.1.1.2) Portal, Forms, Reports, Discoverer  3. Patchset applied to Fusion Middleware 11gR1 (v11.1.1.2) to raise version to v11.1.1.3  4. Creation of Base_Domain, Forms/Reports WebLogic Domain and Oracle Instance using Configuration Assistant  5. Post Install Review

Navigating Enterprise Manager (EM) and Administration Console


EM page, Forms, forms:

Page 27 of 36

EM page, Forms, forms, Web Configuration link:

EM page, Forms, forms, Environment Configuration link:

Weblogic Server, Administration Console FRDomain, Environment, Servers Control

Page 28 of 36

Starting the Weblogic Domain Servers


Start Weblogic Admin Server Domains

Start Weblogic Server for Forms Services

Page 29 of 36

Start Weblogic Server for Report Services

Launching UVIS
http://atluvis026.na.corp.rossgroupinc.com:8090/forms/frmservlet?config=uvis4

Configuring WLS as an OS Service


****** It may be necessary to modify the %JAVA_HOME% settings to match your Java home: y setDomainEnv.cmd ****** ****** Note: I made copies of the following files (Oracle Filenames) shipped with WLS/FMW and modified them to meet my environments needs:
Oracle Filename C:\oracle\Middleware\user_p rojects\domains\FRDomain\b in\setDomainEnv.cmd C:\oracle\Middleware\user_p rojects\domains\FRDomain\b in\startWebLogic.cmd See above See above C:\Oracle\Middleware\wlser ver_10.3\server\bin\installSv c.cmd C:\Oracle\Middleware\wlser ver_10.3\common\bin\comm Env.cmd Purpose Define Domain specific env vars Modified Filename *0-setDomainEnv.cmd

Define settings for OS service: AdminServer

10-WLS_Svc-FRDomain-AdminServer-UVIS.cmd

Define settings for OS service: WLS_FORMS Define settings for OS service: WLS_REPORTS Create OS Service

20-WLS_Svc-FRDomain-WLS_FORMSUVIS.cmd 25-WLS_Svc-FRDomain-WLS_REPORTSUVIS.cmd *30-WLS-installSvc.cmd

Define Common env vars

*40-WLS-commEnv.cmd

Files marked with * are called from 10, 20 and 25.

Page 30 of 36

Create a temp folder (e.g. C:\__UVIS_working\11g-64bit\OS-ServiceScript\) to run them from the command line. The files should be run in the following order: Order 1 Action Open command prompt window. Navigate to folder where service files exist (it may be necessary to add that folder Filename 10-WLS_Svc-FRDomainAdminServer-UVIS.cmd Action Follow on screen prompts to Press any key to continue.... When script is complete, close command window.

Check the stderr/stdout settings within the files beginning 10/20/25 for log file locations and verify the service was created. After running the script to verify a successful installation of the OS service to start the WLS Sever (C:\Oracle\Middleware\wlserver_10.3\server\bin\beasvc -debug "beasvc FRDomain_AdminServer"), I noticed an error that C:\Programs64\Java\jdk1.6.0_23\jre\lib\ia64\jvm.cfg could not be opened. Information on Oracles metalink website indicated to: y Manually create the ia64 folder in C:\Programs64\Java\jdk1.6.0_23\jre\lib\ y Copy C:\Programs64\Java\jdk1.6.0_23\jre\lib\amd64\jvm.cfg file to C:\Programs64\Java\jdk1.6.0_23\jre\lib\ia64 ****** Once the file has successfully run (check the stderr/stdout settings within the files beginning 10/20/25 for log file locations), open the OS Services panel and set the Services to start automatically when the server is started. This is done by setting Startup Type (General tab) to Automatic and the Log on as properties (Log On tab) to use an account that has the privileges to start services when the server is restarted. The following service will need this Log on as Account and Password set: beasvc FRDomain_AdminServer. Note: The beasvc FRDomain_AdminServer must be started before installing and starting the Managed Servers beasvc FRDomain_WLS_FORMS, beasvc FRDomain_WLS_REPORTS. So, from the Services panel, start the beasvc FRDomain_AdminServer. Page 31 of 36

Create the Managed Server services in the following order: Order Action Filename Action 2 Open command prompt window. 20-WLS_Svc-FRDomain- Follow on screen prompts to Navigate to folder where service files WLS_FORMS-UVIS.cmd Press any key to continue.... exist (it may be necessary to add that When script is complete, folder close command window. 3 Open command prompt window. 25-WLS_Svc-FRDomain- Follow on screen prompts to Navigate to folder where service files WLS_REPORTSPress any key to continue.... exist (it may be necessary to add that UVIS.cmd When script is complete, folder close command window. The following services will need this Log on as Account and Password set: beasvc FRDomain_WLS_FORMS, beasvc FRDomain_WLS_REPORTS.

Page 32 of 36

Verify OS Service Registry Entries


As the OS Services are created, the last command in the 30-WLS-installSvc.cmd script (beasvc) modifies the Windows Registry. Navigate to \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\beasvc FRDomainDev_AdminServer\Parameters\. ****** In the above example, there is an entry for each admin server and managed server. The FRDomainDev_AdminServer can be substituted, for example, with FRDomainDev_WLS_FORMS, or FRDomainDev_WLS_REPORTS. Within the Registry item CmdLine: y Check the CmdLine entry for each server and make sure there are not any multiple spaces between entries. If there are, make them a single space. y The first element in the CmdLine entry should read -server: -server -Xms256m y For a production environment, the following setting, -Dweblogic.ProductionModeEnabled=, should be updated from: false to true. ******

Forms and Reports Extra (DEV/TEST) Environments


Follow PFRD installation/upgrade steps (above) and enter new Oracle Home Directory: **Install** **Upgrade**

Now configure the new PFRD installation. Find and launch C:\Oracle\Middleware\pfrd_binaries\bin\config.bat (Start > Programs > Oracle Classic 11g Home2 > Configure Classic Instance). For the Dev Domain, I used the username and password: frweblogicdev/frweblogic99

Page 33 of 36

Page 34 of 36

Page 35 of 36

Auto Login - boot.properties file


There is a boot.properties for each Admin/Managed Server:

The servers must be stopped before the files can be modified . Enter the username/password you created when the domain was created. FRDomain username=frweblogic password=frweblogic99 FRDomainDev username=frweblogicdev password=frweblogic99

Page 36 of 36

You might also like