Is there a specific differences doing obiee 11g setup on Linux Vs Windows?

Hi,
I did setup obiee 11.1.1.6 on windows 7 64 bit and upgraded RPD and webcat. now I need to do it on Linux environment. Is there a specific differences doing setup on Linux? do I need to update host file and configure loopback adapter in Linuc as well? please provide detail differences or settings I need to follow.
appreciate for your help.
Thanks
Jay.

I dont think any specific for Linux.
Make sure you take care these in profile file
ORACLE_HOME
TNS_ADMIN
PATH
LD_LIBRARY_PATH
Pls mark correct or helpful if helps

Similar Messages

  • Two questions related to OBIEE 11g setup in Linux

    Hi,
    1.Do we need to setup JDK 1.6 and above before installing OBIEE? as per below post OBIEE uses it's own JDK.
    OBIEE 11g on Windows 7 (64 bit)
    2. Do we need to configure DHCP loopback adapter in Linux as well as we do in windows? If Yes how can I do it in Linux?
    Please let me know the answers ASAP.
    Thanks
    Jay.

    Hi Jay,
    1.Do we need to setup JDK 1.6 and above before installing OBIEE?Not required
    2. Do we need to configure DHCP loopback adapter in Linux as well as we do in windows? If Yes how can I do it in Linux?On Linux x86 operating systems, configure the host to resolve host names to the loopback IP address by modifying the /etc/hosts file to contain the following entries:
    127.0.0.1 hostname.domainname hostname
    127.0.0.1 localhost.localdomain localhost
    After doing so, check that the host name resolves to the loopback IP address by entering the following command:
    /bin/ping hostname.domainname
    Regards,
    Dpka

  • Does obiee 11g supports XSL format

    Dears,
    Does Obiee 11g supports XSL style sheet files? Some of the legacy reports are using data which are pulled from the database and formatted via XSL and some are generated from XML/XSL files?
    I have looked at XML connection pool, it only supports importing XML format as source file.May be I am wrong? I do not have great hands on BI publisher.
    Thanks,
    Uday

    Hi Uday,
    If I understand correctly, XSLT is mostly about parsing through the XML and presenting it to the user in some format with colors,fonts etc (Just like CSS).
    So in case of OBI,
    1.It can read the data from the source XML documents itself (Doing the job like of XSL Parser)
    2. Present to the users in the format you need (Doing the job of XSL Renderer).
    So, you just give BI the source data in the form of XML, design the metadata as per your business needs and the OBI Presentation Services component can do the job of presenting.
    Hope this gives you some idea of BI just working like XSL.
    Thank you,
    Dhar

  • Fail installing OBIEE 11g on Oracle Linux 5 64 bits

    Hello,
    I am trying to install OBIEE 11g over Oracle Linux 5 (64 bits), but I can't. I have the following issue:
    INST-07008: Validation of Oracle Home location failed. User does not have permission to create home/instance location
    INST-07282: Specified Middleware home location does not exist
    In the Oracle Middleware Home, I have specified "/root/Oracle/Middleware".
    I have following these steps:
    1) Install Oracle DB 11g R2 (OK)
    2) Install jdk for Linux 64 bits (OK)
    3) Install weblogic
    I have done the installation as "root" user
    Middleware Home Directory = /root/oracle/Middleware (OK)
    4) Install RCU as root (OK)
    5) Install OBI 11g
    To execute ./runInstaller it is necessary be as oracle user.
    I have changed permissions in /root/Oracle/Middleware (chmod 777), but the issue is the same.
    I appreciate any idea to solve the issue.
    Thank you in advance.
    Regards,
    Monica.

    Hello,
    no, I have installed OBIEE as oracle user with software only option, with root isn't possible.
    So, I don't know if it is necessary I installed WebLogic as oracle user to have permission in middleware path...
    Regards.

  • OBIEE 11g installing in Linux. domain creation error

    Hi,
    OBIEE 11g installing in Linux server now. domain creation is in progress for about an hour and in log I can see below error.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    domain creation is still running and looks like it is struck to start domain no idea how to solve the issue. waiting to see whether domain creation successful.
    Please let me know how to fix this issue.
    Thanks
    Jay.

    Hi,
    Have you try to increase MaxPermSize, it may occure memory issue.
    change the Middleware/ORACLE_BI1/oui/oraparam.ini and fine it like below
    JRE_MEMORY_OPTIONS=" -mx512m -XX:MaxPermSize=512m" then try to change it
    JRE_MEMORY_OPTIONS=" -mx2048m -XX:MaxPermSize=2048m"
    (i.e:It will increase the numbers for allocating more memory) then save it and then try to run config.bat (software only/enterprise) method and configure it.
    Thanks
    Deva

  • Shell script for running obiee 11g services in linux

    Hi
    We have a requirement to create a shell script inorder to run OBIEE 11G services in Linux OS. It would be very helpful and greatly appreciated if any pointer(s)/documentation on this is provided.
    Thanks

    we had run the scripts using nohup "nohup ./startWeblogicServer.sh &" and reopened putty to run other nodemanager and opmnctl scripts, now everything has started and working fine.
    Thanks all..

  • Automation of OBIEE 11G services in Linux OS

    Hi
    We have a requirement for the automation of OBIEE 11G services in Linux OS whenever system reboots. I came to know that this can be achieved by a shell script, however, not certain about it. It would be grateful if any workaraound/pointers/documentation to achieve this is shared.
    Thanks.

    HI
    The mentioned link has scripts for linux, but I need for windows and I tried some script which I found online but I am getting some errors which are in bold below
    C:\Oracle\Middleware\wlserver_10.3\server\bin>installAdminServer.cmd
    C:\Oracle\Middleware\wlserver_10.3\server\bin>SETLOCAL
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set OBI_HOME=C:\Oracle\Middleware
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set DOMAIN_NAME=bifoundation_domai
    n
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set USERDOMAIN_HOME=C:\Oracle\Midd
    leware\user_projects\domains\bifoundation_domain
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set SERVER_NAME=AdminServer
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set PRODUCTION_MODE=true
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set JAVA_HOME=C:\Oracle\Middleware
    \Oracle_BI1\jdk
    C:\Oracle\Middleware\wlserver_10.3\server\bin>cd C:\Oracle\Middleware\user_proje
    cts\domains\bifoundation_domain
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>call C:\Oracle\Mi
    ddleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd
    SVR_GRP =
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CLASSPATH=C:\
    Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_p
    atch.jar;C:\Java\JDK16~1.0_3\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Ora
    cle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.
    1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:
    \Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDL
    E~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\Middleware\Oracl
    e_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profi
    les\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_3\lib\to
    ols.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDL
    E~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblo
    gic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webserv
    ices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~
    1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\oracle_common\modu
    les\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webl
    ogic.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:
    \Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\O
    racle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\MIDDLE~1\ORA
    CLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\or
    acle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\orac
    le.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient
    .jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set Comma
    nd Line for service to execute within created JVM
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CMDLINE="-ser
    ver -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning -Dweblogic.Producti
    onModeEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.hom
    e=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=
    11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Log
    ger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile
    =C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dora
    cle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON
    ~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\do
    mains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\US
    ER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\
    MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.secur
    ity.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps
    -config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN
    ~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alte
    rnateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:
    \Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.hand
    ler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracl
    e.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:\Oracle\Middleware\Or
    acle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\Oracle\Middlewa
    re\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_INSTA
    NCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_REG_PROPERTIES
    _PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApp
    licationContextId=false -Doracle.biee.search.bisearchproperties=C:\Oracle\Middle
    ware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management
    .clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interv
    al=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.secur
    ity.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=ora
    cle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.cla
    ss=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.
    dir=C:\Oracle\Middleware\user_projects\domains\bifoundation_domain\config\bipubl
    isher -DXDO_FONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common\fonts -Drtd.instanc
    eName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava
    .awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\O
    racle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath -classpa
    th @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt -Dweblogic.Name=Admin
    Server -Dweblogic.management.username= -Dweblogic.ProductionModeEnabled=true -Dj
    ava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\"
    weblogic.Server"
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set up ex
    trapath for win32 and win64 platform separately
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "true" == "tru
    e" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MI
    DDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\bin
    ;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\;C:\Oracle\
    MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\b
    in;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle
    \MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\
    bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Install t
    he service
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>"C:\Oracle\MIDDLE
    ~1\WLSERV~1.3\server\bin\beasvc" -install
    BEA Default Service installed.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-svcname:"Oracle_
    bifoundation_domain_AdminServer"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-javahome:"C:\Jav*
    a\JDK16~1.0_3"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-execdir:"C:\Orac
    le\Middleware\user_projects\domains\bifoundation_domain" -maxconnectretries:"" -
    host:"" -port:"" -extrapath:"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;
    C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK
    *16~1.0_3\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8" -passw*
    *ord:"" -cmdline:"-server -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning*
    -Dweblogic.ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1
    *\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\O*
    racle\MIDDLE~1\WLSERV~1.3\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\OR
    ACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.
    logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOU
    N~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jroc
    ket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\B
    IFOUN~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle
    *\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=*
    C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml  -Digf.arisid
    stack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidpr
    ovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1
    *\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\US*
    ER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.e
    xt=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\ora
    cle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1
    -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEna
    bled=false -Dbi.oracle.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:
    *\Oracle\Middleware\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HO*
    ME=C:\Oracle\Middleware\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_B
    I1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1
    -DEPM_REG_PROPERTIES_PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\f
    mwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproper
    ties=C:\Oracle\Middleware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties
    -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notificatio
    n.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=
    true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf
    *.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.e*
    csf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration
    -Dxdo.server.config.dir=C:\Oracle\Middleware\user_projects\domains\bifoundation
    domain\config\bipublisher -DXDOFONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common*
    *\fonts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware*
    *\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dw*
    lw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dw
    eblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manife
    st_classpath -classpath @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt
    -Dweblogic.Name=AdminServer -Dweblogic.management.username= -Dweblogic.Productio
    nModeEnabled=true -Djava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic.policy\" weblogic.Server"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-log:"C:\Oracle\M
    iddleware\wlserver_10.3\..\\user_projects\domains\bifoundation_domain\servers\Ad
    minServer\logs\service_start.log"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    I don't know how to solve those errors, this is highly important for me can anyone please help me on this.
    Thanks

  • OBIEE 11g Start all compenents as Windows Services

    Hi Attached link to document for OBIEE 11g Start as windows Services.
    http://deliverbi.blogspot.com/2010/10/obiee-11g-auto-start-all-with-windows.html
    Cheers
    Shahed

    I have made a change to the scripts so they allow a new rpd to be loaded without errors... Beware Metalink scripts are incorrect for embedding OBIEE 11g windows services..
    cheers
    shahed

  • Organizational Chart with specific colors in OBIEE 11g

    Hi Gurus,
    How to create organizational chart in OBIEE? I tried to follow this link Oracle Business Intelligence by Sandeep Venu: Google Organization Chart in OBIEE 11G
    but can't find out how to make specific chart (example chart of manager position) have a red color, the director chart have a green color.
    Please help
    Regards
    JOE

    This requirement sounds like it has a possible solution with some html coding. My idea is to :
    1) Create a dashboard with two pages.
    2) In the first page, create an iframe of the first dashboard.
    3) In the second page, create an iframe of the second dashboard.
    4) Customize the second dashboard page to have the custom background color.
    Please refer to this link on how to customize the dashboard pages: http://www.appsassociates.com/resources/presentations/AA_OBIEE_Customizing_Dashboard_Appearance_NEOAUG_Fall09.pdf
    Please assign points if helpful.
    Thank you,
    -Amith.

  • OBIEE 11g 64-bit install on Windows 64-bit

    I wanted to solicit any experiences that the user forum is having with installing 11g on a 64-bit Windows platform. I understand that the Admintool/Job Manager will not run with the 64-bit installation package but we can install the newly released Client install to circumvent this. I am seeing many forums out there in which the 64-bit OBIEE install is done as Simple or Enterprise. My understanding is that this is useless as the bundled WebLogic utilizes at 32-bit JVM. There is a Doc ID out on Metalink (ID 1220564.1) that states one can only do a Software Install. So we have proceeded with the following steps of downloading first the Java 64-bit JVM, then a WebLogic instance utilizing the 64-bit JVM (java -D64 -jar xxx.jar) and finally the OBIEE Software Only install.
    The issue we are running into is that the Install fails when attempting to start the OPMN. So during the install the "Executing:opmnctl start coreapplication_obips1
    " fails and references the OPMN not starting. We are unable to start the OPMN service as well. We have a static IP, so this not the known issue with the loopback adapter. The other issue I saw was having to install the VC++ 2005 SP1 libraries per another Metalink Doc ID (1226254.1). This was all done, however, the install continues to fail.
    It seems the lack of knowledge from support as well as the vague/lack of documentation is frustrating. I just wanted to ping the OTN community around this scenario.

    Thanks Paul, really appreciate the update. Spent this morning rebuilding our environment with 64-bit (Win 2008) and starting from scratch. The install has now succeeded. I tell you one thing you pointed out is something we noticed when we proceeded with the second install. That was the WebLogic version. I had initially used .4 and on the second install we used .3. I am guessing that this may have been the issue.
    I will verify with our Oracle resources and I hope this post will assist other when doing the 64-bit install as I think it is very vague in the documentation.
    I will update the post with Oracles response as well.
    Just as an FYI... the reason this issue came up in the first place was we did an Enteprise Install on 64-bit and found that the Gauge Charts weren't working in the SampleAppLite Subject Area. So I will add that to the Tags for this post.
    Hope this post helps others and they don't go through the headaches of a wrong install type.

  • Running OBIEE 11g services for Linux

    Hi everybody,
    I would like to know the way to start OBIEE 11g services in a Linux (Red Hat) machine.
    As far as I have seen in the web, there are four main steps to perform  in order to make OBIEE running:
    Run WebLogic.
    Run NodeManager.
    Run ManagedServer.
    Run OBI Components (using OPMN).
    The problem I have is that in our installation there is no ManagedServer (bi_server1). Therefore I deduce that OBIEE was installed as simple version (actually I don’t know where I can see whether it is simple or enterprise version). So the question in my case is: how to run OBIEE services without ManagedServer? Otherwise, is there any way to upgrade from simple to enterprise version, or I should just uninstall and then install the enterprise version?
    Thanks in advance,
    Hibai.

    Thanks for the reply Sasi. Now I know that we have a Simple Installation.
    Anyway, I'm still not able to make OBIEE available. If I execute the commands you provided me, I see some errors in corresponding created files. However, running them without nohup option and without any other parameter (just the .sh file), WebLogic appears available and OBI components seem to be running as well:
    Processes in Instance: instance1
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status 
    ---------------------------------+--------------------+---------+---------
    coreapplication_obiccs1          | OracleBIClusterCo~ |   11313 | Alive  
    coreapplication_obisch1          | OracleBIScheduler~ |   11312 | Alive  
    coreapplication_obijh1           | OracleBIJavaHostC~ |   11314 | Alive  
    coreapplication_obips1           | OracleBIPresentat~ |   11315 | Alive  
    coreapplication_obis1            | OracleBIServerCom~ |   11311 | Alive
    Am I doing something wrong? In principle the steps you mentioned (which are also those ones that I was executing the previous days) have been executed properly, so I'm a bit confused.
    Thanks again,
    Hibai.

  • Starting OBIEE 11g services in Linux

    Hi Gurus,
    I have installed OBIEE 11g on Linux 32 bit machine, Procedure i used to follow to start the services, using putty:
    1. Run ./startWeblogic.sh after it comes to running mode, it comes back to $
    2. After it returns to $, i start nodeManager.sh
    but now, after i do the first step from putty, though running mode has come, it is not coming back to $ where i can start the node manager, hence i am unable to start node manager from the $ console
    Is this a server problem? pls help..
    I did Ctrl+c and tried starting startWeblogic.sh again, but its again stopping at running mode and not returning to $
    Kindly advice what can be done
    Thanks,
    Sree.

    we had run the scripts using nohup "nohup ./startWeblogicServer.sh &" and reopened putty to run other nodemanager and opmnctl scripts, now everything has started and working fine.
    Thanks all..

  • OBIEE 11g as a service in windows

    Here are the steps to configure OBIEE 11g as windows service.
    Admin server and bi server needs to be configured as service.
    Create boot.properties files with weblogic admin username and password in security folder.
    Here are the changes I made to make it work. I created two copies of installsvc.cmd file in wls_home/server/bin and renamed them to be used in scripts and make changes.
    One for admin server and other for node manager (bi server).
    cmd file for admin server.
    SETLOCAL
    set DOMAIN_NAME=bifoundation_domain
    set USERDOMAIN_HOME=D:\BI\user_projects\domains\bifoundation_domain
    set SERVER_NAME=AdminServer
    set MEM_ARGS=-Xms256m -Xmx512m
    cd %USERDOMAIN_HOME%
    call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd
    call "D:\BI\wlserver_10.3\server\bin\installSvc_Admin.cmd" --see comment below.
    ENDLOCAL
    Added delay parameter.(it is in milliseconds)
    rem *** Install the service
    "%WL_HOME%\server\bin\beasvc" -install -svcname:"beasvc %DOMAIN_NAME%_%SERVER_NAME%" -delay:120000 -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%" -maxconnectretries:"%MAX_CONNECT_RETRIES%" -host:"%HOST%" -port:"%PORT%" -extrapath:"%EXTRAPATH%" -password:"%WLS_PW%" -cmdline:%CMDLINE%
    CMD file to start BI server and make it wait for the admin server to come up.
    SETLOCAL
    set DOMAIN_NAME=bifoundation_domain
    set USERDOMAIN_HOME=D:\BI\user_projects\domains\bifoundation_domain
    set ORACLE_BI_HOME=d:\BI\Oracle_BI1
    set SERVER_NAME=bi_server1
    set PRODUCTION_MODE=true
    set ADMIN_URL=t3://hostname:7001 - if you are using ssl it is should be t3s
    set MEM_ARGS=-Xms256m -Xmx512m
    cd %USERDOMAIN_HOME%
    call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd
    call "D:\BI\wlserver_10.3\server\bin\install_OBIEE_Svc.cmd"
    ENDLOCAL
    In install_OBIEE_Svc.cmd (copy of installsvc.cmd) file added dependency and delay parameter
    rem *** Install the service
    "%WL_HOME%\server\bin\beasvc" -install -svcname:"beasvc %DOMAIN_NAME%_%SERVER_NAME%" -dependency:"beasvc bifoundation_domain_AdminServer" -delay:12000 -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%" -maxconnectretries:"%MAX_CONNECT_RETRIES%" -host:"%HOST%" -port:"%PORT%" -extrapath:"%EXTRAPATH%" -password:"%WLS_PW%" -cmdline:%CMDLINE%
    I have tested it and it works.
    Provide feed back to this thread, works or fails. This allows me to update the comments with solution to any problem faced.
    Edited by: SP Reddy on Nov 10, 2010 1:38 PM

    Hi
    Have managed to run oc4j as a service as follows under xp pro
    Download runexescv from http://www.judoscript.com/goodies/index.html
    Unpack and run
    Create service say OracleOc4j
    Needs basic parameters setup
    Cmdline and Home
    My setup is
    debug=false
    cmdline=c:\ora9ias\jdk\bin\java - Dorg.omg.CORBA. ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -Doracle.security.jazn.config=c:\ora9ias\j2ee\Oracle9iDS\config\jazn.xml -Doracle.home=c:\ora9ias -DORACLE_HOME=c:\ora9ias -jar c:\ora9ias\j2ee\home\oc4j.jar -userThreads -config c:\ora9ias\j2ee\Oracle9iDS\config\server.xml
    ( all from startinst.bat )
    home=C:\ora9ias\j2ee\home\
    Save and close
    Oracleoc4j will now be set up as service
    Change service to auto and start service !!
    Appears to be neat and easy way of setting up an OC4J service
    Ian

  • OBIEE 11G INSTALLATION IN LINUX

    I would like to have the Linux version compatible matrices for OBIEE 11g to install.
    Thanks

    Hi
    Can you specify what you mean by martrices?
    The documentation of OBIEE can be found on OTN:
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/documentation/bi-ee-087853.html
    The software is available on e-delivery or OTN:
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    Certification can be found via My oracle Support.
    Please mark as answered/helpful
    Thanks

  • Installing two OBIEE 11g instances in a single windows machine

    Dear Experts
    As a part of one of the client requirements , I need to install and configure two instances of OBIEE11g in a single windows server 2003.
    Is it possible , and if you could let know how to achieve that. Here I mean would I be able to run two rpd 's and catalogs. Can I use differnt port and differnt weblogic domain for the same.
    Pls. respond..
    Regds

    Hi,
    Yes ofcourse, we can have two instances on the same machine. However, we need to make sure that they do not conflict each other for the ports/node manager etc. Apart from this, I understand that you have to obey to some restrictions too here.
    1. Starting/Stopping BI Components needs to have a variable BI_SERVER_HOME set in the system. Now that you have two homes, I think you cannot set this. However, you can still start/stop BI Services through command line.
    May be others can add in their opinion here.
    Thank you,
    Dhar

Maybe you are looking for

  • Please help me out with embedding!

    HI CAN ANYBODY HELP ME OUT. OUR TEAM IS WORKING ON A SITE N I HAVE JUST CREATE A ANIMATION IN FLASH CS3 BUT WHEN I MAKE .SWF FIE IT WILL NOT SHOW UP ON WINDOWS I THINK WE NEED TO EMBEDD FONTS. PLEASE HELP ME OUT ASAP.

  • Specified physical path folder opening using a href tag

    Hi I am working on some web application, i am trying to do open mentioned physical path folder in my html page. but its not opening, same thing if i do simple html out side the specified folder drive is opening. Follows code shows how i am doing in m

  • Struts StyleId in Mozilla

    I have <html:form styleId="name" action=""> in my JSP. When I use this styleId for accessing the elements of my Form, it is working well in IE, but it is not working in Mozilla Firefox. Can anyone help me out?

  • Making intro slideshows

    I have designing my website with Dreamweaver and am wondering how exactly I can make a non-interactive slideshow for my main page, preferably in Flash or Fireworks. I want the slideshow to begin each time the main page is loaded. I have been using Si

  • CF8 MySQL character encoding problems

    Having worked with a MySQL 5 database (latin1 charset) with CF5 with no problems for a long time. After migrating to CF8 I get question marks ("?") instead of extended characters (like umlauts ÄÖÜ) when printing database content to my web page. The f