Redirect Sign out of a dashboard in Oracle BIEE

Hi
I have a requirement to change the Sign Out link of our BI Dashboard to redirect to a different web page. What is the best way of going about this?
Thanks

Refer to:
change url to sign in
Also,
Find the "logonmessages.xml" and search for "kmsgAuthenticateSSOThankYouHaveLoggedOff". This is where you can edit the text and add custom HTML URL for the "Click here" word.
*<WebMessage name="kmsgAuthenticateSSOThankYouHaveLoggedOff"><HTML>Thank you for using <sawm:messageRef name="kmsgProductGeneral"/> software. You have successfully <b>logged out</b>.
<sawm:if insert="1">To log back in, click <a insert="1">here</a>.
</sawm:if></HTML></WebMessage>*
Hope this helps.

Similar Messages

  • How to remove the "Sign Out" in OBIEE 11g?

    How to remove or hide the "Sign Out" option from Dashboard in OBIEE 11g?
    Edited by: Siva Prasad on Jul 6, 2011 6:20 AM

    Hi Amit, Following z the file.. Plz check it out....
    <html xmlns:sawm="com.siebel.analytics.web/message/v1" xmlns:sawpg="oracle.bi.ps.page/v1" sawpg:cacheable="false">
    <head>
    <title><sawm:messageRef name="kmsgBIEEHomeTitle"/></title>
    <sawm:messageRef name="kuiFrameworkHeaderHead"/>
    <link href="fmap:catalog.css" type="text/css" rel="stylesheet" />
    <link href="fmap:home.css" type="text/css" rel="stylesheet" />
    <link href="fmap:uicomponents/obips.FormFields/obips.FormFields.css" type="text/css" rel="stylesheet" />
    <link href="fmap:uicomponents/obips.FloatingWindow/obips.FloatingWindow.css" type="text/css" rel="stylesheet" />
    <link href="fmap:uicomponents/obips.Dialog/obips.Dialog.css" type="text/css" rel="stylesheet" />
    <script type="text/javascript" src="fmap:common/dragdropframework.js"></script>
    <script type="text/javascript" src="fmap:common/layout.js"></script>
    <script type="text/javascript" src="fmap:common/obips.TabCircler.js"></script>
    <script type="text/javascript" src="fmap:common/obips.XMLDOM.js"></script>
    <script type="text/javascript" src="fmap:webserviceproxies/catalogmanager.js"></script>
    <script type="text/javascript" src="fmap:uicomponents/obips.FormFields/obips.FormFields.js"></script>
    <script type="text/javascript" src="fmap:uicomponents/obips.FloatingWindow/obips.FloatingWindow.js"></script>
    <script type="text/javascript" src="fmap:uicomponents/obips.Dialog/obips.Dialog.js"></script>
    <script type="text/javascript" src="fmap:uicomponents/obips.UberBar/obips.UberBar.js"></script>
    <!--Please don't add this back. obips.Toolbar is deprecated! <script type="text/javascript" src="fmap:uicomponents/obips.Toolbar/obips.Toolbar.js"></script>-->
    <script type="text/javascript" src="fmap:uicomponents/common/obips.TextDialog.js"></script>
    <script type="text/javascript" src="fmap:uicomponents/common/obips.MessageDialog.js"></script>
    <script type="text/javascript" src="fmap:uicomponents/common/obips.ConfirmDialog.js"></script>
    <script type="text/javascript" src="fmap:common/datetime.js"></script>
    <script type="text/javascript" src="fmap:common/list.js"></script>
    <script type="text/javascript" src="fmap:catalog/catalogaction.js"></script>
    <script type="text/javascript" src="fmap:catalog/catalogmanagerhelper.js"></script>
    <script type="text/javascript" src="fmap:catalog/actionhandlerimpl.js"></script>
    <script type="text/javascript" src="fmap:catalog/actionlinksrender.js"></script>
    <script type="text/javascript" src="fmap:catalog/catalog.js"></script>
    <script type="text/javascript" src="fmap:catalog/itemproperties.js"></script>
    <sawm:if name="session.syndicate" op="equals" value="workspace">
    <script type="text/javascript" src="fmap:common/workspacesyndicatebase.js"></script>
    </sawm:if>
    <script type="text/javascript" src="fmap:common/alertsui.js"></script>
    <sawm:resourceBundle path="common/saw.alertsui.xml"/>
    <script type="text/javascript" src="fmap:home/bieehome.js"></script>
    <script type="text/javascript">
    function NQOnLoadEvent()
    //render header
    <sawm:messageRef name="kuiFrameworkHeader" >
    <sawm:setParam name="helpUrl"><sawm:fileMap path="biee0124.htm"/></sawm:setParam>
    <sawm:setParam name="helpCaption"><sawm:messageRef name="kuiBIHContextHelp" /></sawm:setParam>
    <sawm:setParam name="title"><sawm:messageRef name="kmsgBIHHomeTabTitle"/></sawm:setParam>
    </sawm:messageRef>
    <sawm:messageRef name="kmsgMostRecentItemsScript" />
    var tDownloadLinks = [
    <sawm:if test="officeURL">
    {text:'kmsgBIHOracleBIForMSOffice', url:<sawm:json>officeURL</sawm:json>, desc:'kmsgBIHOracleBIForMSOfficeDesc'},
    </sawm:if>
    <sawm:if test="smartViewURL">
    {text:'kmsgBIHSmartViewForMSOffice', url:<sawm:json>smartViewURL</sawm:json>, desc:'kmsgBIHSmartViewForMSOfficeDesc'},
    </sawm:if>
    <sawm:if test="privileges.Publisher.developReport">
    {text:'kmsgBIPDownloadTemplateBuilderForWord', url:saw.commandToURL('xmlpObjectTasks')+'&amp;Action=downloadTool&amp;_xaction=downloadtb', desc:'kmsgBIPDownloadTemplateBuilderForWordDesc'},
    {text:'kmsgBIPDownloadAnalyzerForExcel', url:saw.commandToURL('xmlpObjectTasks')+'&amp;Action=downloadTool&amp;_xaction=downloadae', desc:'kmsgBIPDownloadAnalyzerForExcelDesc'},
    </sawm:if>
    null
    var tSESUrl = "";
    <sawm:if test="sesSearchURL">
    tSESUrl = <sawm:json>sesSearchURL</sawm:json>;
    </sawm:if>
    saw.home.start(tDownloadLinks,tSESUrl);
    window.onload = NQOnLoadEvent;
    //list of object types that current user can create
    saw.catalogaction.setCreateList(<sawm:json>system.catalogObjectTypeManager.creatableTypes</sawm:json>);
    <sawm:if name="session.syndicate" op="equals" value="workspace">
    var tSyndicate = obips.workspace.HomePageSyndicate.createSyndicateObject();
    </sawm:if>
    </script>
    <sawm:resourceBundle path="catalog/privileges.xml"/>
    <sawm:resourceBundle path="catalog/saw.catalog.xml" inline="false"/>
    <sawm:resourceBundle path="home/bieehome.xml" inline="false"/>
    </head>
    <body>
    <div id="idBIEEHomeBodyDiv">
    <!--Round corner -->
    <table cellspacing="0" cellpadding="0" class="BIHRoundCorner">
    <tr>
    <td class="RoundCornerCell">&amp;nbsp;</td>
    <td class="TopCell">&amp;nbsp;</td>
    </tr>
    </table>
    <div class="BIEEHome">
    <table id="idBIEEHomeTable" class="BIEEHomeTable" cellspacing="0" cellpadding="0">
    <tr>
    <!-- left pane -->
    <td class="BIEEHomeLeft">
    <div class="BIHPaneContainer">
    <table width="100%" cellspacing="0" cellpadding="0">
    <!-- Create... -->
    <tr id="idCreate"><td class="BIHActionSectionHeader">
    <sawm:messageRef name="kmsgCreateSectionHeader"/>
    </td>
    </tr>
    <tr id="idBIHCreateActionList">
    <td class="BIHActionList">
    <div id="idHomeCreateLinks"></div>
    </td>
    </tr>
    <!-- Browse Catalog... -->
    <tr id="idBrowseCatalog">
    <td class="BIHActionSectionHeader">
    <sawm:messageRef name="kmsgBrowseCatalogSectionHeader"/>
    </td>
    </tr>
    <tr id="idBIHBrowseActionlist">
    <td class="BIHActionList">
    <div id="idHomeBrowseCatalogSection">
    <a id="idCatalogFolders" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onAllContentClick(event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHCatalogFolders"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_folder_s.png"/>" />
    <span><sawm:messageRef name="kmsgBIHAllContent"/></span>
    <img border="0" alt="Drop down" title="" src="fmap:uicomponents/obips.Menubar/dropdown_md.gif"/>
    </a>
    <a id="idMyRequests" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=queryitem1&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgCatalogFavoriteFolderMyRequest"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
    <span><sawm:messageRef name="kmsgCatalogFavoriteFolderMyRequest"/></span>
    </a>
    <a id="idMyReports" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=bipReport&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHMyReports"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
    <span><sawm:messageRef name="kmsgBIHMyReports"/></span>
    </a>
    <a id="idMyScorecards" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=bsc&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHMyScorecards"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
    <span><sawm:messageRef name="kmsgBIHMyScorecards"/></span>
    </a>
    <sawm:if test="system.config['Alerts/Enabled'] &amp;&amp; privileges.Access['Global Delivers']">
    <a id="idMyIBotSubscriptions" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=favorite&amp;targetid=mySubscription',event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHMyIBotSubscriptions"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
    <span><sawm:messageRef name="kmsgBIHMyIBotSubscriptions"/></span>
    </a>
    <a id="idMyIBots" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=coibot1&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHMyIBots"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
    <span><sawm:messageRef name="kmsgBIHMyIBots"/></span>
    </a>
    </sawm:if>
    </div>
    <div class="BIHManageJobsLink">
    <sawm:if name="privileges['Admin: General'].ManageJobs">
    <a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('ViewJobs'), event); return false;">
    <span><sawm:messageRef name="kmsgBIHManageMarketingJobs"/></span>
    </a>
    </sawm:if>
    <sawm:if test="privileges.Publisher.developReport || privileges.Publisher.administerServer">
    <a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onBIPReportSchedules(event); return false;">
    <span><sawm:messageRef name="kmsgBIHManageReportsSchedules"/></span>
    </a>
    <a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onBIPJobHistory(event); return false;">
    <span><sawm:messageRef name="kmsgBIHManageReportsJobHistory"/></span>
    </a>
    </sawm:if>
    </div>
    </td>
    </tr>
    <!-- Get Started... -->
    <tr id="idGetStarted">
    <td class="BIHActionSectionHeader">
    <sawm:messageRef name="kmsgGetStartedSectionHeader"/>
    </td>
    </tr>
    <tr id="idBIHGetStartedLinks">
    <td class="BIHActionList">
    <!--To custom the links, add a kuiHomePageGetStartedLinks custom message. -->
    <sawm:choose>
    <sawm:when name="getStartedMsg">
    <sawm:messageRef name="kuiHomePageGetStartedLinks" />
    </sawm:when>
    <sawm:otherwise>
    <a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://download.oracle.com/docs/cd/E14571_01/index.htm','_blank'); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHHelpIntroduction"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/introtooraclebi_lg_qualifier.png"/>" />
    <span><sawm:messageRef name="kmsgBIHHelpIntroduction"/></span>
    </a>
    <a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://download.oracle.com/docs/cd/E14571_01/index.htm','_blank'); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHHelpDoc"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/quicktour_lg_qualifier.png"/>" />
    <span><sawm:messageRef name="kmsgBIHHelpDoc"/></span>
    </a>
    <a class="BIHGetStartedLink" href="javascript:void(null)" onclick="saw.home.onDownloadDesktopTools(event)" id="idBIHDownloadToolsLink">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHDownloadBIDesktopTools"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/downloadBIdesktopapps_lg_ena.png"/>" />
    <span><sawm:messageRef name="kmsgBIHDownloadBIDesktopTools"/></span>
    <img border="0" alt="Drop down" title="" src="fmap:uicomponents/obips.Menubar/dropdown_md.gif"/>
    </a>
    <a class="BIHGetStartedLink" href="javascript:void(null)" onclick="saw.home.onHelpTOCs(event); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHHelpTOC"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/helptopics_lg_qualifier.png"/>" />
    <span><sawm:messageRef name="kmsgBIHHelpTOC"/></span>
         <img border="0" alt="HelpTOCDropdown" title="" src="fmap:uicomponents/obips.UberBar/dropdown_md.gif"/>
    </a>
    <a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://www.oracle.com/technology/tech/bi/index.html','_blank'); return false;">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHOraTechNetwork"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/otn_lg_qualifier.png"/>" />
    <span><sawm:messageRef name="kmsgBIHOraTechNetwork"/></span>
    </a>
    </sawm:otherwise>
    </sawm:choose>
    </td>
    </tr>
    </table>
    </div>
    </td>
    <!-- right pane -->
    <td class="BIEEHomeRight" cellspacing="0" cellpadding="0">
    <table width="100%">
    <!-- Alerts -->
    <tr id="idHomeAlertsRow">
    <td class="BIHListSectionHeaderIconCell">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgViewsAlerts"/>" title="" src="<sawm:fileMap path="common/alert_lg_qualifier.png"/>" />
    </td>
    <td>
    <div class="BIHListSectionHeader">
    <sawm:messageRef name="kmsgViewsAlerts"/>
    </div>
    <div id="idHomeAlerts">
    </div>
    </td>
    </tr>
    <!-- Recent -->
    <tr>
    <td class="BIHListSectionHeaderIconCell">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHRecent"/>" title="" src="<sawm:fileMap path="common/recentupdate_lg_qualifier.png"/>" />
    </td>
    <td>
    <div class="BIHListSectionHeader">
    <sawm:messageRef name="kmsgBIHRecent"/>
    </div>
    <div id="idNoRecentItems">
    &lt;img border="0" align="middle" class="MsgErrorImg" alt="<sawm:messageRef name="kmsgBIHNoRecent"/>" title="" src="<sawm:fileMap path="uicomponents/common/title_info.png"/>" />
    <span class="BIHNoRecentItems"><sawm:messageRef name="kmsgBIHNoRecent"/></span>
    </div>
    <div id="idRecentDashboards" class="BIHRecentSubHeader">
    <sawm:messageRef name="kmsgBIHRecentDB"/>
    </div>
    <div id="idHomeDashboards" class="BIHRecentDBDiv"/>
    <div id="idRecentOthers" class="BIHRecentSubHeader">
    <sawm:messageRef name="kmsgBIHRecentOthers"/>
    </div>
    <div id="idHomeMRU"/>
    </td>
    </tr>
    <!-- Favorites -->
    <tr>
    <td class="BIHListSectionHeaderIconCell">
    &lt;img border="0" alt="<sawm:messageRef name="kmsgBIHFavorites"/>" title="" src="<sawm:fileMap path="catalog/mostpopular_lg_qualifier.png"/>" />
    </td>
    <td>
    <div class="BIHListSectionHeader">
    <sawm:messageRef name="kmsgBIHFavorites"/>
    </div>
    <div id="idNoFavoriteItems">
    &lt;img border="0" align="middle" class="MsgErrorImg" alt="<sawm:messageRef name="kmsgBIHNoRecent"/>" title="" src="<sawm:fileMap path="uicomponents/common/title_info.png"/>" />
    <span class="BIHNoRecentItems"><sawm:messageRef name="kmsgBIHNoFavorites"/></span>
    </div>
    <div id="idHomeFavorites"/>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </div>
    </div>
    <sawm:messageRef name="kuiStaticsPreloadIFrame"/>
    </body>
    </html>
    Edited by: Siva Prasad on Jul 6, 2011 10:39 PM
    Edited by: Siva Prasad on Jul 6, 2011 11:10 PM
    Edited by: Siva Prasad on Jul 6, 2011 11:58 PM

  • SharePoint 2013 implement simple logout button which do not redirect to default sign out page using JavaScript client object model

    I am using windows authentication in my web application.
    My requirement is to implement a sign out button which will sign out the user without having him to close the browser and application should not ask him to login again.
    I tried following two options:
     1. Redirecting the user to default signout.aspx page " /_layouts/15/SignOut.aspx "
     2. Using "Sign In as a different user" URL " /_layouts/15/closeConnection.aspx?loginasanotheruser=true "
    In first case, user is redirected to default sign out page but he can press "Go Back to Site" link to revisit the site. Another major issue is that the user has to close the browser to sign out from the application completely, which is not desirable
    in my project requirement.
    In second case, the the current user is signed out of the application but if the user has saved the password in browser, he gets signed in automatically to the application.
    I also came across the solution where we replace the default sign out page with a custom sign out page, but I am not sure whether it can be implemented using JavaScript Client Object Model of SharePoint.

    Hi 
    I'm basically looking for the exact answer for the query.
    Meanwhile you need to go through the link mentioned below in order to understand how to do it.
    Debugging and Logging Capabilities in SharePoint 2010
    Indul Hassan
    Microsoft Community Contributor
    http://www.indulhassan.com
    You Snooze.. You Lose !!

  • What do i need to do when signing out of sync?

    thank you for the very clear and easy to follow articles on installing and using sync weave add-on for my main pc and other pcs or mobile items i use....i am less clear as to what to do when signing out of sync weave, and how to cover my history etc....i couldn't find an appropriate article for this and would appreciate guidance as to the steps i need to take every time i want to sign out of a pc/etc and therefore maintain my privacy and security...an article to match the existing ones for installing weave would be fantastic...thanks!!

    Are you trying to install the DB on Linux from your Windows Box? if so, you need to have an XWindows client on your client. You have to SSH or Telnet into the box, set your DISPLAY variable. In fact, it is all in your documentation for the DB install. We still don't understand what you are exactly asking.
    Do you have direct access to your Linux machine? If so, and it has a graphical GUI, then you can find install guides for most flavors of Linux at dizwell.com. His are most excellent and show examples, but do not go over the XWindows problem. You would have to resolve that first.
    A free XWindows environment for Windows is Cygwin.
    Once the DB is running on Linux then all you do is create a TNS entry on it on your client and it connects. It is the same as setting up a connection to connect to Oracle on a Windows box.

  • 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

  • CCMP unable to find sign out

    Hi,
    I am using Cisco CCMP ver 10.0 with LDAP integration. When I log in the portal by LDAP users, I can not find sign out button. Is that bug or misconfiguration?
    Any helps?
    Thanks,
    Thuc

    Hi john
    i found the config.bat file where the oracle user name and SID is also mentioned.the path is "Hyperion Home\BIPlus\common\config" here there is a file config.bat(and its backup as well , each time you configure a backup file is created)
    Thanks

  • Please fix the non-existent Sign Out

    Is there going to be any update so that you can sign out of Skype on Xbox One?  Its pretty ridiculous that you can't, I've had to go into my privacy settings and make it so no one can message me just so that Skype is disabled.  I would love to use it on Xbox One cause its a great feature, but lot's of people use my TV, family, friends, etc. and there is no way I'm leaving it turned on all the time.  I think this has got to be one of the most annoying design decisions I've ever seen for a communication app.

    Thanks (and kudos) for you detailed feedback, @JLLP . Your detailed use cas description is helpful to scope the features to potentially better support it in the future.
    For the time being you might want to look at these Xbox One features:
    Settings - "Sign in, security & passkey": Set up a passkye here as requirement to sign in. You can conveniently enter that using your controller even while others are watching the Xbox dashboard screen
    Settings - Preferences: You can uncheck "Show Skype notifications" there each time you move away from your Xbox. Not really convenient long term as you need to remember to re-enable the feature each time you return to your box. See next bullet point
    With the Skype app open press the menu button on your XB1 controller and select "Settings". Open "Notifications" to configure your Skype notifications to only show for incoming calls. This might help you address the content privacy question.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Sign out

    Hello,
    i am new to JSP. till now everything in my programming went on fine, now i came across a problem.
    i used hidden fields for session tracking in my jsp files.
    Even when i sign out i am not able to end the session of that user.
    please help me to find a way out for this problem. I also want to whether my approach to the problem is correct or not.
    that too its very urgent.
    Thank you,
    harish.

    I think you might be doing something completely different if you're using "hidden fields" to manage your session.
    Using a session is a totally different animal.
    You start off after validating the login with:
    String login = whatever the valid login information is.
    session.setAttribute("login", login); // now available to all pages that ask for it.
    session.setMaxInactiveInterval(10); // ten seconds, that's plenty of time.
    Then, in each and every page thereafter, you get the login information from the session object:
    String login = session.getAttribute("login");
    Check it to make sure it's valid, and if it's not, force a login:
    if (login == null) response.sendRedirect("loginpage.jsp");
    And on the logout page, after a successful logout:
    session.invalidate();
    Now, if the user returns to one of the old pages, and if the cache is empty, or Refresh is placed, the "getAttribute()" method will return null, and the user will be redirected to a login page.

  • Why does it tell me I'm signed out when I try to log in?

    Hi.
    So, I'm trying to log in to the Adobe programs- Ilustrator,Photoshop and Creative Cloud. First I was having issues signing into them because it was asking for a serial number which I did not have because I have a student membership. Now it redirects me to log in and every time I do, the same box pops up and tells me I signed out.Over, and over again. I uninstalled all three programs yesterday and now I downloaded them again but same problem.
    SOMEONE HELP ME.
    Thanks!

    You are no longer signed into your Creative Cloud applications

  • How to implement SIGN OUT

    I am writing an authentication provider for Weblogic 7.0. I don't know how to handle
    sign out request. What should I do when a user clicks on a "sign out" link?

    Invalidate the session.
    request.getSession().invalidate();
    and redirect to a main...
    "Reza Asadollahi" <[email protected]> wrote:
    >
    I am writing an authentication provider for Weblogic 7.0. I don't know
    how to handle
    sign out request. What should I do when a user clicks on a "sign out"
    link?

  • How to add a picture in Background of Sing in and Sign out Screen

    Hi MOSC,
    How do i add a picture in the background of Sing in and sign out screen in HCM People Soft 9.2 and People Tools 8.53.
    Also, how do i get rid of the Language are from the sign on page.
    thanks,
    Response will be greatly appreciated!
    User 501241

    Ha, I lost the reply I had typed up and I see Jim replied while I was writing it.
    In addition to his comments about changing the file.  It's actually signin not signon.html. Jim has the right path though. signon.html is the file that redirects the client to URL=../psp/ps/?cmd=login command which displays signin.html.  It's at /home/psadm2/psft/pt/8.53/webserv/peoplesoft/applications/peoplesoft/PORTAL.war/ps/signon.html. 
    I also gave two blog posts on the topic.
    Creating a Custom PeopleSoft Sign On Page - Remote PSAdmin and Hide the ‘Windows 7 is not supported’ message | The PeopleSoft Tipster Blog
    The first tells you how to add the background in the comments.  The latter discusses customizing the file for other reasons and gives some additional info.
    Oh, I also mentioned that the languages are all in a td tag with the class name of pslanguageframe.  Which may help you find it, because if I remember the language codes use JSP variables.  Just edit the table structure as you like and aligning it to your liking.

  • What causes "Windows Live Sign-out isn't complete-Finish signing out"?

    When signing out of email at www.hotmail.com, I get the message “Windows Live Sign-out isn’t complete…Finish signing out” instead of the "signout successful" screen. The message suggests deleting all cookies, which I did. Then I deleted firefox 5 and reinstalled firefox 4.0.1.
    Same error occurs with firefox 4.0.1.
    The error does not occur when I use MS internet explorer to access hotmail.

    Fix for Sign-Out Hotmail
    = Completely
    Vista-Ultimate32-SP2 (x86) [U.S.Version]
    No - MSN messenger √
    Firefox 11.0 [Windows] √
    The Fix: = Firefox must block “All” pop-ups from plug-ins / Flash / images..ie ..!!!!!
    Important…!!
    Updated Search Engine to “ixquick”.
    • Ixquick…..!!!!...
    • As of January 28, 2009, Ixquick no longer records users' IP addresses at all. “_https://en.wikipedia.org/wiki/Ixquick_” .
    • Believe me when I say once you have gotten ixquick “ set properly” you will kick yourself for putting up with Micro$oft’s ..&&.. Google’s piracy and privacy abuse…!!!
    Important…Note***“Completely”…!!!... Delete and removed all references and options of Google/Bing Search engines…
    ”they are the most radical and intrusive search Plug-ins and softwares to Firefox users and web surfing privacy” …!!!!!!
    Reason:..Why..?
    When you log-in to hotmail the following harmful cookies (Beacon cookies / Candy cookies), are Automatically created:::
    bing.com
    google.com
    hmit.ww.msn.com
    live.com
    login.live.com
    match.com
    msn.com
    secure.shared.live.com
    www.bing.com
    …. If you decide not to follow this Important…Note***… advice and do not care about exposing your Browsing habits and privacy…User Preference…
    This fix was done under the Î above Î mention conditions of removing search engines -plug-ins….
    With-out the above conditions….?...
    This fix is untested and may or may not work to resolve the “sign-out” issue of hotmail.com…?
    Step ::
    1. Silverlight Plug-In [version; 3.0.50106.0] =Install
    • * This is the best M$_compatible version for Firefox {All}
    • **Remember to “Prevent” Window’s update {Silverlight}..!!
    • *** After Installing > In Firefox/goto ..>>... Addons..>>Plugins/ Silverlight..>>.. =Disable
    • Current version is : Silverlight 5 (5.0.61118.0)
    Step::::
    2. Open Firefox / Install FlashKiller [1.3]
    • This is the easiest “least radical and least intrusive” flash blocker available for Firefox
    Step::::
    3. Set Pref (about:config):
    privacy.popups.disable_from_plugins = 3
    This pref {Integer} can actually take four values:
    • {Integer} 0: Allow ”all” popups from plugins.
    • {Integer} 1: Allow popups, “but limit” them to dom.popup_maximum.
     You Must type in: dom.p = dom.popup_maximum
     * Default 20 will sign-out to MSN.com (homepage)
     ** Change to 1 will sign-out = You have successfully signed out of Hotmail (Sign-out page)….
     This is a “ user” preference…
    o {Integer} 2: Block popups from plugins.
    o {Integer} 3: Block popups from plugins, even on whitelisted sites
    Step :::
    4. Set Pref. (about:config):
    image.animation_mode [string] = none [Default_Normal]
    Resart Firefox
    Step :::
    5. In Firefox.
    . Goto ..>>..options..>>Content {Tab}…>>>
    Enable JavaScript (√/check)..
    Click /Advance (button) …>>..uncheck All… >>>.. click OK…
    Step :::
    6. Restart Firefox
    Step :::
    7. Manually Type: hotmail.com {Address bar}
     Uncheck (Clear)…. “Keep me signed in” [box].
     Bookmark this Link: This is a “ user” preference…
    Step ::::
    8. Log-In (do your thing)
    • Note .. Tab activity will look very busy and intermittent for a few seconds = normal
    Step :::
    9. Sign-out = Complete …”..???..”
    • Note: Sign out will redirect you to MSN.com
    • Confirm sign out complete and successful…
    i. Close tab (MSN.com)
    ii. Do not close Firefox
    iii. Launch hotmail.com (Bookmark or address bar) again.
    iv. If log in windows appears: and ask for:: address and password = This is Confirmation that log out procedure was successful..…..!!!
    Important:
    Again://// These harmful cookies (Beacon cookies / Candy cookies), are still Automatically created:::
    bing.com
    google.com
    hmit.ww.msn.com
    live.com
    login.live.com
    match.com
    msn.com
    secure.shared.live.com
    www.bing.com
    These cookies will “still” be automatically created,,,, “but” ,,, “NOW” have no affect on Firefox browser..!!
    …. “Do Not”….
    Do not …add these cookies to your exceptions list..
    This is no longer a necessary procedure…..!!!!!....
    And these cookies can be cleaned out = “still” be automatically created and does not have any affect to your daily / log-in and sign-out of hotmail…!!!!
    Use Ccleaner for “maintenance” of Firefox & M$ windows.. and..to remove OS junk and to eliminate these harmful cookies…
    Or clear your firefox history (periodically)…
    If Neceessary..>>>
    Step :::
    10. Disable web site ad banners…:
    Use Firefox Add-on / Stylish 1.2.6
    or manually create or /edit userstyle (.css) file in “your” Profile Folder:
    ..>>>.. Create with Stylish (add-on) = Best option for “ all “ userstyle configurations..!!!
    (found by ixquick search and _ created_ with Stylish ):
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* Block Flash, using a placeholder you can click to unblock a desired Flash animation. */
    /* Doesn't work for embed tags, which are less common than object tags - bug 190970 */
    object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
    object[codebase*="swflash.cab"] {
    -moz-binding: url("http://www.cs.hmc.edu/~jruderma/flash.xml#obj"); }

  • Unable to sign out

    I created a virtual host for our infrastructure and our middle tier. Everything seems to have gone fine except that I recently noticed that I am now unable to signout of any CS application. It looks like it signs out, and it even askes me to sign back in, but when i do sign back in with a different account i get the first account that I signed in as.
    all i added was
    <VirtualHost *:7778>
    ServerAdmin [email protected]
    Servername www.domain.ca
    RewriteEngine On
    RewriteOptions inherit
    </VirtualHost>
    to the httpd.conf
    then go in and modify the virtual host from hostname.domain.ca to www.domain.ca. If i take this setting out of the infrastructure settings then it works fine again.
    I was able to do the same thing on the Oracle Application Server with no issues. What step am I missing to get the infrastructure working properly?
    **edit
    I just tested the OracleAS and it seems to be suffering from the same issue.

    i have run the ssoreg.sh script, but the outcome is still the same
    $ORACLE_HOME/sso/bin/ssoreg.sh
    -site_name sso.efarmportal.ca
    -mod_osso_url http://sso.efarmportal.ca:7777
    -config_mod_osso TRUE
    -oracle_home_path $oracle_home
    -config_file $oracle_home/Apache/Apache/conf/osso/osso.conf
    -virtualhost
    -admin_info cn=orcladmin

  • UAG "Sign Out" and "Login as a Different User" error.

    Hi
    I am using SharePoint Foundation 2010. I
    have some problem on UAG.
    "Sign Out” link on the SharePoint portal is visible but if user going through UAG, "Sign Out" link is missing.
    After user sign in to SharePoint portal going through UAG, user try to "Login as a Different User", system displays error page.
    Is this a issue? Or it is a UAG default behaviour?
    Hope someone here can assist me.
    Thanks!

    Hi,
    If you are working with UAG and SharePoint, you might find that there are some oddities in the Log out process. Specifically, you might see some of the following symptoms:
    Trying to Login as a Different user displays a ‘not found’ UAG page
    Logout of SharePoint leaves user logged in to UAG
    Logout of SharePoint leaves user logged in to SharePoint
    Logout redirects to a bad page
    We need customize the logout process in SharePoint. 
    More information is here:
    http://sharepoint-blog.com/uag-and-sharepoint-logout/
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • How to disconnect from the Database after signing out in ADF

    I'm using JDeveloper 10.1.3 to develop ADF and JSF applications on Oracle Database.
    I'm using dynamic credentials, the user can connect to the database as the database user. So different users can be connected to the database when you check the current database connections in the V$sessions. I'm using application pool.
    Upon signing out, i want to kill the Database connection associated with the application model that the user was using.
    I tried both the resetState() in the DCDataControl and invalidateSessionAndRedirect() but they both perform session timeout and move the application model back to the pool together with connection so that if another session with the same username/databasename couple is opened , then it can use the same application model in the pool.
    In my case, i want to disconnect and remove the Database connection from the V$sessions upon siging out.
    Thanks

    Hi,
    Thanks for your reply,
    Refering to the document "Understanding Application Module Pooling Concepts and Configuration Parameters" by Steve Muench,
    If jbo.doconnectionpooling=true, then each time a user session finishes using an AM (typically at the end of each HTTP request), the AM instance disassociates itself with the JDBC connection it was using on that request and it returns it to the JDBC connection pool.
    I don't want to unplug the AM from the Database connnection and move it back to the database pool when each request is finished.
    I want to disconnect the Database connection and remove it from the v$session upon signing out from the application, NOT only move it back to the database pool.
    I want this because i use dynamic credentials and when the user X1 signout from the application and user X2 signs in, it will NOT use the database connection that was used by X1 because the application connects as the database user. In other words, 2 database connection will be found after this scenario.
    Thanks,
    Amr

Maybe you are looking for