Wednesday, December 18, 2013

Use MySQL driver for BIP

A) Download the MySQL JDBC driver and register it with the application server where 
     BI Publisher is running.

Refer below :
 'Oracle® Fusion Middleware Configuring and Managing JDBC Data Sources for Oracle WebLogic Server 11g

http://docs.oracle.com/cd/E23943_01/web.1111/e13737/third_party_drivers.htm#g1054553

Section 'JDBC Drivers Installed with WebLogic Server'

B) See the following notes:

BI Publisher 11g Unable to Connect to TeraData Using TeraData JDBC Drivers

 (Doc ID 1431757.1)

How to Connect To MySQL Databases From BI Publisher Installed by 
OEM (Oracle Enterprise Manager) (Doc ID 1455099.1).

Wednesday, December 11, 2013

Enable EmbeddedHelp-UAP in Fusion Applications

Add the permission to jazn-data.xml to enable Help toggling as given below

Find this node by searching for ".JpsAuthenticatedRoleImpl"
    <grantee>
       <principals>
            <principal>

             <class>
               oracle.security.jps.internal.core.principals.JpsAuthenticatedRoleImpl
             </class>
              <name>authenticated-role</name>
            </principal>
        </principals>
      </grantee>

 

Inside <permissions> node immediately below that grantee node, insert this node:


 <permission>
       <class>oracle.adf.controller.security.TaskFlowPermission</class>
       <name>

        /WEB-INF/oracle/apps/atk/helpPortal/uap/ui/flow/
       AtkHelpPortalUAPHelpToggleTF.xml#AtkHelpPortalUAPHelpToggleTF
       </name>
       <actions>view</actions>
 </permission>


1) Rebuild EAR
2) Redeploy to WLS