Showing posts with label Discoverer. Show all posts
Showing posts with label Discoverer. Show all posts

Sunday, December 5, 2010

Registering Disco Workbook in Apps R12



1) Create the workbook

2) Open the workbook in the Discoverer Desktop or Plus edition and go to
'File->Manage Workbooks->Properties' look for the value for 'Identifier'. Save this value.

3) Create a form function. The form function definition includes the properties listed in these tabs:

3.1 Description tab:
3.1.1 Function Name: XX_[FUNCTION_NAME] (it is accepted practice to identify customizations with an XX prefix)
3.1.2 User Function Name: This is the name that will show in the menu
3.1.3 Description: Add a description of the function if you want.

3.2 Properties tab:
3.2.1 Type : SSWA jsp function
3.2.2 Maintenance Mode Support: Leave as "None"
3.2.3 Context Dependence: Leave as "Responsibility"

3.3 Form tab:
3.3.1 Form: Leave the field blank.
3.3.2 Application: Leave the field blank.
3.3.3 Parameters: mode=DISCO&workbook=(workbook identifier from step2)&parameters=(Disco parameters name/values)

3.4 Web HTML tab:
3.4.1 HTML call : OracleOasis.jsp

3.5 Web Host tab:
3.5.1 Leave all fields blank.

3.6 Region tab:
3.6.1 Leave all fields blank.

3.7 Save the form.

4) Open the menu form as sysadmin.

4.1 Search for the main menu under which you want the link to appear.
4.2 Add the information you need such as prompt, submenu, description etc.
4.3 Enter into the Function field the name of the function you created in step 3.
4.4 Save the menu form.

A message will appear saying that a concurrent program will run to regenerate the menus.

5) Set below Profile options, if your End User Layer Name = EUL_US
ICX: Discoverer Default End User Layer Schema Prefix = EUL
ICX: Discoverer EDW End User Layer Schema Prefix = US

6) Bounce Apache and Forms.

Tuesday, June 8, 2010

Discoverer Installation Steps (Secure Env)



1) Install BI Tool (discoverer) using below link:
http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html
- Apply below patch to upgrade discoverer to latest version- 10.1.2.55.26:
https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=5983622&urlc=v1.2~4CCAD0AC87DF49E94C1BD6FEE81FDF1C1A863C2773B61A934293703FE27E60561C77DEFCBE89C5319CE51B05760B7D0466210C3BFB0D480BE7CEAB2FE335769B6EAA830E420C75519C56667074E2C4129140BA774EC6BCB80AE5894843D82A872B730C33A77E7287704828F331EF87608045ACEDF264A13AE6D21842ECC8DB7B96AECD925C2EF112FE3B9C3E61B6A18B030E529B217647520668D6A364DA779A81C4ED7B88AEEDC42E2A13BF05ED38B489DE1B4CDD12EF0001D4FCFBF3598D336055C1C266851E2ED7FF726BD10497E7C707C0DA0DFABA579E207B4EB9087DBD02E9B7BEE815C3868D0CB5AD1F56DD2644AC7C34E8111C1D583017A65980EE6DCFE660C4E8E8DB31C9A1AE572A981EA699941C057092A7BAB5F297FED7CAE1E2BEAD52E8A979889C6A1038580938ECDE276F48004F648A242AEB9BCC569EBC09CA82AEAAE7D6CD131D0AB8819B68AE023E4EF807E7EA5F4CD5EDE106605038A3314ED9C22808B44F30559D95B433C87F

2) Identify the Oracle Home for Discoverer
For example: You could find dis51usr.exe under the directory D:\oracle\BIToolsHome_1\bin. Then the Oracle Home is D:\oracle\BIToolsHome_1

3) Create a folder named "secure" in the ORACLE_HOME directory identified in step 2 (i.e. D:\oracle\BIToolsHome_1\Secure). Copy DBC files in this secure folder

4) Discoverer requires Windows Environment variables to dynamically retrieve the location of the .dbc file on the PC.

5) Open Windows Control Panel and double click on the System icon.

6) Select the Environment tab and create two new System Variables
FND_SECURE = ORACLE_HOME\Secure
FND_TOP= ORACLE_HOME
NOTE: The Oracle Home is the one identified in step 2.

7) Restart the PC and you should be able to connect to Discoverer in an Oracle Applications mode EUL in secure mode.