ORACLE 110 Course notes Services to start (currently set to manual to conserve resources) OracleOas10gASControl OracleOas10gProcessManager OracleOas10gReports[rep_seed_phil] http://home.earthlink.net/~vkornilo728/inb-ssb-doc.htm (old release 1 notes) OAN www.oracle.com/technology/software/products/forms/index.html Oracle Application Server forms and reports services v9.0.4 for both INB and SSB 9.0.4.0.2 not yet certified for production, but great for testing. If we need anything from metalink, just contact the actionweb and request it and they will send it. Name: Oas10g Path: C:\oracle\as10g FAQ 13370 on SCT actionweb relates to install. Windows will use port 80 for it’s default OAS port. http://localhost:7777/ oracleiascontrol service controls this page: http://localhost:1810/ ias_admin/u_pick_it2 passwords are case sensitive Command line, can also be done via service set PATH=c:\oracle\as10g\opmn\bin;c:\oracle\as10g\bin;%PATH% opmnctl stopall opmnctl startall emctl stop iasconsole http://localhost:9020 to get to Oracle SSB INB Oracle User SSB Login using ID (SSN or some other ID) & Pin DAD Data Access Descriptor, runs pl/sql to retrieve data for user, usually www_user or www2_user. Establishes connection to DB and stays connected. Can have several connections, can configure min and max in httpd.conf Steps to set up SSB. 1) Open port (9020) 2) Set up Virtual Host 3) Create a DAD (www2_user) 4) Copy \\oratest\e$\app\sct\banTRNG\wtlweb\htm files to c:\banner\ssb\trng\wtlhelp 5) Copy \\oratest\e$\app\sct\banTRNG\wtlweb\gif files to c:\banner\ssb\trng\wtlgifs copy homepage.htm to c:\banner\ssb\trng and modify to point to proper directories to match DAD values <meta http-equiv="refresh" content="0;URL=http://pshafferlaptop.bsu.edu:9020/pls/TRNG/twbkwbis.P_GenMenu?name=homepage"> If you ever change www2_user’s password in production you have to change the password in virtual hosts Localhost:9020 use following user/pin 210009107 123456 9010 9030 seed pprd DAY 2 All forms have fmb extension in banner home All Clients should change their seed number in production to ensure that no-one accidentally runs a test program against production. Chapter 1.1. Must be changed in 4 places (oracle, java, forms, and sql Check FAQ and search for seed) Must have a separate report server for each database Step 1.13 In oracle_home/forms90/server Copy default.env to trng.env Copy fmx, plx, and mmx’s into fmx directory Login to http://localhost:7777/forms90/f90servlet?config=trng as baseline/u_pick_it and you can add and set many parameters from guauprf Steps to making a new INB 1) Copy C:\Banner\SSB\INB\TRNG to C:\Banner\SSB\INB\PPRD (All FMX’s will have to be compiled within the new directory) 2) Change C:\Banner\SSB\INB\PPRD\CONF\tnsnames.ora to point to pprd rather than trng. 3) Copy C:\oracle\as10g\forms90\server\trng.env to pprd.env and modify 4) Modify C:\oracle\as10g\forms90\server\formsweb.cfg to add the following to the bottom i. [pprd] ii. envFile=c:\oracle\as10g\forms90\server\pprd.env iii. form=guainit.fmx iv. v. [pprdsecurity] vi. envFile=pprd.env vii. form=gsasecr.fmx 5) Login to 1810 as ias_admin/u_pick_it2 and restart DAY 3 Set up new primary page to duplicate http://bannertest.bsu.edu:9090 1) Copy mainpage to C:\Banner\SSB\INB\htdocs 2) Create new 9099 port on localhost (http_server | Administration | Server Properties) 3) Create new Virtual Host 4) Restart services and connect to http://localhost:9099 FAQ 13360 Steps to install Oracle Developer Suite Set up a new report server (creates it out of process and away from the rest of the reports) Report Servlets Environment: http://localhost:7777/reports/rwservlet/showenv?server=rep_pshaffer-laptop http://localhost:7777/reports/rwservlet?server=rep_pshafferlaptop+report=ivp_orep.rep+desformat=pdf+destype=cache+userid= http://localhost:7777/reports/rwservlet/showenv?server=rep_seed1 rwserver.exe server=rep_seed1 create server rwserver.exe server=rep_seed1 batch=yes start server rwserver.exe server=rep_seed1 shutdown=normal authid=orcladmin/u_pick_it2 rwserver.exe –install rep_seed_phil autostart=yes installs it to services FAQ 13117 for SSL (currently can’t get to it with BSU accts.)