OBIEE on Unix

Hi All,
I have a small query.
My Siebel is running on Windows. Can I have my OBIEE installed in Unix/Linux and get the data from Siebel(From WIndows)?
Thanks in advance,
Imtiaz.

Hi Saichand/Srikanth,
Just one more to add to that.
Take this scenario:
If both my datasource and my OBIEE is on windows but on different machines. Say the data source is on a machine
called 15.100.165.16. and datasource name is SIEBEL. How I can connect to that machine from my Connection pool?
And take the very scenario which I asked before, my OBIEE is on Linux and datasource on windows on a different machine. Then what are the changes I shoud make once my repository is migrated?
Kindly let me know if am not able to explain this scenario correctly.
Thanks in advance,
Imtiaz.

Similar Messages

  • OBIEE in Unix and accessing Metadata Layer via Windows

    Hi,
    I'm new in OBIEE. I have installed OBIEE in Unix Environment. But how to access the metadata layer (.rpd file) via Windows (Administration Module)?
    Please help me.
    Thanks
    Raj

    Install the Admin Tool in your PC and then go to the ODBC Data Sources in Administration Tools and change the AnalyticsWeb Web ODBC data source to point to your Unix OBIEE server.

  • OBIEE on Unix: Can't open shared library

    Hi!
    I try to execute the following command to purge cache on BI server
    nqcmd -d AnalyticsWeb -u Administrator -p administrator -s clear_cache.txt -o cache_out.txt
    clear_cache.txt contains {call SAPurgeAllCache()};
    I receive the following error:
    $ nqcmd -d AnalyticsWeb -u Administrator -p administrator -s clear_cache.txt -o cache_out.txt
    /usr/lib/dld.sl: Can't open shared library: jambuild.hpux/Bin/libodbc.sl
    /usr/lib/dld.sl: No such file or directory
    Abort
    BI server is installed on Unix enviroment. Can you help me on this?
    Thanks
    Edited by: user10834597 on 2009-2-25 5:35

    Hi!
    When i run the script like this:
    $ cd /oracle/btc/OracleBI/setup
    $. ./sa-init.sh
    I get error:
    sh: ANASOURCE_VARIANT_SH_: Parameter not set.
    I modified sa-init.sh like this
    #!/bin/sh
    ANA_INSTALL_DIR=/oracle/btc/OracleBI
    . ${ANA_INSTALL_DIR}/setup/.variant.sh
    #new
    set
    cd /oracle/btc/OracleBI/server/Bin
    nqcmd -d AnalyticsWeb -u Administrator -p administrator -s clear_cache.txt -o cache_out.txt
    and then run it like this:
    $ cd /oracle/btc/OracleBI/setup/
    $ ./sa-init.sh
    The cache_out.txt showed successful complete:
    {call SAPurgeAllCache()}
    {call SAPurgeAllCache()}
    RESULT_CODE RESULT_MESSAGE
    1 [59118] Operation SAPurgeAllCache succeeded!
    Row count: 1
    Processed: 1 queries
    Thank you for your answers!

  • Obiee linux and unix

    Do you know how to open OBIEE on UNIX?
    How would you start and stop services in UNIX?
    Is it possible to open the OBIEE Admin Tool in UNIX platform?
    Is it possible to deploy the code (RPD) in UNIX platform?
    and also in linux

    ---Startup the BI services
    Set the BI_HOME to the Oracle BI Home path e.g. /opt/oracle/product/OracleBI
    $export BI_HOME=/opt/oracle/product/OracleBI
    #Start the BI sever
    $$BI_HOME/setup/run-sa.sh start
    #Start the presentation service
    $$BI_HOME/setup/run-saw.sh-start
    #Start the scheduler
    $$BI_HOME/setup/run-sch.sh start
    #Start the cluster controller – only required when BI servers clustered
    $$BI_HOME/setup/run-ccs.sh start
    Shutdown the BI services
    $export BI_HOME=/opt/oracle/product/OracleBI
    #Stop the cluster controller – only required when BI servers clustered
    $$BI_HOME/setup/run-ccs.sh stop
    #Stop the BI sever
    $$BI_HOME/setup/run-sa.sh stop
    #Stop the presentation service
    $$BI_HOME/setup/run-saw.sh stop
    #Stop the scheduler
    $$BI_HOME/setup/run-sch.sh stop
    Using Windows as client we open Unix' Box RPD or we do dev work in Windows and migrate/deploy to Unix box.
    Pls mark correct or helpful if helps

  • Steps too create connection between OBIEE and Datamart on UNIX box..

    Hi experts..
    I have created one repository on my windows machine. Now i need to transfer this repositry on UNIX BOX.. So
    1. Please tell me the steps to make a connection between OBIEE and datamart.
    2. which files i need to transfer from windows machine to UNIX Box..

    Are you asking how to connect to an Oracle database from OBIEE in Unix? (Your question is too vague as datamart could mean anything) If so, read this thread:
    Re: How to connect Linux OBIEE repository to database?

  • Running reports on Flat file schemas when OBIEE server is on Unix

    Hello
    we would like to know how Unix OBIEE work with flat file. Currently, in our environment our Development and Production OBIEE are running on Unix AIX machine while our local OBIEE environment is on Windows.
    As our devolepment and configuration goes, we have encounter situations where the flat file schema that were working well on Windows OBIEE server will not run on Unix. The flat files are located on a windows file directory and could be successfully imported into OBIEE throu Admin Tool.
    However, when updating rowcounts or running reports on answers in Unix OBIEE it would return errors:
    State: HY000. Code: 472983136. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16023] The ODBC function has returned an error. The database may not be available, or the network may be down. (HY000)
    The same activity is working fine on our local machine when OBIEE is on windows..
    We would like to get some help on how to work with flat files when OBIEE is runing on Unix..

    is this the same question as [this one|http://forums.oracle.com/forums/message.jspa?messageID=4018049#4018049] ?

  • Unable to use WriteBack function in OBIEE on a Unix setup

    Hi All
    I am trying to implement the writeBack function in OBIEE. We have OBIEE installed on a Unix machine. Below is the xml that I have writte, it keeps erroring stating that the xml file cannot be read.
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawnm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="forecast">
    <XML>
    <writeBack connectionPool="MOM_BI">
    <Insert></Insert>
    <Update>UPDATE STORE SET STORE_NAME='{@c1}' WHERE STORE={@c0}</Update>
    <postUpdate>COMMIT</postUpdate>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Below is the log that I've received from OBIEE:
    Error loading XML Message File (/app/oracle/product/OBIEE10133/OracleBI/web/msgdb/CustomMessages/forecast.xml): Sax parser returned an exception.
    Message: Invalid document structure, Entity publicId: /app/oracle/product/OBIEE10133/OracleBI/web/msgdb/CustomMessages/forecast.xml, Entity systemId: , Line number: 2, Column number: 1^M
    Error Codes: UH6MBRBC^M
    Could you please let me know what is wrong with my xml file? By the way I only want to do an update to my table. Also I have followed all the examples from Venkat and others but I stil cannot get it to work.
    Regards
    Adnan

    It's already good to know that the file gets picked up.
    What I don't understand: "The log files are not being updated with the error however when I re-save my Answer it is populating the log file to state that the object already existed."?
    I had to put a fake "insert" statement to get it working once. Here's the example:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="ELT_Upside">
    <XML>
    <writeBack connectionPool="ELT_Writeback_Pool">
    <update> UPDATE T_DW_LOGIC_ELT_UPSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where UPSIDE_COMMENT_ID=@{c2} </update>
    <insert> UPDATE T_DW_LOGIC_ELT_UPSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where UPSIDE_COMMENT_ID=@{c2} </insert>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="ELT_Downside">
    <XML>
    <writeBack connectionPool="ELT_Writeback_Pool">
    <update> UPDATE T_DW_LOGIC_ELT_DOWNSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where DOWNSIDE_COMMENT_ID=@{c2} </update>
    <insert> UPDATE T_DW_LOGIC_ELT_DOWNSIDE SET COMMENTS='@{c0}', AMOUNT=@{c1}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where DOWNSIDE_COMMENT_ID=@{c2} </insert>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="ELT_Outlook">
    <XML>
    <writeBack connectionPool="ELT_Writeback_Pool">
    <update> UPDATE T_DW_LOGIC_ELT_OUTLOOK SET AMOUNT=@{c4}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where OUTLOOK_COMMENT_ID=@{c0} </update>
    <insert> UPDATE T_DW_LOGIC_ELT_OUTLOOK SET AMOUNT=@{c4}, LAST_UPDATED_BY='@{c6}', LAST_UPDATE_DATE=TO_TIMESTAMP('@{c7}', 'YYYY-MM-DD HH24:MI:SS.FF3') where OUTLOOK_COMMENT_ID=@{c0} </insert>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Cheers,
    C.

  • How to Connect to Unix OBIEE servers from Remote desk top

    Hi Experts,
    My obiee OBIEE Build/Dev is in Unix servers.I have to connect to Obiee OBIEE Build/Dev server through Remote desk top.
    Please guide me

    There are 2 ways to open repository
    Online Mode:
    hope this helps.
    How to access OBIEE Server LINUX Virtual Machine from Admin Tool Windows?
    Offline Mode:
    If you would like to open your repository in offline mode, then you need to configure xwindows / mapping linux drive to your windows. you would need to install client tools on your laptop and access the repository as if in local system by mapping the drive.
    hope this helps..

  • How to create odbc (dsn) connection for OBIEE AND INFOR in unix environment

    Hi,
    we are establishing OBIA in Unix environment we set all the things fine but we are getting problem how to create ODBC connection
    for INFORMATICA AND OBIEE. I searched some blogs thats telling there is a ODBC.INI file we need to configure.
    but i am not getting clear idea to give parameters and it will not showing any TNSNAME ..........etc
    please any body give clear idea about how to create ODBC connection and LOCATION of that file AND parameter which i need to give.
    Thanks,
    charan....

    Hi Dpka,
    yah i already checked that one but i have not find out any parameter for TNS NAME information.
    is OBIEE connected to ORACLE DATA BASE without giving TNS information?............in UNIX OPERATING SYSTEM.
    pls give me the clear idea abt how to connect OBIEE, INFORMATICA to ORACLE DATA BASE IN UNIX ENVRNMENT
    thanks,
    charan.

  • OBIEE Cache Purge  in Unix Environment

    Hi,
    We are trying to purge OBIEE cache using unix shell script and purgecache.txt which contains call to SAPurgeAllCache().
    We are using below script
    export MW_HOME=/qa/middleware/
    . $MW_HOME/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setup/bi-init.sh
    $MW_HOME/Oracle_BI1/bifoundation/server/bin/nqcmd -d AnalyticsWeb -u weblogic -p weblogic1 -s /users/home/test/purgecache.txt
    We are gettting below error message After executing script
    /qa/middleware/instances/instance1/tmp/OracleBIODBCComponent/coreapplication_obiodbc1/obis_temp is not a valid Oracle BItemp directory path
    is it required to call sa-init64.sh ?? Are we missing anything?? What could be another way to purge cache from command line?
    # it is required to run bi-init.sh (UNIX) or bi-init.bat before launching any command line utilities. This sets the environment variables like ORACLE_HOME and ORACLE_INSTANCE correctly. We have used it.
    # Commented sa-init64.sh
    # as it is giving below error
    # syntax error at line 7: `(' unexpected
    Thanks in advance

    You can try this
    Create a text file with a name e.g: say purgecache.txt with below code in it
    Call SAPurgeAllCache() and save the file in /<MW_HOME>/Oracle_BI1/bifoundation/server/bin directory.
    Before running nqcmd, you must first run bi-init.cmd (or bi-init.sh on UNIX) to launch a command prompt or shell window that is initialized to your Oracle instance. You can find this utility in:
    <MW_HOME>/ORACLE_INSTANCE/bifoundation/OracleBIApplication/coreapplication/setup
    Then, run nqcmd from the resulting shell window with the desired options.
    For example:
    nqcmd –d my_dsn –u my_username [-p my_password] –s sql_input_file –o my_result_file
    You can pass a text file with SQL statements to the utility (script mode), or you can enter SQL at the command line (interactive mode). Queries are run against the default subject area, unless the object names used in the query are fully qualified.
    For example to purge BI Server cache run below command
    In windows:
    nqcmd -d AnalyticsWeb -u <weblogic_admin user> -p <weblogic_admin password>-s purgecache.txt
    In Unix:
    ./nqcmd -d AnalyticsWeb -u <weblogic_admin user> -p <weblogic_admin password>-s purgecache.txt

  • How to deploy obiee 11g RPD in unix environment

    Hi,
    We have installed OBIEE 11g in UNIX env,and we need to deploy new RPD.
    pls..could any one share the process and the list of commands that we wil use in while trouble shooting

    In OBIEE 11g, you can deploy the RPD via Enterprise Manager (EM). EM can be accessed from browser, EM is deployed on WebLogic.

  • Printing large PDF Report - OBIEE installed in UNIX environment

    Dear Experts,
    OBIEE is installed in UNIX Environment. Tired to print large PDF (eg: 50 pages), but it throws - Fatal Error.
    So searched in forum and got an suggestion from the below link:
    printing large pdf and download to power point error message
    Suggestion:
    {<PDF>
    <!-- Size limit for PDF request message -->
    <InputStreamLimitInKB>0</InputStreamLimitInKB>
    <!-- Path to PDF userconfig.xml file. -->
    <!-- <UserConfigFile/> -->
    </PDF>
    <XMLP>
    <InputStreamLimitInKB>0</InputStreamLimitInKB>
    </XMLP>} ----Restart BI Server and Java host server.
    Suggested solution work well when OBIEE installed in Windows Environment, but for UNIX Environment - got error like - " Page cannot be displayed".
    Any help is appreciated. Many Thanks in advance.
    Regards,
    Priyalakshmi.

    Hi ,
    Any idea about this issue?
    OBIEE - version - 10.1.3.4
    Regards,
    Priyalakshmi.

  • Unix Aix server how to run GUI mode for OBIEE 10.1.3.4.0

    Hi
    Experts
    I have Query on Obiee
    how to start GUI mode IN AIX unix server trough Vnc viewer. could Please tell Me any shell scripts is there
    very Urgent
    AdvanceThanks

    Thanks very much to responding to my question.
    I tried by disabling the Java Plugin in my IE browser and open a few chart reports with no problem.
    Have you actually experience problem when you do that? Like to know when will it actually have problem.

  • Installation of OBIEE 11.1.1.6 in HP Unix

    Hi,
    I want to install OBIEE 11.1.1.6 in a HP-Unix machine.So anyone please tell me what are the software required for the installation of OBIEE 11.1.1.6 and how to install it?
    Can anyone please tell what are the prerequisites required for the installation of OBIEE 11.1.1.6 in HP Unix?
    please help..
    thanks
    Edited by: 938366 on Jun 6, 2012 10:33 PM

    Hi,
    what will be the CPU size for the OS HP-UX 11i (11.31)?Is the dual core Pentium is used for the HP UX Itanium?
    A. Unix system processer mostly xeon core quad .
    What should be the size of the HDD for the installation of OBIEE 11.1.1.6.0 in HP UX Itanium?
    A.Default any company maintain HDD like (200gb or 150Gb) for each track like (Datbase,Application) but actual size is 1 Tera HDD.
    Can u tell me how to connect the RCU in the windows/Linux from HP UX?
    A. Once install Rcu in your windows or linux ( It will stor all middle ware tables stored in Database like (These schemas will store all the meta-data information related to your BI Application, like lifecycle of app, any triggers, any schedulers etc. OBIEE will NOT start or work if these Schemas are NOT up and running. If Admin deletes these schemas then you would have porblems while logging into OBIEE.)
    For more information read below thread.
    Re: RCU Schemas and Information in it
    Can u tell me the how to install OBIEE 11.1.1.6 in HP UX Itanium or if there is any guide or blog with screen shots?
    A. Install WebLogic Server wls1035_generic.
    Run RCU to install schemas on the database server. Run OBIEE and select Software Only install type.
    After the installation is done, run config.sh from the path /Oracle_BI1/bin and follow instructions to complete the configuration.
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/toc.htm
    On Windows:
    run RCU to install schemas on database. run setup file from Disk1 to install OBIEE. Select simple install type. This will install and configure obiee.
    from programs, Start BI services to start all the services.
    please ask if u have any queries.
    Hope this help's
    Thanks
    satya

  • Call Unix Shell Script From OBIEE

    Hi All,
    Is it possible to do a call to a Unix Shell Script with the Action Framework from OBIEE.
    Thanks in Advance

    I dont think so but we can go for it instead of BI side. Try to port the same functionality on shell script side, so that the script can identify your report using tail of nqquery log and execute the rest of your lines in shell script.
    This can doable and works as expected. If at all you are going with my suggestion you can go for a small key word to identify your report instead of that lengthy logical query.
    Pls mark if helps

Maybe you are looking for

  • How can i convert oracle report in excel format using 8i

    hi, I want to convert oracle report in excel format using 6i reports. please give the solution with emp table. millons of thanks in advance.

  • Applicatio​n builder error 26005

    Hello All, When I try to build my application I get the following error: L'erreur 26005 s'est produite à Build Application.vi>>Dist Call Create Installer.vi>>Win Install Create.vi>>MSI DK Open.vi D:\TMNHe\Exe\TMNHe_Testeur_20090709\Installer. Raisons

  • XI payload attachments

    Hi All, I have a small query is their a way to access payload attachment or main payload of document through xml url reference, but not as CData or directly referencing in xml. Is this possible? I need this input as I have a unparseable data which i

  • Unicode error in web dynpro

    Dear all, I'm facing a strange problem. This morning my WD worked well. I changed my specific table used in the WD (added new fields). My context is on this table. I update all my views with this context. I have 2 methods which used the specific tabl

  • How to automate replacing smart object from folder?

    Hello! I have a layout in CS6, with an image that is a smart object. I have a folder of jpgs, and need to make comps from each of the JPGs. At the moment I take the master, double click the smart object. Place in the source JPG from the folder I'm wo