Launching Planning from from OBIEE Link

I would like to create a link in OBIEE that launches a Planning data form without forcing the user to signon to Workspace. I am using a Link or Image object and am signing onto OBIEE and Planning as two different users.
So far I have tried the following:
- Identified the URL for the data form I want to launch using the Tools > Copy Link option.
- To this I appended the following string "?sso_username=demoadmin&sso_password=demoadmin".
- This results in a URL such as: http://demodrive:19000/workspace/?module=HyperionPlanning.planning&sourceApp=Retail2&targetPage=EnterData.jsp&targetPageParam=Form%3D02.%20Plan%20by%20Retail%20Division%26Application%3DRetail2?sso_username=demoadmin&sso_password=demoadmin
When I click the link in OBIEE it still presents the Workspace signon page. If I supply the user ID and password, it opens the desired form.
Any suggestions on what else I need to configure?
Thanks.

Thanks John. I don't see the "Accept Credentials on HTTP GET request" setting when I navigate to Administer > Workspace Server Settings on my environment, but I will work with our technical people to sort that out.
Thanks again for your help.

Similar Messages

  • Can't launch applications from Safari link

    When I try to open any external application through the Safari link, I'm redirected to the Safari "Favourites" tab and the app fails to launch.
    For instance, on clicking on a magnet link, the default torrent client(uTorrent in my case) should launch. Or when clicking on the "View in the Mac App Store" link for any application on the apple website, the app store launch. However, instead of launching the application, safari redirects me to the favourites page.
    I understand certain apps like Candy Crush were automatically redirecting users to the app store and apple resolved the issue in the updated OS, but is there a way to filter which apps safari can launch, maybe even if it asks for a password?

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • [iPhone] Launch Safari from a link in a UIWebView?

    I have a UIWebView with my app's built-in help documentation. I have a few links in these bundled pages that I would like to open in mobile Safari. Obviously, these links just load in my app's UIWebView. If you add target="_blank" to the link, the UIWebView does nothing when the link is clicked. I can't find any url schemes that will launch Safari that wouldn't also be handled by the web view.
    So if this is even possible, how can it be done?

    You'll have to forgive me, but I am a complete newbie to XCode - and I have been playing with the myGoogle example as a starting point to fumbling around the application; but I'm really not sure where your code needs to be added.
    I also found another example on dougdiego.com, which extends your concept to keep relative links within WebView, but send anything beginning http/https (and therefore likely to be external) to Safari;
    - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request
       navigationType:(UIWebViewNavigationType)navigationType; {
       NSURL *requestURL =\[ \[ request URL ] retain ];
       // Check to see what protocol/scheme the requested URL is.
       if ( ( \[ \[ requestURL scheme ] isEqualToString: @"http" ]
          || \[ \[ requestURL scheme ] isEqualToString: @"https" ] )
          && ( navigationType == UIWebViewNavigationTypeLinkClicked ) ) {
          return !\[ \[ UIApplication sharedApplication ] openURL: \[ requestURL autorelease ] ];
       // Auto release
       \[ requestURL release ];
       // If request url is something other than http or https it will open
       // in UIWebView. You could also check for the other following
       // protocols: tel, mailto and sms
       return YES;
    The narrative alongside the above code said "The method shouldStartLoadWithRequest is a delegate method that is called when a link is clicked on. You can override the method and tell it to open in Safari.", which is all very well - but I suspect I need to understand what a delegate method is, and how I override it
    Any help would be much appreciated.

  • Launching autoresponder from a link..?

    Currently, I have a form that when filled out, a confirmation page is displayed and an autoreponder is sent with the details of the form submission. However, not every person who fills out the form wants a copy of what was submitted. I have a new setup where the form is filled out and only a confirmation page is loaded, then at the bottom I have a link that if they want a copy, they click it and it launches another form that has an autoresponder attached. This is not very elegant because it also creates two cases. Someone know of a more elegant way to send an autosponder (or email the content of the form) via a link?

    Because you add a paramater to the form action what you want to do with javascript is have a tick on the form itself.
    Do you want to recieve a confirmation email? Yes No.
    Then if No you append to the action the paramater to supress the auto responder.
    Pretty easy

  • Link from OBIEE Report to BIP Report

    I have a requirement in which I need to Create a Report in OBIEE and the values used in the prompts to execute the report in OBIEE needs to be passed through a link to BIP and Execute BIP report for selcted parameters.
    The Report is working fine and I am able to pass the parameters from OBIEE to BIP but to make BIP Report function correctly. I have to apply same set of Parameters in BIP and they are visible in the header of the BIP Report.
    Now the Requirement is to hide those parameters from BIP Report and BIP Report should run for the selected parameters from OBIEE dashboard.. On doing this the values passed from OBIEE are not getting filltered in BIP report and BIP Report is running for all records. Is there an alternate way to achieve this?

    if you are on 11.1.1.6 version you can do it i think .
    check the link below
    http://docs.oracle.com/cd/E25178_01/bi.1111/e22257/whatsnew.htm#CHDCDBCA
    Enhancements to Parameter Display Options
    Enhancements to parameter display options include:
    Support for radio button and check box display of values
    Parameters that are defined as a menu in the data model can now be configured to display the menu options as a list of radio buttons or check boxes. Parameters configured to support one value support the option to display as radio buttons. Parameters configured to support multiple values support the option to display as check boxes.
    New options for placement of parameters in the report viewer
    Previously the report viewer always displayed the parameters in a horizontal region across the top of the viewer. In this release the display of the parameter region can also be configured in one of the following ways:
    In a vertical region along the right side of the viewer
    As a dialog
    As a separate full page
    New report viewer action button to show or hide parameters
    This release adds an action button to the report viewer to enable users to hide or show the parameter region. This enhancement complements the new parameter display options. When report parameters are configured to display as a dialog or in a separate full page, the parameter display region is dismissed when the viewer displays the report. Use the Parameters button to redisplay the parameter region to make new selections.
    Search added to menus
    All parameter menus having more than a specified number of options provide a Search option. For more information, see Section 3.3.1.1, "The Parameter Search Dialog."
    Option to remove the Apply button
    Reports can now be configured to remove the parameter Apply button. In these reports the action of selecting a new parameter value automatically reruns the report.

  • Passing arguments to a WorkFlow launched from a Link field in a form

    Hi. Anybody knows if it's possible to pass some argument to a WF launching it from a form?
    In the form from which I call the WF, I have a var that contains a list. This list has to be passed as an argument to the WF.
    The code:
    <Field>
      <Display class='Link'>
        <Property name='name' value='Launch WF'/>
        <Property name='URL' value='user/processLaunch.jsp?id=My WorkFlow'/>
      </Display>
    </Field>Can I add something to the URL propriety to pass the var?
    Thanks,
    O

    add variables, prefixing them with 'op_', like the following:
    <Property name='URL' value='user/processLaunch.jsp?id=My WorkFlow&op_myVar=myvalue'/>

  • Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings!

    Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings! Works fine with an older Safari Version. Web link, call doodle app.  You could see the website in the backround working but safari crashes after clicking on the error window.   Any suggestions?

    Turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

  • IPad Air: Can't launch Safari or YouTube from the link in emails. Any idea?

    Can't launch Safari or YouTube from the link in emails. Any idea?

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • Sign Out option disappeared after upgrade from OBIEE 10.1.3.4.1 to OBIEE 11.1.1.7.0

    Hi,
    We just ran the Upgrade Assistant and upgraded our RPD and Catalog from OBIEE 10.1.3.4.1 to OBIEE 11.1.1.7.0.
    There were no issues during the upgrade and the Upgrade Assistant also ran successfully.
    However, after logging in to Analytics via weblogic user as well as analytics Administrator, we see the the Sign Out option has disappeared.
    How do we rectify this?
    UPGRADE LOG
    [2013-12-16T14:29:19.487-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Log level is: NOTIFICATION:16
    [2013-12-16T14:29:19.670-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Oracle Fusion Middleware Upgrade Assistant 11.1.1.7.0
    [2013-12-16T14:29:19.680-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Label name: J2EEDEVPROD_11.1.1.7.0_GENERIC_130221.1532
    [2013-12-16T14:29:19.681-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Host name: dhvcrmapp06
    [2013-12-16T14:29:19.681-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Operating system: i386 2.6.18-371.3.1.0.1.el5xen Linux
    [2013-12-16T14:29:19.682-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Java Runtime Environment: 1.6.0_35 /oba/FMW_HOME/Oracle_BI1/jdk/jre
    [2013-12-16T14:29:19.682-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] User name: obiadmin
    [2013-12-16T14:29:19.682-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] User home dir: /home/obiadmin
    [2013-12-16T14:29:19.682-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] User current dir: /oba/FMW_HOME/Oracle_BI1/upgrade
    [2013-12-16T14:29:19.682-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] ua.home: /oba/FMW_HOME/Oracle_BI1
    [2013-12-16T14:29:19.682-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] ua.mw.home: /oba/FMW_HOME
    [2013-12-16T14:29:19.683-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] ua.wl.home: /oba/FMW_HOME/wlserver_10.3
    [2013-12-16T14:29:19.683-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] User country: US
    [2013-12-16T14:29:19.683-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] User language: en
    [2013-12-16T14:29:19.683-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] File encoding: UTF-8
    [2013-12-16T14:29:19.684-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Java class path: /oba/FMW_HOME/Oracle_BI1/bifoundation/jlib/biconfigmbeans.jar:/oba/FMW_HOME/Oracle_BI1/bifoundation/jlib/biconfigmbeans-metaobjs.jar:/oba/FMW_HOME/Oracle_BI1/bifoundation/admin/provisioning/adminservicesmbeans.jar:/oba/FMW_HOME/Oracle_BI1/bifoundation/jlib/oracle-bi-public.jar:/oba/FMW_HOME/Oracle_BI1/bifoundation/jlib/oracle-bi-shared.jar::/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-platform.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar:/oba/FMW_HOME/Oracle_BI1/bifoundation/admin/provisioning/bisecurityprovision.jar:/oba/FMW_HOME/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/oba/FMW_HOME/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/oba/FMW_HOME/oracle_common/modules/oracle.bali.share_11.1.1/share.jar:/oba/FMW_HOME/oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar:/oba/FMW_HOME/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/oba/FMW_HOME/oracle_common/modules/oracle.iau_11.1.1/fmw_audit.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/oba/FMW_HOME/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/oba/FMW_HOME/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/oba/FMW_HOME/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/oba/FMW_HOME/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar:/oba/FMW_HOME/oracle_common/modules/oracle.ldap_11.1.1/ojmisc.jar:/oba/FMW_HOME/modules/javax.management.j2ee_1.0.jar:/oba/FMW_HOME/Oracle_BI1/upgrade/jlib/com.oracle.ws.http_client_1.1.0.0.jar:/oba/FMW_HOME/oracle_common/modules/oracle.help_5.0/help-share.jar:/oba/FMW_HOME/oracle_common/modules/oracle.help_5.0/ohj.jar:/oba/FMW_HOME/oracle_common/modules/oracle.help_5.0/oracle_ice.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar:/oba/FMW_HOME/Oracle_BI1/ovd/jlib/vde.jar:/oba/FMW_HOME/wlserver_10.3/server/lib/weblogic.jar:/oba/FMW_HOME/wlserver_10.3/server/lib/consoleapp/APP-INF/lib/commons-codec-1.3.jar:/oba/FMW_HOME/oracle_common/modules/oracle.osdt_11.1.1/osdt_xmlsec.jar::/oba/FMW_HOME/Oracle_BI1/jlib/netcfg.jar:/oba/FMW_HOME/Oracle_BI1/jlib/ua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/mrua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/netua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/modplsqlua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/portalua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/dipua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/webcacheua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/ohsua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/ovdua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/discoua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/formsua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/reportsua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/oifua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/odiua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/biua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/oamua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/oimua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/oaamua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/ucmua.jar:/oba/FMW_HOME/Oracle_BI1/jlib/bipua.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/modules/oracle.jps_11.1.1/jps-api.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/modules/oracle.idm_11.1.1/identitystore.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/ojdl.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/wlclient.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/ojmisc.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/dms.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/help-share.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/ohj.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/oracle_ice.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/xmlparserv2.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/orai18n-mapping.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/share.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/fmwgenerictoken.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/wlinformix.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/wlsybase.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/wldb2.jar:/oba/FMW_HOME/Oracle_BI1/odi_misc/wlsqlserver.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/ant-commons-net.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/bsf.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/bsh-2.0b2.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/commons-beanutils-1.7.0.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/commons-collections-3.2.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/commons-io-1.2.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/commons-lang-2.2.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/commons-logging-1.1.1.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/eclipselink.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/ess.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/javolution.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/odi-core.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/oracle.ucp_11.1.0.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/persistence.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/spring-beans.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/spring-context.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/spring-core.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/spring-dao.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/spring-jdbc.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/spring-jpa.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/trove.jar:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib:/oba/FMW_HOME/Oracle_BI1/oracledi.sdk/lib/hsqldb.jar:/oba/FMW_HOME/Oracle_BI1/jlib/PortalPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/PcPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/BIPlatformPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/RtdPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/OaamPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/UcmPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/UrmPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/OimPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/OdiPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/OidPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/DiscovererPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/MrcVersionPlugin.jar:/oba/FMW_HOME/Oracle_BI1/jlib/postgresql-8.4-701.jdbc4.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jrf_11.1.1/fmwgenerictoken.jar:/oba/FMW_HOME/oracle_common/modules/datadirect_4.1/wlsqlserver.jar:/oba/FMW_HOME/oracle_common/modules/datadirect_4.1/wldb2.jar:/oba/FMW_HOME/oracle_common/modules/datadirect_4.1/wlsybase.jar:/oba/FMW_HOME/oracle_common/modules/datadirect_4.1/wlinformix.jar:/oba/FMW_HOME/oracle_common/modules/mysql-connector-java-commercial-5.1.17/mysql-connector-java-commercial-5.1.17-bin.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar:/oba/FMW_HOME/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar:/oba/FMW_HOME/oracle_common/modules/oracle.ucp_11.1.0.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.model_11.1.1/jdev-cm.jar:/oba/FMW_HOME/oracle_common/modules/oracle.javacache_11.1.1/cache.jar:/oba/FMW_HOME/oracle_common/modules/oracle.xmlef_11.1.1/xmlef.jar:/oba/FMW_HOME/Oracle_BI1/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/oba/FMW_HOME/Oracle_BI1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/oba/FMW_HOME/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/oba/FMW_HOME/Oracle_BI1/soa/modules/oracle.soa.b2b_11.1.1/b2b.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar:/oba/FMW_HOME/oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/oba/FMW_HOME/modules/javax.jms_1.1.1.jar:/oba/FMW_HOME/modules/javax.jsp_1.1.0.0_2-1.jar:/oba/FMW_HOME/Oracle_BI1/jlib/jewt4.jar:/oba/FMW_HOME/Oracle_BI1/oui/jlib/OraInstaller.jar:/oba/FMW_HOME/Oracle_BI1/oui/jlib/srvm.jar:/oba/FMW_HOME/Oracle_BI1/jlib/SchemaVersion.jar:/oba/FMW_HOME/Oracle_BI1/webservices/lib/jaxrpc-api.jar:/oba/FMW_HOME/Oracle_BI1/assistants/opca/jlib/opca.jar:/oba/FMW_HOME/Oracle_BI1/portal/jlib/ptlshare.jar:/oba/FMW_HOME/Oracle_BI1/portal/jlib/portaltools.jar:/oba/FMW_HOME/Oracle_BI1/adfp/lib/wce.jar:/oba/FMW_HOME/Oracle_BI1/ldap/odi/jlib/sync.jar:/oba/FMW_HOME/Oracle_BI1/ldap/odi/jlib/madintegrator.jar:/oba/FMW_HOME/Oracle_BI1/ohs/lib/ohs.jar:/oba/FMW_HOME/Oracle_BI1/opmn/lib/iasprovision.jar:/oba/FMW_HOME/Oracle_BI1/opmn/lib/optic.jar:/oba/FMW_HOME/Oracle_BI1/opmn/lib/nonj2eembeans.jar:/oba/FMW_HOME/Oracle_BI1/opmn/lib/wlfullclient.jar:/oba/FMW_HOME/Oracle_BI1/opmn/lib/opmneditor.jar:/oba/FMW_HOME/Oracle_BI1/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar:/oba/FMW_HOME/Oracle_BI1/oam/server/lib/ojmisc.jar:/oba/FMW_HOME/Oracle_BI1/ucm/idc/jlib/idcupgrade.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:NOSOA/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.webservices_11.1.1/wsclient.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/oba/FMW_HOME/Oracle_BI1/../Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/bpm-infra.jar:/oba/FMW_HOME/Oracle_BI1/../Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/oracle-soa-client-api.jar:/oba/FMW_HOME/oracle_common/webservices/wsclient_extended.jar:/oba/FMW_HOME/Oracle_BI1/clients/bipublisher/xdo-server.jar:/oba/FMW_HOME/Oracle_BI1/clients/bipublisher/xdo-core.jar:/oba/FMW_HOME/Oracle_BI1/clients/bipublisher/versioninfo.jar:/oba/FMW_HOME/Oracle_BI1/clients/bipublisher/i18nAPI_v3.jar:/oba/FMW_HOME/Oracle_BI1/common/SharedServices/11.1.2.0/lib/quartz.jar:/oba/FMW_HOME/Oracle_BI1/clients/bipublisher/gson-1.3.jar:/oba/FMW_HOME/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.model_11.1.1/adfm.jar:NOSOA/soa/modules/oracle.rules_11.1.1/rulesdk2.jar:NOSOA/soa/modules/oracle.rules_11.1.1/rules.jar:NOSOA/soa/modules/oracle.soa.fabric_11.1.1/bpm-infra.jar:NOSOA/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar:/oba/FMW_HOME/oracle_common/soa/modules/commons-cli-1.1.jar:/oba/FMW_HOME/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/OIMServer.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/quartz-1.6.0.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/velocity-dep-1.4.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/velocity-tools-1.4.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/velocity-tools-generic-1.3.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/commons-logging.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/commons-dbcp-1.2.1.jar:/oba/FMW_HOME/Oracle_BI1/server/ext/jakarta-commons/commons-pool-1.2.jar:/oba/FMW_HOME/Oracle_BI1/server/ext/jakarta-commons/commons-collections-3.1.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlGenConnector.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-entitymgr.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-utils.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/spring.jar:/oba/FMW_HOME/oracle_common/modules/oracle.idm_11.1.1/identityutils.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/iam-ejb.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.adf.share.ca_11.1.1:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-pluginframework.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlDataObjects.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-authz-service.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/admin.war/WEB-INF/lib/iam-features-identity.zip:/oba/FMW_HOME/Oracle_BI1/server/features/iam-features-configservice.zip:/oba/FMW_HOME/Oracle_BI1/server/features/iam-features-authzpolicydefn.zip:/oba/FMW_HOME/Oracle_BI1/server/oes/oimpds.jar:/oba/FMW_HOME/Oracle_BI1/../oracle_common/modules/oracle.nlsgdk_11.1.0/orai18n-service.jar:/oba/FMW_HOME/Oracle_BI1/server/seed_data/lib/seedPolicyData.jar:/oba/FMW_HOME/Oracle_BI1/server/seed_data/lib/seedRcuData.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-auth-client.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-auth-server.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-context.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/iam-platform-kernel.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlVO.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlAPI.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlAuditor.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlDataObjectBeans.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlmap.xml:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlCache.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/xlUtils.jar:/oba/FMW_HOME/Oracle_BI1/server/apps/oim.ear/APP-INF/lib/oscache.jar:/oba/FMW_HOME/Oracle_BI1/server/ext/ucp.jar:/oba/FMW_HOME/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar:/oba/FMW_HOME/oracle_common/modules/oracle.xmlef_11.1.1/xmlef.jar:/oba/FMW_HOME/oracle_common/modules/oracle.javacache_11.1.1/cache.jar:/oba/FMW_HOME/oracle_common/modules/com.bea.core.apache.commons.logging_1.1.0.jar:/oba/FMW_HOME/oracle_common/modules/com.oracle.ocm_1.0.0.0.jar:/oba/FMW_HOME/oracle_common/inventory/Scripts/ext/jlib/ojdbc6.jar:/oba/FMW_HOME/oracle_common/jlib/share.jar:/oba/FMW_HOME/modules/org.apache.ant_1.7.1/lib/ant.jar:/oba/FMW_HOME/modules/org.apache.ant_1.7.1/lib/ant-launcher.jar
    [2013-12-16T14:29:19.685-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Java library path: /oba/FMW_HOME/Oracle_BI1/jdk/jre/lib/i386/client:/oba/FMW_HOME/Oracle_BI1/jdk/jre/lib/i386:/oba/FMW_HOME/Oracle_BI1/jdk/jre/../lib/i386:/oba/FMW_HOME/Oracle_BI1/lib::/oracle/product/11.2.0/client_1/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
    [2013-12-16T14:29:19.686-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 10] [ecid: 0000KBx6JyTFw000jzwkno1IfqAV000000,0] Log file is located at: /oba/FMW_HOME/Oracle_BI1/upgrade/logs/ua2013-12-16-14-29-19PM.log
    [2013-12-16T14:30:53.749-06:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0] UPGAST-00058: /home/obiadmin/OBI11G_Install/Catalog/OBIEE/root.atr file does not exist or cannot be accessed.
    [2013-12-16T14:31:24.898-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 12] [ecid: 0000KBx6mZYFw000jzwkno1IfqAV000003,0] Please enter the 10g Admin password:
    [2013-12-16T14:32:00.594-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0] Source home info:
    [2013-12-16T14:32:00.595-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0]   Installation Type: Business Intelligence EE
    [2013-12-16T14:32:00.595-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0]   Host: dhvcrmapp06
    [2013-12-16T14:32:00.595-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0] Destination home info:
    [2013-12-16T14:32:00.595-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0]   Home Path: /oba/FMW_HOME/Oracle_BI1
    [2013-12-16T14:32:00.595-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0]   Base Version: 11.1.1.7.0
    [2013-12-16T14:32:00.596-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0]   Installation Type: Business Intelligence
    [2013-12-16T14:32:00.596-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 11] [ecid: 0000KBx6ewpFw000jzwkno1IfqAV000002,0]   Host: dhvcrmapp06
    [2013-12-16T14:32:00.785-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Starting to examine components.
    [2013-12-16T14:32:00.838-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Starting to examine BIEE.
    [2013-12-16T14:32:01.548-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Finished examining BIEE with status: Success.
    [2013-12-16T14:32:01.724-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Finished examining components.
    [2013-12-16T14:32:01.724-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Starting to list upgradeable items.
    [2013-12-16T14:32:01.724-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Component name: Oracle Business Intelligence Enterprise Edition
    [2013-12-16T14:32:01.725-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0]   Item name: RPD
    [2013-12-16T14:32:01.725-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0]   Item name: Web catalog
    [2013-12-16T14:32:01.725-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 13] [ecid: 0000KBx6vKHFw000jzwkno1IfqAV000004,0] Finished listing upgradeable items.
    [2013-12-16T14:32:09.444-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Starting to upgrade components.
    [2013-12-16T14:32:09.445-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Retain Source Ports: false
    [2013-12-16T14:32:09.445-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Stop 10g Components: false
    [2013-12-16T14:32:09.445-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Start 11g Components: false
    [2013-12-16T14:32:09.465-06:00] [Framework] [NOTIFICATION] [] [upgrade.Framework] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Starting to upgrade BIEE.
    [2013-12-16T14:33:00.633-06:00] [BIEE] [NOTIFICATION] [] [upgrade.BIEE] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] 10g RPD : /home/obiadmin/OBI11G_Install/OracleBIAnalyticsApps.rpd
    [2013-12-16T14:33:00.997-06:00] [BIEE] [NOTIFICATION] [] [upgrade.BIEE] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Migrating RPD users and groups
    [2013-12-16T14:33:03.957-06:00] [BIEE] [NOTIFICATION] [] [upgrade.BIEE] [tid: 15] [ecid: 0000KBx7AjLFw000jzwkno1IfqAV000006,0] Please enter the 10g Admin password:
    [2013-12-16T14:33:21.411-06:00] [BIEE] [NOTIFICATION] [] [upgrade.BIEE] [tid: 15] [ecid: 0000KBx7AjLFw000jzwkno1IfqAV000006,0] Please enter the encryption password:
    [2013-12-16T14:33:43.629-06:00] [BIEE] [NOTIFICATION] [] [upgrade.BIEE] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Exported RPD groups and users imported into WLS/LDAP
    [2013-12-16T14:33:43.652-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Sales Analytics Administrator"
    [2013-12-16T14:33:43.657-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Analytics Service User"
    [2013-12-16T14:33:43.662-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "BIAdministrator"
    [2013-12-16T14:33:43.666-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Marketing Analytics Administrator"
    [2013-12-16T14:33:43.670-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Loyalty Administrator"
    [2013-12-16T14:33:43.675-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Marketing Manager"
    [2013-12-16T14:33:43.679-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Marketing Analytics Administrator"
    [2013-12-16T14:33:43.683-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - FINS Sales Rep"
    [2013-12-16T14:33:43.687-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Tracking"
    [2013-12-16T14:33:43.694-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Call Activity Analytics User"
    [2013-12-16T14:33:43.698-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Siebel Administrator"
    [2013-12-16T14:33:43.701-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:43.707-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH EMEA Sales Analytics User"
    [2013-12-16T14:33:43.712-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - Sales Executive"
    [2013-12-16T14:33:43.716-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Marketing Admin"
    [2013-12-16T14:33:43.722-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Marketing Analytics User"
    [2013-12-16T14:33:43.729-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "ERM Analytics HelpDesk Agent"
    [2013-12-16T14:33:43.734-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Mobile Analytics User"
    [2013-12-16T14:33:43.747-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Service Manager Analytics User"
    [2013-12-16T14:33:43.752-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Service Rep Analytics User"
    [2013-12-16T14:33:43.756-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Marketing Analytics Administrator"
    [2013-12-16T14:33:43.760-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Owner-Based Security"
    [2013-12-16T14:33:43.763-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "XMLP_ADMIN"
    [2013-12-16T14:33:43.767-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Call Activity Analytics Admin"
    [2013-12-16T14:33:43.772-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "AT Service Analytics User"
    [2013-12-16T14:33:43.777-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Medical Education Analytics Admin"
    [2013-12-16T14:33:43.780-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Position Security"
    [2013-12-16T14:33:43.786-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Mobile Analytics Admin"
    [2013-12-16T14:33:43.791-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Store Employee"
    [2013-12-16T14:33:43.794-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:43.804-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Sales Analytics Administrator"
    [2013-12-16T14:33:43.807-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Executive Vice President"
    [2013-12-16T14:33:43.811-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Sales Manager Analytics User"
    [2013-12-16T14:33:43.815-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - Sales Manager"
    [2013-12-16T14:33:43.819-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "AT Partner Analytics User"
    [2013-12-16T14:33:43.824-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "ERM Analytics Manager"
    [2013-12-16T14:33:43.829-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma EMEA Groups"
    [2013-12-16T14:33:43.836-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Sales Analytics User"
    [2013-12-16T14:33:43.840-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC System Administrator"
    [2013-12-16T14:33:43.843-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - FINS Sales Manager"
    [2013-12-16T14:33:43.847-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Executive Visibility"
    [2013-12-16T14:33:43.850-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Loyalty Marketing Manager"
    [2013-12-16T14:33:43.855-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Service Analytics User"
    [2013-12-16T14:33:43.860-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Sales Manager Analytics"
    [2013-12-16T14:33:43.864-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Marketing Analytics User"
    [2013-12-16T14:33:43.868-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Manager"
    [2013-12-16T14:33:43.876-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Medical Education Analytics User"
    [2013-12-16T14:33:43.884-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM General"
    [2013-12-16T14:33:43.889-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Ledger-based Security"
    [2013-12-16T14:33:43.894-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Siebel Administrator"
    [2013-12-16T14:33:43.899-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Sales Analytics User"
    [2013-12-16T14:33:43.903-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Financial Services Analytics User"
    [2013-12-16T14:33:43.906-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "AT Sales Analytics Administrator"
    [2013-12-16T14:33:43.913-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - FINS Sales Executive"
    [2013-12-16T14:33:43.917-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC  Testing"
    [2013-12-16T14:33:43.922-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Executive Analytics Admin"
    [2013-12-16T14:33:43.926-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Insurance Analytics User"
    [2013-12-16T14:33:43.930-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Segmentation User"
    [2013-12-16T14:33:43.935-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Sales Rep Analytics User"
    [2013-12-16T14:33:43.955-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Analytics Call Center User"
    [2013-12-16T14:33:43.960-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Divisional Vice President"
    [2013-12-16T14:33:43.964-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Finance"
    [2013-12-16T14:33:43.969-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Sales Analytics Administrator"
    [2013-12-16T14:33:43.972-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH EMEA Call Activity Analytics User"
    [2013-12-16T14:33:43.976-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - Sales Rep"
    [2013-12-16T14:33:43.982-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Analytics eMail User"
    [2013-12-16T14:33:43.985-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH EMEA Marketing Analytics User"
    [2013-12-16T14:33:43.990-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Finance Analytics User"
    [2013-12-16T14:33:43.994-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Loyalty Program General Manager"
    [2013-12-16T14:33:43.997-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Sales Representative Analytics"
    [2013-12-16T14:33:44.001-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Marketing Analytics User"
    [2013-12-16T14:33:44.009-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "FINS Analytics Administrator"
    [2013-12-16T14:33:44.014-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma US Groups"
    [2013-12-16T14:33:44.020-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH EMEA Executive Analytics User"
    [2013-12-16T14:33:44.024-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC District Manager"
    [2013-12-16T14:33:44.028-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Analytics Administrator"
    [2013-12-16T14:33:44.032-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Marketing User"
    [2013-12-16T14:33:44.037-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "AT Service Analytics Administrator"
    [2013-12-16T14:33:44.041-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Position-Based Security"
    [2013-12-16T14:33:44.044-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Executive Analytics User"
    [2013-12-16T14:33:44.047-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Outside Agency"
    [2013-12-16T14:33:44.051-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "AT Partner Analytics Administrator"
    [2013-12-16T14:33:44.054-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Executive Analytics User"
    [2013-12-16T14:33:44.059-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Analytics VP"
    [2013-12-16T14:33:44.064-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Marketing Analytics Administrator"
    [2013-12-16T14:33:44.068-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Operations Management"
    [2013-12-16T14:33:44.073-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Analytics Manager"
    [2013-12-16T14:33:44.076-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Loyalty Partner Manager"
    [2013-12-16T14:33:44.080-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Regional Director"
    [2013-12-16T14:33:44.083-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "ERM Analytics User"
    [2013-12-16T14:33:44.089-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Field Sales Representative Analytics"
    [2013-12-16T14:33:44.095-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Health Professional Analytics"
    [2013-12-16T14:33:44.099-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Agent"
    [2013-12-16T14:33:44.102-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Insurance"
    [2013-12-16T14:33:44.105-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Service Executive"
    [2013-12-16T14:33:44.111-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Service Analytics Administrator"
    [2013-12-16T14:33:44.115-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Marketing Analytics User"
    [2013-12-16T14:33:44.120-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Operations Analytics User"
    [2013-12-16T14:33:44.123-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "AT Sales Analytics User"
    [2013-12-16T14:33:44.126-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Org-Based Security"
    [2013-12-16T14:33:44.131-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Store Manager"
    [2013-12-16T14:33:44.134-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.137-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Sales Analytics Administrator"
    [2013-12-16T14:33:44.138-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Sales Analytics Administrator' to role 'Pharma'
    [2013-12-16T14:33:44.174-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Marketing Admin"
    [2013-12-16T14:33:44.181-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Marketing Analytics Administrator"
    [2013-12-16T14:33:44.181-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Marketing Analytics Administrator' to role 'RAC Marketing Admin'
    [2013-12-16T14:33:44.196-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.200-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Marketing Analytics Administrator"
    [2013-12-16T14:33:44.200-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Marketing Analytics Administrator' to role 'Pharma'
    [2013-12-16T14:33:44.215-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Position-Based Security"
    [2013-12-16T14:33:44.218-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - FINS Sales Rep"
    [2013-12-16T14:33:44.219-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Usage Accelerator - FINS Sales Rep' to role 'Primary Position-Based Security'
    [2013-12-16T14:33:44.233-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.236-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - FINS Sales Rep"
    [2013-12-16T14:33:44.236-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Usage Accelerator - FINS Sales Rep' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.250-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma US Groups"
    [2013-12-16T14:33:44.253-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Call Activity Analytics User"
    [2013-12-16T14:33:44.253-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH US Call Activity Analytics User' to role 'Pharma US Groups'
    [2013-12-16T14:33:44.270-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.280-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.280-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Pharma' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.299-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma EMEA Groups"
    [2013-12-16T14:33:44.304-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH EMEA Sales Analytics User"
    [2013-12-16T14:33:44.304-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH EMEA Sales Analytics User' to role 'Pharma EMEA Groups'
    [2013-12-16T14:33:44.319-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Owner-Based Security"
    [2013-12-16T14:33:44.322-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "ERM Analytics HelpDesk Agent"
    [2013-12-16T14:33:44.322-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'ERM Analytics HelpDesk Agent' to role 'Primary Owner-Based Security'
    [2013-12-16T14:33:44.336-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma US Groups"
    [2013-12-16T14:33:44.339-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Mobile Analytics User"
    [2013-12-16T14:33:44.339-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Mobile Analytics User' to role 'Pharma US Groups'
    [2013-12-16T14:33:44.355-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Org-Based Security"
    [2013-12-16T14:33:44.359-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Service Manager Analytics User"
    [2013-12-16T14:33:44.359-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Partner Service Manager Analytics User' to role 'Primary Org-Based Security'
    [2013-12-16T14:33:44.371-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Position-Based Security"
    [2013-12-16T14:33:44.374-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Service Rep Analytics User"
    [2013-12-16T14:33:44.374-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Partner Service Rep Analytics User' to role 'Primary Position-Based Security'
    [2013-12-16T14:33:44.391-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.397-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Service Rep Analytics User"
    [2013-12-16T14:33:44.397-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Partner Service Rep Analytics User' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.409-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM General"
    [2013-12-16T14:33:44.413-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Marketing Analytics Administrator"
    [2013-12-16T14:33:44.413-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'CM Marketing Analytics Administrator' to role 'CM General'
    [2013-12-16T14:33:44.432-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Marketing Analytics Administrator"
    [2013-12-16T14:33:44.436-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Marketing Analytics Administrator"
    [2013-12-16T14:33:44.436-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'CM Marketing Analytics Administrator' to role 'Marketing Analytics Administrator'
    [2013-12-16T14:33:44.449-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Position-Based Security"
    [2013-12-16T14:33:44.454-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Owner-Based Security"
    [2013-12-16T14:33:44.454-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Primary Owner-Based Security' to role 'Primary Position-Based Security'
    [2013-12-16T14:33:44.470-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.474-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Owner-Based Security"
    [2013-12-16T14:33:44.475-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Primary Owner-Based Security' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.492-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Sales Analytics Administrator"
    [2013-12-16T14:33:44.496-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "XMLP_ADMIN"
    [2013-12-16T14:33:44.496-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'XMLP_ADMIN' to role 'CM Sales Analytics Administrator'
    [2013-12-16T14:33:44.507-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.511-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Call Activity Analytics Admin"
    [2013-12-16T14:33:44.512-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Call Activity Analytics Admin' to role 'Pharma'
    [2013-12-16T14:33:44.523-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.526-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Medical Education Analytics Admin"
    [2013-12-16T14:33:44.526-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Medical Education Analytics Admin' to role 'Pharma'
    [2013-12-16T14:33:44.537-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.541-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Mobile Analytics Admin"
    [2013-12-16T14:33:44.541-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Mobile Analytics Admin' to role 'Pharma'
    [2013-12-16T14:33:44.552-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Position Security"
    [2013-12-16T14:33:44.556-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Store Employee"
    [2013-12-16T14:33:44.556-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'RAC Store Employee' to role 'RAC Position Security'
    [2013-12-16T14:33:44.567-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Sales Analytics Administrator"
    [2013-12-16T14:33:44.599-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Sales Analytics Administrator"
    [2013-12-16T14:33:44.600-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'CM Sales Analytics Administrator' to role 'Sales Analytics Administrator'
    [2013-12-16T14:33:44.612-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM General"
    [2013-12-16T14:33:44.615-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Sales Analytics Administrator"
    [2013-12-16T14:33:44.615-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'CM Sales Analytics Administrator' to role 'CM General'
    [2013-12-16T14:33:44.630-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Position Security"
    [2013-12-16T14:33:44.633-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "RAC Executive Vice President"
    [2013-12-16T14:33:44.634-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'RAC Executive Vice President' to role 'RAC Position Security'
    [2013-12-16T14:33:44.647-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Org-Based Security"
    [2013-12-16T14:33:44.650-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Partner Sales Manager Analytics User"
    [2013-12-16T14:33:44.650-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Partner Sales Manager Analytics User' to role 'Primary Org-Based Security'
    [2013-12-16T14:33:44.663-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.666-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Usage Accelerator - Sales Manager"
    [2013-12-16T14:33:44.666-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Usage Accelerator - Sales Manager' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.681-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Position-Based Security"
    [2013-12-16T14:33:44.685-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "ERM Analytics Manager"
    [2013-12-16T14:33:44.686-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'ERM Analytics Manager' to role 'Primary Position-Based Security'
    [2013-12-16T14:33:44.701-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.704-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "ERM Analytics Manager"
    [2013-12-16T14:33:44.704-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'ERM Analytics Manager' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.720-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma"
    [2013-12-16T14:33:44.725-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma EMEA Groups"
    [2013-12-16T14:33:44.725-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Pharma EMEA Groups' to role 'Pharma'
    [2013-12-16T14:33:44.736-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma US Groups"
    [2013-12-16T14:33:44.744-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Sales Analytics User"
    [2013-12-16T14:33:44.744-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH US Sales Analytics User' to role 'Pharma US Groups'
    [2013-12-16T14:33:44.759-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM General"
    [2013-12-16T14:33:44.763-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Service Analytics User"
    [2013-12-16T14:33:44.763-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'CM Service Analytics User' to role 'CM General'
    [2013-12-16T14:33:44.777-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Position-Based Security"
    [2013-12-16T14:33:44.781-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Sales Manager Analytics"
    [2013-12-16T14:33:44.782-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Sales Manager Analytics' to role 'Primary Position-Based Security'
    [2013-12-16T14:33:44.795-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Primary Employee/Position Hierarchy-based Security"
    [2013-12-16T14:33:44.798-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Sales Manager Analytics"
    [2013-12-16T14:33:44.798-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'Sales Manager Analytics' to role 'Primary Employee/Position Hierarchy-based Security'
    [2013-12-16T14:33:44.812-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma US Groups"
    [2013-12-16T14:33:44.815-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH US Marketing Analytics User"
    [2013-12-16T14:33:44.815-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH US Marketing Analytics User' to role 'Pharma US Groups'
    [2013-12-16T14:33:44.829-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Pharma US Groups"
    [2013-12-16T14:33:44.832-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "PH Medical Education Analytics User"
    [2013-12-16T14:33:44.832-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'PH Medical Education Analytics User' to role 'Pharma US Groups'
    [2013-12-16T14:33:44.843-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM General"
    [2013-12-16T14:33:44.846-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "CM Sales Analytics User"
    [2013-12-16T14:33:44.847-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Adding member 'CM Sales Analytics User' to role 'CM General'
    [2013-12-16T14:33:44.859-06:00] [bi] [NOTIFICATION] [] [oracle.bi.security] [tid: 14] [ecid: 0000KBx6xR^Fw000jzwkno1IfqAV000005,0] Found Application role "Finance"
    [2013-

    1) Did you assigned weblogic user to presentation server admin after the upgrade?
    Obiee11g: Administration link is missing for weblogic User(Presentation Services)
    2) Goto Administration tab and do 'Scan and Update Catalog Objects That Require Updates'
    Thanks,
    Saichand

  • Challenges while Upgrading from OBIEE 10g to 11g

    Hi Gurus,
    This is Kiran again. This time I am back with the upgradation issues. We have a client which is currently on OBIEE 10g. All components are already configured in OBIEE 10g with client on RPD, Catalog and implemented all security levels for those.
    Now the challenge is to upgrade all activities which we have configured in OBIEE 10g. I have seen lot of stuff online and understood how to upgrade from OBIEE 10g to OBIEE 11g by simply clicking on ua.bat file. But I am unable to understand the process how it is upgrading the securities and environments.
    Can anyone help me out by providing necessary stuff I need to take care of before taking the decision to upgrade from OBIEE 10g to 11g.
    And also please clear me whether we will have any challenges in upgrading process. If yes, then what kind of challenges we will face and what kind of necessary steps we need to implement to resolve it.
    What kind of Architecture we need to follow?
    How Schedulers will get upgraded?
    Please help me out with your real experiences (Not the online websites). Your response will be highly appreciated and it will help lot of OBIEE professionals who are in the process of upgradation.
    Thanks in Advance to all OBIEE GURUS.
    Kiran

    Hi Valli,
    There is really great information available in this link. But I would like to know whether any one faced any issues while upgrading from OBIEE 10g to 11g. Please do share us few issues....
    Edited by: 949144 on Nov 27, 2012 9:44 AM

  • Unable to open .chm file from a link in Weblogic 7.0

    Unable to open .chm file from a link in weblogic server. But the same
    jsp code works in Websphere
    Sample Code :
    <!-- < a href="JavaScript:window.navigate('help/manual.CHM')">
    Linked Text</a> -->
    The above link, works well in websphere. help is a folder that
    resides in the server. But when i tried to execute the same in
    Weblogic, some junk characters appeared . so i tried to direct the
    link to Display.jsp and passed the path of the chm file as the
    parameter. I cleared teh out buffer using out.clearBuffer() . i set
    the content type to application/x-msdownload and also set the header
    to content disposition.
    Nothing worked .
    I also tried another way.. That is the following
    I even tried including the mime type
    <mime-mapping>
    <extension>chm</extension>
    <mime-type>application/x-msdownload</mime-type>
    </mime-mapping>
    in the web.xml file. and still it doesnt work
    Nothing Worked . What should i do ? I need immediate help to sort out
    this issue. Can anybody help me
    - Angel

    This could be a Launch Services issue. The following article describes how to manually reset Launch Services — the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, take a look at this other article for general troubleshooting and cache-cleaning procedures. Actually, you should also verify/repair the startup disk (not just permissions), as described there:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for this particular problem probably is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Go to Maintenance > Reset and check LaunchServices database.
    4. Un-check any other pre-checked options.
    5. Click the Execute button.
    6. Restart the computer.
    BTW, if you’re running Mac OS X 10.4 (Tiger), as your profile indicates, it would have been more appropriate to discuss this in the Mail & Address Book - Tiger forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

  • Browser performance issue when Calling BI Publisher report from OBIEE dashb

    Hi Techies,
    We installed OBIEE 10.1.3.3 on SunOS 5.9 unix box.This is PROD env.We are calling BIPublisher report from OBIEE dashboard by clicking the BIP reports link on OBIEE dashboard.After clikcing the link BIPublisher report is opening in another browser window.But is it taking time.
    Plz tell me how can we reduce the time taken to open BIPublisher report window when we cilck on the report name in OBIEE dashboard
    Thanks,

    Suresh
    There is no out of the box method to get the EBS report to OBIEE. You could look into moving the EBS report to a mountable web server directory after it completes and then show it in OBIEE via a link or html object. You will need to rename the report of course, every time you run it its going to change names.
    In an after report trigger you could call a small java class to move and rename the file for you.
    Alternatively, recreate the report in the standalone version. Be aware that you are going to have to set orgs yourself, BIP is not aware of orgs outside of EBS
    Tim

  • Retrieving data from OBIEE server using ODBC

    Hello.
    I am having difficulty retrieving data from OBIEE 11g using the ODBC connection. My intention is to read OBIEE Server data via a SQL statement issued from an Oracle database using gateways.
    I have read and followed the material here:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e16364/odbc_data_source.htm#CACBFCJA
    I have also tried this from Excel 2007, but have not succeeded:
    http://gerardnico.com/wiki/dat/obiee/import_data_from_obiee_to_excel
    I have setup a gateway in Oracle and a database link. Iknow it is connecting because when I change the password to something invalid, I get a message about not being able to connect due to username/password.
    I have taken a query from Answers (the advanced tab) and tried running it from Sql Developer. The nsqserver.log file ends up with the following Notification:
    [nQSError: 13013] Init block, 'DUAL Num (=3)', has more variables than the query select list.
    As an experiment, I am using the SampleApp, and have generated the following query in Answers:
    SELECT s_0, s_1, s_2, s_3 FROM (
    SELECT
    0 s_0,
    "A - Sample Sales"."Products"."P3 LOB" s_1,
    DESCRIPTOR_IDOF("A - Sample Sales"."Products"."P3 LOB") s_2,
    "A - Sample Sales"."Base Facts"."1- Revenue" s_3
    FROM "A - Sample Sales"
    ) djm ORDER BY 1, 2 ASC NULLS LAST
    Is there a way to issue this query from a database client like SQL Developer? I have setup a database link called obiee via gateways to the ODBC connection, and add @obiee after the table name in the above query, but get the nqs error above.
    Thanks for any help. I can provide addl info if such would be useful.
    Ari

    That would explain my difficulty. I went to the link:
    http://download.oracle.com/docs/cd/E14571_01/relnotes.1111/e10132/biee.htm#CHDIFHEE
    that describes the deprecated client. I am confused by the statement there:
    "one of the many widely available third-party ODBC/JDBC tools to satisfy previous NQClient functionality"
    My understanding of ODBC is not very strong, so please bear with me. The statement above is talking about a client tool, but there also needs to be an ODBC driver available for BI Server. I may be a bit confused between driver and client, and what piece nq handles. I don't understand the comment about third-party ODBC when it comes to the driver piece, as that must be coded for BI Server. When I go to create a new DSN, the only driver that makes sense for me to select is:
    Oracle BI Server 11g_OH<id>
    That all works fine to setup a DSN. But I am unable to connect from Excel, etc., using this DSN.
    Put more simply, should I be able to connect to BI Server via ODBC - not using the deprecated BI ODBC client, but using other clients? Is there ODBC connectivity at all in OBIEE 11g?
    Thanks,
    Ari

  • I changed my data plan from 6g to 8g while my daughter who attends college outside of the US at Toronto Canada (and we have on a international calling and international data plan) was on spring break at her grandparents house here in the US. I made the ch

    I changed my data plan from 6g to 8g while my daughter who attends college outside of the US at Toronto Canada (and we have on a international calling and international data plan) was on spring break at her grandparents house here in the US. I made the change online since I had been waiting on the phone for over 10 minutes for a customer service rep to come available. Well when I made the change online since that seems to be the thing that Verizon wants it's customers to do and I didn't see all the different plans available and just did the upgrade to 8g. Next bill had over $900 in roaming charges on her phone line. I called the 1-800 number and waiting for a service rep and after 20 minutes of waiting and being put on hold was told it was the customers mistake and there was nothing they could do.Thanks for nothing. I called back after thinking about it and wondered why changing a data plan for the phones in the US would change a international call plan. Waiting over 10 minutes again between waiting for a service rep and hold for one to answer the call. Gave her all the information about it and she said she would call back. Well, 4 days later over the weekend she had nevered called back. So on the phone again for the third time and after 20 plus minutes again was told that when I did it online I click the plan that didn't include international call only the data plan. Explained that I never saw the difference in the plan packages so put on hold again and was told that they could credit $100 to my bill. Wow, thanks alot !!! We have been Verizon customers for probably atleast 12 years and this is how you treat your long term customers?

    Verizon Wireless Customer Support wrote:
    AHARDY454,
    We definitely want to review options on what has happened. We are now connection, so you can hover over my username and send me a Direct Meesage so we can review your account information. We look forward to reviewing.
    Thank you,
    TonyG_VZW
    Follow us on Twitter @VZWSupport
    TonyG_VZW they can't exactly hover over your username unless you actually link it in your post. The generic username for all the reps just doesn't fly.

  • How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    HI,
    How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    Thanks Florin,
    Your piece of code has worked alot, and it was very helpful in changing the Status of the Workitem to "READY" for all the Users fo the workitem.
    Points have been rewarded for your help.
    Process: We have acheived this using the "Work Item Exits", Usng "AFTER_EXECUTION" Method.
    Note: The Exit will be executed if "exit_cancelled"  statement is present/used in the work item method. if not it is not taking to the exit code. I'm unable to find the reason for it. Florin can u please explain this point.
    Please check the link for adding the code in Work Item Exits.
    http://wiki.sdn.sap.com/wiki/display/ABAP/ProgramExitsIn+Workflow
    Please find the Code:
    method IF_SWF_IFS_WORKITEM_EXIT~EVENT_RAISED.
    Get the context of the workitem
      me->wi_context = im_workitem_context.
    After execution of the workitem call the method AFTER_EXECUTION
      if im_event_name eq swrco_event_after_execution.
        me->after_execution( ).
      endif.
    endmethod.
    METHOD AFTER_EXECUTION.
    This method acts as the Event Handler for SWRCO_EVENT_AFTER_EXECUTION
      DATA: LCL_L_WID TYPE SWW_WIID,
            L_STATUS TYPE SWR_WISTAT-STATUS,
            L_NEW_STATUS  TYPE SWR_WISTAT,
            L_SWR_MESSAG  TYPE STANDARD TABLE OF SWR_MESSAG,
            L_SWR_MSTRUC  TYPE STANDARD TABLE OF SWR_MSTRUC.
    Get work item
      CALL METHOD WI_CONTEXT->GET_WORKITEM_ID
        RECEIVING
          RE_WORKITEM = LCL_L_WID.
      L_STATUS = 'READY'.
      CALL FUNCTION 'SAP_WAPI_SET_WORKITEM_STATUS'
        EXPORTING
          WORKITEM_ID    = LCL_L_WID
          STATUS         = L_STATUS
          USER           = SY-UNAME
          LANGUAGE       = SY-LANGU
          DO_COMMIT      = 'X'
        IMPORTING
          NEW_STATUS     = L_NEW_STATUS
         RETURN_CODE    = SY-SUBRC
        TABLES
          MESSAGE_LINES  = L_SWR_MESSAG
          MESSAGE_STRUCT = L_SWR_MSTRUC.
      IF SY-SUBRC EQ 0.
      ENDIF.
    ENDMETHOD.
    Thank You Once Again,
    Ajay Kumar Chippa

Maybe you are looking for

  • AIR 3.0 SDK + ADL + Context3D results in a transparent window

    I downloaded the latest sdk from labs (3.0) i merged with the flex sdk (4.5.1) i updated flash builder. I creaded a new Flex application, AIR for desktop. I used this as target arguments -static-link-runtime-shared-libraries=true -target-player=11.0

  • Referencing Sales BOM on Contracts

    Hi All, I have tried searching but have not found many specifics to answer my question.  We wish to create quantity contracts for sales BOMs which have pricing at the "parent" item and we pick and ship the "child" items.  I have assigned the same ite

  • CS5 versus CS4

    Hi I have CS4 set up on a corei7  with 6G ram 2 x  Raptor HD, Nvidia 512 Mo, Windows 7 Pro 64bit. My problem is that I am not satisfied with the performance overwhole either using HD or DV. Whilst editing  the video is jumpy and the final result is n

  • Layers from Photoshop are black in Aperture

    I export a pic to PSE, make some changes, select certain things, cut out some stuff, etc. I end up with a few layers. Then I save back into aperture as a psd file. The selected area put on another layer is now black. I've tried reopening the files in

  • Copy existing queries on InfoProvider to other InfoProvider

    Hello, There is requirement of copy existing queries on InfoProvider (Standard InfoCube) to other InfoProvider (Z Version of InfoCube). Can we use RSAQCOPY...? If not, is there a way to do that (any other SAP Program of Function Modules). Also while