Starting OBIEE 11g on Linux 64 bit

Hi,
I installed OBIEE 11g on Linux 64 bit and it worked fine after installation. I rebooted the system and I need to start it again.
I am trying to run
run-sa.sh
run-saw.sh
etc.
but it looks like the scripts are broken:
./run-saw.sh: line 43: syntax error near unexpected token `('
./run-saw.sh: line 43: `ANA_INSTALL_DIR=$N($P(installLocation))'
it looks like these scripts were not processed by the installer during installation, $N($P(installLocation)) should have been replaced by the installer with actual paths I assume.
is there another way to start OBIEE?
Thanks,
Calin

Are you sure you are running OBIEE 11g? YOu are meant to use those scripts any more in 11g. See this post:
Startup Scripts for OBIEE 11g on Linux

Similar Messages

  • 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..

  • Unable to Start OBIEE 11g Presentation Services,Javahost and BI Server

    Hi All,
    my friend installed OBIEE 10g and OBIEE 11g installed in same system.now i am unable to start OBIEE 11g obi server,presentation services,java host when i see in the properties presentation services ,obi server and java host in services.msc the path here is pointing to obiee 10g sawserver,javahost and presentation services.
    Reply ASAP.
    Thanks
    Kiran Kumar

    Nitin,
    My sawlog0.log file has last updated at month May. Hope it is not helpful... any thing else i can do?
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:824
    Location:
        saw.rpc.server.listen
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14] [tid: 9400] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
        saw.dms.conext.unwrap
        saw.threadpool.socketrpcserver
        saw.threads
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14
    ThreadID: 9400
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:698
    Location:
        saw.sawserver
        saw.sawserver.terminatesawserver
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0

  • Weblogic Startup Stuck While Starting OBIEE 11g Services

    When starting OBIEE 11g, startup stuck with this message:
    <Info> <Management> <BEA-141107> <Version: WebLogic  Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Notice> <Log Management> <BEA-170019> <The server
    log file D:\app\oracle\product\OBI11G\user_projects\domains\bifoundation_domain\
    servers\AdminServer\logs\AdminServer.log is opened. All server side log events w
    ill be written to this file.>
    Please help what could be the cause for this.
    Thanks

    Hi, can u please explain in details how to remove locks and which locks u remove on Weblogic Admin Server ?
    I met the same issues here and already try to remove :
    a) $DOMAIN_HOME/servers/<server_name>/tmp/<servermame>.lok
    b) $DOMAIN_HOME/servers/<server_name>/data/ldap/ldapfiles/EmbeddedLDAP.lok
    Thanks.

  • Proper steps to UNINSTALL OBIEE 11g on linux ?

    Hi Experts,
    Because of different new errors , decided to uninstall OBIEE 11g on linux.
    Does any one knows proper steps to uninstall and help me in regarding this.
    Already lot of time is invested in resolving the errors. But could not resolved.
    Regards,
    Kalyan

    Hi Kalyan,
    Try this one
    Uninstall OBIEE 11g
    Thanks,
    Sri

  • Unable to connect to SQL Server 2008 from OBIEE 11G(on 64 bit Linux box)

    We are unable to connect to connect to SQL Server 2008 from OBIEE 11G which is on 64 bit Red Hat Enterprise Linux.
    Infrastructure: OBIEE 11.1.1.5 64bit, on 64 bit Red Hat Linux Enterprise Linux 5.6 , MS SQL Server 2008 on 64 bit Microsoft Windows Server
    Issue Description: Unable to connect to SQL Server 2008 from OBIEE11G RPD
    Details: We are unable to connect to SQL Server 2008 from OBIEE which is on a 64 bit Linux box. We created the ODBC connection on Linux box to the SQL server. Whenever we try to import metadata it throws an error that says ‘Connection Failed’.
    Here are the steps we followed to setup the ODBC connection on Linux box.
    1) We updated the user.sh file with the LD_LIBRARY_PATH and LD_LIBRARY_PATH_64 values that point to $ORACLE_HOME/bifoundation/odbc/lib
    This is where we found the driver for SQL server SEmsss23.so.
    2) We updated the odbc.ini file with the entry for SQL server with the connection details
    SI_SQL_Server_DEV = SQL Server
    [SI_SQL_Server_DEV]
    Driver=/u001_OAS/Oracle/Middleware/Oracle_BI1/bifoundation/odbc/lib/SEmsss23.so
    Description=DataDirect 5.1 SQL Server Wire Protocol
    Address=10.230.216.52,54970
    AlternateServers=
    AnsiNPW=Yes
    ConnectionRetryCount=0
    ConnectionRetryDelay=3
    Database=SVBDW_NEW
    LoadBalancing=0
    LogonID=SIDatavalidation
    Password=~~~Password123
    QuoteID=No
    ReportCodePageConversionErrors=0
    3) We updated the IDENTIFIER_QUOTE_CHAR with single quotes instead of double quotes in the DB features of the RPD
    4) We updated the bash_profile file to point the ODBCINI variable to the path where the OBIEE odbc.ini file is present.
    Export ODBCINI=/u001_OAS/Oracle/Middleware/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setup/odbc.ini
    The error in nqsserver.log file says “[nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified.”

    Hi,
    Make sure SQL Configuration Manager make sure the TCP/IP enabled. please try below method
    Method 1
    Re Create a new ODBC & Oracle Bi Server DSN Configuration test it and use it in the connection pools.
    define your ODBC data source in your server where the BI Server is installed. Check your DB connections in your physical layer and make they are defined on your BI Server as well.
    Method 2:
    try using the complete TNS in below format in the datasource name section:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST =DB IP)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = ORCL) ) and provide the credentials.
    Method 3:
    To use the OCI call interface you need to have oracle client DB to be installed so that you can establish a connection using that DB credentials and connect to the remote dB and then import the tables.....this is the rule of thumb.
    hope helps you.
    Thanks
    Deva

  • Requirement to upgrade OBIEE 10g on Windows to OBIEE 11g on Linux

    Dear All,
    I have a requirement to upgrade OBIEE 10g from current windows 2003 environment to OBIEE 11g Linux environment.
    I went through forums and many threads on upgrade, everywhere they talk about Upgrade Assistant (UA). And oracle documentation says ,
    +"Do not change from one platform or architecture to a different platform or architecture as part of the upgrade process.+
    +For example, if the existing 10g system is running on a Windows 32-bit platform, do not install Oracle BI 11g on a Linux 64-bit platform and then run the Linux 64-bit Upgrade Assistant to upgrade the existing 10g system."+
    But there would certainly be scenarios with other users the way I have. Then what is the way out to do this upgrade?
    Can anyone give some advice on this. It is little urgent.
    Thanking in advance.
    Regards,
    Deepika.

    Thats are huge change in platform. win32 to linux 64.
    Yet what we upgrade is only
    catalog and rpd.
    this might involve some manual change if UA cannot complete successfully.
    Its better to do a prototype before the actual upgrade as recommended by Oracle. This will show what can the possible issues and road blocks.
    Edited by: user10615659 on May 23, 2013 11:22 AM
    Edited by: user10615659 on May 23, 2013 12:26 PM

  • Unable to start OBIEE 11g Sevices on Windows 7

    Hello,
    I have successfully installed OBIEE 11g server on windows machine 64 bit
    When I start BI services from all programs I get following error :
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intr
    insics
    WLS Start Mode=Production
    CLASSPATH=C:\MWH\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\MWH\Oracle
    BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\MWH\patchwls1035\profiles\default\s
    ys_manifest_classpath\weblogic_patch.jar;C:\MWH\ORACLE~2\jdk\lib\tools.jar;C:\MW
    H\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\MWH\WLSERV~1.3\server\lib\weblogic.ja
    r;C:\MWH\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\MWH\WLSERV~1.3
    \server\lib\webservices.jar;C:\MWH\modules\ORGAPA~1.1/lib/ant-all.jar;C:\MWH\mod
    ules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\MWH\wlserver_10.3\server\lib\weblogic.j
    ar;C:\MWH\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\MWH\oracle_common\m
    odules\oracle.jmx_11.1.1\jmxframework.jar;C:\MWH\oracle_common\modules\oracle.jm
    x_11.1.1\jmxspi.jar;C:\MWH\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\M
    WH\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\MWH\ORACLE~1\soa\modules\oracle.s
    oa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\MWH\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.
    jar;C:\MWH\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\MWH\WLSERV~1.3\server\
    lib\xqrl.jar
    PATH=C:\MWH\patch_wls1035\profiles\default\native;C:\MWH\WLSERV~1.3\server\nativ
    e\win\x64;C:\MWH\WLSERV~1.3\server\bin;C:\MWH\modules\ORGAPA~1.1\bin;C:\MWH\ORAC
    LE~2\jdk\jre\bin;C:\MWH\ORACLE~2\jdk\bin;C:\Program Files\Java\jdk1.7.0_13\bin;C
    :\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Windows\system32;C:\Windows;C
    :\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\MWH\Oracl
    e_BI1\products\Essbase\EssbaseServer\bin;C:\MWH\Oracle_BI1\bin;C:\MWH\Oracle_BI1
    \opmn\bin;C:\MWH\Oracle_BI1\opmn\lib;C:\MWH\Oracle_BI1\perl\bin;C:\Program Files
    \Java\jre7\bin;C:\Program Files\Java\jdk1.7.0_13\bin ;C:\Program Files\Java\jdk1
    .7.0_13\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Windows\system32
    ;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    ;C:\MWH\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\MWH\Oracle_BI1\bin;C:\M
    WH\Oracle_BI1\opmn\bin;C:\MWH\Oracle_BI1\opmn\lib;C:\MWH\Oracle_BI1\perl\bin;C:\
    Program Files\Java\jre7\bin;;C:\MWH\WLSERV~1.3\server\native\win\x64\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    'C:\MWH\ORACLE~2\jdk\bin\java' is not recognized as an internal or external comm
    and,
    operable program or batch file.
    Starting WLS with line:
    C:\MWH\ORACLE~2\jdk\bin\java -server -Xms256m -Xmx1024m -XX:MaxPermSize=512m -
    XX:-UseSSE42Intrinsics -Dweblogic.Name=AdminServer -Djava.security.policy=C:\MWH
    \WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.ProductionModeEnabled=true -D
    oracle.home=C:\MWH\Oracle_BI1 -da -Dplatform.home=C:\MWH\WLSERV~1.3 -Dwls.home=
    C:\MWH\WLSERV~1.3\server -Dweblogic.home=C:\MWH\WLSERV~1.3\server -Dcommon.comp
    onents.home=C:\MWH\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Lo
    g=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\MWH\USER_P~1\doma
    ins\BIFOUN~1 -Djrockit.optfile=C:\MWH\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket
    optfile.txt -Doracle.server.config.dir=C:\MWH\USERP~1\domains\BIFOUN~1\config\
    FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\MWH\USER_P~1\domains\
    BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\MWH\USER_P~1\domains\BIF
    OUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\MWH\USER_P~1\domains\BIFO
    UN~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\MWH\USER_P~1
    \domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\M
    WH\USER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.
    app.ext=\- -Dweblogic.alternateTypesDirectory=C:\MWH\ORACLE~1\modules\oracle.oss
    oiap_11.1.1,C:\MWH\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.ha
    ndler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.ora
    cle.home=C:\MWH\Oracle_BI1 -DEPM_ORACLE_HOME=C:\MWH\Oracle_BI1 -Dweblogic.MaxMes
    sageSize=50000000 -DEPM_ORACLE_HOME=C:\MWH\Oracle_BI1 -DHYPERION_HOME=C:\MWH\Ora
    cle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\MWH\Oracle_BI1 -DEPM_RE
    G_PROPERTIES_PATH=C:\MWH\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApp
    licationContextId=false -Doracle.biee.search.bisearchproperties=C:\MWH\Oracle_BI
    1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management.clearTextCred
    entialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dwebl
    ogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.SSL.enable
    JSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.searc
    h.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee
    .search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=C:\MWH\use
    r_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\MWH\
    Oracle_BI1\common\fonts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\
    MWH\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true
    -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false
    -Dweblogic.ext.dirs=C:\MWH\patch_wls1035\profiles\default\sysext_manifest_classp
    ath weblogic.Server
    'C:\MWH\ORACLE~2\jdk\bin\java' is not recognized as an internal or external comm
    and,
    operable program or batch file.
    C:\MWH>
    I have installed OBIEE 11.1.1.6.0 version and Java version
    java version "1.7.0_13"
    Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
    Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
    Any suggestions ?? Where am I going wrong ??

    faisalm wrote:
    'C:\MWH\ORACLE~2\jdk\bin\java' is not recognized as an internal or external comm
    and,
    operable program or batch file.Check your environment variables and make sure your java/bin path is correct.
    go to command prompt and type in SET PATH
    C:\MWH\ORACLE~2\jdk should be java home
    Make sure path is C:\MWH\ORACLE~2\jdk\bin;
    HTH,
    SVS

  • OBIEE 11g on linux

    HI all
    I have downloaded the oracle 11g and obiee 11g version for Linux 86-64
    Thinking that regardless of my Linux OS version I might be able to install on both 32 and 64 bit.
    But as I got down downloading ubuntu there are only single flavours either 64 or 32 bit
    I want to know if I download and install 64 bit version will the above oracle applications (86-64) work
    If not what would be the easiest way to settle this.
    Edited by: U1111B on 15-Jul-2011 05:10

    If you are going to Linux with your Oracle BI install you might as well go with Oracle Unbreakable/Enterprise Linux.
    This is also in-line with the RedHat kernel but it is actually certified to work. And you still are able to pull from the additional YUM repositories like RPMForge as well as the Oracle Unbreakable/Enterprise Linux repositories for Free.
    You may wind up with small issues on CentOS even though it is a flavor of Red Hat. But, whatever you do, don't installl OBIEE on Ubuntu.

  • Starting OBIEE 11g

    Hi,
    I have installed OBIEE 11g. then i tried to login by following.
    -> start BI services
    -> entered the weblogic user name and password
    -> then iam getting as wls.alive and keep blinking
    It's not leading to login page.
    Is there any error caused this? do we want to look in to enterprise manager?
    how to come over this?
    Thanks,
    Satheesh

    Are you sure you are running OBIEE 11g? YOu are meant to use those scripts any more in 11g. See this post:
    Startup Scripts for OBIEE 11g on Linux

  • Unable to Start OBIEE 11g Presentation Server

    Hello All,
    I am trying to Start the OBIEE 11g (11.1.1.6) Services. Checked EM, Presentation Server is showing Down. Not Started.
    Tried to Restarted the particular service alone, but no use. Getting the below error messages...
    Module - oracle.sysman.emai.view.bi.AvailabilityView
    Message - Can not restart selected component.
    Supplemental  - Detailoracle.sysman.emai.model.bi.ModelException: Failed to invoke method: start for bean: oracle.biee.admin:oracleInstance=instance1,type=BIDomain.BIInstanceDeployment.BIComponent,biInstance=coreapplication,process=coreapplication_obips1,
    group=Service
    Message - Error in starting component: oracle instance: instance1, component: coreapplication_obips1
    Supplemental - Detail oracle.bi.management.adminservices.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    Message    - MBean operation failed.
    Supplemental - Detail    oracle.bi.management.adminservices.model.ProcessManagementException: Unable to start process: instance1: coreapplication_obips1
    Please let me know if you need more details.
    Thanks in Advance...

    Nitin,
    My sawlog0.log file has last updated at month May. Hope it is not helpful... any thing else i can do?
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:824
    Location:
        saw.rpc.server.listen
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14] [tid: 9400] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
        saw.dms.conext.unwrap
        saw.threadpool.socketrpcserver
        saw.threads
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14
    ThreadID: 9400
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:698
    Location:
        saw.sawserver
        saw.sawserver.terminatesawserver
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0

  • 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 11g on Linux - do I need a DB Client Installed???

    I have installed an 11gR2 database on an OEL Virtual Machine, and on a separate VM installed OBIEE 11.1.1.5.
    The RCU created the metadata required for BI - and out of the box, OBIEE works absolutely fine.
    Now I'm trying to migrate a database and RPD etc from another (Windows) environment... and I'm getting errors:
    "Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)."
    This suggests that I need an Oracle Client installed on my OBIEE server, to enable it to connect to my DB server.
    This seems odd - as RCU has created the metadata fine, and OBIEE is obviously using it? Do I really need a client now? Please could someone explain?
    Thank you!

    Oracle client should be installed in the OBIEE machine, then add Oracle server information to tnsnames.ora file . Later copy the tnsnames.ora into OBIEE installed directory, for more information see the following link.
    http://123obi.com/2011/03/error-the-connection-has-failed-in-obiee-11g/
    Hope it helps you.
    Regards,
    Kalyan Chukkkapalli
    http://123obi.com

  • Error installing OBIEE 11g on Linux 64 bits - Configuration Assistant fails

    Hello,
    I am trying to install OBISE1 on Oracle Linux 5 - 64 bits.
    I've followed these steps:
    1) Install Oracle DB
    2) Install jdk Linux 64 bits (jdk1.7.0)
    3) Install WebLogic
    4) Install RCU
    5) Install OBI 11g (Software only installation)
    Until here, all is correct.
    6) Configuration assistant failed:
    [2011-09-12T12:04:58.844+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0]
    [2011-09-12T12:04:58.845+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    [2011-09-12T12:04:58.846+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    I have fount posts with a similar problem, but is over Windows.
    I appreciate any ide/suggestion.
    Thank you in advance.
    Regards,

    I have seen that WebLogic is shut down, so I am trying to start up, but I can't:
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    /usr/java/jdk1.7.0/bin/java -jrockit -Xms512m -Xmx512m
    -Dweblogic.Name=AdminServer
    -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    -Dweblogic.ProductionModeEnabled=true -da
    -Dplatform.home=/root/Oracle/Middleware/wlserver_10.3
    -Dwls.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/root/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/root/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.Server
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    I have modified /etc/profile, including JAVA_HOME and PATH with the java PATH. And it is ok, because if I executed java -version I can see the new jdk:
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    Any idea¿?

  • Startup/Shutdown script for OBIEE 11g on Linux

    Hi all,
    as a follow-up to [url http://forums.oracle.com/forums/thread.jspa?messageID=4546010]an earlier thread by some fine gentleman, I have improved the original startup/shutdown script for Linux a bit, making sure that all processes are handled correctly. The script has been tested and works fine on CentOS 5.5 with Oracle BI 11.1.1.3.0 in a clustered configuration. Instructions:
    Manual start/stop:
    > service obiee start
    > service obiee stop
    > service obiee status
    Automatic start/stop during boot sequence:
    > chkconfig --add obiee
    > chkconfig obiee on
    Note that in order for the procedure to go through smoothly, you need to provide the admin credentials (username/password, defaulting to weblogic/weblogic) in three different places:
    1. In configuration file <FMW_HOME>/user_projects/domains/<domain name>/servers/AdminServer/security/boot.properties for the administration server;
    2. In script <FMW_HOME>/user_projects/domains/<domain name>/bin/startManagedWebLogic.sh (variables WLS_USER and WLS_PW) for the managed server;
    3. In the startup script itself (variables BIEE_USER and BIEE_PASSWD) for shutting down the managed server.
    Complete logs are available in /var/log/obiee-start (-stop).log files.
    Please comment as necessary,
    Chris
    #!/bin/bash
    # File:    /etc/init.d/obiee
    # Purpose: Start and stop Oracle Business Intelligence 11g components.
    # chkconfig: 2345 99 10
    # description: Manage OBIEE service.
    # These values must be adapted to your environment.
    ORACLE_OWNR=oracle                  # Local Unix user running OBIEE
    ORACLE_FMW=/home/oracle/biee        # Deployment root directory
    BIEE_USER=<username>                # BIEE administrator name
    BIEE_PASSWD=<password>              # BIEE administrator password              
    BIEE_DOMAIN=<domain name>           # Domain name
    BIEE_INSTANCE=instance1             # Instance name
    BIEE_SERVER=bi_server1              # Server name
    BIEE_MANAGER_URL=<hostname>:7001    # Admin server URL (hostname:port)   
    # These should require no change.
    WL_PATH=$ORACLE_FMW/wlserver_10.3/server/bin
    BIEE_PATH=$ORACLE_FMW/user_projects/domains/$BIEE_DOMAIN/bin
    ORACLE_INSTANCE=$ORACLE_FMW/instances/$BIEE_INSTANCE
    export ORACLE_INSTANCE
    START_LOG=/var/log/obiee-start.log
    STOP_LOG=/var/log/obiee-stop.log
    SUBSYS=obiee
    start() {
        echo "********************************************************************************"
        echo "Starting Admin Server on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/startWebLogic.sh" &
        wait_for "Server started in RUNNING mode"
        echo "********************************************************************************"
        echo "Starting Node Manager on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$WL_PATH/startNodeManager.sh" &
        wait_for "socket listener started on port"
        echo "********************************************************************************"
        echo "Starting Managed Server $BIEE_SERVER on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/startManagedWebLogic.sh $BIEE_SERVER http://$BIEE_MANAGER_URL" &
        wait_for "Server started in RUNNING mode"
        echo "********************************************************************************"
        echo "Starting BI components on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl startall"
        echo "********************************************************************************"
        echo "OBIEE start sequence completed on $(date)"
        echo "********************************************************************************"
    stop() {
        echo "********************************************************************************"
        echo "Stopping BI components on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl stopall"
        echo "********************************************************************************"
        echo "Stopping Managed Server $BIEE_SERVER on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/stopManagedWebLogic.sh $BIEE_SERVER t3://$BIEE_MANAGER_URL $BIEE_USER $BIEE_PASSWD"
        echo "********************************************************************************"
        echo "Stopping Node Manager on $(date)"
        echo "********************************************************************************"
        pkill -TERM -u $ORACLE_OWNR -f "weblogic\\.NodeManager"
        echo "********************************************************************************"
        echo "Stopping Admin Server on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/stopWebLogic.sh"
        echo "********************************************************************************"
        echo "OBIEE stop sequence completed on $(date)"
        echo "********************************************************************************"
    wait_for() {
        res=0
        while [[ ! $res -gt 0 ]]
        do
            res=$(tail -5 "$START_LOG" | fgrep -c "$1")
            sleep 5
        done
    case "$1" in
        start)
            echo "********************************************************************************"
            echo "Starting Oracle Business Intelligence on $(date)"
            echo "Logs are sent to $START_LOG"
            echo "********************************************************************************"
            start &> $START_LOG &
            touch /var/lock/subsys/$SUBSYS
        stop)
            echo "********************************************************************************"
            echo "Stopping Oracle Business Intelligence on $(date)"
            echo "Logs are sent to $STOP_LOG"
            echo "********************************************************************************"
            stop &> $STOP_LOG
            rm -f /var/lock/subsys/$SUBSYS
        status)
            echo "********************************************************************************"
            echo "Oracle BIEE components status...."
            echo "********************************************************************************"
            su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl status"
        restart)
            $0 stop
            $0 start
            echo "Usage: $(basename $0) start|stop|restart|status"
            exit 1
    esac
    exit 0

    You can use WLST to start/stop BI Services and it works on both Linux and Windows.
    Following link has the sample -
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10541/admin_api.htm#CDEFAHDD

Maybe you are looking for