OBIEE 11g services.

Hi Gurus,
I am very new to OBIEE 11g,I had installed 11.1.1.3 in my PC,I have some questions....
1)when I am trying to open default RPD it is asking Repository password..what is the default pwd?
2)what services need to up and run in services(like OBI server,OBI presentation server in 10g)?I used "start BI services"...any services also need up and run.
any one please send me some good links to do practice on Admin tool,answers,dashboards to get exposure on 11g......

Hi,
1)when I am trying to open default RPD it is asking Repository password..what is the default pwd?
Default Repository Password is : Admin123
2)what services need to up and run in services(like OBI server,OBI presentation server in 10g)?I used "start BI services"...any services also need up and run.
User : Give the weblogic user name *(you have crated the user while using RCU)*
Password : Give the Password *(you have crated the user while using RCU)*
OR
Create new user with Administrators/BIAdministrators.
Stepes:
Login to Weblogic Admin Console -> Security Realms -> myrealm -> Users and Groups [Tab] - New user -> [ex] User1 with password
-> Click on the user1 - Select the Groups Administrators/BIAdministrators
Now you can login to Repository in online mode with User1
Thanks,
Balaa...

Similar Messages

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

  • Document for OBIEE 11g services

    Hi Gurus,
    I have a requirement wherein we need to run the OBIEE 11g services(Weblogic server and node manager) in background in AIX instance. If anyone has a document or step by step procedure for that, please share it.
    Thanks in Advance.
    Raghu

    Hey guys..
    I got solution for the above post from my ofc Techhelp. Below is the proceedure to start the Obiee11g services on background-AIX.
    Consider the below steps to run the services in background.
    To start the Weblogic Server:
    Go to the below directory location
    $OBIEE_HOME /user_projects/domains/bifoundation_domain
    Command:
    $nohup sh ./startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=<Password> > wls_start.log &
    $tail –f wls_start.log
    To start the Node Manager:
    Go to the below directory location
    $OBIEE_HOME/wlserver_10.3/server/bin
    Command:
    $nohup ./nodemanager.sh &
    To Start OPMNCTL:
    Go to the below directory location
    $OBIEE_HOME /instances/instanceN/bin
    Command:
    ./opmnctl startall
    ./opmnctl stopall
    ./opmnctl status
    Thanks,
    Raghu Nagadasari

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

  • Automation of OBIEE 11G services in Windows OS

    Hi
    I had put in lot of effort to find a way to automate the OBIEE 11G services in Windows OS whenever the system reboots but to no avail. Any workaround to achieve this would be very helpful and greatly appreciated.
    Thanks

    Hey, You can check this out.... It works for me - OBIEE on system startup for windows machine | iSimplyShare.com&lt;/title&gt;--&gt; &lt;title&gt;OBIEE on system startup …

  • 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

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

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

  • Unable to start OBIEE 11g services

    Hi all,
    I restored my Laptop to previous system timestamp. and Installed Bitdefender Internet security on top of my resoted system.
    Before this process, I used to login into obiee Answers. After This restoring Process,when i start BI services, I am getting
    this following error. unable see the login screen
    Please advice me. how to handle this situation.
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    Thanks !!

    Thank for the reply, I have been restarting my Biservices sevaral times !! Had been fightiing with this problem couple of days.
    Does my Internet security can block the something related to BIserver / presentation services components ???
    or How to check if I missed anything in restoration process ??, but I have been using OBIEE since a month. I resoted my mechine to couple of days back.
    Thanks again.. !!

  • Error restarting OBIEE 11g services

    Hi,
    I am getting an error to restart services in obiee11g in unix server.
    There are couple of errors like :
    1.Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    2.Error in starting component: oracle instance: instance1, component: coreapplication_obips1
    3.MBean operation failed.
    Any suggestion how to resolve.
    Thanks,
    Tataji

    Hi Tataji,
    Can you paste error logs from Adminserver.log and Biserver.log files
    Regards,
    Dpka

  • Starting and Stopping OBIEE 11g services in AIX

    Helllo Experts
    Could you pls. let me know how to start and stop OBIEE11g services in AIX.
    Here I mean , do I need to update my . profile with all the paths OR setDomainEnv.sh will take care of that.
    How to start Admin and BI server, Node manager ......what is the exact nohup command , do I need to put some parameter while starting Admin and Managed server.
    Regds
    Shahzad

    Hello User,
    Below the way you can start:-
    To start the Weblogic Server:-
    Go to the below directory location
    $OBIEE_HOME /user_projects/domains/bifoundation_domain
    Command:
    $nohup sh ./startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=<Password> > wls_start.log &
    $tail –f wls_start.log
    To start the Node Manager:
    Go to the below directory location
    $OBIEE_HOME/wlserver_10.3/server/bin
    Command:
    $nohup ./nodemanager.sh &
    To Start OPMNCTL:
    Go to the below directory location
    $OBIEE_HOME /instances/instanceN/bin
    Command:
    ./opmnctl startall
    ./opmnctl stopall
    ./opmnctl status
    Please mark helpful/Correct.
    Thanks,
    OBIEELearner.

  • Weblogic startup stucked while starting OBIEE 11g services

    Hi ,
    Below is an excerpt(last 3 lines) from the wls startup screen , i.e. While starting BI services .
    *<Mar 11, 2013 12:53:53 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>*
    *<Mar 11, 2013 12:53:53 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>*
    *<Mar 11, 2013 12:53:54 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file D:\OBI11g_Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>*
    After this screen , nothing happens ! Please suggest how to TROUBLESHOOT .

    Try to stop all the services and force kill any pending sessions from OS and try re-starting .?
    Hope this helps.

  • Windows Services for OBIEE 11G

    Hi Guy's..
    I have successfully installed OBIEE 11G Enterprise Edition and able to access OBIEE 11G via http://localhost:9704/analytics/saw.dll?bieehome&startPage=1 by only starting the 'Start BI Services'.
    The issue what i am facing is OBIEE 11G is only opening/accessible when i logged in to server( Starting the 'Start BI Services').Once i logout then unable to login to OBIEE11G via above link.
    Can any one tell me i am missing with any install/configuration steps in installing the OBIEE11G? Please guide to the chapter in documentation..
    If not then why OBIEE 11G software is built with out included with Windows Services.
    I mean 'OBIEE 11G Services' have to always running with out dependencies on 'User Logged In or not',My objective is to make OBIEE 11G always up and running..

    Hi,
    Given below is the status..
    D:\OBIEE11117\instances\instance0\bin>opmnctl status
    Processes in Instance: instance0
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    coreapplication_obiccs1 | OracleBIClusterCo~ | 3820 | Alive
    coreapplication_obisch1 | OracleBIScheduler~ | 3804 | Alive
    coreapplication_obijh1 | OracleBIJavaHostC~ | 3812 | Alive
    coreapplication_obips1 | OracleBIPresentat~ | 3652 | Alive
    coreapplication_obis1 | OracleBIServerCom~ | 3796 | Alive
    Even though every thing is alive,but still i am not able to access the OBIEE.
    If i run 'Start BI Services' then only i am able to access the OBIEE11.1.1.7.

  • Issue - BI content server(11.1.1.1) not starting in obiee 11g:

    Hello All,
    BI content server(11.1.1.1) is not starting in obiee 11g after making OBIEE 11g services as windows service.
    Services are starting when we do a Start BI Services from All Programs >> OBIEE. On the contrary, when we start from windows service "bi content server(11.1.1.1) not starting in obiee 11g" is not starting.
    Can someone help me on this. In case if you need any more info, please let me know.
    Thank you,
    Bimal

    Below is the BI Script I used. Everything is in this script so no need to edit the installsvc file. Just edit the location/variables used as well as at the bottom change the name of the script and the log location. The BI_ORACLE_HOME variable needs to be set in the script.
    SETLOCAL
    set DOMAIN_NAME=bifoundation_domain
    set USERDOMAIN_HOME=D:\oracle\Middleware\user_projects\domains\bifoundation_domain
    set SERVER_NAME=bi_server1
    set PRODUCTION_MODE=true
    set ADMIN_URL=http://djaxwapp9608.common.ecamericas:7001
    set JAVA_HOME=D:\Oracle\Middleware\Oracle_BI1\jdk
    set DOMAIN_HOME=D:\oracle\Middleware\user_projects\domains\bifoundation_domain
    set WLS_HOME=D:\Oracle\Middleware\wlserver_10.3
    set INSTANCE_HOME=D:\oracle\Middleware\instances\instance1
    set BI_ORACLE_HOME=D:\oracle\Middleware\Oracle_BI1
    set ANT_HOME=%MW_HOME\modules\org.apache.ant_1.7.1
    set DOMAIN_NAME=bifoundation_domain
    Call "D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd"
    set WL_HOME=D:\Oracle\Middleware\wlserver_10.3
    call "%WL_HOME%\common\bin\commEnv.cmd"
    @rem Check that the WebLogic classes are where we expect them to be
    :checkWLS
    if exist "%WL_HOME%\server\lib\weblogic.jar" goto checkJava
    echo The WebLogic Server wasn't found in directory %WL_HOME%\server.
    echo Please edit your script so that the WL_HOME variable points
    echo to the WebLogic installation directory.
    goto finish
    @rem Check that java is where we expect it to be
    :checkJava
    if exist "%JAVA_HOME%\bin\java.exe" goto runWebLogic
    echo The JDK wasn't found in directory %JAVA_HOME%.
    echo Please edit your script so that the JAVA_HOME variable
    echo points to the location of your JDK.
    goto finish
    :runWebLogic
    if not "%JAVA_VM%" == "" goto noResetJavaVM
    if "%JAVA_VENDOR%" == "BEA" set JAVA_VM=-jrocket
    if "%JAVA_VENDOR%" == "HP" set JAVA_VM=-server
    if "%JAVA_VENDOR%" == "Sun" set JAVA_VM=-server
    :noResetJavaVM
    if not "%MEM_ARGS%" == "" goto noResetMemArgs
    set MEM_ARGS=-Xms32m -Xmx200m
    :noResetMemArgs
    @echo on
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%
    @echo ***************************************************
    @echo * To start WebLogic Server, use the password *
    @echo * assigned to the system user. The system *
    @echo * username and password must also be used to *
    @echo * access the WebLogic Server console from a web *
    @echo * browser. *
    @echo ***************************************************
    rem *** Set Command Line for service to execute within created JVM
    @echo off
    set MEM_ARGS=-Xms256m -Xmx512m -XX:MaxPermSize=512m -XX:-UseSSE42Intrinsics
    if "%ADMIN_URL%" == "" goto runAdmin
    @echo on
    set CMDLINE="%JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath \"%CLASSPATH%\" -Dweblogic.Name=%SERVER_NAME% -Dweblogic.management.username=%WLS_USER% -Dweblogic.management.server=\"%ADMIN_URL%\" -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\" weblogic.Server"
    goto finish
    :runAdmin
    @echo on
    set CMDLINE="%JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath \"%CLASSPATH%\" -Dweblogic.Name=%SERVER_NAME% -Dweblogic.management.username=%WLS_USER% -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\" weblogic.Server"
    :finish
    rem *** Set up extrapath for win32 and win64 platform separately
    if "%WL_USE_X86DLL%" == "true" set EXTRAPATH=%WL_HOME%\server\native\win\32;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\32\oci920_8
    if "%WL_USE_IA64DLL%" == "true" set EXTRAPATH=%WL_HOME%\server\native\win\64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\64\oci920_8
    if "%WL_USE_AMD64DLL%" == "true" set EXTRAPATH=%WL_HOME%\server\native\win\x64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\x64\oci920_8
    rem *** Install the service
    "%WL_HOME%\server\bin\beasvc" -install -svcname:"3.Oracle BI 11g BI Server" -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%" -maxconnectretries:"%MAX_CONNECT_RETRIES%" -host:"%HOST%" -port:"%PORT%" -extrapath:"%EXTRAPATH%" -password:"%WLS_PW%" -cmdline:%CMDLINE% -log:"D:\Oracle\Middleware\ServiceStartLogs\BIServer-stdout.txt"
    ENDLOCAL
    Edited by: J.A.M on Mar 31, 2012 8:51 AM

  • Unable to sign in OBIEE 11g Invalid username password

    Hi
    Help me to fix this error.
    I have installed in my lab Oracle 11g DB,OBIEE 11g 11.1.1.7.0, OBIA 7.9.6.4, Informatica 9.1, DAC 11g.
    I am facing this error when i try to start the OBIEE 11g service.
    Error : Oracle .bi.security.service
    <OBI-SEC-00004><unable to initialize oracle.bi.security.service.URIdentityStoreProvider>
    It shows invalid username/password.
    The DB is up.
    Checked the username/password through the admin.
    Thanks

    Hi sudhakar
    WSM PM is in green only.
    NQSserver log file.
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] An error message was received from the BI Security Service: java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] [13026] Error in getting roles from BI Security Service: 'An error message was received from the BI Security Service: java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)'
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] [46172] Database security store is not available, do not re-associate to this provider type.
    [2013-04-04T07:19:53.000+02:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1514] nqsserver: Clustered Oracle BI Server (64-bit) started. Version: 11.1.1.7.0.
    [2013-04-04T07:19:56.000+02:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE1XaqC0gFw005zzw0yW0001K0000000] [tid: 1acc] [43071] A connection with Cluster Controller AMAZONA-6B9IFED:9706 was established.
    [2013-04-04T07:20:03.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a08] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:20:03.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a08] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:20:51.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XeqHHZFw005zzw0yW000184000006] [tid: 1a10] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:20:51.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XeqHHZFw005zzw0yW000184000006] [tid: 1a10] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:22:50.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000090] [tid: 1a1c] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:22:50.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000090] [tid: 1a1c] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:23:02.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000097] [tid: 1a28] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:23:02.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-0000000000000097] [tid: 1a28] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:26:45.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a20] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:26:45.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE1XbcTSrFw005zzw0yW000184000000] [tid: 1a20] [nQSError: 43126] Authentication failed: invalid user/password.
    [2013-04-04T07:26:58.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-00000000000000df] [tid: 1a30] java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oracle.bi.system,keyName=system.user read)
    [2013-04-04T07:26:58.000+02:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 1dc0b4223e187a10:1c13d362:13dd3791f5c:-8000-00000000000000df] [tid: 1a30] [nQSError: 43126] Authentication failed: invalid user/password.

Maybe you are looking for