OBIEE 11.1.1.5.0 Disk 2 (2 of 2)

Hi,
I am wondering whether I am the only one experiencing the problem. When I download:
http://download.oracle.com/otn/nt/bi/111150/bi_windows_x86_111150_32_disk2_2of2.zip
I receive a file that is 1.50mb and seems to be a corrupt archive. Am I missing something or is there an issue?
Regards
Chris

I have managed to download directly from edelivery it is only when I download from
http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/biee-111150-393613.html
That I get the issue.
Hope this helps anyone else experiencing the same problem.
Regards
Chris

Similar Messages

  • Not able to login into presentations server

    Hi,
    I have installed OBIEE in my local machine. As a part of report creation I have created an rpd file and changed the NQSConfig.ini file as mentioned in
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html.
    Then I have re-started the OC4J server and all the OBIEE services. Then I open the Presentation Services, I am not able to log in. The error shown is
    Error Codes: WH4KCFW6:OPR4ONWY:U9IM8TAC
    Odbc driver returned an error (SQLDriverConnectW).
    +State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 12008] Unable to connect to port 9703 on machine . [nQSError: 12010] Communication error connecting to remote end point: address = ; port = 9703. [nQSError: 12002] Socket communication error at call=: (Number=-1) Unknown (HY000)+
    I have checked the Log file (NQServer.log file in /OracleBI/Server/log folder). The Entries in the Log file are like this
    2009-10-27 18:00:42
    [36007] Loading repository C:\OBIEE\OracleBI\server\Repository\EventHub.rpd.
    2009-10-27 18:00:42
    [14055] Loading subject area: EventHub ...
    2009-10-27 18:00:42
    [14056] Finished loading subject area: EventHub.
    2009-10-27 18:00:42
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2009-10-29 14:09:42
    [nQSError: 12002] Socket communication error at call=send: (Number=10038) An operation was attempted on something that is not a socket.
    2009-10-29 14:29:23
    [43031] :     Oracle BI Server shutdown.
    2009-10-29 14:29:26
    [14058] Unloaded all subject areas.
    2009-10-29 15:01:55
    [36007] Loading repository C:\OBIEE\OracleBI\server\Repository\EventHub.rpd.
    2009-10-29 15:01:55
    [14055] Loading subject area: EventHub ...
    2009-10-29 15:01:55
    [14056] Finished loading subject area: EventHub.
    2009-10-29 15:01:55
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    I have already gone through the forums which are already logged reporting the same error. But I dint get any pointers to the solution.
    Please let me know what might have gone wrong and how I can login to the Presentation Server and continue with report creation. Please let me know if you need further information on this .
    Thanks in advance for your time,
    Raj Kumar

    Hi,
    The following is the NQSConfig.ini file.
    # NQSConfig.INI
    # Copyright (c) 1997-2006 Oracle Corporation, All rights reserved
    # INI file parser rules are:
    # If values are in literals, digits or _, they can be
    # given as such. If values contain characters other than
    # literals, digits or _, values must be given in quotes.
    # Repository Section
    # Repositories are defined as logical repository name - file name
    # pairs. ODBC drivers use logical repository name defined in this
    # section.
    # All repositories must reside in OracleBI\server\Repository
    # directory, where OracleBI is the directory in which the Oracle BI
    # Server software is installed.
    [ REPOSITORY ]
    Star     =     EventHub.rpd, DEFAULT;
    # Query Result Cache Section
    [ CACHE ]
    ENABLE     =     NO;
    // A comma separated list of <directory maxSize> pair(s)
    // e.g. DATA_STORAGE_PATHS = "d:\OracleBIData\nQSCache" 500 MB;
    DATA_STORAGE_PATHS     =     "C:\OBIEE\OracleBIData\cache" 500 MB;
    MAX_ROWS_PER_CACHE_ENTRY = 100000; // 0 is unlimited size
    MAX_CACHE_ENTRY_SIZE = 1 MB;
    MAX_CACHE_ENTRIES = 1000;
    POPULATE_AGGREGATE_ROLLUP_HITS = NO;
    USE_ADVANCED_HIT_DETECTION = NO;
    MAX_SUBEXPR_SEARCH_DEPTH = 7;
    // Cluster-aware cache
    // GLOBAL_CACHE_STORAGE_PATH = "<directory name>" SIZE;
    // MAX_GLOBAL_CACHE_ENTRIES = 1000;
    // CACHE_POLL_SECONDS = 300;
    // CLUSTER_AWARE_CACHE_LOGGING = NO;
    # General Section
    # Contains general server default parameters, including localization
    # and internationalization, temporary space and memory allocation,
    # and other default parameters used to determine how data is returned
    # from the server to a client.
    [ GENERAL ]
    // Localization/Internationalization parameters.
    LOCALE     =     "English-usa";
    SORT_ORDER_LOCALE     =     "English-usa";
    SORT_TYPE = "binary";
    // Case sensitivity should be set to match the remote
    // target database.
    CASE_SENSITIVE_CHARACTER_COMPARISON = OFF ;
    // SQLServer65 sorts nulls first, whereas Oracle sorts
    // nulls last. This ini file property should conform to
    // that of the remote target database, if there is a
    // single remote database. Otherwise, choose the order
    // that matches the predominant database (i.e. on the
    // basis of data volume, frequency of access, sort
    // performance, network bandwidth).
    NULL_VALUES_SORT_FIRST = OFF;
    DATE_TIME_DISPLAY_FORMAT = "yyyy/mm/dd hh:mi:ss" ;
    DATE_DISPLAY_FORMAT = "yyyy/mm/dd" ;
    TIME_DISPLAY_FORMAT = "hh:mi:ss" ;
    // Temporary space, memory, and resource allocation
    // parameters.
    // You may use KB, MB for memory size.
    WORK_DIRECTORY_PATHS     =     "C:\OBIEE\OracleBIData\tmp";
    SORT_MEMORY_SIZE = 4 MB ;
    SORT_BUFFER_INCREMENT_SIZE = 256 KB ;
    VIRTUAL_TABLE_PAGE_SIZE = 128 KB ;
    // Analytics Server will return all month and day names as three
    // letter abbreviations (e.g., "Jan", "Feb", "Sat", "Sun").
    // To use complete names, set the following values to YES.
    USE_LONG_MONTH_NAMES = NO;
    USE_LONG_DAY_NAMES = NO;
    UPPERCASE_USERNAME_FOR_INITBLOCK = NO ; // default is no
    // Aggregate Persistence defaults
    // The prefix must be between 1 and 8 characters long
    // and should not have any special characters ('_' is allowed).
    AGGREGATE_PREFIX = "SA_" ;
    # Security Section
    # Legal value for DEFAULT_PRIVILEGES are:
    # NONE READ
    [ SECURITY ]
    DEFAULT_PRIVILEGES = READ;
    PROJECT_INACCESSIBLE_COLUMN_AS_NULL     =     NO;
    MINIMUM_PASSWORD_LENGTH     =     0;
    #IGNORE_LDAP_PWD_EXPIRY_WARNING = NO; // default is no.
    #SSL=NO;
    #SSL_CERTIFICATE_FILE="servercert.pem";
    #SSL_PRIVATE_KEY_FILE="serverkey.pem";
    #SSL_PK_PASSPHRASE_FILE="serverpwd.txt";
    #SSL_PK_PASSPHRASE_PROGRAM="sitepwd.exe";
    #SSL_VERIFY_PEER=NO;
    #SSL_CA_CERTIFICATE_DIR="CACertDIR";
    #SSL_CA_CERTIFICATE_FILE="CACertFile";
    #SSL_TRUSTED_PEER_DNS="";
    #SSL_CERT_VERIFICATION_DEPTH=9;
    #SSL_CIPHER_LIST="";
    # There are 3 types of authentication. The default is NQS
    # You can select only one of them
    #----- 1 -----
    #AUTHENTICATION_TYPE = NQS; // optional and default
    #----- 2 -----
    #AUTHENTICATION_TYPE = DATABASE;
    # [ DATABASE ]
    # DATABASE = "some_data_base";
    #----- 3 -----
    #AUTHENTICATION_TYPE = BYPASS_NQS;
    # Server Section
    [ SERVER ]
    SERVER_NAME = Oracle_BI_Server ;
    READ_ONLY_MODE = NO;     // default is "NO". That is, repositories can be edited online.
    MAX_SESSION_LIMIT = 2000 ;
    MAX_REQUEST_PER_SESSION_LIMIT = 500 ;
    SERVER_THREAD_RANGE = 40-100;
    SERVER_THREAD_STACK_SIZE = 0; // default is 256 KB, 0 for default
    DB_GATEWAY_THREAD_RANGE = 40-200;
    DB_GATEWAY_THREAD_STACK_SIZE = 0; // default is 256 KB, 0 for default
    MAX_EXPANDED_SUBQUERY_PREDICATES = 8192; // default is 8192
    MAX_QUERY_PLAN_CACHE_ENTRIES = 1024; // default is 1024
    MAX_DRILLDOWN_INFO_CACHE_ENTRIES = 1024; // default is 1024
    MAX_DRILLDOWN_QUERY_CACHE_ENTRIES = 1024; // default is 1024
    INIT_BLOCK_CACHE_ENTRIES = 20; // default is 20
    CLIENT_MGMT_THREADS_MAX = 5; // default is 5
    # The port number specified with RPC_SERVICE_OR_PORT will NOT be considered if
    # a port number is specified in SERVER_HOSTNAME_OR_IP_ADDRESSES.
    RPC_SERVICE_OR_PORT = 9703; // default is 9703
    # If port is not specified with a host name or IP in the following option, the port
    # number specified at RPC_SERVICE_OR_PORT will be considered.
    # When port number is specified, it will override the one specified with
    # RPC_SERVICE_OR_PORT.
    SERVER_HOSTNAME_OR_IP_ADDRESSES = "ALLNICS"; # Example: "hostname" or "hostname":port
    # or "IP1","IP2":port or
    # "hostname":port,"IP":port2.
    # Note: When this option is active,
    # CLUSTER_PARTICIPANT should be set to NO.
    ENABLE_DB_HINTS = YES; // default is yes
    PREVENT_DIVIDE_BY_ZERO = YES;
    CLUSTER_PARTICIPANT = NO; # If this is set to "YES", comment out
    # SERVER_HOSTNAME_OR_IP_ADDRESSES. No specific NIC support
    # for the cluster participant yet.
    // Following required if CLUSTER_PARTICIPANT = YES
    #REPOSITORY_PUBLISHING_DIRECTORY = "<dirname>";
    #REQUIRE_PUBLISHING_DIRECTORY = YES; // Don't join cluster if directory not accessible
    DISCONNECTED = NO;
    AUTOMATIC_RESTART = YES;
    # Dynamic Library Section
    # The dynamic libraries specified in this section
    # are categorized by the CLI they support.
    [ DB_DYNAMIC_LIBRARY ]
    ODBC200 = nqsdbgatewayodbc;
    ODBC350 = nqsdbgatewayodbc35;
    OCI7 = nqsdbgatewayoci7;
    OCI8 = nqsdbgatewayoci8;
    OCI8i = nqsdbgatewayoci8i;
    OCI10g = nqsdbgatewayoci10g;
    DB2CLI = nqsdbgatewaydb2cli;
    DB2CLI35 = nqsdbgatewaydb2cli35;
    NQSXML = nqsdbgatewayxml;
    XMLA = nqsdbgatewayxmla;
    ESSBASE = nqsdbgatewayessbasecapi;
    # User Log Section
    # The user log NQQuery.log is kept in the server\log directory. It logs
    # activity about queries when enabled for a user. Entries can be
    # viewed using a text editor or the nQLogViewer executable.
    [ USER_LOG ]
    USER_LOG_FILE_SIZE = 10 MB; // default size
    CODE_PAGE = "UTF8"; // ANSI, UTF8, 1252, etc.
    # Usage Tracking Section
    # Collect usage statistics on each logical query submitted to the
    # server.
    [ USAGE_TRACKING ]
    ENABLE = NO;
    //==============================================================================
    // Parameters used for writing data to a flat file (i.e. DIRECT_INSERT = NO).
    STORAGE_DIRECTORY = "<full directory path>";
    CHECKPOINT_INTERVAL_MINUTES = 5;
    FILE_ROLLOVER_INTERVAL_MINUTES = 30;
    CODE_PAGE = "ANSI"; // ANSI, UTF8, 1252, etc.
    //==============================================================================
    DIRECT_INSERT = YES;
    //==============================================================================
    // Parameters used for inserting data into a table (i.e. DIRECT_INSERT = YES).
    PHYSICAL_TABLE_NAME = "<Database>"."<Catalog>"."<Schema>"."<Table>" ; // Or "<Database>"."<Schema>"."<Table>" ;
    CONNECTION_POOL = "<Database>"."<Connection Pool>" ;
    BUFFER_SIZE = 10 MB ;
    BUFFER_TIME_LIMIT_SECONDS = 5 ;
    NUM_INSERT_THREADS = 5 ;
    MAX_INSERTS_PER_TRANSACTION = 1 ;
    //==============================================================================
    # Query Optimization Flags
    [ OPTIMIZATION_FLAGS ]
    STRONG_DATETIME_TYPE_CHECKING = ON ;
    # CubeViews Section
    [ CUBE_VIEWS ]
    DISTINCT_COUNT_SUPPORTED = NO ;
    STATISTICAL_FUNCTIONS_SUPPORTED = NO ;
    USE_SCHEMA_NAME = YES ;
    USE_SCHEMA_NAME_FROM_RPD = YES ;
    DEFAULT_SCHEMA_NAME = "ORACLE";
    CUBE_VIEWS_SCHEMA_NAME = "ORACLE";
    LOG_FAILURES = YES ;
    LOG_SUCCESS = NO ;
    LOG_FILE_NAME     =     "C:\OBIEE\OracleBI\server\Log\CubeViews.Log";
    # MDX Member Name Cache Section
    # Cache subsystem for mapping between unique name and caption of
    # members for all SAP/BW cubes in the repository.
    [ MDX_MEMBER_CACHE ]
    // The entry to indicate if the feature is enabled or not, by default it is NO since this only applies to SAP/BW cubes
    ENABLE = NO ;
    // The path to the location where cache will be persisted, only applied to a single location,
    // the number at the end indicates the capacity of the storage. When the feature is enabled,
    // administrator needs to replace the "<full directory path>" with a valid path,
    // e.g. DATA_STORAGE_PATH = "C:\OracleBI\server\Data\Temp\Cache" 500 MB ;
    DATA_STORAGE_PATH     =     "C:\OBIEE\OracleBIData\cache" 500 MB;
    // Maximum disk space allowed for each user;
    MAX_SIZE_PER_USER = 100 MB ;
    // Maximum number of members in a level will be able to be persisted to disk
    MAX_MEMBER_PER_LEVEL = 1000 ;
    // Maximum size for each individual cache entry size
    MAX_CACHE_SIZE = 100 MB ;
    # Oracle Dimension Export Section
    [ ORA_DIM_EXPORT ]
    USE_SCHEMA_NAME_FROM_RPD = YES ; # NO
    DEFAULT_SCHEMA_NAME = "ORACLE";
    ORA_DIM_SCHEMA_NAME = "ORACLE";
    LOGGING = ON ; # OFF, DEBUG
    LOG_FILE_NAME     =     "C:\OBIEE\OracleBI\server\Log\OraDimExp.Log";
    One more thing is that I have kept the BI server (OC4J server) runnung.
    Does the time of the error in NQSServer.log match with when you try to login to Presentation Services?
    I donot see any error matching the time of loginto presentation services.

  • How to Save Agent Output in Local Disk in OBIEE 11g on linux

    Hi
    I am using OBIEE 11.1.1.6.2
    I want to schedule some reports which will run everyday night and the Output to be saved in my local disk
    I read this article http://obiee1000.blogspot.in/2012/01/actions-in-agents-part-1.html ...but this solution is only for windows platform.
    i need to implement this on Linux.
    Please help me .
    Thanks.

    Hello Srini,
    This article talks the process for Ibots. Is the procedure same for OBIEE 11g agents.
    are you sucessful in achiving this . since i have to involve others in implementing this just wanted to be sure this works for OBIE 11g on linux.
    Please let me know.
    Thanks.

  • OBIEE Server crash

    Hello Gurus:
    I am having a server crash problem.
    OBIEE server crashes around afternoon almost everyday.
    error is "An error occurred contacting Oracle BI Presentation Services. If this problem persists, contact your ssytem admin. Error Codes: GDO7WNZA"
    I tried to see the server log, it says
    nQSError: 16001] ODBC error state: 28000 code: 18456 message: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'ETL_OLAP'..
    Few minutes before server crash.
    I cant even restart the services.
    And after I bounce the server, it says
    [nQSError: 58030] The specified cache entry could not be loaded during initialization.
    [nQSError: 52020] Cache entry, 'C:\OracleBIData\cache\NQS_733394_47613_00006309.TBL', is invlaid due to either non-existing file name, size does not match, exceeding maximum space limit nor exceeding maximum entry limit, and it's been removed.
    2008-12-16 14:06:55
    So Is it because Users are trying to run BIG LONG reports?
    also memory usage is very high in like 2 GBs or something.
    PLease help me with it.
    Thanks.
    ~Vinay

    It's probalbly the running out of chache space.
    It's not a good idea to have your cache file residing on the same drive as your OS. When it runs into disk size problem in can make your OS corrupt. Have a look here on cache management:
    http://obiee101.blogspot.com/2008/07/obiee-cache-management.html
    regards
    John
    http://obiee101.blogspot.com

  • Error during configuration process while installing obiee 11.1.1.7.0 in windows server 2012

    HI..
    I'm having an issue while installing obiee 11g(11.1.1.7.0) in windows server 2012 and using the database as ms sql server 2008. During configuration process after the installation process is completed , here the process is stopped at "Step:executing opmnctl start configuration_obisch1" status "failed"
    Here is the error:
    Error
        opmnctl task failed
        Step Executing: opmnctl start coreapplication_obisch1 failed
        Configuration Action "Executing opmnctl start coreapplication_obisch1 " has failed. please check log files...
    any help would be great
    thanks..

    Friend,
    Installer file size is:
    Size: *1.23 GB (1,323,085,837 bytes).*
    Size on disk: *1.23 GB (1,323,089,920 bytes).*
    I tested also disabling antivirus on my PC and disconnect the power cord before starting the installation of JDeveloper. In both tests the result was the same.
    Some additional recommendations to solve this case.
    Thank you for supporting.
    Edited by: Luis_vkacito on Nov 15, 2012 6:48 AM

  • Error RCU-6083 during RCU installation prior to OBIEE 11g on Solaris

    Hello,
    I have an application server where I have an Oracle Database EE 11g running on Solaris 10 upgrade 9.
    The server has the following characteristics:
    - SUN V440
    - RAM 16GB
    - 2 processors Ultra Sparc III, 1.5GHz
    - OS: Solaris version 10
    - Disk space: 500GB
    - Oracle Weblogic Server 11g (10.3)
    - Ethernet 1 Gpbs
    I want to install the RCU schemas and OBIEE 11g (11.1.1.5.0) on this server so I verified all the pre-requisites for RCU and OBIEE and are OK.
    I am using the Repository Creation Utility (11.1.1.5.0) for Microsoft Windows (32-bit) to install the RCU because although the database is running on Solaris, the installer is not working through that server so I have a PC connected to the network and through that PC that has windows7 i could run the installer and connect to the db, using the SYSTEM user (because when i select sys as sysdba, although the password is correct, it doesn't connect to the db).
    However, the installer is sending the ERROR: RCU-6083 regarding the pre-requisites for the BIPLATFORM.
    I already use the following command alter system set processes=500 and restarted the db services, however the wizard installer is still sendig that error.
    What can be done to succesfully install the RCU?
    Thanks and regards,
    Rebeca

    Hello User,
    Below my comments in blue:-
    1) Do I need to install any Oracle DB (like to install 10g) prior to running rcu.bat file?
    Yes
    2) If I install Oracle 10g DB, does if create any compatibility issue while installing OBIEE 11g?
    Check below the compatibility matrix
    Oracle Fusion Middleware Supported System Configurations
    Thanks,
    Sasi Nagireddy.

  • Crc error in download of OBIEE 11g

    I'm trying to get OBIEE 11g installed, but sadly one of the files i want to download keeps saying it is corrupt.
    http://download.oracle.com/otn/nt/bi/111130/bi_windows_x86_111130_32_disk1_2of2.zip gives a crc-error when extracting it. I tried downloading it multiple times using different browsers/computers but no luck.
    Do more people experience this or does anybody know a solution for this. A mirror to download the file from works fine for me too. Disk 1 file 1 of 2, and both files from disk 2 download and extract just fine.
    thnx for helping.

    Hi,
    We have downloaded the files without any corruption,sometimes it happens due to internet connectivity.
    Follow this link for download and installation http://onlineappsdba.com/index.php/2010/08/14/obiee-11g-111130-documentation-installation/
    Hope helps you.Mark points.
    Cheers,
    KK

  • OBIEE install problem on Windows 2008 R2 64bit server

    Hi!
    I have for 1 month struggled with a OBIEE 11g install on a Windows 2008 R2 64 bit server. (I have a open SR at Oracle but have not got any answer/suggestion for 2 weeks)
    I follow these documentations:
    Oracle® Fusion Middleware
    Installation Guide for Oracle Business Intelligence
    11g Release 1 (11.1.1)
    E10539-01
    and
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CIHDJGIH
    Specially chapter 4.4.4 for the moment, cant get pass step "Specify Installation Location"
    First did I run RCU against our Oracle 11g database and created the schemas for BI Publisher
    Then did I install JRockIT - jrockit-jdk1.6.0_26-R28.1.4-4.0.1-windows-x64.exe
    Then from JRockIT installed WLS_1035 generic.
    Then configure AdminServer so thatone is up and running (even installed a HTML server from E1 to check if WLS is up and running and working)
    Then start the installer (Oracle Business Intelligence, v. 11.1.1.5.0, for Microsoft Windows x86-64-bit) disk 1, setup.exe, then must I choose "software only" install. But on step 3 och 9 can I not press next, the installer says that I do not have any "Application Server" running. I have installed on E:\Oracle\Middleware but the installer can not see any application there, but I can access it thru a browser.
    Tests I have done,
    Install loopback adapter
    Deinstall loopback
    Deactivated everything but IPV4 protocoll (we have also IPV6 on all server).
    Verified that we have static ip on the server
    Tried installer for BIP (OBIEE) with WLS AdminServer running and without have it running.
    And checked the installer logs everytime, no errors, no warning.
    Is there anyone how can guide me or give some tips? I am getting frustrated after 4 weeks without success.
    Best regards,
    Anders

    Hi!
    It is the installer who not working properly, when using the "Browse", I had to choose a comletly wrong place first, and then again choose the correct installation path, after that would the understand where I wanted to install.
    Best regards,
    Anders

  • Obiee 11.1.1.5 installation on windows 7 64 bit

    Hi,
    I wanted to install Obiee 11.1.1.5 on my machine can you tell me the step by step process
    on which version of RCU 64 bit or 32 bit can i run,
    my system configuration is
    Windows 7 home premium 64 bit
    i 5 processor
    6 GB ram
    700 GB hard disk
    Thanks in advance
    kabbi

    Hi,
    Refer:
    http://obieeelegant.blogspot.com/2011/10/windows-7-home-premium-edition-is-not.html
    go with win 7 ultimate version 64bit
    other wise better to install virtual box then (install win 2008 R2 Enterprise version) this version no issues and working fine.
    Note: Windows 7 home premium 64 bit ...tried to installed so many time "Presentation services filed to install"
    and some time simple install option worked but when i reboot my PC then doesn't work. then i have OWC with my oracle support team then they confirmet "obiee11.1.1.5.0 not supporting win 7 home edititon"
    refer: bi certification matrix.
    for win 2008 R2 installation stpes :
    http://obieeelegant.blogspot.com/2011/09/obiee-11g-111150-software-only.html
    THanks
    Deva
    Edited by: Devarasu on Dec 8, 2011 3:25 PM

  • Running out of disk space in c drive

    Hi,
    i'm new to OBIEE, i installed obiee 10.1.3.4 on my computer , i'm doing practice on sample sales. every day i could see message running out of disk space, daily i'm purging cache entries and deleting sessions in UI, and also deleting temp files in oracle BI data, but still i'm facing this problem.
    could anyone give me more ideas.
    Your valuable suggestions are appreciated.

    iTunes prefs - Advanced.
    Set the *iTunes media folder location* to the external drive.
    Make sure *Keep iTunes media folder organized* and *Copy files to iTunes media folder ...* are both checked.
    Then go to iTunes menu File > Library > Organize library - Consolidate.
    This will copy everything in iTunes to the new location.
    After it is complete, quit iTunes then delete \Music\iTunes\iTunes media\ folder.

  • Installing  Repository Creation Utility (RCU) for OBIEE 11g

    Hello,
    We are working on installing the Oracle Business Intelligence Entreprise Edition Plus 11g (v 11.1.1.6.0) for a POC in our Company's network.
    We have to install the OBI Server and other server-side components on a IBM AIX (64-Bit) server; and the client tools on the local Desktops.
    My queries:
    *1. I am downloading the following softwares for this setup. Please help me understand is this the complete list of softwares required, or are there any more softwares required for OBIEE 11g intallation?*
    List of softwares to be downloaded:
    1) Oracle Business Intelligence, v. 11.1.1.6.0
    - for AIX (64-Bit):
    Disk 1 (1of2) (1.4G) (cksum 4182440856)
    Disk 1 (2of2) (1.5G) (cksum 2020935297)
    Disk 2 (1of2) (1.7G) (cksum 796853559)
    Disk 2 (2of2) (1.3G) (cksum 685152953)
    Disk 3 (1.6G) (cksum 1431984641)
    2) Repository Creation Utility (11.1.1.6.0)
    for Microsoft Windows (32-bit) (320M) (cksum 2503314275) OR for Linux x86 (32-bit) (391M) (cksum 201758785)
    Link for (1) and (2): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-1525270.html
    3) Oracle Business Intelligence Developer Client Tools Installer (11.1.1.6.0)
    - for Microsoft Windows x86 (32/64-bit): (360M) (cksum 3317017977)
    Link for (3): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    NOTE: The JDK 1.5.0 is installed
    *2. Where should the additional required software 'Repository Creation Utility' be installed in this case?*
    I can see it is available for 32-bit OS (Windows or Linux x86), and that is why I suspect it to be a client-side software - which is to be installed on my local desktop. Hence, Can I download the Repository Creation Utility (11.1.1.6.0) for Microsoft Windows (32-bit) (320M) (cksum 2503314275)
    Please clarify.
    *4. I will not be installing any of the Oracle BI Applications, so will I require the software Oracle Business Intelligence Data Warehouse Administration Console (10.1.3.4.1)?*
    I assume NO.
    *5. IMP: Is there a Web server (E.g. Oracle WebLogic Server) included in the OBIEE suite, which gets installed in the default installation settings?*
    OR Is there a need to download and install a separate Webserver on the AIX system before installing OBIEE.
    Please reply ASAP.
    Thanks,
    Shweta.

    Although it is a POC, but the installation has to be done on a AIX6.1 remote system, which will be used as a server in the enterprise, with 5 to 7 people accessing it. So 'simple install' is not suitable in this case.
    The AIX6.1 system has a JDK 6 (64 bit).
    I understand that the OBIEE 11g suite comes with a Oracle WebLogic Server (OWLS) installable included in the suite. However, in case of Software Only installation type, the OWLS needs to installed first and then the installer has to be started in 'Softwar Only' mode.
    Could anyone please suggest:
    *1) does 'Enterprise Install' type suite on the AIX6.1 system? If yes, does it mean that it will install JDK once again? is this recommended, as the host system is a shared server and the existing JDK 6 (64-bit) can be in use by other applications on this system.*
    *2) If (1) is not true, is there a way to install the Oracle WebLogic server using the OBIEE 11g installer itself? or do I need to download the WebLogic server installer separately from the OTN site?*
    Thanks in advance for any helping pointers on the above.
    Please reply ASAP, as this is urgent.
    Thanks,
    Shweta.

  • How to unzip 20 gig OBIEE archive on Linux?

    Dear Experts,
    On Redhat 6.4, I've installed Virtual Box.
    And, downloaded the OBIEE vm from here:
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    OBIEE 11.1.1.6.2 BP1 - Sample Application (V207)
    SampleApp V207 VirtualBox Image
    (turnkey virtual environment with full SampleApp preconfigured)
    The files are:
    ls -l
    total 22926452
    -rw-r--r--. 1 root root 943 May 4 16:18 notes.txt
    -rw-r--r--. 1 root root 1463450 May 4 16:18 sampleapp207-deploymentguide-1719589.pdf
    -rw-------. 1 root root 2147483648 May 4 16:18 SampleAppv207GA_OBI_BP1.zip.001
    -rw-------. 1 root root 2147483648 May 4 16:18 SampleAppv207GA_OBI_BP1.zip.002
    -rw-------. 1 root root 2147483648 May 4 16:19 SampleAppv207GA_OBI_BP1.zip.003
    -rw-------. 1 root root 2147483648 May 4 16:20 SampleAppv207GA_OBI_BP1.zip.004
    -rw-------. 1 root root 2147483648 May 4 16:21 SampleAppv207GA_OBI_BP1.zip.005
    -rw-------. 1 root root 2147483648 May 4 16:22 SampleAppv207GA_OBI_BP1.zip.006
    -rw-------. 1 root root 2147483648 May 4 16:23 SampleAppv207GA_OBI_BP1.zip.007
    -rw-------. 1 root root 2147483648 May 4 16:24 SampleAppv207GA_OBI_BP1.zip.008
    -rw-r--r--. 1 root root 2147483648 May 4 16:26 SampleAppv207GA_OBI_BP1.zip.009
    -rw-r--r--. 1 root root 2147483648 May 4 16:27 SampleAppv207GA_OBI_BP1.zip.010
    -rw-r--r--. 1 root root 2000329718 May 6 21:16 SampleAppv207GA_OBI_BP1.zip.011
    -rw-r--r--. 1 root root 3694 May 4 16:28 sampleappv207-ovf-zip-1719677.zip
    The output from md5sum is what it should be.
    I gather that these multiple 2 gig files create one big 22 gig file.
    And that the information on all the files is actually found on the last file.
    I've tried multiple unzip commands to unzip them, to no avail.
    Notes below.
    What is the exact Linux command and syntax to unzip them?
    Thanks a lot.
    unzip SampleAppv207GA_OBI_BP1.zip.001
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.001 or
    SampleAppv207GA_OBI_BP1.zip.001.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.001.ZIP, period.
    unzip SampleAppv207GA_OBI_BP1.zip.011
    Archive: SampleAppv207GA_OBI_BP1.zip.011
    fatal error: read failure while seeking for End-of-centdir-64 signature.
    This zipfile is corrupt.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.011 or
    SampleAppv207GA_OBI_BP1.zip.011.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.011.ZIP, period.
    unzip SampleAppv207GA_OBI_BP1.zip
    unzip: cannot find or open SampleAppv207GA_OBI_BP1.zip, SampleAppv207GA_OBI_BP1.zip.zip or SampleAppv207GA_OBI_BP1.zip.ZIP.
    unzip -l sampleappv207-ovf-zip-1719677.zip
    Archive: sampleappv207-ovf-zip-1719677.zip
    Length Date Time Name
    16455 07-26-2012 10:41 SampleAppv207_OBI_BP1.ovf
    16455 1 file
    unzip SampleAppv207GA_OBI_BP1.ovf
    unzip: cannot find or open SampleAppv207GA_OBI_BP1.ovf, SampleAppv207GA_OBI_BP1.ovf.zip or SampleAppv207GA_OBI_BP1.ovf.ZIP.
    unzip -l *.zip*
    Archive: SampleAppv207GA_OBI_BP1.zip.001
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.001 or
    SampleAppv207GA_OBI_BP1.zip.001.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.001.ZIP, period.
    unzip -l *.zip.011
    Archive: SampleAppv207GA_OBI_BP1.zip.011
    fatal error: read failure while seeking for End-of-centdir-64 signature.
    This zipfile is corrupt.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.011 or
    SampleAppv207GA_OBI_BP1.zip.011.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.011.ZIP, period.

    Yes, after successfully unzipping on Windows before, I
    knew that I could use Windows as a possible work around.
    However. Windows is NTFS. Redhat does not work with it.
    So, at least two 20 gig copies would be required.
    To FAT32.
    Then to ext4.
    Each a different file system.
    Check sum errors anyone?
    The idea of contacting Oracle was to hopefully
    get in contact with the people who originally
    created the zip archive.
    If they ran the commands to:
    22 gig file -> 11 file archive of 2 gig files
    You would think that they would also know how to:
    11 file archive of 2 gig files -> 22 gig file
    Is anyone in contact with them?
    If so, what is the the correct answer?

  • Location of query log files in OBIEE 11g (version 11.1.1.5)

    Hi,
    I wish to know the Location of query log files in OBIEE 11g (version 11.1.1.5)??

    Hi,
    Log Files in OBIEE 11g
    Login to the URL http://server.domain:7001/em and navigate to:
    Farm_bifoundation_domain-> Business Intelligence-> coreapplications-> Dagnostics-> Log Messages
    You will find the available files:
    Presentation Services Log
    Server Log
    Scheduler Log
    JavaHost Log
    Cluster Controller Log
    Action Services Log
    Security Services Log
    Administrator Services Log
    However, you can also review them directly on the hard disk.
    The log files for OBIEE components are under <OBIEE_HOME>/instances/instance1/diagnostics/logs.
    Specific log files and their location is defined in the following table:
    Log Location
    Installation log                     <OBIEE_HOME>/logs
    nqquery log <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    nqserver log <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    servername_NQSAdminTool log      <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    servername_NQSUDMLExec log                          <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    servername_obieerpdmigrateutil log (Migration log)           <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    sawlog0 log (presentation)                          <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1
    jh log (Java Host)                               <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIJavaHostComponent\coreapplication_obijh
    webcatupgrade log (Web Catalog Upgrade)                <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1
    nqscheduler log (Agents)                          <OBIEE_HOME>/instances/instance1/diagnostics/logsOracleBISchedulerComponent/coreapplication_obisch1
    nqcluster log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIClusterControllerComponent\coreapplication_obiccs1
    ODBC log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIODBCComponent/coreapplication_obips1
    opmn log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    debug log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    logquery log                               <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    service log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    opmn out                              <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    Upgrade Assistant log                         <OBIEE_HOME>Oracle_BI1/upgrade/logs
    Regards
    MuRam

  • OBIEE 11g Application Performance Monitoring

    Are there any best practices or recommendations for Application Performance Monitoring for OBIEE 11g?
    I see that from Fusion MiddleWare Control, we can navigate to Business Intelligence -> CoreApplication (right click) -> Monitoring -> Performance
    And from here we have a huge amount of performance metrics to choose from.
    What I'm interested in finding out is:
    1). Out of these hundreds of metrics, are there a subset of "core" performance metrics that Oracle recommends monitoring that gives a good baseline for performance of the application?
    2) What are the options for capturing/gathering/saving these metrics for historical and trend analysis?

    Excellent post. Thanks. Is there some sort of trial of the tool you guys built that's described in the post you linked?
    "In addition to the out-of-the-box options above, here at RittmanMead we have developed our own OBIEE monitoring tool.
    DMS metrics are stored directly on disk or through a database, enabling both immediate and retrospective analysis. Custom dashboards enable the display of both OBIEE and OS data side-by-side for ease of analysis. Integration with third-party tools is also an option."

  • Install Order  EBS+OBIEE+OBIA+Informatica+DAC+Windows2003Server32Bit VMWare

    PreScript : [rtm=done] But as the old Brazilian saying goes, "‘Na prática, a teoria è outra’" - In practice, the theory is different.
    This involving EBS, I am posting here to get the assisatance I can't otherwise get at OBIEE/OBIA forum.
    hi EBS experts out there
    Please advise the order of installation of these s/w when i am planning to install EBS r12:
    EBS R12 ( to integrate w/ OBIEE for vision demo database to be able to perform ETL tasks for R&D )
    OBIEE 10.1.3.4
    OBIA 7.9.6
    Informatica 8.6.1 (w/ hotfix 6)
    DAC 10.1.3.4.1
    (Essbase Hyperion installation - I wil shortly try installing essbase 11x post successful installation of the above )
    on windows 2003 server 32 bit sp2 that will be running on VMWare 2.0 hosted on windows xp 32 bit.
    RAM: 4GB
    HDDs: 200GB + 500 GB (Both IDE Internal SATA) Entire 500GB via virtual hard disk on VMware will be utilized to install this Oracle BI stack of apps and if possible install Hyperrion Essbase stuff also.
    Specific asks
    1.
    Is Microsoft Visual C++ 2005 Redistributable Package (x86) [2.6 MB size ] downloadable at
    [http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en]
    the required version ov VC++ required for EBS R12 win-32 install.
    2.
    Which oracle database (10g/11g) is shipped w/ EBS R12.
    Can I utilize the same oracle database for creating Infa/DAC/OBAW users?
    Or should I install another Oracle 11g db instance?
    3.
    Should I configure ActiveDirectory Services(to R&D LDAP authentication stuff)
    install w2k3 server---> activeDirectory --> installtion of other apps (w/ administrator user), or
    install w2k3->install apps -> then install ActiveDirectoryServices --> install Apps (w/ administrator user)
    Any, heads-up/gotchas are HUGELY appreciated.
    Ofcourse I will post my learnings along the way.

    Hi,
    RAM: 4GBI would suggest you increase the amount of memory on this box as 4 GB should be sufficient for Oracle E-Business Suite R12 installation only. So, with the remaining products, I would say you need more RAM -- I understand that running on 32-bit OS will not allow you to have more memory so you may need to consider installing another OS or having more than one virtual machine.
    1.
    Is Microsoft Visual C++ 2005 Redistributable Package (x86) [2.6 MB size ] downloadable at
    [http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en]
    the required version ov VC++ required for EBS R12 win-32 install. Since you will be installing Oracle Apps R12 on singe node, you will have to have a Standard or Professional editions of Microsoft Visual Studio 2005. Microsoft Visual C++ 2005/2008 Redistributable Package can be installed on the database tier node only if you have multi-node installation and you already have Standard or Professional editions of Microsoft Visual Studio 2005 installed on the application tier node(s).
    Note: 761567.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit)
    2.
    Which oracle database (10g/11g) is shipped w/ EBS R12.
    Can I utilize the same oracle database for creating Infa/DAC/OBAW users?
    Or should I install another Oracle 11g db instance?You cannot use the same Oracle E-Business Suite database as this is not supported, and you will need to install a separate database.
    Note: 415007.1 - Oracle Application Server with Oracle E-Business Suite Release 12 FAQ, Can I install an OracleAS 10g Infrastructure in the Release 12 database?
    3.
    Should I configure ActiveDirectory Services(to R&D LDAP authentication stuff)
    install w2k3 server---> activeDirectory --> installtion of other apps (w/ administrator user), or
    install w2k3->install apps -> then install ActiveDirectoryServices --> install Apps (w/ administrator user)Go with the second path, install R12 then do the integration and install other applications.
    Note: 376811.1 - Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On
    Note: 415007.1 - Oracle Application Server with Oracle E-Business Suite Release 12 FAQ
    For using "Windows Native Authentication (WNA)", see (Note: 744118.1 - Configuring eBusiness Suite with Windows Native Authentication (WNA)).
    Thanks,
    Hussein

Maybe you are looking for

  • Upgrade Weblogic9.0 to 9.2

    Hiall, Is there any patch available to upgrade weblogic9.0 directly to 9.2 rather than installing 9.2 afresh. Thanks in advance, Ruchi

  • Format of WCS template file for mac-address filtering

    I am looking for the format of the template file used for WCS Mac-address filtering. I need to know how the fields are delimited within the file.

  • Ipod is not in Itunes 7...I have tried everything, Somone...Please Help lol

    Ok, here's the thing. I got this 5th g, 30gb ipod the other day. I installed the little disk, and when I plug it in, my computer recognizes it, installs the device, everything is fine. It's in my computer, blah blah. It even opens itunes when I plug

  • Using USB port to charge Pearl

    I can't find the original post I wanted to comment on so I am just sharing this as a new post.  Belkin and several other companies make USB hubs that have AC (110 V) adapters that power them.  If you use one of these you will never have the underperf

  • If it shows on the TV it doesn't show on the IPOD screen

    FYI It seems that once you turn on the tv out setting on the ipod (so you can see the picture on your tv) you won't see the movie on your IPOD. I can only guess that once you are done with TV viewing you have to turn the TV out setting off in order t