Error during presentation services restart

I get the following error during presentation services restart, Are there any compatibility issues with-in our product ?  Here is our set-up : OBIEE 11.1.1.6.7 Linux 6.3 DB - Oracle 11g R2
sawlog0.log:[2013-08-12T15:27:56.000-06:00] [OBIPS] [ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] ODBC driver preload failed. ODBC library name: 'libnqsodbc64.so'[[
sawlog0.log:[2013-08-12T15:27:56.000-06:00] [OBIPS] [ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] libnqshttpclientwrapper64.so: ELF load command past end of file[[
sawlog0.log:[2013-08-12T15:28:02.000-06:00] [OBIPS] [ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] ODBC driver preload failed. ODBC library name: 'libnqsodbc64.so'[[
sawlog0.log:[2013-08-12T15:28:02.000-06:00] [OBIPS] [ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] /u01/app/oracle/product/11.1.1.6/mwhome1/Oracle_BI1/bifoundation/server/bin/libnqutilityclient64.so: undefined symbol: _ZN13DynamicLoader11makeLibNameERKN7_SASSTL4ropeIwNS0_9allocatorIwEEEEbS6_[[
Thanks for your help

you need to add these below variables
ORACLE_HOME=/opt/oracle/shared/product/11.2.0
export ORACLE_HOME
TNS_ADMIN=/var/opt/oracle
export TNS_ADMIN
PATH=$ORACLE_HOME/bin:$PATH
export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
not the same as above as your DB client may have a different path
and then restart the services

Similar Messages

  • Error during mapping service, RFC-XI-File Adapter

    Hello,
      I have the following problem: I am using RFC to send some data to XI and then to File Adapter, however I get a short dump with "5990 Error during mapping service in XI". Even though mappings works, I tested using the document that comes in XI in Repository without any errors.
           What does this error means and is there any way to get more detailed explanation of my error. Thank you in advance for your help,
                   Dmitriy Mindich

    Synchronous RFC
    1. CALL FUNCTION func DESTINATION dest
                         parameter_list.
    Asynchronous RFC
    2. CALL FUNCTION func STARTING NEW TASK task
                    [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}]
                    parameter_list
                    [{PERFORMING subr}|{CALLING meth} ON END OF TASK].
    Transactional RFC
    3. CALL FUNCTION func IN BACKGROUND TASK
                         [DESTINATION dest]
                         parameter_list
                         [AS SEPARATE UNIT].
    Use help function of your ABAP editor for more details.
    Regards
    Stefan

  • OBIEE 10.1.3.2 version : 404 error when presentation services started

    Hi ,
    Installed OBIEE 10.1.3.2 in windows 7 in compatilibily mode
    And the BI server and presentation services started.
    then started the ocj4 instance and then started the presentation services but it resulted in a 404 error webpage instead of answers.
    Page referred is :
    http://user-pc:9704/analytics
    Normally its a localhost is what I see but this is different.
    Please guide me in identifying what went wrong
    Thanks,
    Karthik M

    I have the identical error message.
    It is definitely a bug. If anyone can prove me wrong, I'd be interested to hear.
    It comes up under certain scenarios.
    I have four metrics:
    "Sales" from sales table. Normal Summing Aggregation.
    "Markdown" from markdown table. Normal Summing Aggregation.
    "Test Metric" from inventory table. Normal Summing Aggregation.
    "Stock on Hand" from inventory table. Dimensional summing. LAST for time. Sum for all Other dimensions. (You don't add up the stock on hand for each day during the month, you look at your final position)
    I can do anything with the first three metrics and never see the error message.
    If I try to create a report:
    Product, Time, Stock on Hand, Sales, Markdown
    Then I see the error message.
    I can force the error to disapear by doing either of the following:
    A) If I move the Stock on Hand to the right so the report is:
    Product, Time, Sales, Markdown, Stock on Hand
    B) If I put "Test metric" anywhere on the report, then I no longer see the error message.
    There is a bug with the LAST aggregation function. I think the LAST time function would be a similiar sort of logic to YTD, AGO, etc... as noted above.
    Given from what I've seen, the only temporary workaround seems to be to add an extra metric to the report or to move certain metrics to the right side.

  • Itunes error during install service apple mobile device failed to start.. help

    I had to install Chrome browser in order to use my gmail account.  Now I cannot open itunes on my Window Vista computer, get a Microsoft Visual C++ Runtime Library. R6034. I uninstall itunes and reinstall itunes 64-bit itunes installer.  During install received error during the 'starting services' process "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privelges to start sytem services. I ignore with the same error message so I abort. At the end of uninstalling I received the Microsoft Visual C++ Runtime Library error again. I click ok than an error from itunes. "itunes was not installed correctly. Please reinstall itunes. Error 7 (Windows error 1114). I click ok.  Help.. 

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Sensor Error during Apple Service Diagnostics

    I've been having problems with my early 2009 mac pro freezing and having to hard reboot.  I ran Apple Service Diagnostics and the test fails during Sensor tests:
    Temp (TNOD) - (MacPro) IOH or (iMac or mac mini) MCP, Tdiode (test 1) - Sensor Reads Within Operating Range
    - Check to ensure that sensor reads within operating range.
    ERROR - Sensor is reading above the high limit
    - TEST FAILED -
    Does this mean I need to replace the logic board?

    Putting in the new logic board solved my issue, but I assume if I just fixed the loose sensore it would have fixed it for a lot less.
    I attached a pic for you pointing it out on the processor board.

  • Adapter_plain and engine error during test service

    Hi All,
    Am not able to test the adapter_plain service under default_host->sap->xi. When i do a Test Service i get an Action Cancelled page with the url http://iscsapapp4w:8010/sap/xi/adapter_plain?sap-client=100
    I checked the Pipeline URL parameters in SLD for my Integration Server BS, httpport setting in eXhangeProfile and specific confirmations IS_URL parameter in sxmb_adm.
    And i get the following error when i Test default_host->sap->xi->engine
    Pipeline ID which is expected as value of attribute "type" in the URL, does not exist in the Integration Engine (URL = /sap/xi/engine?sap-client=100)

    Synchronous RFC
    1. CALL FUNCTION func DESTINATION dest
                         parameter_list.
    Asynchronous RFC
    2. CALL FUNCTION func STARTING NEW TASK task
                    [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}]
                    parameter_list
                    [{PERFORMING subr}|{CALLING meth} ON END OF TASK].
    Transactional RFC
    3. CALL FUNCTION func IN BACKGROUND TASK
                         [DESTINATION dest]
                         parameter_list
                         [AS SEPARATE UNIT].
    Use help function of your ABAP editor for more details.
    Regards
    Stefan

  • Error during web service invocation

    Below are the error details I'd received while trying to
    invoke a web service using CFINVOKE.
    Please help me to resolve this.
    Thanks
    Could not generate stub objects for web service invocation.
    java.net.ConnectException: Connection refused: connect It is
    recommended that you use a web browser to retrieve and examine the
    requested WSDL document for correctness. If the requested WSDL
    document can't be retrieved or it is
    dynamically generated, it is likely that the target web
    service has programming errors.

    Did you configure the web service client (which is bpel) for message level security ? It seems your bpel is sending some ws-security soap headers which the remote service is not able to understand (possibly , the remote server might not have been configured for ws security)

  • OBIEE Scheduler & Presentation Services do not start

    Hi all,
    OBIEE installation on my laptop was working fine, until recently there was some vista update, i know Oracle does not support Vista, but for some reason it stopped working, any help would be really apprciated.
    For Scheduler I get the 1064 error
    For presentation services i get the error code -1
    Note: My Javahost and BI Server is running fine.
    I am all for reinstalling, but I dont think that is the solution, so I am trying my best to trouble shoot this, as i dont think re installation will be a very appropriate solution on a client's server.
    Thanks.
    Rgds,
    SB

    ok i din see a clear soution here so i am posting this here ..
    The reason why i got that error was because my catalog file for the demo that i was doing was corrupt, How why i dont know ..
    So here is what i did,
    I created a new directory in Drive:\OracleBIData\web\catalog\newcatalog
    I started catalog manager from Start> Programs > OBIEE > Catalog Manager
    Select Offline
    Select Tools > Upgrade Catalog
    I merged the old corrupt catalog with this new one
    Went to the Instanceconfig.xml file Drive:\OracleBIData\web\config
    Carefully replace the Catalog tag:
    <CatalogPath>C:/OracleBIData/web/catalog/newcatalog</CatalogPath>
    Checked on the Java Home Tag just to make sure it is correct:
    <JavaHome>C:\Program Files\Java\jdk1.5.0_10</JavaHome>
    (Some of you may see your 'Oracle Java Host' working and the main reason is this path is not correct.
    also if possible check if the credential tag is in place, it did not cause a problem for me tho..
    <CredentialStore>
    <CredentialStorage type="file" path="C:\OracleBIData\web\config\credentialstore.xml" />
    </CredentialStore>
    Go back to services and start presentation services and it should work!
    Have fun.
    Goodnight.

  • Error while starting Presentation services

    Hi,
    I tried adding the following tag in instanceconfig.xml file and restarted the Presentation services.
    <PivotView>
    <MaxCells> 4000000 </MaxCells>
    <MaxVisibleColumns> 5000 </MaxVisibleColumns>
    <MaxVisiblePages> 2500 </MaxVisiblePages>
    <MaxVisibleRows> 50000 </MaxVisibleRows>
    <MaxVisibleSections> 3000 </MaxVisibleSections>
    <ResultRowLimit>20000</ResultRowLimit>
    </PivotView>
    <CubeMaxRecords> 1000000 </CubeMaxRecords>
    <CubeMaxPopulatedCells> 1000000 </CubeMaxPopulatedCells>
    When i tried to access the OBIEE dashboard link , it throws the following error: *500 Internal error.*Also in the ascontrol.log file, the following error occured:
    *[EMUI_10_10_40_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key should not be null*
    Could anyone help me in this?
    Regards,
    Bhuvan R

    Hello User,
    Can you please check out this below theread
    OBI Presentation Services error
    Hope its helpful

  • Error while opening presentation services

    Hi,
    Currently we have a requirement that OBIEE be installed on a environment where we have OAS as the web application server. Before doing it on the environment, I decided to do the installation on the local system.
    As per the process, first I installed the OAS 10g. During the installation process I have selected the option of 'Advanced Install' as I do not need the BPEL, ESB and others. In the Advanced installation, i have selected the installation type as
    J2EE server and Web server (476 MB)
    Installs and configures Oracle container for J2EE (OC4J), includes HTTP server with SSL support, Oracle Enterprise Manager Application server Control and the Oracle process Manager and Notification Server (OPMN).
    Once I am done with the installation, then I installed OBIEE using 'Advanced Install' option and I have provided the path for the OAS.
    Now when I try to launch the presentation services, I get the error that 'Page cannot be displayed'.
    From the OAS, I tried to launch the console also and I get the same error.
    Can anyone please let me know if I am missing anything like port configuration?
    Thanks

    Hi friend,
    in next link, you have the solution to your problem:
    http://focusthread.com/blog/oracletraining/unable-to-start-obiee-em-console-giving-500-internal-server-error/
    Good luck,
    regards.

  • OBIEE 11g presentation services login error

    Hi All,
    i am new to OBIEE 11g i have installed software and when i tried to login presentation services it is giving following error please help me.
    i stated all services in EM and in services (oracle process manager and node manager also)
    Enter your user id and password.
         Unable to Sign In
    An error occurred during authentication. Try again later or contact your system administrator.
    please help me
    reg,
    jel

    chane the password in weblogic console for weblogic user and try one more time..may be its problem of wrong pwd..

  • Presentation Services Error

    Hi All,
    I have installed and configured OBIEE on Windows 2003 Server as per the document. On opening Presentation Services I am getting "Page cannot be displayed" error message. All the required services are running in windows services. I have chosen IIS in standard installation. I would be great if anyone help me to solve this issue.
    Am I missing anything during installation, please let me know if you want further information.
    Thanks,
    Tom.

    Hi,
    Check OC4J services is running along with all required services.
    Pradeep

  • BI Presentation Services Authentication Error

    Hi,
    I am at my wits end in trying to solve this issue. I have installed obiee 11g on my laptop and am able to login to the BI Admin Tool and the enterprise manager and also the console. But I have been getting an authentication error when trying to log into presentation services. I am new to OBIEE and have tries to get some help from the various forums and have been trying to incorporate the suggested solutions. But I only seem to have screwed it up further as I am not able to login to the console also as of now. I can still connect to the enterprise manager. All that I need is to be able to open up the presentation services. Pls help me out.

    Hi,
    I have not used 11g, but from my experience of 10g, the presentation services take the same password as the Deafult RPD password. if you are able to get into the RPD from the Admin tool the same pwd should work. Things to check...suppose your rpd is Paint and i assume u are able to get into the Bi Admin tool with username/pwd as Administrator/Administrator
    1. The should be a webcatalog created as paint in the C:\OracleBIData\web\catalog
    2. The instanceconfig.xml has it pointing to the paint <CatalogPath>C:/OracleBIData/web/catalog/paint</CatalogPath>
    If this is not set, then set it and restart the presenation services.
    Let me know if that help
    Rgds,
    Amit

  • BI presentation services login error

    Hi,
    Installed OBIEE 11.1.1.5.0 on windows 7 home premium 64 bit.when i try to login with weblogic username/pwd says invalid username/pwd.
    when i start BI presentation services got the following error.any clues will be appreciated
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx2048m -XX:MaxPermSize=512m -XX:-UseSSE42Intr
    insics
    WLS Start Mode=Production
    CLASSPATH=C:\OBIEE1~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\OBIEE
    11G5\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\OBIEE1~1\patch_wls1035\pr
    ofiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\OBIEE1~1\ORACLE~2\jd
    k\lib\tools.jar;C:\OBIEE1~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\OBIEE1~1\WL
    SERV~1.3\server\lib\weblogic.jar;C:\OBIEE1~1\modules\features\weblogic.server.mo
    dules_10.3.5.0.jar;C:\OBIEE1~1\WLSERV~1.3\server\lib\webservices.jar;C:\OBIEE1~1
    \modules\ORGAPA~1.1/lib/ant-all.jar;C:\OBIEE1~1\modules\NETSFA~1.0_1/lib/ant-con
    trib.jar;C:\OBIEE11G5\wlserver_10.3\server\lib\weblogic.jar;C:\OBIEE11G5\oracle_
    common\modules\oracle.dms_11.1.1\dms.jar;C:\OBIEE11G5\oracle_common\modules\orac
    le.jmx_11.1.1\jmxframework.jar;C:\OBIEE11G5\oracle_common\modules\oracle.jmx_11.
    1.1\jmxspi.jar;C:\OBIEE11G5\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\
    OBIEE1~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\OBIEE1~1\ORACLE~1\soa\modul
    es\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\OBIEE1~1\ORACLE~1\modules\oracle
    .jrf_11.1.1\jrf.jar;C:\OBIEE1~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\O
    BIEE1~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\OBIEE1~1\patch_wls1035\profiles\default\native;C:\OBIEE1~1\WLSERV~1.3\se
    rver\native\win\x64;C:\OBIEE1~1\WLSERV~1.3\server\bin;C:\OBIEE1~1\modules\ORGAPA
    ~1.1\bin;C:\OBIEE1~1\ORACLE~2\jdk\jre\bin;C:\OBIEE1~1\ORACLE~2\jdk\bin;C:\app\gu
    ntaka\product\11.2.0\Dbhome11g\bin;%PROGRAMFILES%\Internet Explorer;C:\Windows\S
    ystem32;C:\OBIEE11G5\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\OBIEE11G5\
    Oracle_BI1\bin;C:\OBIEE11G5\Oracle_BI1\opmn\bin;C:\OBIEE11G5\Oracle_BI1\opmn\lib
    ;C:\OBIEE11G5\Oracle_BI1\perl\bin;C:\OBIEE1~1\WLSERV~1.3\server\native\win\x64\o
    ci920_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:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b50)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    Starting WLS with line:
    C:\OBIEE1~1\ORACLE~2\jdk\bin\java -server -Xms256m -Xmx2048m -XX:MaxPermSize=5
    12m -XX:-UseSSE42Intrinsics -Dweblogic.Name=AdminServer -Djava.security.policy=C
    :\OBIEE1~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.ProductionModeEnabl
    ed=true -Doracle.home=C:\OBIEE11G5\Oracle_BI1 -da -Dplatform.home=C:\OBIEE1~1\W
    LSERV~1.3 -Dwls.home=C:\OBIEE1~1\WLSERV~1.3\server -Dweblogic.home=C:\OBIEE1~1\W
    LSERV~1.3\server -Dcommon.components.home=C:\OBIEE1~1\ORACLE~1 -Djrf.version=11
    .1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logge
    r -Ddomain.home=C:\OBIEE1~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile=C:\OBIEE
    1~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.confi
    g.dir=C:\OBIEE1~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\servers\AdminServer
    -Doracle.domain.config.dir=C:\OBIEE1~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1
    -Digf.arisidbeans.carmlloc=C:\OBIEE1~1\USER_P~1\domains\BIFOUN~1\config\FMWCON
    ~1\carml -Digf.arisidstack.home=C:\OBIEE1~1\USER_P~1\domains\BIFOUN~1\config\FM
    WCON~1\arisidprovider -Doracle.security.jps.config=C:\OBIEE1~1\USER_P~1\domains\
    BIFOUN~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\OBIEE1~1\U
    SER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.
    ext=\- -Dweblogic.alternateTypesDirectory=C:\OBIEE1~1\ORACLE~1\modules\oracle.os
    soiap_11.1.1,C:\OBIEE1~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.proto
    col.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -D
    EPM_ORACLE_HOME=C:\OBIEE11G5\Oracle_BI1 -DHYPERION_HOME=C:\OBIEE11G5\Oracle_BI1
    -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\OBIEE11G5\Oracle_BI1 -DEPM_REG_
    PROPERTIES_PATH=C:\OBIEE1~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.use
    ApplicationContextId=false -Doracle.biee.search.bisearchproperties=C:\OBIEE11G5\
    Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management.clea
    rTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=20
    00 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.S
    SL.enableJSSE=true -Dfile.encoding=utf-8 -Duser.language=en -Duser.region=US -Db
    i.oracle.home=C:\OBIEE11G5\Oracle_BI1 -DEPM_ORACLE_HOME=C:\OBIEE11G5\Oracle_BI1
    -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityServi
    ce -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchService
    Configuration -Dxdo.server.config.dir=C:\OBIEE11G5\user_projects\domains\bifound
    ation_domain\config\bipublisher -DXDO_FONT_DIR=C:\OBIEE11G5\Oracle_BI1\common\fo
    nts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\OBIEE11G5\oracle_com
    mon -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativ
    eDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext
    .dirs=C:\OBIEE1~1\patch_wls1035\profiles\default\sysext_manifest_classpath webl
    ogic.Server
    <Mar 1, 2013 7:19:20 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 1, 2013 7:19:21 PM CST> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 1, 2013 7:19:23 PM CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) 64-Bit Server VM Version 19.1-b02 from Sun Mic
    rosystems Inc.>
    <Mar 1, 2013 7:19:36 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:19:46 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:19:56 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:20:06 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:20:16 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:20:26 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:20:36 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:20:46 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:20:56 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:21:06 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:21:16 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:21:26 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:21:36 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:21:46 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:21:56 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:22:07 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:22:17 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:22:27 PM CST> <Info> <Management> <BEA-141281> <unable to get fil
    e lock, will retry ...>
    <Mar 1, 2013 7:22:31 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server fa
    iled. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on C:\OBIEE11G5\u
    ser_projects\domains\bifoundation_domain\servers\AdminServer\tmp\AdminServer.lok
    . Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.ja
    va:206)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.ja
    va:67)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirec
    toryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    >
    <Mar 1, 2013 7:22:31 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FAILED>
    <Mar 1, 2013 7:22:31 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical s
    ervice failed. The server will shut itself down>
    <Mar 1, 2013 7:22:31 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FORCE_SHUTTING_DOWN>
    C:\OBIEE11G5>
    Edited by: 7688438 on Mar 1, 2013 4:34 PM

    Hi DNK,
    Removed the "adminserver.lok file.
    Getting the same issue:Unable to Sign In
    An invalid User Name or Password was entered.
    Started BI services:
    at com.google.inject.InjectorImpl.getParameters(InjectorImpl.java:666)
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:140)
    at com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:
    1006)
    at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToI
    nternalFactoryAdapter.java:37)
    at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:756)
    at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInte
    rnalFactoryAdapter.java:35)
    at com.google.inject.Scopes$1$1.get(Scopes.java:53)
    at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactor
    yToProviderAdapter.java:41)
    at com.google.inject.BindingBuilderImpl$ImplicitImplementation.get(Bindi
    ngBuilderImpl.java:334)
    at com.google.inject.BindingBuilderImpl$FactoryProxy.get(BindingBuilderI
    mpl.java:299)
    at com.google.inject.InjectorImpl$SingleFieldInjector.inject(InjectorImp
    l.java:473)
    ... 52 more
    Caused by: com.google.inject.ProvisionException: Error while locating instance
    bound to com.sigmadynamics.server.RpcRemote
    for member at com.sigmadynamics.server.SDCluster.<init>(SDCluster.java:83)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:646)
    at com.google.inject.InjectorImpl.getParameters(InjectorImpl.java:666)
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:140)
    at com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:
    1006)
    at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToI
    nternalFactoryAdapter.java:37)
    at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:756)
    at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInte
    rnalFactoryAdapter.java:35)
    at com.google.inject.Scopes$1$1.get(Scopes.java:53)
    at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactor
    yToProviderAdapter.java:41)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:640)
    ... 63 more
    Caused by: com.google.inject.ProvisionException: Error while locating instance
    bound to com.sigmadynamics.cluster.RpcSender
    for member at com.sigmadynamics.server.RTDRpcRemote.<init>(RTDRpcRemote.java:4
    1)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:646)
    at com.google.inject.InjectorImpl.getParameters(InjectorImpl.java:666)
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:140)
    at com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:
    1006)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:640)
    ... 72 more
    Caused by: com.google.inject.ProvisionException: Error while locating instance
    bound to com.sigmadynamics.server.kernel.SDKernel
    for member at com.sigmadynamics.cluster.rpc.WSRpcSender.<init>(WSRpcSender.jav
    a:54)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:646)
    at com.google.inject.InjectorImpl.getParameters(InjectorImpl.java:666)
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:140)
    at com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:
    1006)
    at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToI
    nternalFactoryAdapter.java:37)
    at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:756)
    at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInte
    rnalFactoryAdapter.java:35)
    at com.google.inject.Scopes$1$1.get(Scopes.java:53)
    at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactor
    yToProviderAdapter.java:41)
    at com.google.inject.BindingBuilderImpl$FactoryProxy.get(BindingBuilderI
    mpl.java:299)
    at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToI
    nternalFactoryAdapter.java:37)
    at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:756)
    at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInte
    rnalFactoryAdapter.java:35)
    at com.google.inject.Scopes$1$1.get(Scopes.java:53)
    at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactor
    yToProviderAdapter.java:41)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:640)
    ... 76 more
    Caused by: com.google.inject.ProvisionException: Error while locating instance
    bound to com.sigmadynamics.sdo.util.StringCatalogInterface
    for member at com.sigmadynamics.server.kernel.SDKernelImpl.<init>(SDKernelImpl
    .java:86)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:646)
    at com.google.inject.InjectorImpl.getParameters(InjectorImpl.java:666)
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:140)
    at com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:
    1006)
    at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToI
    nternalFactoryAdapter.java:37)
    at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:756)
    at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInte
    rnalFactoryAdapter.java:35)
    at com.google.inject.Scopes$1$1.get(Scopes.java:53)
    at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactor
    yToProviderAdapter.java:41)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:640)
    ... 91 more
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetExcepti
    on
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:161)
    at com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:
    1006)
    at com.google.inject.BindingBuilderImpl$FactoryProxy.get(BindingBuilderI
    mpl.java:299)
    at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToI
    nternalFactoryAdapter.java:37)
    at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:756)
    at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInte
    rnalFactoryAdapter.java:35)
    at com.google.inject.Scopes$1$1.get(Scopes.java:53)
    at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactor
    yToProviderAdapter.java:41)
    at com.google.inject.InjectorImpl$SingleParameterInjector.inject(Injecto
    rImpl.java:640)
    ... 100 more
    Caused by: java.lang.reflect.InvocationTargetException
    at com.sigmadynamics.sdo.util.StringCatalog$$FastClassByGuice$$c75b3a0e.
    newInstance(<generated>)
    at com.google.inject.cglib.reflect.FastConstructor.newInstance(FastConst
    ructor.java:40)
    at com.google.inject.DefaultConstructionProxyFactory$2.newInstance(Defau
    ltConstructionProxyFactory.java:67)
    at com.google.inject.ConstructorInjector.construct(ConstructorInjector.j
    ava:142)
    ... 108 more
    Caused by: com.sigmadynamics.server.DataServices.DatabaseProvider.DatabaseProvid
    erException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.comm
    on.ResourceException: Could not create pool connection. The DBMS driver exceptio
    n was: IO Error: The Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(
    JDBCUtil.java:250)
    at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiData
    Source.java:352)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:369)
    at com.sigmadynamics.server.SDDataSource.getConnection(SDDataSource.java
    :85)
    at com.sigmadynamics.server.DataServices.DatabaseProvider.DatabaseInfo.c
    reateNewInstance(DatabaseInfo.java:145)
    at com.sigmadynamics.server.DataServices.DatabaseProvider.DatabaseInfo.g
    etInstance(DatabaseInfo.java:134)
    at com.sigmadynamics.server.DataServices.DatabaseProvider.DatabaseProvid
    er.<init>(DatabaseProvider.java:119)
    at com.sigmadynamics.server.DataServices.DatabaseProvider.DatabaseProvid
    er.<init>(DatabaseProvider.java:110)
    at com.sigmadynamics.server.SDDatabase.getDefaultDatabase(SDDatabase.jav
    a:37)
    at com.sigmadynamics.sdo.util.StringCatalog.<init>(StringCatalog.java:31
    ... 112 more
    Caused by: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.
    resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could n
    ot create pool connection. The DBMS driver exception was: IO Error: The Network
    Adapter could not establish the connection
    ... 122 more
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.
    resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could n
    ot create pool connection. The DBMS driver exception was: IO Error: The Network
    Adapter could not establish the connection
    at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(
    JDBCUtil.java:250)
    at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiData
    Source.java:352)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:369)
    at com.sigmadynamics.server.SDDataSource.getConnection(SDDataSource.java
    :85)
    at com.sigmadynamics.server.DataServices.DatabaseProvider.DatabaseInfo.c
    reateNewInstance(DatabaseInfo.java:145)
    Truncated. see log file for complete stacktrace
    >
    PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
    <Mar 1, 2013 11:33:34 PM CST> <Warning> <org.apache.myfaces.trinidadinternal.con
    fig.GlobalConfiguratorImpl> <BEA-000000> <Configurator services already initiali
    zed.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Log Management> <BEA-170027> <The Server
    has established connection with the Domain level Diagnostic Service successfull
    y.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    0]" is now listening on fe80:0:0:0:2131:cb43:cfbf:342e:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    2]" is now listening on fe80:0:0:0:bc6c:cf4:a1f4:d913:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Warning> <Server> <BEA-002611> <Hostname "guntaka
    -PC", maps to multiple IP addresses: 192.168.254.1, 192.168.255.1, 169.254.52.46
    , 192.168.1.3, fe80:0:0:0:2dbf:1cb5:70f:a5b7%19, fe80:0:0:0:98f2:c39d:c365:389e%
    20, fe80:0:0:0:2131:cb43:cfbf:342e%17, fe80:0:0:0:10a7:a924:c8f9:acfa%11, fe80:0
    :0:0:3cd8:1270:93e3:9c3d%16, 2001:0:4137:9e76:3cd8:1270:93e3:9c3d>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    4]" is now listening on fe80:0:0:0:b8ee:dd61:6b18:9814:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:4137:9e76:3cd8:1270:93e3:9c3d:7001 for protocols iiop
    , t3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:0:5efe:a9fe:342e:7001 for protocols iiop, t3,
    ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on 192.168.254.1:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[8
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:ff01:7001 for protocols iiop, t3,
    ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    6]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.
    >
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[9
    ]" is now listening on 169.254.52.46:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on fe80:0:0:0:2dbf:1cb5:70f:a5b7:7001 for protocols iiop, t3
    , ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 192.168.255.1:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:103:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on fe80:0:0:0:98f2:c39d:c365:389e:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    7]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    5]" is now listening on fe80:0:0:0:10a7:a924:c8f9:acfa:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    3]" is now listening on fe80:0:0:0:a5f8:4f28:68e1:dbcd:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on 192.168.1.3:7001 for protocols iiop, t3, ldap, snmp, http
    .>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    1]" is now listening on fe80:0:0:0:3cd8:1270:93e3:9c3d:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <WebLogicServer> <BEA-000329> <Started We
    bLogic Admin Server "AdminServer" for domain "bifoundation_domain" running in Pr
    oduction Mode>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Mar 1, 2013 11:33:42 PM CST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Mar 1, 2013 11:34:01 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 192.168.254.1:60,066 during the configured idle timeout
    of 5 secs>
    <Mar 1, 2013 11:34:01 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 192.168.254.1:60,065 during the configured idle timeout
    of 5 secs>
    <Mar 1, 2013 11:34:01 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 192.168.254.1:60,063 during the configured idle timeout
    of 5 secs>
    <Mar 1, 2013 11:34:01 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 192.168.254.1:60,064 during the configured idle timeout
    of 5 secs>
    <Mar 1, 2013 11:34:01 PM CST> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 192.168.254.1:60,062 during the configured idle timeout
    of 5 secs>
    <Mar 1, 2013 11:34:20 PM CST> <Error> <oracle.wsm.agent.handler.wls.WSMAgentHook
    <BEA-000000> <WSMAgentHook: An Exception is thrown: WSM-06162 The policy referenced by URI "oracle/wss_username_token_service_policy" could not be retrieved a
    s connection to Policy Manager cannot be established at "t3://guntaka-PC:7001" d
    ue to invalid configuration or inactive state.
    >
    <Mar 1, 2013 11:35:11 PM CST> <Error> <oracle.wsm.agent.handler.wls.WSMAgentHook
    <BEA-000000> <WSMAgentHook: An Exception is thrown: WSM-06162 The policy referenced by URI "oracle/wss_username_token_service_policy" could not be retrieved a
    s connection to Policy Manager cannot be established at "t3://guntaka-PC:7001" d
    ue to invalid configuration or inactive state.
    >

  • Not able to start presentation services during EBS integration with OBI

    Hi All,
    I ran through an issue while trying to integrate OBIEE 11.1.1.5 with EBS R12. I followed the steps mentioned in the below link
    http://docs.oracle.com/cd/E14571_01/bi.1111/e16364/ebs_actions.htm
    I restarted all the services but i was routed to OBIEE login screen through EBS. Later on i made some changes in connection pool of the repository and started the services but now presentation services are not coming up. i tried restarting all the services from EM and opmnctl but to no avail. i went through sawlog5 and console~coreapplication_obips1~1.log file but not able to find any specific error. Below is the error description from both the files
    sawlog5.log : [2012-06-29T07:24:45.000+02:00] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29] [tid: 4884] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
    saw.dms.conext.unwrap
    saw.threadpool
    saw.threads
    ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29
    ThreadID: 4884
    console~coreapplication_obips1~1.log : 12/06/29 08:08:29 Start process
    12/06/29 08:08:51 Start process
    12/06/29 08:19:41 Start process
    12/06/29 08:20:00 Start process
    12/06/29 09:09:53 Start process
    12/06/29 09:10:15 Start process
    i am relatively new to OBIEE 11g platform. Please let me know if i need to look in some other log files.
    Regards,
    Sandeep

    Hi,
    i did make changes to connection pool but those changes are inevitable. I pointed those connection pools to the new EBS database.
    @DPKA : i did make changes to instanceconfig. As a part of OBIEE integration with EBS, i changed instanceconfig.xml and started the services. I didn't bring down the services while making the changes. Did that have any impact on services.
    Regards,
    Sandeep

Maybe you are looking for

  • What is the difference between Logical Disk and Physical Disk?

    Hi. When I do Performance Monitor, I got Logical Disk Avg. Disk sec/Write counter and  Physical Disk Avg. Disk sec/Write counter. But I can see the different Avg. value and Max. value.  Even if Logical and Physical Disk are one-to-one mapping. Why di

  • Join in a query

    Hello! I'm neawby in SQL, and I have some problems with a query... I have a table called "Artist" like this: ART_ID     ART_NAME         ART_DESCRIPTION 1          Artist1          Desc1 2          Artist2          Desc2 3          Artist3          D

  • IStat Menus freezes in Mountain Lion

    Is anyone else having trouble with iStat Menus in Mountain Lion? Ever since I upgraded, my iStat has been freezing randomly. It will sometimes freeze for hours and then unfreeze briefly and then freeze up again. I can tell because my clock has second

  • Billing Due List for third party sales

    Guys Need a help, I can't view in billing due list for third party sales (Flow) SO - PO - GR- BILLING DUE LIST How configure , in-order to view in billing due  list thanks New Guy

  • Ifolder not login on internet explorer of windows 7

    Server :OES Sles 10 Sp 3 client : ifolder 3.8 i have configured ifolder server its working fine but ifolder admin /ifolder client not login on window 7 internet explorer and one have solution so please share it .