Configuring iAS for Forms and Reports [message #154376] |
Sat, 07 January 2006 12:12  |
zeshanali76
Messages: 180 Registered: January 2006 Location: Pakistan
|
Senior Member |

|
|
Dear Ramesh It is especially for u.
Install application server and up it
Application Server 9i R2:
Infrastructure:
lsnrctl start
sqlplus
startup
truncate table ods.ods_process
exit
oidmon start
oidctl server=oidldapd instance=1 start
Applicaton Server: (dcmctl command must run from Appsrv Home)
webcachectl start
dcmctl start -ct ohs
dcmctl start -co OC4J_BI_Forms (Case Sensitive)
dcmctl -v getstate (Command will show u the OC4J_BI_Forms is running)
9i Rel 2 is up
Application Server 10g
lsnrctl start
sqlplus
startup
truncate table ods.ods_process;
exit
oidmon start
oidctl server=oidldapd instance=1 start
(truncate instance value everytime when starting oidctl if not truncated then gives error instance no is already in use)
AppSRv:
opmnctl startall (Oracle Process Manager and Notification will start all process with sequence)
if u want to start just selected process then
opmctl startproc ias-component=<component_name> process-type=<process-name>
opmnctl status command will show the status of server.
Now put the forms in $OH/forms90 folder and compile them make a config in $OH/forms90/server/formsweb.cfg e.g.
[sofware]
form=abc.fmx
separateframe=true
lookandfeel=generic
save the file and run ur form from explorer
http://<server-name>:7778/forms90/f90servlet?config=software
Now about reports:
put ur reports in %OH/reports/printers folder and call ur reports.
There will be issues also like hidding username/password from URL, disabling SSO in next sitting v will discuss that issues but tell me this help worked and should v start next step r not?
Zeeshan Ali Awan
zesh76@msn.com
|
|
|
|
|
|
|