Bi_server1 is not starting in OBIEE11g.

Hi All,
bi_server1 is not starting in OBIEE11g.
All the services are alive except the bi_server1.
While doing restarting in console getting a message called
Failed to instantiate logViewer class
Any help is highly appreciated.
Thanks,
Praveen.
Edited by: Praveen on Sep 16, 2011 4:59 AM

Hi,
I didnt changed any thing in config files.
In console when i am trying to restart the bi_server1 we are getting a message called FAILED_NOT_RESTARTABLE.
Can any one say what is the cause for this error.
In my error log file these are the errors which i got
<txt>Invalid Remote Targets: [Target Name: /Farm_bifoundation_domain/bifoundation_domain/bi_server1, Target Type: weblogic_j2eeserver, Display Name: bi_server1 => com.bea:Name=bi_server1,Type=Server]</txt>
<txt>failed to instantiate logViewer class for /Farm_bifoundation_domain/bifoundation_domain/bi_server1</txt>
<txt>Unable to communicate with the remote mbean: oracle.logging:type=LogQuery,name=bi_server1,Location=bi_server1. Check if the managed server is up and running</txt>
<txt>Invalid Remote Targets: [Target Name: /Farm_bifoundation_domain/bifoundation_domain/bi_server1, Target Type: weblogic_j2eeserver, Display Name: bi_server1 => com.bea:Name=bi_server1,Type=Server]</txt>
Any help is highly appreciated.
Thanks,
Praveen.

Similar Messages

  • Bi_server1 is not starting in obiee 11.1.1.7.0

    Hi All,
    I have installed OBIEE latest version 11.1.1.7.0.
    when restarting all the services, I checked in weblogic console. The Admin Server is running but the bi_server1 does not want to start because of the following error.
    ERROR: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /jsp/com/oracle/workspace/Repository.jsp
    Please suggest some clues how to resolve the issues.
    Thanks,
    BK.

    Hi,
    Please check this once....
    http://onlineappsdba.com/index.php/2011/06/21/unable-to-login-to-obiee-anylytics-after-oid-integration-user-was-authenticated-but-could-not-be-located-within-the-identity-store/
    Please mark if it helps you......

  • OBIEE11G - Fusion middle ware not starting.

    Hello,
    I just installed OBIEE11g suite on my windows machine by following steps outlined below.
    Step 1.
    On windows explorer
    go to
    C:\COEXSYS_BI\user_projects\domains\bifoundation_domain\bin
    and startWeblogic.cmd in admin mode
    Step 2.
    Go to weblogic console and start BI_SERVER1 managed
    wait till status resumes to running
    Step 3.
    Go to CMD as administrator
    navigate to C:\COEXSYS_BI\instances\instance1\bin
    ran opmnctl startallAs a result, I am able to start and login weblogic, bi pulblisher, BI EE, Real time decisions. But,For some reason it will not start oracle fusion middle ware control(/em)
    What am I mssing?
    Thanks,
    R
    Edited by: Rich V on Mar 5, 2011 12:48 PM

    I hope you are using http:\\localhost(or FQDN):7001\em as the URL to launch EM

  • 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

  • BI Server is not starting in 11g

    Hi All,
    I have updated OBIEE 11.1.1.5 to 11.1.1.6.
    I started all the servers. But BI server is not starting. I got the below error.
    nqsserver: symbol lookup error: /data/obiee11g/3287/fmw_home1/Oracle_BI1/bifound ation/server/bin/libnqssimutility64.so: undefined symbol: _ZN15InactiveSchemas21                                                                              globalInactiveSchemasE
    Please suggest.

    seems like u're upgrade dint go clean , did you face any error or issue while upgrade ?

  • Bi_server will not start

    I'm trying to figure out why my bi_server will not start.  It was running fine, but after restarting the server, I can no longer start it and I get the error below:
    b_server1
    FAILED_NOT_RESTARTABLE
    When I try to start the server, I get this long error:
    C:\MW_HOME\user_projects\domains\bifoundation_domain\bin>startManagedWebLogic.cmd bi_server1
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intrinsics
    WLS Start Mode=Production
    CLASSPATH=C:\MW_HOME\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\MW_HOME\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\MW_HOME\patch_wls1035\profiles\default\sys_manifest_classpath\weblog
    ic_patch.jar;C:\MW_HOME\ORACLE~2\jdk\lib\tools.jar;C:\MW_HOME\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\MW_HOME\WLSERV~1.3\server\lib\weblogic.jar;C:\MW_HOME\modules\features\weblogic.server.modules_10
    .3.5.0.jar;C:\MW_HOME\WLSERV~1.3\server\lib\webservices.jar;C:\MW_HOME\modules\ORGAPA~1.1/lib/ant-all.jar;C:\MW_HOME\modules\NETSFA~1.0_1/lib/ant-contrib.jar;c:\MW_HOME\wlserver_10.3\server\lib\weblog
    ic.jar;c:\MW_HOME\oracle_common\modules\oracle.dms_11.1.1\dms.jar;c:\MW_HOME\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;c:\MW_HOME\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;c:\M
    W_HOME\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\MW_HOME\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\MW_HOME\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\MW_HOME\ORACLE~
    1\modules\oracle.jrf_11.1.1\jrf.jar;C:\MW_HOME\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\MW_HOME\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\MW_HOME\patch_wls1035\profiles\default\native;C:\MW_HOME\WLSERV~1.3\server\native\win\x64;C:\MW_HOME\WLSERV~1.3\server\bin;C:\MW_HOME\modules\ORGAPA~1.1\bin;C:\MW_HOME\ORACLE~2\jdk\jre\bin;C:\
    MW_HOME\ORACLE~2\jdk\bin;C:\Python33\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\MW_HOME\Oracle_BI1\products\Essbase\EssbaseServer\bin;c:\MW
    _HOME\Oracle_BI1\bin;c:\MW_HOME\Oracle_BI1\opmn\bin;c:\MW_HOME\Oracle_BI1\opmn\lib;c:\MW_HOME\Oracle_BI1\perl\bin;C:\MW_HOME\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:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    C:\MW_HOME\ORACLE~2\jdk\bin\java -server   -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intrinsics -Dweblogic.Name=bi_server1 -Djava.security.policy=C:\MW_HOME\WLSERV~1.3\server\lib\weblogic.p
    olicy  -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore="c:\MW_HOME\wlserver_10.3\server\lib\cacerts"   -da -Dplatform.home=C:\MW_HOME\WLSERV~1.3 -Dwls.home=C:\MW_HOME\W
    LSERV~1.3\server -Dweblogic.home=C:\MW_HOME\WLSERV~1.3\server  -Dcommon.components.home=C:\MW_HOME\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14L
    ogger -Ddomain.home=c:\MW_HOME\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile=C:\MW_HOME\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=c:\MW_HOME\USER_P~1\domains\BIFO
    UN~1\config\FMWCON~1\servers\bi_server1 -Doracle.domain.config.dir=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\FMWCON~1
    \carml  -Digf.arisidstack.home=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Do
    racle.deployed.app.dir=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\servers\bi_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\MW_HOME\ORACLE~1\modules\oracle.ossoiap_1
    1.1.1,C:\MW_HOME\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=C:\MW_HOME\Oracle_BI1 -DEPM_ORACL
    E_HOME=C:\MW_HOME\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\MW_HOME\Oracle_BI1 -DHYPERION_HOME=C:\MW_HOME\Oracle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\MW_HOME\O
    racle_BI1 -DEPM_REG_PROPERTIES_PATH=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproperties=C:\MW_HOME\Oracle_BI1\bifoundation
    \jee\BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dwe
    blogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.servic
    es.BISearchServiceConfiguration -Dxdo.server.config.dir=c:\MW_HOME\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\MW_HOME\Oracle_BI1\common\fonts  -Drtd.instanceName=RT
    D_bi_server1 -Dem.oracle.home=C:\MW_HOME\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://LET-SP-FRONTEND:7001  -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\MW_HOME\patch_wls1035\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Nov 21, 2013 3:21:17 PM EST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allo
    wCryptoJDefaultJCEVerification=true>
    <Nov 21, 2013 3:21:17 PM EST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.securit
    y.allowCryptoJDefaultPRNG=true>
    <Nov 21, 2013 3:21:18 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.4-b02 from Sun Microsystems Inc.>
    java.io.IOException: java.io.IOException: java.io.FileNotFoundException: C:\MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at weblogic.utils.FileUtils.copy(FileUtils.java:261)
            at weblogic.utils.FileUtils.copy(FileUtils.java:240)
            at weblogic.utils.FileUtils.copy(FileUtils.java:181)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:134)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:142)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:106)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
    <Nov 21, 2013 3:21:35 PM EST> <Error> <Management> <BEA-141196> <The managed server could not update the configuration files during the registration with the deployment service. The update failed due
    to an exception:
    weblogic.management.DeploymentException: Exception occured while downloading files
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:83)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
    Caused By: java.io.IOException: java.io.IOException: java.io.FileNotFoundException: C:\MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at weblogic.utils.FileUtils.copy(FileUtils.java:261)
            at weblogic.utils.FileUtils.copy(FileUtils.java:240)
            at weblogic.utils.FileUtils.copy(FileUtils.java:181)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:134)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:142)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:106)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
    >
    <Nov 21, 2013 3:21:35 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.DeploymentException: Exception occured while downloading files
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:83)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
    Caused by: java.io.IOException: java.io.IOException: java.io.FileNotFoundException: C:\MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at weblogic.utils.FileUtils.copy(FileUtils.java:261)
            at weblogic.utils.FileUtils.copy(FileUtils.java:240)
            at weblogic.utils.FileUtils.copy(FileUtils.java:181)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:134)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:142)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.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)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:106)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            ... 13 more
    >
    <Nov 21, 2013 3:21:35 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Nov 21, 2013 3:21:35 PM EST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Nov 21, 2013 3:21:35 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    C:\MW_HOME\user_projects\domains\bifoundation_domain\bin>

    Ok, now the bi_server1 is starting, but now other services fail:
    Message
    OPMN.queryProcessStatus failed with the following exception
    Supplemental Detail
    oracle.as.management.opmn.optic.OpticBadConnectException: Could not get secure socket for host SERVER-FRONTEND.sys.com and port 9501

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Error "can not start the configuration in parallel does not correct"

    Hello everybody,
    I have Windows 7 SP1, and when I install Business Objects 4.1 Client, it is install correctly but when i execute the program, for example BO Rich Client, an error appear "can not start the configuration in parallel does not correct" Could you help me?
    Thanks in advance!

    Check this KB
                  1678498  - BI 4.0 Universe Designer Gives Side-by-Side configuration incorrect Error

  • Can not start data Collection service

    I have installed Fabric Manager version 3.3.(4). In the Performance Web Client I can not start the service Data Collection is in starting forever.
    I also could not stop it. I rebooted the server and the status for this service is in starting.
    Thanks,

    Please provide more details like: Server OS, Java version, and what type of database you are using for the FM Server.  Have you considered using a newer version of FM Server?

  • I can not start secion in creative cloud from a macbook

    I can not start secion in creative cloud from a macbook, always comes CERRO secion, and never I log in I can not start secion indesign folio builder fails me in muse could not enter if you remove it to install again, now I can not download, I tried / Library / Application Support / Adobe / OOBE rename the folder to OOBE_old setup Guide, and simply does not work, if we are paying the membership of adobe creative cloud, at least ask for is a solution, timely responses because we are losing time and therefore money, if they are solving a problem is better than what we say and if more users seek solutions and only wait.
    En español.
    No puedo iniciar secion en creative cloud desde una macbook, siempre sale CERRO SECION, y nunca me conecto, en indesign no puedo iniciar secion de folio builder me da error, en muse tampoco podia entrar a si que lo elimine para poder instalar nuevamente, ahora no puedo descargar, he intentado / Library / Application Support / Adobe / OOBE cambiar el nombre de la configuración rápida carpeta para OOBE_old, y simplemente no funciona, si nosotros estamos pagando la membresia de adobe creative cloud, lo menos que pedimos es una solucion, respuestas oportunas porque estamos perdiendo tiempo y consecuencia dinero, si estan resolviendo algun problema es mejor que lo digan y a si nosotros los usuarios no buscamos mas soluciones y solamente esperaremos.
    we want a valid and positive response

    Hello, could you please try the steps posted here: http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    Please let me know if you are successful or not.

  • Can not start Enterprise Manager web page

    I can not start Enterprise Manager web page.
    Here is my steps:
    1. Start enterprise manager
    emctl start
    Waiting for EM to initialize ...Started
    2. Check status:
    emctl status
    EMD is up and running : 200 OK
    3. Start the web page
    http://myhost:1810/
    4. get following error
    "There was no response. The server could be down or is not responding"
    System info:
    Database: 8.1.7.2
    OAS: 9.2.0.2
    JDK: 1.3.0_02
    Server OS: SunOS 5.8
    My question is where is the log file of enterprise manager and what the problem is.
    Thanks in advance
    Don

    diego,
    Thank you for your help. when I try your command I get following error:
    emctl start iasconsole
    Unknown command option
    Usage::
    emctl start|stop|status
    emctl reload | upload
    emctl set credentials [<Target_name>[:<Target_Type>]]
    emctl gencertrequest
    emctl installcert [-ca|-cert] <certificate base64 text file>
    emctl set ssl test|on|off|password [<old password> <new password>]
    emctl set password <new pwd>
    emctl authenticate <pwd>
    emctl switch home [-silent <new_home>]
    emctl config <options>
    emctl config options can be listed by typing "emctl config"

  • "can not start a job" issue in AWM

    Hi ALL,
    I am maintaining my cube from PLSQL with following options
    1. buildtype = "BACKGROUND"
    2. trackstatus = "true"
    3. maxjobqueues = 3
    i get following error when i see the "olapsys.xml_load_log" table
    ***Error Occured: Failed to Build(Refresh) DB_OWNER.MY_ANALYTICAL_WORKSPACE Analytic Workspace. Can not start a job.
    Can anybody explain when and why this error occurs? I have wasted a lot of time searching for this issue, but have found no person facing such issue.
    Hi Keith, it will be great if you can answer this one.
    My database version is 10.2.0.4.0 and AWM version is also 10.2.0.3.0
    Kind Regards,
    QQ
    Message was edited by:
    dwh_10g

    Applies to:
    Oracle OLAP - Version: 10.1 to 11.1
    This problem can occur on any platform.
    Symptoms
    - We have an AW maintenance / refresh script or procedure that contains BuildType="BACKGROUND", so that the AW maintenance task will be sent to the Oracle Job queue.
    - When we execute the AW maintenance / refresh script or procedure, we do not get any errors in the foreground, the script/procedure has been executed successfully.
    - However when we look into the build/refresh log (see <Note 351688.1> for details) we see that the maintenance/refresh task failed with:
    13:29:39 Failed to Submit a Job to Build(Refresh) Analytic Workspace <schema>.<AW Name>.
    13:29:39 ***Error Occured in BUILD_DRIVER
    - In the generated SQL trace for the session of the user who launches the AW build/refresh script or procedure, we see that ORA-27486 insufficient privileges error occurred at creation of the job.
    We see from the relevant bit of the SQL trace that err=27486 occured while executing the #20 statement which is 'begin DBMS_SCHEDULER.CREATE_JOB ...', and the statement is parsed and tried to be executed as user having uid=91:
    PARSING IN CURSOR #20 len=118 dep=2 uid=91 oct=47 lid=91 tim=1176987702199571
    hv=1976722458 ad='76dd8bcc'
    begin
    DBMS_SCHEDULER.CREATE_JOB(:1, 'plsql_block', :2, 0, null, null, null,
    'DEFAULT_JOB_CLASS', true, true, :3); end;
    END OF STMT
    PARSE
    #20:c=1000,e=1100,p=0,cr=0,cu=0,mis=1,r=0,dep=2,og=1,tim=1176987702199561
    EXEC #20:c=65990,e=125465,p=10,cr=1090,cu=3,mis=1,r=0,dep=2,og=1,tim=
    1176987702325167
    ERROR #20:err=27486 tim=465202984
    Cause
    User who tries to create a job (executes DBMS_SCHEDULER.CREATE_JOB() procedure) does not have the sufficient privileges.
    Solution
    1. Identify the user under which the job is supposed to be created. This user is not necessarily the same as the user who launched AW build/refresh script or procedure. Get the corresponding username from one of the %_USERS views e.g. from ALL_USERS.
    e.g.
    SELECT user_id,username FROM all_users WHERE user_id=91;
    2. Identify the system privileges currently assigned to the user by connecting as the user whom the privileges need to be determined, and execute:
    SELECT * FROM SESSION_PRIVS ORDER BY PRIVILEGE;
    3. Ensure that the CREATE JOB privilege is listed.
    The CREATE JOB privilege can be granted in various ways to a user:
    - via role OLAP_USER or via role OLAP_DBA (see view ROLE_SYS_PRIVS for what privs are assigned to a role):
    GRANT OLAP_USER TO <username>;
    - explicitly
    GRANT CREATE JOB TO <username>;

  • System PI 7.11 will not start because of R3INLPGM error

    Dear experts,
    our PI 7.11 sap system will not start on the backup machine. We have two AS/400 machines using IBM iCluster.
    On the source node the PI system starts without any problems. If we switch over to the target node,
    the PI system will not start. Only the two subsystems R3_<instance> were started and the SAPSTRSVR jobs
    ran under QUSRWRK.
    In the pool files from SAPSTART we found the following errors:
    QPRINT:
    R3<SID>400/R3INLPGM: Error occured setting gid to R3GROUP.
    QPJOBLOG:
    *NONE      Information                 XXXXXXX  SAPINLPGM    XXXXXXX *STMT    SAPINLPGM   XXXXXXX *STMT
                                         From module . . . . . . . . :   O4TMKLIBIX                                                                               
    From procedure  . . . . . . :   prtjoblA                                                                               
    Statement . . . . . . . . . :   15                                                                               
    To module . . . . . . . . . :   O4TMKLIBIX                                                                               
    To procedure  . . . . . . . :   prtjoblA                                                                               
    Statement . . . . . . . . . :   15                                                                               
    Message . . . . :   SAPINLPGM: Error in ChangeGidToR3GROUP - check whether              
                                         R3<SID>400/R3INLPGM is owned by QSECOFR using adopted authority         
    But the authority from all libs and objects are same as on the source machine.
    Any idea?
    Best regards,
    Matthias

    Hello Matthias,
    Please log on as QSECOFR (or a user with SECOFR authority),
    ADDLIBLE SAPXIP71
    and run command
    FIXSAPOWN SID(*NONE) DIR('/QSYS.LIB/R3XIP400.LIB/R3INLPGM.PGM')
    Best regards,
    B. Wolf

  • TA44551 My 1-year ipod nano locked up and would not start overnight. The on/off button will not work and stopped holding charge. No water damage, no fall, nothing unusual. I restored it (twice) but it will still not hold charge and on/off does not work.

    My 1-year ipod nano locked up and would not start overnight. The on/off button will not work and stopped holding charge. No water damage, no fall, nothing unusual. I restored it (twice) but it will still not hold charge and on/off does not work. I tried to restore it again and charged it in three different locations with different cables. etc but nothing. Suggestions?

    - After charging for 1/2 hour or so, does iTunes see the iPod?  If yes, restore the iPod from backup.
    - If no, se if placing the iPod in recovery mode will make it visible so you can restore the iPod.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • My ipad will not start.  It is 1 year old...I have tried holding the two buttons and nothing..I have it connected to my desktop and it will make a ding noise but nothing comes up on the screen.

    My ipad will not start.  It is 1 year old...I have tried holding the two buttons and nothing..I have it connected to my desktop and it will make a ding noise but nothing comes up on the screen.

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

Maybe you are looking for