Oracle workflow [message #77291] |
Tue, 15 February 2005 22:21 |
Madhukar
Messages: 4 Registered: May 2001
|
Junior Member |
|
|
Hi
I am tring to install oracle workflow server on windows xp..
Http server is configured correctly as i can access the http://<machine-name:7777> page..
but when i try to access the oracle workflow user interface at
http://<machine-name:7777>/pls/wf/wfa_html.home it asks for the username and password.....i gave it the worf=kflow schema username and pwd....then after a couple of mins ..it gives the message
"The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. "
Please let me know how to solve this
Madhukar
|
|
|
Re: Oracle workflow [message #77292 is a reply to message #77291] |
Wed, 16 February 2005 10:51 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
from the DAD maintenance URL, make sure that you have the DAD set up correctly:
DAD Name: pls/wf
Database Conneciton String: iasdb (or whatever)
Default Page: wfa_html.home
Authentication Mode: Basic
The final url will be something like http://myhost:7777/pls/wf/wfa_html.home
You can also edit the dads.conf file direclty (under .../Apache/modplsql/conf/dads.conf)
The workflow accounts are sysadmin, wfadmin, blewis, cdouglas, kwalker, spierson. You can change the passwords from SYSTEM to whatever you want. Make sure they are unlocked too.
|
|
|