Sunday, 12 July 2015

Oracle GRC





                                                       CCG 5.5.1 Metabuilder Installation

Metabuilder step by step installation details:

(Windows Installations)

1. Unzip the CCG_551_metabuilder.zip file in 'C' drive

2. Add the CCG TNS_NAME in tnsnames.ora file located under                                                                 C:\DevSuiteHome_1\NETWORK\ADMIN

Note: DevSuiteHome_1 is forms repository

E.g.: CCG=

(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=host.domain.com) (PORT=1580)) (CONNECT_DATA= (SERVICE_NAME=CCG) ) )

Note: SERVICE_NAME and <alias> name should be same.

3. Open the default.env (C:\DevSuiteHome_1\forms\server) and add the below text.

     3.1. Add the value for ORACLE_HOME = C:\DevSuiteHome_1

     3.2. Add FORMS_PATH = C:\DevSuiteHome_1\forms; C:\CCG_551_metabuilder\mb_ui

             Note: DevSuiteHome_1 is forms repository


4. Open formsweb.cfg (C:\DevSuiteHome_1\forms\server) and add the below text at the end of page.

-----------------------------
[metabuilder]
form=metabuilder.fmx
otherparams=param_dbinstance=<Alias> param_gwyuid=amhome/<am_home_pwd>
separateFrame=True
lookandfeel=Oracle
logo=amwind
pageTitle=Oracle Metabuilder 5.5.1
webUtilArchive=/forms/java/frmwebutil.jar,/forms/java/jacob.jar
archive_jini=frmall_jinit.jar,ico.jar
imagebase=codebase
---------------------------------

Note: Replace following
<Alias> = CCG TNS_NAME Alias Name (CCG – Refer in step 2)
<am_home_pwd> = AM_HOME password

       4.1. Edit the formsweb.cfg file as below (refer the line number)



5. Copy the ico.jar (CCG_551_metabuilder /mb_ui/java) and paste it in
(C:\DevSuiteHome_1\forms\java) directory.
Note: DevSuiteHome_1 is forms repository

6. Go to windows (start menu)  type OC4J, click on Start OC4J Instance.
(C:\DevSuiteHome_1\j2ee\DevSuite\startinst.bat)

7. Use the following URL to connect to METABUILDER
http://<full_computer_name>:8889/forms/frmservlet?config=metabuilder

Note 1: Go to windows start menu --> Right click on computer --> Properties --> Check the <full_computer_name>.

Note 2: Username should be created in CCG with CCG Developer Role.



No comments:

Post a Comment