OBIEE 11.1.1.6.2 BP1 - Sample Application (V207)

Hi Experts,
i have installed OBIEE 11g with patch released recently i.e. OBIEE 11.1.1.6.2 BP1. now i wanted to have look into Sample app, but when i go the link mentioned below for downloading. it downloads some VM files. is ther any link to download RPD,webcat,along with other database dump file. in short like stuff provided in SampleApp V107 Install Files (Manual install files - not Virtual Image )
http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
Appreciate your help.
Cheers
Ankit

Hello Lalitha,
I found the reason:
the scripts on the Desktop 5-for APS.sh and 6-for EAS.sh are not working correct.
Immidiately after the scrips are done with there jobs to start the target components the just stated processes are killed due to the closing of the terminal windows.
This seems to be an ugly bug.
I'm using the folowing workaround:
Just type an additional command right ater the ordinary call in the sh:
"read dummy" (of course without the ")
This makes the terminal window staying open (because waiting for your input) and thus keeps the processes running. But do not press enter ...
There surely may be a more sensible way to accomplish this. However I'm not a linux guru.
Is someone out there to give us a more robust idea?
Regards
Andre
Followup:
No, just realized for 5-StartEssbAPS.sh it is even worser:
I have to:
1. open an new terminal window,
2. cd to the target directory: /home/oracle/epm/Middleware/user_projects/epmsystem1/bin
3. and from there start the script: ./startAnalyticProviderServices.sh
now the terminal windows remains open and the service alive.
Edited by: andreml on Jul 31, 2012 12:59 AM

Similar Messages

  • OBIEE 11.1.1.6.2 BP1 SSO with AD not working on MAC OS 10.6.8

    Hi Experts,
    We have setup SSO in our production with OBIEE 11.1.1.6.2 BP1 version and Active directory. All seems to work fine on all browsers. But on MAC OS 10.6.8 when we use Safari 5.1.7 it doesn't work. But when we use the application on MAC OS version 10.7.5 and safari version 6.0.1 and it is working fine. Can anyone please let me know if you have come across the scenario and the solution for this. In windows it works perfectly fine on all browsers. Only this version of MAC and Safari is giving us the trouble.
    Thanks in advance for any solution provided.
    Regards,
    Satyabrat

    JavaScript and Cookies are enabled.  my cookies list shows at least 3 associated with hulu.  Funny thing is, if I grab the up/down control bar on right side of screen with my mouse, then hulu plays in a somewhat chopped frame by frame. As soon as I let go, the frame freezes yet audio portion continues.
    I don't know what a munged Hulu cookie is, however.

  • OBIEE 11.1.1.6.2 BP1 not formatting properly to PDF using Acrobat 9 Pro

    We have upgraded to OBIEE 11.1.1.6.2 BP1 and are using Adobe Acrobat 9 Pro. With Version 10 I was able to format reports that, when printed to PDF, maintained the report format such as repeating the column headings, font style and size, number of rows per page and column width. With this new version the only thing I can control appears to be the column width. No other format styles are recognized. I've tried custom CSS Style settings as well setting everything individually but to no avail. Any thoughts?

    wrong forum

  • OBIEE 11.1.1.6.2 BP1 Patch Issue

    Hi folks,
    I applied the latest OBIEE 11.1.1.6.2 BP1 patch earlier today. This was for a standalone instance and I didn't encounter any issues with the patching process itself. However, afterwards when I logged into Answers/Dashboard, the homepage looked very strange. The entire header component is missing, including the Oracle logo, the dropdown menus for dashboards, favorites, search text field, signout link etc. The Create section in the left pane is also empty. Everything else on this homepage looks fine. When I navigate to the catalog via the Browse/Manager section, the catalog comes up fine along with the previously missing header! So the header is only missing on the homepage.. Very wierd.
    Would appreciate any hints on how to troubleshoot this.. Can I manually fix this is in one of the xml files? I'm hoping not to have to go back and re-do the patching!
    thanks,
    Axe

    I think dhar is referring to the cleancat script to clean up the catalog binary cache. Here is the notes from the BP1 installation:
    Clarification on the cleancat script: You may want to first navigate to the locations listed in the script to see if the files exist in your environment (they may not). If they do not exist, then you may scip running the patch. Additionally, the script may fail with an error. If that happens, go to the directories the script is trying to delete and delete them manually (if they exist).
    P.S: I have manually deleted these files by navigating to the directories after installing the patches.
    For Linux: cleancat.sh
    ================================
    #!/bin/sh
    # Cleanup catman binary cache
    echo "Cleaning up Catalog Manager binary cache"
    rm -rf $ORACLE_HOME/bifoundation/web/catalogmanager/configuration/org*
    echo "Done"
    For Windows: cleancat.cmd
    ================================
    echo off
    echo Cleaning up Catalog Manager binary cache
    IF EXIST
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.osgi
    rmdir /S /Q
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.osgi
    IF EXIST
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.equino
    x.app (
    rmdir /S /Q
    %ORACLE_HOME%\bifoundation\web\catalogmanager\configuration\org.eclipse.equino
    x.app
    echo Done
    Thanks,
    -Amith.

  • OBIEE 11.1.1.6.1 BP1 How to import rows more than 2500 ?

    Hi,
    I am using OBIEE 11.1.1.6.2 BP1. I want to increase the number of rows exporting in an Excel sheet which is 2500 (by default) at the moment. Following is th configuration of my instance config file:
    but I am still downloading not more than 2500.
    Any help would be appreciated !
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- Oracle Business Intelligence Presentation Services Configuration File -->
    <WebConfig xmlns="oracle.bi.presentation.services/config/v1.1">
    <ServerInstance>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><CatalogPath>D:\OBIEE_Home\instances\instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/SampleAppLite</CatalogPath>
    <DSN>coreapplication_OH1115437442</DSN>
    <Logging>
    <Writers>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Writer implementation="FileLogWriter" name="Global File Logger" writerClassId="1" dir="{%ORACLE_BIPS_INSTANCE_LOGDIR%}" filePrefix="sawlog" maxFileSizeKb="10240" filesN="10" fmtName="ODL-Text"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Writer implementation="CoutWriter" name="Console Logger" writerClassId="2" maxFileSizeKb="10240"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Writer implementation="EventLogWriter" name="System Event Logger" writerClassId="3" maxFileSizeKb="10240"/>
    <!-- The following writer is not centrally controlled -->
         <Writer implementation="FileLogWriter" name="Webcat Upgrade Logger" disableCentralControl="true" writerClassId="5" dir="{%ORACLE_BIPS_INSTANCE_LOGDIR%}" filePrefix="webcatupgrade" maxFileSizeKb="2147483647" filesN="1" fmtName="ODL-Text"/>
    </Writers>
    <WriterClassGroups>
    <WriterClassGroup name="All">1,2,3,5</WriterClassGroup>
    <WriterClassGroup name="File">1</WriterClassGroup>
    <WriterClassGroup name="Console">2</WriterClassGroup>
    <WriterClassGroup name="EventLog">3</WriterClassGroup>
    <WriterClassGroup name="UpgradeLogFile">5</WriterClassGroup>
    </WriterClassGroups>
    <Filters>
    <!-- These FilterRecords are updated by centrally controlled configuration -->
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><FilterRecord writerClassGroup="File" path="saw" information="1" warning="31" error="31" trace="0" incident_error="1"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><FilterRecord writerClassGroup="File" path="saw.mktgsqlsubsystem.joblog" information="1" warning="31" error="31" trace="0" incident_error="1"/>
    <!-- The following FilterRecords are not centrally controlled -->
    <FilterRecord writerClassGroup="UpgradeLogFile" disableCentralControl="true" path="saw.subsystem.catalog.initialize.upgrade" information="1" warning="32" error="32" trace="1" incident_error="32"/>
    <FilterRecord writerClassGroup="UpgradeLogFile" disableCentralControl="true" path="saw.subsystem.catalog.upgrade" information="1" warning="32" error="32" trace="1" incident_error="32"/>
    </Filters>
    </Logging>
    <Catalog>
    <UpgradeAndExit>false</UpgradeAndExit>
    </Catalog>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Listener port="9710" ssl="false"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><JavaHostProxy ssl="false">
    <Hosts>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Host name="coreapplication_obijh1" address="tdc03srv161.g-mwater.com.au" port="9810"/>
    </Hosts>
    </JavaHostProxy>
    <Alerts>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><ScheduleServer ssl="false" ccsPrimary="tdc03srv161.g-mwater.com.au" ccsPrimaryPort="9706"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><OfflinePresentationServicesURL>http://10.12.3.161:9704/analytics/saw.dll</OfflinePresentationServicesURL>
    </Alerts>
    <ActionFramework>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><ActionExecutionServiceEndPoint>http://10.12.3.161:9704/analytics/actions/ActionExecutionService</ActionExecutionServiceEndPoint>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><TargetBrowsingServiceEndPoint>http://10.12.3.161:9704/analytics/actions/ActionRegistryService</TargetBrowsingServiceEndPoint>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><LocationServiceEndPoint>http://10.12.3.161:9704/analytics/actions/LocationService</LocationServiceEndPoint>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><WorkflowServer>http://10.12.3.161:9704</WorkflowServer>
    <WorkflowService>ANALYTICS</WorkflowService>
    <WorkflowSystem>obiaftests</WorkflowSystem>
    </ActionFramework>
    <Security>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    </Security>
    <ODBC>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ResultRowLimit>65000</ResultRowLimit>
    </ODBC>
    <Views>
    <Pivot>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DisableAutoPreview>false</DisableAutoPreview>
    <MaxVisibleColumns>300</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>1000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Pivot>
    <Table>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDownload>25000</DefaultRowsDisplayedInDownload>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>1000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Table>
    <Charts>
    <MaxVisibleColumns>2000</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>2000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <JavaHostReadLimitInKB>4096</JavaHostReadLimitInKB>
    </Charts>
    </Views>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <OracleHardwareAcceleration>false</OracleHardwareAcceleration>
    <Dashboard>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ShowPageTabsAlways>false</ShowPageTabsAlways>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ShowSectionHeadingsDefault>false</ShowSectionHeadingsDefault>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <CollapsibleSectionsDefault>true</CollapsibleSectionsDefault>
    </Dashboard>
    <DeploymentProfile>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DeploymentMode>onsite</DeploymentMode>
    </DeploymentProfile>
    <AsyncLogon>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <NewLogonWaitSeconds>30</NewLogonWaitSeconds>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <NewSyncLogonWaitSeconds>900</NewSyncLogonWaitSeconds>
    </AsyncLogon>
    <Marketing>
    <ContentServer>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <URL>http://localhost:8765</URL>
    </ContentServer>
    </Marketing>
    <Authentication>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap</EnabledSchemas>
    </Authentication>
    </ServerInstance>
    </WebConfig>

    Check here
    Business Intelligence > CoreApplication > Performance tab
    Maximum Number of Rows to Download to Excel option
    Srini VEERAVALLI on Feb 13, 2013 4:18 PM
    Login to em->Business Intelligence > CoreApplication > Performance tab
    Edited by: Srini VEERAVALLI on Feb 13, 2013 4:22 PM
    Edited by: Srini VEERAVALLI on Feb 13, 2013 4:42 PM

  • OBIEE 11.1.1.6.2 BP1 - Upgrade Assistant hangs

    Hi
    On a new obiee 11.1.1.6.2 BP1-installation i tried running the upgrade assistant to upgrade my obiee 10g repository/catalog. On a 11.1.1.6.0 testsystem this worked without problem.
    On the new system the upgrade assistant hangs in step 3 after configuring the source files and clicking next.
    Did someone discover any similar behaviour or has a solution to that problem?
    Thank you

    we have figured out the problem. It was due to the issue outlined in Oracle Doc Id 1410233.1. the upgrade agent may fail if the IP address is not set. When manually set the Listen addresses for the Admin and Managed servers in the WebLogic Console, and the Listen addresses for CoreApplication in EM, everything worked. ua.bat could not proceed until IP address manually specified in WebLogic console and EM as per Oracle Doc ID 1410233.1.

  • VirtualBox Image for OBIEE 11.1.1.5 - Sample Applications v107

    Hi,
    I've downloaded the VirtualBox Image for OBIEE 11.1.1.5 - Sample Applications v107.
    I have Windows 7 64 bit in one partition and Windows Server 2008 Standard Edition in another partition.
    1. Which OS is good for installing this VirtulalBox Image?
    2. When I install VirtualBox software, should I select the Networking features? I'm not sure if I need it since I will only be running this in my computer for evaluation and learning. It seems it will create network adapters and I don't want it to mess up other settings in my PC.
    Thanks,
    Z

    Hei,
    I don't know if it helps since it was posted long time ago but I'd suggest to use windows 7 (64 bit) since it the virtual box with the sample App seems to work quite well on it. Also I am not too sure what you mean with the network features but certainly the virtual box would create a network called Virtual Box Host but it doesn't mess up (change at all) your other network connections.
    Regards,
    R

  • OBIEE 11.1.1.6.2 BP1 not formatting properly to PDF

    We have upgraded to OBIEE 11.1.1.6.2 BP1. With Version 10 I was able to format reports that, when printed to PDF, maintained the report format such as repeating the column headings, font style and size, number of rows per page and column width. With this new version the only thing I can control appears to be the column width. No other format styles are recognized. I've tried custom CSS Style settings as well setting everything individually but to no avail. Any thoughts?

    user7691935 wrote:
    We have upgraded to OBIEE 11.1.1.6.2 BP1. With Version 10 I was able to format reports that, when printed to PDF, maintained the report format such as repeating the column headings, font style and size, number of rows per page and column width. With this new version the only thing I can control appears to be the column width. No other format styles are recognized. I've tried custom CSS Style settings as well setting everything individually but to no avail. Any thoughts?Hi,
    Refer to the following article on MOS: This is a known issue, and oracle has registered a bug # 14521552
    OBIEE 11g: Exporting an Analysis to PDF Corrupts the Column Headers with HTML Markups [ID 1491351.1]
    Thanks,
    A. Y

  • OBIEE 11.1.1.6 Sample Application (V107)

    hii everyonee
    Do u have any idea about OBIEE 11.1.1.5 Sample Application (V107) used for OBIEE 11.1.1.6.0 on linux ?
    regards

    Hi,
    As far as I understand it, the new Sample App will be available in the course of august 2012.
    Check the comments here; http://www.rittmanmead.com/2012/05/previewing-the-obiee-11-1-1-6-sampleapp/
    I guess it will be a different version number. V107 was for 11.1.1.5
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Problem Updating Sample App v207 Turnkey Image to 11.1.1.6.5 Patch Set

    I've been using the Oracle-provided pre-built Linux Sample App v207 image in a demo/sandbox capacity. I was hoping to patch it to 11.1.1.6.5 in order to squash some bugs, although I'm fairly new to the OBIEE patching process. I'm running into errors when attempting to apply the 1st patch of the set (14696072). It appears it's trying to auto-rollback one or more previous patches, as expected, but these backup rollback directories no longer exist. Perhaps they were deleted from the image prior to release in order to conserve storage space?
    I searched the entire drive for traces of patch 14223977, as there were references to this patch with errors in the opatch log file. The directory it's trying to copy files from does not exist. I did find the two directories below which had references to this patch, but they don't include the subdirectories which OPatch is looking for:
    /home/oracle/obiee/Oracle_BI1/cfgtools/opatch/14223977_Jul_02_2012_16_48_19/
    /home/oracle/obiee/Oracle_BI1/inventory/oneoffs/14223977/
    So I'm wondering if anyone else has attempted applying these updates to this particular image and has found a solution. Perhaps it won't be possible if the rollback or backup files for previous patches are in fact missing. I'm admittedely somewhat new to using opatch, so it's very possible it's not the image, but me that's missing something. Any help would be appreciated.
    Full log of patch attempt:
    +[oracle@obieesampleapp 14696072]$ opatch apply+
    +[WARN ][jrockit] MaxPermSize=768m ignored: Not a valid option for JRockit+
    Oracle Interim Patch Installer version 11.1.0.9.0
    Copyright (c) 2011, Oracle Corporation.  All rights reserved.
    Oracle Home       : /home/oracle/obiee/Oracle_BI1
    Central Inventory : /home/oracle/app/oraInventory
    from           : /home/oracle/obiee/Oracle_BI1/oraInst.loc
    OPatch version    : 11.1.0.9.0
    OUI version       : 11.1.0.9.0
    OUI location      : /home/oracle/obiee/Oracle_BI1/oui
    Log file location : /home/oracle/obiee/Oracle_BI1/cfgtoollogs/opatch/14696072_Nov_16_2012_05_12_44/apply2012-11-16_05-12-43AM_1.log
    Patch history file: /home/oracle/obiee/Oracle_BI1/cfgtoollogs/opatch/opatch_history.txt
    OPatch detects the Middleware Home as "/home/oracle/obiee"
    OPatch will do the following:
    +[Oracle Home discovery] : Configure and Validate Oracle Home info.+
    +[Prerequisite for apply] : Invoke prerequisites to see if patch can be applied.+
    +[Patch conflict detection for apply patch] : Check if any conflict with already installed patches in Oracle Home.+
    ApplySession applying interim patch '14696072' to OH '/home/oracle/obiee/Oracle_BI1'
    Running prerequisite checks...
    +Interim patch 14696072 is a superset of the patch(es) [  14223977 ] in the Oracle Home+
    OPatch will rollback the subset patches and apply the given patch.
    To continue, OPatch will do the following:
    +[Prerequisite for auto rollback] : Check if the conflict patches are rollbackable.+
    +[Back up for restore] : Back up 92 files for Oracle Home restore in case of patching error.+
    +[Patch conflict resolution for apply patch] : Rollback patch(es) [14223977].+
    +[Back up for rollback] : Back up 24 files for future patch rollback.+
    +[Patch Oracle Home for apply] : Copy 24 file(s) to Oracle Home.+
    +[Update inventory for apply] : Modify the inventory to record patch [14696072].+
    +Do you want to proceed? y+
    y
    User Responded with: Y
    Prerequisite check "CheckRollbackable" on auto-rollback patches failed.
    The details are:
    Patch 14223977:
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/admin/provisioning/biinstallhandlerutils.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'biinstallhandlerutils.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/admin/provisioning/biinstallhandlerutils.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/admin/provisioning/biinstutils.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'biinstutils.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/admin/provisioning/biinstutils.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/admin/provisioning/bisecurityprovision.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bisecurityprovision.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/admin/provisioning/bisecurityprovision.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/admin/provisioning/bisecurityprovision_install.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bisecurityprovision_install.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/admin/provisioning/bisecurityprovision_install.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/admin/provisioning/biwlsprovision.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'biwlsprovision.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/admin/provisioning/biwlsprovision.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/install/applyJDBCDataSourceImpl.py" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'applyJDBCDataSourceImpl.py' to '/home/oracle/obiee/Oracle_BI1/bifoundation/install/applyJDBCDataSourceImpl.py'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/install/oracle.bi_base_simple_template_11.1.1.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'oracle.bi_base_simple_template_11.1.1.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/install/oracle.bi_base_simple_template_11.1.1.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/jee/biadminutils.ear" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'biadminutils.ear' to '/home/oracle/obiee/Oracle_BI1/bifoundation/jee/biadminutils.ear'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/jee/bicontentserver.ear" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bicontentserver.ear' to '/home/oracle/obiee/Oracle_BI1/bifoundation/jee/bicontentserver.ear'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bi-bidomain.properties" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bi-bidomain.properties' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bi-bidomain.properties'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bi-bidomainprov.xml" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bi-bidomainprov.xml' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bi-bidomainprov.xml'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bidomain/bi-adminservices.xml" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bi-adminservices.xml' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bidomain/bi-adminservices.xml'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bidomain/bi-content.xml" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bi-content.xml' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bidomain/bi-content.xml'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bidomain/inst/rpdSnippet-template.txt" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'rpdSnippet-template.txt' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bidomain/inst/rpdSnippet-template.txt'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bidomain/lib/bifaprovision.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bifaprovision.jar' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bidomain/lib/bifaprovision.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/bidomain/xslt/jps-config-jse.xslt" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'jps-config-jse.xslt' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/bidomain/xslt/jps-config-jse.xslt'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/common/bi-datasource.xml" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bi-datasource.xml' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/common/bi-datasource.xml'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/bifoundation/provision/scripts/common/py/configure-existing-datasource.py" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'configure-existing-datasource.py' to '/home/oracle/obiee/Oracle_BI1/bifoundation/provision/scripts/common/py/configure-existing-datasource.py'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/clone/provision/bicloning.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'bicloning.jar' to '/home/oracle/obiee/Oracle_BI1/clone/provision/bicloning.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/clone/provision/dbclone-beans.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'dbclone-beans.jar' to '/home/oracle/obiee/Oracle_BI1/clone/provision/dbclone-beans.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/common/templates/applications/oracle.bi.atgpf.wrapper.template_11.1.1.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'oracle.bi.atgpf.wrapper.template_11.1.1.jar' to '/home/oracle/obiee/Oracle_BI1/common/templates/applications/oracle.bi.atgpf.wrapper.template_11.1.1.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/common/templates/applications/oracle.bi_base_template_11.1.1.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'oracle.bi_base_template_11.1.1.jar' to '/home/oracle/obiee/Oracle_BI1/common/templates/applications/oracle.bi_base_template_11.1.1.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/common/templates/applications/oracle.bicontentserver_template_11.1.1.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'oracle.bicontentserver_template_11.1.1.jar' to '/home/oracle/obiee/Oracle_BI1/common/templates/applications/oracle.bicontentserver_template_11.1.1.jar'+
    Copy Action: Source file "/home/oracle/obiee/Oracle_BI1/.patch_storage/14223977_Apr_5_2012_19_27_27/files/install/config/biconfig.jar" does not exist.
    +'oracle.bi.biinst, 11.1.1.6.0': Cannot copy file from 'biconfig.jar' to '/home/oracle/obiee/Oracle_BI1/install/config/biconfig.jar'+
    +[ Error during Prerequisite for auto rollback Phase]. Detail: OPatch failed during prerequisite checks: Prerequisite check "CheckRollbackable" on auto-rollback patches failed.+
    System is intact, OPatch will not restore the system
    Recommended actions : Please roll back the conflict patches using 'opatch rollback' command.
    OPatch failed with error code 70
    Thanks in advance for any insight.

    Thanks for your reply, Jay. This seems to confirm my suspicion of the files being removed intentionally. This would imply that this image wasn't meant to be patched? So if this is the case, I'd like to confirm that there's not going to be any hope of moving this particular image to 11.1.1.6.5. I'm hoping someone may be able to prove otherwise, but it's not sounding very promising.
    I understand that a new manual install is an alternative, but due to several factors, I'd like to avoid that if at all possible. It appears Oracle has not released manual install files for Sample App v207 (please correct me if I'm mistaken about that). I have several scripts based on this content/config which would make patching a much easier route, if possible.
    Thanks in advance for any additional insight.

  • Oracle sample application

    Hi,
    I have the Oracle OBIEE sample application installed using Virtual Box.
    I was wondering how you can see the repository used for the dashboards and scorecards?
    How can you download this onto a a windows PC?
    Thanks
    Helen

    Hi,
    Open the OBIEE 11G RPD (offline/online) in Administration Tool
    from window u can use PUTTY or WINSCP to open rpd in online mode...
    Download.
    I've just done it last week.
    You will need of both versions of AdminTool.
    Steps:
    1) Use the 11.1.1.6 command nqudmlgen.exe (it's in AdminTool directory) for generate a text file (udml). If you have any doubts about how to use the nqudmlgen, type "nqudmlgen --help" it is very simple.
    2) Then use the 11.1.1.5 command nqudmlexec.exe for generate a new rpd file.
    In my case i had some erros in step two, but you can handle that editing the file and fixing the errors. I had to take off the "UPGRADE ID" for every object and delete some columns parameters.
    Hope it helps.
    Thanks,
    satya

  • SSO java sample application problem

    Hi all,
    I am trying to run the SSO java sample application, but am experiencing a problem:
    When I request the papp.jsp page I end up in an infinte loop, caught between papp.jsp and ssosignon.jsp.
    An earlier thread in this forum discussed the same problem, guessing that the cookie handling was the problem. This thread recommended a particlar servlet , ShowCookie, for inspecting the cookies for the current session.
    I have installed this cookie on the server, but don't see anything but one cookie, JSESSIONID.
    At present I am running the jsp sample app on a Tomcat server, while Oracle 9iAS with sso and portal is running on another machine on the LAN.
    The configuration of the SSO sample application is as follows:
    Cut from SSOEnablerJspBean.java:
    // Listener token for this partner application name
    private static String m_listenerToken = "wmli007251:8080";
    // Partner application session cookie name
    private static String m_cookieName = "SSO_PAPP_JSP_ID";
    // Partner application session domain
    private static String m_cookieDomain = "wmli007251:8080/";
    // Partner application session path scope
    private static String m_cookiePath = "/";
    // Host name of the database
    private static String m_dbHostName = "wmsi001370";
    // Port for database
    private static String m_dbPort = "1521";
    // Sehema name
    private static String m_dbSchemaName = "testpartnerapp";
    // Schema password
    private static String m_dbSchemaPasswd = "testpartnerapp";
    // Database SID name
    private static String m_dbSID = "IASDB.WMDATA.DK";
    // Requested URL (User requested page)
    private static String m_requestUrl = "http://wmli007251:8080/testsso/papp.jsp";
    // Cancel URL(Home page for this application which don't require authentication)
    private static String m_cancelUrl = "http://wmli007251:8080/testsso/fejl.html";
    Values specified in the Oracle Portal partner app administration page:
         ID: 1326
         Token: O87JOE971326
         Encryption key: 67854625C8B9BE96
         Logon-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
         single signoff-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_logout
         Name: testsso
         Start-URL: http://wmli007251:8080/testsso/
         Succes-URL: http://wmli007251:8080/testsso/ssosignon.jsp
         Log off-URL: http://wmli007251:8080/testsso/papplogoff.jsp
    Finally I have specified the cookie version to be v1.0 when running the regapp.sql script. Other parameters for this script are copied from the values specified above.
    Unfortunately the discussion in the earlier thread did not go any further but to recognize the cookieproblem, so I am now looking for help to move further on from here.
    Any ideas will be greatly appreciated!
    /Mads

    Pierre - When you work on the sample application, you should test the pages in a separate browser instance. Don't use the Run Page links from the Builder. The sample app has a different authentication scheme from that used in the development environment so it'll work better for you to use a separate development browser from the application testing browser. In the testing browser, to request the page you just modified, login to the application, then change the page ID in the URL. Then put some navigation controls into the application so you can run your page more easily by clicking links from other pages.
    Scott

  • Beginner Question - Help Needed for EJB QL Sample Application

    I'm working with a group of student interns, like myself, and we've been given an assignment to work with Oracle. All of us have no training or experience with this, so we're just learning as we go.
    I've been trying to run the EJB QL Sample Application (http://www.oracle.com/technology/sample_code/tech/java/ejb_corba/ejbql/Install.html), but I keep running into problems at step 3.
    Now, we will deploy the sample application onto OC4J. Open another command prompt and go to the folder <OC4J_HOME>/j2ee/home and run the following commands one-by-one
    > java -jar admin.jar ormi://<machine_name>:<admin_port> admin <admin_pwd> -deploy -file <SAMPLE_HOME>/build/ejbql.ear -deploymentName Ejbql
    > java -jar admin.jar ormi://<machine_name>:<admin_port> admin <admin_pwd> -bindWebApp Ejbql ejbql-war http-web-site /ejbql
    where,
    <machine_name>      Name of the machine where OC4J Server is running
    <admin_port>      Admin Port on which the OC4J server listens. This value by default is 23791 unless explicitly changed by the user
    <admin_pwd>      Adminstrator password to access OC4J. The default value is welcome
    When I do this step I get this error:
    Error: Unable to find java:comp/ServerAdministrator: Lookup error: javax.naming.
    AuthenticationException: Invalid username/password for default (sds); nested exc
    eption is:
    javax.naming.AuthenticationException: Invalid username/password for defa
    ult (sds)
    com.evermind.client.orion.AdminCommandException: Unable to find java:comp/Server
    Administrator: Lookup error: javax.naming.AuthenticationException: Invalid usern
    ame/password for default (sds); nested exception is:
    javax.naming.AuthenticationException: Invalid username/password for defa
    ult (sds)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
    nsole.java:105)
    at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
    :27)
    javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException
    : Invalid username/password for default (sds); nested exception is:
    javax.naming.AuthenticationException: Invalid username/password for defa
    ult (sds) [Root exception is javax.naming.AuthenticationException: Invalid usern
    ame/password for default (sds)]
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:153)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
    nsole.java:102)
    at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
    :27)
    Caused by: javax.naming.AuthenticationException: Invalid username/password for d
    efault (sds)
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2410
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2226
    at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1692)
    at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:727)
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:134)
    ... 2 more
    ---- Embedded exception
    javax.naming.AuthenticationException: Invalid username/password for default (sds
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2410
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2226
    at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1692)
    at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:727)
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:134)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
    nsole.java:102)
    at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
    :27)
    Any suggestions to fix this error?
    Thanks in advance for any help.

    George,
    The Readme.html file is available with the ejbqlsample.jar downloadable (Extract and find the doc in Ejbql\docs\Readme.html) which is printable.
    Or,
    If you are trying to print the file directly from OTN site, you need to set the Page-Setup Orientation to 'Landscape'.
    Hope this helps.
    Regards
    Pushkala

  • SSO SDK Java Sample Application

    I have configured the sample application (servlet-based), shown in SSO SDK Developer guide.
    I followed all the steps very carefully. When I try to access the partner application, it redirect me to
    the login form of the Login Server, and then loop between the sign-on URL and the requested URL.
    It seems that the cookie with the user name is lost during redirection. The readme file refers that in a case like this I should check the value of the application cookie domain.
    I am running the sample in a single pc environment and my server name is localhost. Which is the right value for the application cookie domain (localhost, .localhost ?????).
    In addition, my cookie path value is "/".
    Thanks in advance.

    This problem is their in the early version of SDK.
    The latest version has correct comparison with null

  • Sample Application

    Hi,
    I am trying to run the sample application Hrs. After I completed the installation instructions, when I try to run the MainPage.jsp, I get an error message:
    Unable to find class for bean: hrsBean defined by tag with class: HotelBean
    I am getting the same message, when I try to run the Jdbc sample also. The difference here is that the name of the class not found is JdbcQueryBean.
    Could you tell me what the problem is. I am running 9iAS on a Compaq Tru64 with 8.1.7 portal 3.0.6.6.5
    Thanks
    Murali

    I apologize for posting this here. I am posting it on the OTN samples thread. Please reply there.
    Murali

Maybe you are looking for