0% found this document useful (0 votes)
153 views

Workflow Installation Guide

This document provides instructions for installing and configuring the Oracle Workflow software and related components. It outlines the prerequisites, installation steps for Oracle Workflow, Workflow Configuration Assistant, Oracle Workflow Builder, Oracle HTTP Server, and accessing the Oracle workflow web services. It also describes a problem of the HTTP server being down due to the COMSPEC environment variable not being set and how it was resolved.

Uploaded by

vikramjitsihint
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
153 views

Workflow Installation Guide

This document provides instructions for installing and configuring the Oracle Workflow software and related components. It outlines the prerequisites, installation steps for Oracle Workflow, Workflow Configuration Assistant, Oracle Workflow Builder, Oracle HTTP Server, and accessing the Oracle workflow web services. It also describes a problem of the HTTP server being down due to the COMSPEC environment variable not being set and how it was resolved.

Uploaded by

vikramjitsihint
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

PDG ORIGINATION WORKFLOW INSTALLATION GUIDE Prerequisites Have completed the installation of Oracle database 10g.

It is suggested that you set your Oracle home location to C:\oracle\product\10.2.0\db_1. Oracle workflow setup steps Oracle Workflow can be installed from the Oracle Database 10g Companion CD. During installation from the companion CD, in Select a Product to Install wizard page, make sure you choose the second option: "Oracle Database 10g Products 10.2.0.1" to install Oracle Workflow. Also, you need to install this in your Oracle Database home.

PDG ORIGINATION

After installing Oracle Workflow in your Oracle home, run the Workflow Configuration Assistant to create the owf_mgr Workflow schema. When you run the Workflow Configuration Assistant, you need to specify the database connect string in the TNS Connect Descriptor box.

Enter the following values: Accept the default for Install Option Workflow Account: (Accept the default) owf_mgr Workflow Password: owf_mgr SYS Password: <oracle or enter your SYS account password> TNS Connect Descriptor: localhost:1521:orcl Click Submit.

PDG ORIGINATION

Oracle Workflow Builder Oracle Workflow Builder is a GUI tool that allows you to create and edit workflow definitions. Workflow builder tool can be installed from OWF_Clt_2635_WINNT. It will get install in different Oracle home.

Note: Please follow the step to install oracle work flow server from the following url. http://www.oracle.com/technology/obe/10gr2_owb/10gr2_owb_extend/install/setup.html

PDG ORIGINATION Oracle HTTP Server Oracle HTTP Server can be installed from the Oracle Database 10g Companion CD. During installation from the companion CD, in Select a Product to Install wizard page, make sure you choose the third option: "Oracle Database 10g Companion Products 10.2.0.1" to install Oracle HTTP Server. You need to install this in different Oracle home.

While installation, please tick for both products i.e Oracle HTTP Sever and Oracle Workflow Middle Tier.

PDG ORIGINATION

Steps for Accessing Oracle workflow on Web server To access Oracle Workflow's web services, navigate to the following URL:
http://<server_name>[:<portID>]/pls/<your Workflow DAD>/wfa_html.home For e.g.

http://rsi-142.indussoft.rsystems.com:7777/pls/wfpoc/wfa_html.home Port ID can be 7777 or 7778

Problems faced during installation Problem: After entering following URL http://rsi-142.indussoft.rsystems.com:7777 , welcome page is not opening. HTTP server was down. Solution: After looking into ipm.log file located at C:\orahome2\opmn\logs, found that COMSPEC Environment variable is not set. Set the COMSPEC Environment variable.

You might also like