Error: RFC of "Spda_conflict_check" failed during configuration roadmap

We are facing problem during implementation of EHP4 on IDES ERP 6.0/NW7.0 on oracle 10.2 during the configuration roadmap.
We are using the SAPEHPi with SP level 20.
The pahse PREP_EXTENSION/CONFLICT_CHECK terminates with the error
Error : RFC of "Spda_conflict_check" failed
key : RFC_ERROR_SYSTEM_FAILURE
MESSAGE: Time Limit Exceeded.
After checking the RFC trace we have made changes in the RFC
destination "SERVER_EXEC"(Starts Program 'RFCEXEC' on Application
Server) and made the necessary changes by giving the path to the
program "/usr/sap/IE1/SYS/exe/uc/NTAMD64/rfcsdk/bin/rfcexec" and
providing the hostname where EHP4 installation is going on and test
connection was ok.
Another RFC Destination "EPS_CLIENT" (Electronic Parcel Service: R/3 <-
> EPS Client Communication) is not able to connect. we have provided
the target host and doesnot made any changes to program entry
i,e "/bas/BIN/gen/dbg/hp/epc".RFC conncetion is getting failed.
What is this program does in system "/bas/BIN/gen/dbg/hp/epc".?
log file of dev_rfc1
Trace file opened at 20090706 134701 W. Europe Daylight Time, SAP-REL 700,0,144 RFC-VER U 3 957098 MT-SL
======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=20 thRc=497
Unable to determine host address: NiHostToAddr failed                   
ABAP Programm: RSRFCPIN (Transaction: SM59)
User: RANGUPTA (Client: 800)
Destination: SERVER_EXEC (handle: 2, , )
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
CPIC-CALL: 'ThSAPOCMINIT' : cmRc=20 thRc=497
Unable to determine host address: NiHostToAddr failed                   
DEST =SERVER_EXEC
HOST =iwdfim01
PROG =/usr/sap/T3A/SYS/exe/run/rfcsdk/bin/rfcexec
Trace file opened at 20090706 135428 W. Europe Daylight Time, SAP-REL 700,0,144 RFC-VER U 3 957098 MT-SL
======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=19 thRc=497
Unable to determine host address: NiHostToAddr failed                   
ABAP Programm: RSRFCPIN (Transaction: SM59)
User: RANGUPTA (Client: 800)
Destination: EPS_CLIENT (handle: 2, , )
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
CPIC-CALL: 'ThSAPOCMINIT' : cmRc=19 thRc=497
Unable to determine host address: NiHostToAddr failed                   
DEST =EPS_CLIENT
HOST =q4de3gsy207
PROG =/bas/BIN/gen/dbg/hp/epc
GWHOST =hs0305
GWSERV =sapgw95
Trace file opened at 20090707 104841 W. Europe Daylight Time, SAP-REL 700,0,144 RFC-VER U 3 957098 MT-SL
======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
Timeout during connection setup (check that partner exists)             
ABAP Programm: SAPLCRFC (Transaction: SM59)
Called function module: RFC_PING
User: RANGUPTA (Client: 001)
Destination: EPS_CLIENT (handle: 3, 58623496, {EAD26ADE-05F0-F12A-89D5-005056955BE2})
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3295
CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
Timeout during connection setup (check that partner exists)             
Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1817
Trace file opened at 20090707 105909 W. Europe Daylight Time, SAP-REL 700,0,144 RFC-VER U 3 957098 MT-SL
======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
Timeout during connection setup (check that partner exists)             
ABAP Programm: RSRFCPIN (Transaction: SM59)
Called function module: RFC_PING
User: RANGUPTA (Client: 001)
Destination: EPS_CLIENT (handle: 2, 59247771, {5DD46ADE-47D5-F1FE-89D5-005056955BE2})
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3295
CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
Timeout during connection setup (check that partner exists)             
Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1817
Trace file opened at 20090707 110453 W. Europe Daylight Time, SAP-REL 700,0,144 RFC-VER U 3 957098 MT-SL
======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
Timeout during connection setup (check that partner exists)             
ABAP Programm: RSRFCPIN (Transaction: SM59)
Called function module: RFC_PING
User: RANGUPTA (Client: 001)
Destination: EPS_CLIENT (handle: 2, 59602149, {2CD56ADE-0BA0-F100-89D5-005056955BE2})
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3295
CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
Timeout during connection setup (check that partner exists)             
Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1817

Hi,
No i am not running SAPEHPI from remote host. it is a local installation. ERP6.0(IE1) is an IDES system with EHP3.
During the Conflict_check phase installer programme accesses RFC Destination "SERVER_EXEC" and "EPS_CLIENT".
SERVER_EXEC had some wierd entry.
Destination: SERVER_EXEC (handle: 2, , )
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
CPIC-CALL: 'ThSAPOCMINIT' : cmRc=20 thRc=497
Unable to determine host address: NiHostToAddr failed                   
DEST =SERVER_EXEC
HOST =iwdfim01
PROG =/usr/sap/T3A/SYS/exe/run/rfcsdk/bin/rfcexec
SERVER_EXEC had different path of the program rfcexec "PROG =/usr/sap/T3A/SYS/exe/run/rfcsdk/bin/rfcexec" and i changed it to "/usr/sap/IE1/SYS/exe/uc/NTAMD64/rfcsdk/bin/rfcexec". after this RFC was working fine but the conflict _check again failed with the same error.
This time RFC EPS_CLIENT had errors:
Destination: EPS_CLIENT (handle: 2, , )
Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
CPIC-CALL: 'ThSAPOCMINIT' : cmRc=19 thRc=497
Unable to determine host address: NiHostToAddr failed                   
DEST =EPS_CLIENT
HOST =q4de3gsy207
PROG =/bas/BIN/gen/dbg/hp/epc
GWHOST =hs0305
GWSERV =sapgw95
so i changed the GWHOST to q4de3gsy207  and GWSERVER: sapgw00.
what this program does =/bas/BIN/gen/dbg/hp/epc
the test connection fails
but the problem persists.
i dont know from where it is accessing the hostname :iwdfim01
Edited by: Ranjeet Gupta on Jul 7, 2009 5:21 PM

Similar Messages

  • EhP1 installer error (RFC of "SUBST_START_REPORT_IN_BATCH" failed)

    Hi,
    we are trying to upgrade our CRM 7.0 to the EhP1 and the EhP1 installer is blocked with the error:
    Checks after phase MAIN_SHDRUN/ALTNTAB_FILL were negative!
    Last error code set: RFC call to SUBST_START_REPORT_IN_BATCH failed with key RFC_ERROR_SYSTEM_FAILURE (SYSTEM_FAILURE): connection closed without message (CM_NO_DATA_RECEIVED)
    Log files report the following errors:
    (altntfi.sav)
    #---- MASKING file ALTNTFI.LOG from G:\usr\sap\CR7\EHPI\abap\log
    #---- TIME: 20111125115607  PHASE: ALTNTAB_FILL
    1 ETQ201 Entering upgrade-phase "ALTNTAB_FILL" ("20111125111509")
    4 ETQ399 Set environment for standard connect:
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '02', GwService = 'sapgw02'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPSR4
    4 ETQ399   auth_shadow_upgrade=0
    1 ETQ200 Executing actual phase 'MAIN_SHDRUN/ALTNTAB_FILL'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = '30'
    2 ETQ399 Arg[1] = 'ALTNTFI.ELG'
    4 ETQ399 Set environment for shadow connect:
    4 ETQ399 Set RFC variables for shadow connect:
    4 ETQ399 System-nr = '07', GwService = 'sapgw07'
    4 ETQ380 computing toolpath for request "TP_SHADOW_CONNECT"
    4 ETQ381 request "TP_SHADOW_CONNECT" means "tp needs to connect to shadow system"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    4 ETQ399 Set tool parameters for shadow connect:
    4 ETQ399   default TPPARAM: SHADOW.TPP
    4 ETQ010 Date & Time: 20111125111509 
    4 ETQ265 Starting report "RDDNT2MT" with variant "SAP_INIT" in batch
    4 ETQ359 RFC Login to: System="CR7", Nr="07", GwHost="SYSKCRMDEV1", GwService="sapgw07"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC
    2EETQ360 RFC of "SUBST_START_REPORT_IN_BATCH" failed:
    2EETQ361 code/exception  : SYSTEM_FAILURE
    2EETQ362 key             : RFC_ERROR_SYSTEM_FAILURE
    2EETQ364 message         :
    2EETQ399 connection closed without message (CM_NO_DATA_RECEIVED)
    4 ETQ359 RFC Login to: System="CR7", Nr="07", GwHost="SYSKCRMDEV1", GwService="sapgw07"
    4 ETQ232 RFC Login succeeded
    2EETG894 Exception "SYSTEM_FAILURE" raised, write variant failed with error code -1
    2EETG890 Exception "SYSTEM_FAILURE" raised, job scheduling failed with error code -1
    2EETQ261 Start of batchjob "RDDNT2MT" failed
    4 ETQ010 Date & Time: 20111125111548
    We have logged through GUI to the shadow instance but we can't test the function module SUBST_START_REPORT_IN_BATCH: the shadow instance continuously dumps (in SE37, ST22, ST11, SU01... with dumps LOAD_PROGRAM_CLASS_MISMATCH, GETWA_WRONG_LENGTH, LOAD_TYPE_VERSION_MISMATCH...). When I don't have a dump (i.e. I try to activate the function module in SE37 without opening it), the GUI closes with the error: "Work process restarted, session terminated " and in the logfile dev_disp shows me:
    Fri Nov 25 11:15:30 2011
    *** ERROR => DpHdlDeadWp: W5 (pid 17996) died (severity=0, status=0) [dpxxwp.c     1522]
    Any help would be greatly appreciated.
    Thanks,
    Davide

    Hi Davide,
    Please try out below mentioned steps
    Set the USER Environment Variable u2018auth_shadow_upgradeu2019 to u20181u2019 for the <SID>adm user (set the variable while logged in as that user)
    Change the Shadow Instance service to run with the <SID>adm account
    Stop the Shadow Instance (you can leave the Central and SCS Instances running)
    Start the Shadow Instance
    Continue the EHPI process from where it left off
    Hope this helps.
    Regards,
    Deepak Kori

  • Shared services registration failing during configuration of EPMA 11.1.1.3

    Hi All, I am currently woking on essbase and no knowledge of planning so trying to upgrade my knowledge. I installed epma 11.1.1.3 on windows 2003 VMware work station as I have windows 7 laptop. installed oracle 10g created a database (epma) created user/schemas (sm,ms) trying to configure foundation services, essbase, planning and reporting and analysis. the configure database and register with shared services failed. Am I doing anything wrong. I followed some documents for configuration which are well documented with screen shots still do not know what wrong I am doing. Please advice on how to avoid these failures.
    Below is the validation results of the configuration.
    Thanks in advance.
    Srinivas
    Oracle EPM System
    Diagnostic Reports
    Generated on 3/3/12 11:05 PM
    Validation run on srinivas
    Validation tool info: 11.1.1.3.0 drop 9-0 build 3129 on 07/16/2009 01:24 PM
    OS name: Windows 2003
    OS version: 5.2
    Test Status Service Test Description Duration
    Hyperion Foundation
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    relationalStorageConfiguration: Configuration Failed
    Recommended Action: Try to configure mentioned tasks 0 s
    FAILED OPN: OpenLDAP Check if global roles number no less than 16
    Error: $item.exception.localizedMessage
    Recommended Action: 0 s
    FAILED OPN: OpenLDAP Connection to OpenLDAP
    Error: srinivas:28089
    Recommended Action: Start open LDAP 1 s
    ERP Integrator
    PASSED CFG: Configuration WARNING: Some of suggested configuration tasks not completed yet.
    Check whether all configuration tasks have been completed 0 s
    Essbase / Client
    PASSED WR: Windows Registry Check if EQD excel addin registered for Essbase Client 0 s
    Essbase / Essbase
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Recommended Action: Try to configure mentioned tasks 0 s
    FAILED EAS: Essbase server Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started. 0 s
    FAILED SVR: Essbase Java API Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** srinivas http://srinivas:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server at srinivas. Timed out waiting to connect to the Essbase Agent/Server using TCP/IP. Check your network connections.
    Recommended Action: Make sure external checker is working. 7 s
    Essbase / Essbase Administration Services
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Some of suggested configuration tasks not completed yet.
    Recommended Action: Try to configure mentioned tasks 0 s
    Essbase / Provider Services
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Recommended Action: Try to configure mentioned tasks 0 s
    Essbase / Smart Search
    PASSED CFG: Configuration Check whether all configuration tasks have been completed 0 s
    Essbase / Studio
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Some of suggested configuration tasks not completed yet.
    Recommended Action: Try to configure mentioned tasks 0 s
    Financial Data Quality Management
    PASSED CFG: Configuration WARNING: Some of suggested configuration tasks not completed yet.
    Check whether all configuration tasks have been completed 0 s
    Foundation / Calculation Manager
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Some of suggested configuration tasks not completed yet.
    Recommended Action: Try to configure mentioned tasks 0 s
    Foundation / Performance Management Architect
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Some of suggested configuration tasks not completed yet.
    Recommended Action: Try to configure mentioned tasks 0 s
    Foundation / Workspace
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    Some of suggested configuration tasks not completed yet.
    Recommended Action: Try to configure mentioned tasks 0 s
    PASSED HTTP: Http Is file [C:\Hyperion\common\httpServers\Apache\2.0.59\bin\installhyperionapacheservice.err] empty 0 s
    PASSED HTTP: Http Check string [LoadModule jk_module modules/mod_jk] in file[C:\Hyperion\common\httpServers\Apache\2.0.59\conf\httpd.conf] 0 s
    PASSED REG: Registry All links are present in registry. 0 s
    Performance Scorecard
    PASSED CFG: Configuration WARNING: Some of suggested configuration tasks not completed yet.
    Check whether all configuration tasks have been completed 0 s
    Planning
    FAILED CFG: Configuration Check whether all configuration tasks have been completed
    Error: Next tasks are not configured:
    hubRegistration: Configuration Failed
    applicationServerDeployment: Configuration Failed
    Some of suggested configuration tasks not completed yet.
    Recommended Action: Try to configure mentioned tasks 0 s
    Profitability and Cost Management
    PASSED CFG: Configuration WARNING: Some of suggested configuration tasks not completed yet.
    Check whether all configuration tasks have been completed 0 s
    Strategic Finance
    PASSED CFG: Configuration WARNING: Some of suggested configuration tasks not completed yet.
    Check whether all configuration tasks have been completed 0 s
    Financial Management
    PASSED CFG: Configuration WARNING: Some of suggested configuration tasks not completed yet.
    Check whether all configuration tasks have been completed 0 s
    Reporting and Analysis
    PASSED CFG: Configuration Check whether all configuration tasks have been completed 0 s
    FAILED SVR: Essbase Java API Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** srinivas http://srinivas:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server at srinivas. Timed out waiting to connect to the Essbase Agent/Server using TCP/IP. Check your network connections.
    Recommended Action: Make sure external checker is working. 3 s
    Test start time: 11:05:18 PM
    Test end time: 11:05:40 PM
    Total test duration: 21 s

    Thanks to all for your suggestions. Below is the log I have checked at the first instance of failure after that resitering with shared services failed for every product. Is this something to do withis database connection? Please advise on how to resolve it.
    Mar 6, 2012 10:48:54 AM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-28080
    Mar 6, 2012 10:48:54 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 3531 ms
    Mar 6, 2012 10:48:54 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Mar 6, 2012 10:48:54 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Hyperion Embedded Java Container/1.0.0
    Mar 6, 2012 10:48:55 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    log dir isC:\Hyperion\logs\SharedServices9
    urlManifest jar:file:/C:/Hyperion/deployments/Tomcat5/SharedServices9/webapps/interop/WEB-INF/lib/interop-mmc.jar!/META-INF/MANIFEST.MF
    Shared Services Version: 11.1.1.3.24
    Shared Services Drop Number: 6
    Attempting to verify the database configuration
    Attempting to verify the database configuration
    Database configuration test passed.
    06 Mar 2012 10:50:27 - org.apache.slide.common.Domain - INFO - Auto-Initializing Domain
    06 Mar 2012 10:50:27 - org.apache.slide.common.Domain - INFO - Configuration found in classpath
    06 Mar 2012 10:50:27 - org.apache.slide.common.Domain - INFO - Domain configuration : {org.apache.slide.lock=true, org.apache.slide.versioncontrol=true, org.apache.slide.debug=false, org.apache.slide.search=true, org.apache.slide.security=true, org.apache.slide.urlEncoding=UTF-8, org.apache.slide.domain=C:/Hyperion/deployments/Tomcat5/SharedServices9/config/Domain.xml}
    configURL: file:///C:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml
    Done initialize: null
    06 Mar 2012 10:50:35 - org.apache.slide.common.Domain - ERROR - Unable to migrate hub groups to css
    connection pool registered:dbcpPool-org.apache.commons.pool.impl.GenericObjectPool@9b2a51
    connection pool registered:dbcpPool-org.apache.commons.pool.impl.GenericObjectPool@2431b9
    CMSOfflineServlet Initialized
    2012-03-06 10:50:42,328 [main] ERROR com.hyperion.ces.utils.db.DBRegistryManager.<init>(DBRegistryManager.java:74) - Failed to get Registry Instance! DB Connection is not existing for SharedService. Check registry for SharedService.
    2012-03-06 10:50:42,328 [main] ERROR com.hyperion.workflow.engine.server.repository.WfDomainStoreRdbms.initialize(WfDomainStoreRdbms.java:167) - java.lang.Exception: Failed to get Registry Instance! DB Connection is not existing for SharedService. Check registry for SharedService.
    2012-03-06 10:50:42,328 [main] ERROR com.hyperion.workflow.engine.server.repository.WfDomainStoreRdbms.initialize(WfDomainStoreRdbms.java:167) - java.lang.Exception: Failed to get Registry Instance! DB Connection is not existing for SharedService. Check registry for SharedService.
    2012-03-06 10:50:42,343 [main] ERROR com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:51) - com.hyperion.workflow.engine.api.base.WfException: Failed to get Registry Instance! DB Connection is not existing for SharedService. Check registry for SharedService.
    2012-03-06 10:50:42,390 [main] ERROR com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.wfx(WorkflowEngineServiceLocal.java:2584) - Cannot getUsers.
    java.lang.NullPointerException
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.getUsers(WorkflowEngineServiceLocal.java:780)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.getUserFromCES(WorkflowEngineServiceLocal.java:536)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.systemSignOn(WorkflowEngineServiceLocal.java:341)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.signOn(WorkflowEngineServiceLocal.java:387)
         at com.hyperion.workflow.engine.api.base.WorkflowEngine.signOn(WorkflowEngine.java:80)
         at com.hyperion.workflow.engine.api.base.WorkflowEngine.trustedSignOn(WorkflowEngine.java:94)
         at com.hyperion.workflow.engine.api.base.WorkflowEngine.trustedSignOn(WorkflowEngine.java:90)
         at com.hyperion.workflow.agent.TaskReceiver.init(TaskReceiver.java:34)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    2012-03-06 10:50:42,390 [main] ERROR com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.wfx(WorkflowEngineServiceLocal.java:2584) - Cannot signOn.
    com.hyperion.workflow.engine.api.base.WfException: Cannot getUsers.null
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.wfx(WorkflowEngineServiceLocal.java:2593)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.getUsers(WorkflowEngineServiceLocal.java:782)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.getUserFromCES(WorkflowEngineServiceLocal.java:536)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.systemSignOn(WorkflowEngineServiceLocal.java:341)
         at com.hyperion.workflow.engine.server.framework.WorkflowEngineServiceLocal.signOn(WorkflowEngineServiceLocal.java:387)
         at com.hyperion.workflow.engine.api.base.WorkflowEngine.signOn(WorkflowEngine.java:80)
         at com.hyperion.workflow.engine.api.base.WorkflowEngine.trustedSignOn(WorkflowEngine.java:94)
         at com.hyperion.workflow.engine.api.base.WorkflowEngine.trustedSignOn(WorkflowEngine.java:90)
         at com.hyperion.workflow.agent.TaskReceiver.init(TaskReceiver.java:34)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    2012-03-06 10:50:42,390 [main] ERROR com.hyperion.workflow.agent.TaskReceiver.init(TaskReceiver.java:39) - Error Getting the workflowEngine Cannot signOn.Cannot getUsers.null
    Mar 6, 2012 10:50:42 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-28080
    Mar 6, 2012 10:50:43 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:28082
    Mar 6, 2012 10:50:43 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/125 config=null
    Mar 6, 2012 10:50:43 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 108250 ms

  • Web client configuration assistent failed during configuration

    Hello,
    I am trying to install OCS on RH ES 3.0.
    Infrastructure, Information storage and middle tier are on the same machine.
    During middle tier installtion , i have selected following components at a time oracle files,oracle calender assiatent, web conferencing, portal.
    But during configuration "webclient configuration assistent" and "infrasturucture phase 2 assistent" failed.
    can anyone help me, for solving this problem ASAP.
    Thanks and Regards,
    Sarita

    It would help to know which release you are installing? for general help, please look at the install guide or the OCS admin guide.

  • Reinstall of ADFS 3.0 fails during configuration step with error ADRepository.CreateTopContainer

    I am installing ADFS 3.0 alongside an existing ADFS 2.0 farm.  I followed the steps as detailed here:
    http://office365support.ca/migrating-ad-fs-2-0-to-ad-fs-3-0-for-office365-single-sign-on-2/
    That worked fine initially, but I ran into problems and decided to remove ADFS 3.0 completely and start over.  When I rerun the the Active Directory Federation Services Configuration Wizard, it gets almost all the way through, but fails with a generic
    error of: An error occurred while trying to configure this machine.  
    Down below in the Detailed operation results, it displays:
    ADRepository.CreateTopContainer
    I am guessing I haven't cleared out something in Active Directory, but I'm not sure what that is.
    In my research, I found suggestions for deleting everything under ProgramData\Microsoft\ADFS, but I don't believe I can do that since I am still relying on the ADFS 2.0 installation until I can cut over.
    Any help would be much appreciated.
    Regards,
    David Collins

    ADFS 2.0 uses IIS and so the installation is under /inetpub/adfs/ls.
    There's also a backup here:
    ADFS : Restoring / re-installing ADFS v 2.0.

  • IDT (Beats) software installation fails during configuration phase

    System:    HP Pavilion dv7-6b70ed
    OS:            Windows 7 Ultimate 64 bits
    I lost access to the Beats Audio Control Panel for reasons unknown and decided to reinstall the software. The installation seems to go fine, until I got the configuration screen one gets after restarting the system. The installation terminated with an "unknown error", after clicking the finish button.
    It appears to be a problem, because my laptop sounds like having a severe cold. Anybody an idea?
    thanks .... H

    Hi,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp55001-55500/sp55094.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, restart the notebook and let Windows fully load,
    Now use the Microsoft 'Fixit' on the link below to install the IDT Audio software.
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • ""selected font failed during last operation." and " there is a problem with generator" application error

    For PSDs I have created in older versions of Photoshop CC 2014 I am getting errors when opening / trying to save. They seem to be either Generator or font related. Interestingly, PSDs created in newer versions of PS CC 2014 have no issues, even when using same fonts.
    I am getting the error messages:
    When I open the older PSD files, (again created or saved in older versions of PS CC 2014) I am asked to update fonts. If I do I get the error.
    'Selected font failed during last operation'
    When I try to don't try to update fonts and then I try to play with the file I get the following error.
    'There is a problem with Generator. Please quit Photoshop and try again. If the problem persists, remove any third-party plugins or try re-installing photoshop.
    I don't have any third party plugins that I can see.
    I have re-installed multiple times.
    I need to use this program and I am paying for your services. I am actually on the phone now with 'help desk' and have been on hold for 22 minutes.
    Please Help

    When I installed the Apple programs, mobile device application did not uninstall by itself. I had to go to c://program files/common files/apple/mobile device application (or something like that) and manually delete the contents and the folders. I have a 64 bit version so I also had to visit c://program files (x86)/common files/apple/mobile application device (or similar) and also manually delete the files and folders. I had to delete the files before I could delete the folders. This manual part is probably tripping everyone up, because it's not as easy as simply hitting uninstall in the control panel. But the instructions are there. I hope this helps you.

  • Frm-92101 failed during stratup

    I have installed AS10g on window 2003 server, after applying configuration on default.env and formsweb.cfg.
    when i call my system the following error occured frm-92101 failed during startup
    details
    java exception:
    oracle.forms.net.connectionexception : forms session <1> failed during startup : no response from the runtime process
    at oracle.forms.net.connectionexception.createconnectionexception(unknown source)
    at oracle.forms.net.httpnstream.getresponse(unknown source)
    at oracle.forms.net.httpnstream.doflush(unknown source)
    at oracle.forms.net.httpnstream.flush(unknown source)
    at java.io.dataoutputstream.flush(unknown source)
    at oracle.forms.net.httpconnection.connect(unknown source)
    at oracle.forms.engine.formsdispatcher.initconnection(unknown source)
    at oracle.forms.engine.formsdispatcher.init(unknown source)
    at oracle.forms.engine.RUNFORM.initconnection(unknown source)
    at oracle.forms.engine.RUNFORM.startrunform(unknown source)
    at oracle.forms.engine.main.createrunform(unknown source)
    at oracle.forms.engine.main.start(unknown source)
    at sun.applet.appletpanel.run(unknown source)
    at java.lang.thread.run(unknown source)
    please if any one can guide in order to solve this error,i would like to add that i'm already running my system on AS 10g installed on window 2000 without infrastructure, but when i installed it on window server 2003 plus i installed infrastructure on another machine in window server 2003.

    Hi,
    1. This doesn't look like Application Server, but Developer Suite!
    2. For Developer Suite, you also need to start the OC4J Instance. Did you?
    3. You don't need the entries in PATH. The fmx and pll/plx only needs to be added to FORMS90_PATH
    4. This looks like an older version. Is it 9i (9.2.0.1) or 10g (9.0.4)?
    Regards,
    Martin

  • Abt RFC & FTP---- RFC to SAPFTP failed (urgent)

    Hi all,
    my program is working fine when i execute it in SAP GUI.
    in this program i need to send some local file to FTP server from presentation server.
      actually we have a scanner through which we can scan the barcode data from barcode label.this scanner is connected to  sap test server through web console.
         so ,i can see the sap screen on the screen of scanner for this perticular transaction.
    after scanning a barcode,the barcode data comes to scanner.when i execute this report on the scanner, it is showing the error---- RFC to SAPFTP failed.
            where as this same report is working very fine on the SAP server.it can send my file from presentation server to FTP server located at some other place.
        web console is installed so i can connect scanner to SAP for this perticular transaction through web.i think, to execute on scanner is same as execute on sap server.
       This error comes while executing a Function module FTP_CONNECT which is present in my program.
       can u please tell where  is the problem?it is very urgent as they need in 1 day of time.
    code is as follows.
    FORM ftp_send using printer dir.
          data: user(64) type c value 'man',
                pwd(64) type c value 'post',
                host(64) type c value '172.160.122.30',
                cmd1(80) type c ,
                cmd2(150) type c ,
                cmd3(80) type c ,
                dest like rfcdes-rfcdest value 'SAPFTP',
                compress type c value 'N'.
    data: hdl type i,
          key type i value 26101957,
          dstlen type i.
    data: begin of result occurs 0,
          line(100) type c,
          end of result.
    data:begin of tab_oline occurs 0,
         oline(200) type c,
         end of tab_oline.
    describe field pwd length dstlen.
    LOOP AT bt.
          CLEAR tab_oline.
          CONCATENATE
          bt-userid
          bt-zdate
          bt-seq
          bt-charg
          bt-batch
          bt-matnr
          bt-menge
          bt-lgpla
          bt-lifnr
          bt-lot_code
          bt-date_code
          bt-lead_nolead
          INTO tab_oline-oline SEPARATED BY ','.
    append tab_oline.
    endloop.
    CALL FUNCTION 'WS_DOWNLOAD'
    EXPORTING
      BIN_FILESIZE                  = ' '
      CODEPAGE                      = ' '
       FILENAME                      = 'c:\pabi29.txt '
       FILETYPE                      = 'DAT'
      MODE                          = ' '
      WK1_N_FORMAT                  = ' '
      WK1_N_SIZE                    = ' '
      WK1_T_FORMAT                  = ' '
      WK1_T_SIZE                    = ' '
      COL_SELECT                    = ' '
      COL_SELECTMASK                = ' '
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      TABLES
        DATA_TAB                      = tab_oline.
      FIELDNAMES                    =
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_WRITE_ERROR              = 2
      INVALID_FILESIZE              = 3
      INVALID_TYPE                  = 4
      NO_BATCH                      = 5
      UNKNOWN_ERROR                 = 6
      INVALID_TABLE_WIDTH           = 7
      GUI_REFUSE_FILETRANSFER       = 8
      CUSTOMER_ERROR                = 9
      OTHERS                        = 10
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    clear tab_oline.
    refresh tab_oline.
    call 'AB_RFC_X_SCRAMBLE_STRING'
      id 'SOURCE'      field pwd    id 'KEY'         field key
      id 'SCR'         field 'X'    id 'DESTINATION' field pwd
      id 'DSTLEN'      field dstlen.
    **Set FTP File Paths
    call function 'FTP_CONNECT'
      exporting
        user            = user
        password        = pwd
        host            = host
        rfc_destination = dest
      importing
        handle          = hdl.
    if sy-subrc ne 0.
    message e020 with 'RFC connection failed'.
    endif.
       DATA: zfilename(150) TYPE c,
              zfilename2(150) TYPE c.
             printer(5) TYPE c." value 'P0001'.
    CONSTANTS: dir(50) TYPE c VALUE '\SAPuser\SAPfolder\'.
    DATA: dir(50) type c.
    select single pfolder from zkt014 into dir where printer = printer.
    TEXT file name
    CONCATENATE dir printer bt-userid bt-zdate sy-uzeit bt-seq '.txt'
      INTO zfilename.
      CONDENSE zfilename no-gaps.
    Done filename
      CONCATENATE dir printer bt-userid bt-zdate sy-uzeit bt-seq '.done'
      INTO zfilename2.
      CONDENSE zfilename2 no-gaps.
    clear bt.
    refresh bt.
    concatenate 'put' '\pabi29.txt' zfilename
    into cmd1 separated by space.
    if cmd1 ne ' '.
      call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = cmd1
          compress      = compress
        tables
          data          = result
        exceptions
          command_error = 1
          tcpip_error   = 2.
      IF SY-SUBRC NE 0.
      message e021 with 'bar tender is not submited due to error in RFC'.
      endif.
      loop at result.
        write:/ result.
      endloop.
    ENDIF.
      refresh result.
    endif.
    concatenate 'rename' zfilename zfilename2 into cmd2 separated by
    space.
    if cmd2 ne ' '.
      call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = cmd2
        tables
          data          = result
        exceptions
          command_error = 1
          tcpip_error   = 2.
          if sy-subrc eq 0.
      MESSAGE w044(zv).
      ELSE.
      message e019 with 'RFC ftp_command problem'.
       endif.
      loop at result.
        write:/ result.
      endloop.
      refresh result.
    endif.
    if cmd3 ne ' '.
      call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = cmd3
        tables
          data          = result
        exceptions
          command_error = 1
          tcpip_error   = 2.
      loop at result.
        write:/ result.
      endloop.
      refresh result.
    endif.
    call function 'FTP_DISCONNECT'
      exporting
        handle = hdl.
    thanks in advance.
    Regards
    pabitra

    Well may be the reason is that you are running report from SAP console.
    SAPFTP is just an RFC destination which is actually pointing to an exe file on your frontend. filename is 'sapftp' and it is installed with your GUI frontend installation. May be while running through web console it is having problems accessing this file.
    As a solution, why don't you use the rfc destination for the application server. It is called SAPFTPA. So instead of ws_download, you can save the file on application server through OPEN dataset ... ABAP commands. Than from application server ftp it using the same logic as it is in existing program. Just be sure to use the rfc destination SAPFTPA.
    Hope this helps.
    Cheers.

  • How to Uninstall SQL instance on active-passive SQL server , which failed during Cluster Setup (Error-Failed at Validate Active Directory Configuration)

    How to Uninstall SQL instance on active-passive SQL server , which failed during Cluster Setup (Error-Failed at Validate Active Directory Configuration)
    active-passive SQL server cluster setup failed due to some steps missed in initial cluster setup,
    now i have unistall sql instance from nodes,
    Your help will higly appriciated.
    Regards,
    Anish
    Asandeen

    Hello,
    Please refer to the following link about remove a node of  SQL Server Failover Cluster Instance:
    http://msdn.microsoft.com/en-us/library/ms191545.aspx#Remove
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Error during configuration process while installing obiee 11.1.1.7.0 in windows server 2012

    HI..
    I'm having an issue while installing obiee 11g(11.1.1.7.0) in windows server 2012 and using the database as ms sql server 2008. During configuration process after the installation process is completed , here the process is stopped at "Step:executing opmnctl start configuration_obisch1" status "failed"
    Here is the error:
    Error
        opmnctl task failed
        Step Executing: opmnctl start coreapplication_obisch1 failed
        Configuration Action "Executing opmnctl start coreapplication_obisch1 " has failed. please check log files...
    any help would be great
    thanks..

    Friend,
    Installer file size is:
    Size: *1.23 GB (1,323,085,837 bytes).*
    Size on disk: *1.23 GB (1,323,089,920 bytes).*
    I tested also disabling antivirus on my PC and disconnect the power cord before starting the installation of JDeveloper. In both tests the result was the same.
    Some additional recommendations to solve this case.
    Thank you for supporting.
    Edited by: Luis_vkacito on Nov 15, 2012 6:48 AM

  • Configuration Assistant failed during OEM 10g Grid control installation

    Hi i got an error while installing OEM 10g Grid control 10.2.0.2.1 on Windows 2008 32bit server.
    Installation of OEM 10g was successfull but during configuration im getting an error "ORA-12560: TNS: protocol adaptor error". hence configuration assistant get failed to create emrep database. i stopped the TNSListener service and started db creation using DBCA again i got the same error. please find the below logs from db10g/cfgtoollogs/cfgfw
    INFO: oracle.assistants.dbca:About to execute plug-in Oracle Database Configuration Assistant
    INFO: oracle.assistants.dbca:The plug-in Oracle Database Configuration Assistant is running
    INFO: oracle.assistants.dbca:Launching CmdExec
    INFO: oracle.assistants.dbca:ExitCode=1
    INFO: oracle.assistants.dbca:The plug-in Oracle Database Configuration Assistant executed as attached=true in separate process with exitcode=1
    INFO: oracle.assistants.dbca:The plug-in Oracle Database Configuration Assistant has failed its perform method
    Note: i got one more error during installation which is "Failed to initialize OCR" and "OS error in starting service OracleCSService"
    INFO: Calling Action ntServicesActions10.2.0.3.0 ntStartService
         selectedNodes = null
         serviceName = OracleCSService
    INFO: Exception thrown from action: ntStartService
    Exception Name: StartIndeterminate_OS_ErrorException
    Exception String: OS error in starting service OracleCSService
    Exception Severity: 0
    please provide me the solution.

    [http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/toc.htm]
    [Enterprise Manager Grid Control Installation and Basic Configuration|http://download-uk.oracle.com/docs/html/B12012_03/toc.htm]
    http://blogs.oracle.com/AlejandroVargas/gems/GridControl10gR2Install.pdf
    HTH
    Anantha

  • RFC Sender Adapter error " Call to messaging failed"

    Hi,
    I have been trying the RFC-> XI->File scenario.When I execute RFC using se37 transaction
    on R/3 box,it gives the error " Call to messaging failed:
    com.sap.aii.af.ra.ms.api.DeliveryException".
    I have looked at msg in XI server using SXMB_Moni transaction.I found that,program is unable
    to find the interface mapping function (Mapping between RFC and Inbound interface).
    I have done the following settings:
    For Sender :
    1.RFC is being used as outbound Interface.
    2.Imported RFC from R/3.
    3. The R/3 functionality is to retrieve records.
    For Receiver:
    1.Defined Inbound ,Async. Interface.
    2.Defined Data Type and Msg type
    3.Defined Fault Message type
    Mappings:
    1. Message Mapping is defined for Inbound Message(From RFC) and Outbound Message
    2. Source Interface(ZRFC) and target Interface(Inbound Interface) mapping is defined.In this mapping I am unbale to defined Mapping for Response and Fault.I have just deifned for Request as tabs are not gettting enabled after click of 'Read Interface'.
    All necessary configurations have been done in Intergration Directory.
    I am getting XML message at receiver at without data where rfc retireves two records.Why this is not being done?
    As there is no mapping for Fault message of Inbound interface with RFC interface,I think mapping no found error is coming.
    PS. I have not done the message mapping between ZRFC.Response and Inbound Message.
    Please comment,where I have gone wrong.
    Thanks & Regards,
    HImanshu

    Hi,
    I don't know if the info below will solve your problem.  Your scenario is an asynch scenario, therefore, the RFC must be executed as a qRFC.  SE37 executes the RFC as synch.
    To execute the RFC as asynch, you must tested with a report (se38):
    The RFC must be executed as a qRFC.
    data: DEST LIKE RFCDES-RFCDEST VALUE 'MY_RFC_DEST'.
    CALL ‘RFC’
         IN BACKGROUND TASK
         DESTINATION DEST
         EXPORTING
    COMMIT WORK.
    The ‘COMMIT WORK’ is required to send the RFC.
    Regards,
    Bill

  • Planning - Recieving errors during configuration process

    Hello,
    We are currently installing System 11.1.1.1 using Weblogic 9.2 MP1. We have successfully installed and configured Shared Services, Workspace and Essbase. We have installed Planning but I keep recieving errors during the configuration process. The following errors are logged in the configtool_err.log file:
    Feb 10, 2009, 07:18:10 AM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, The specified database is already configured.
    (Feb 10, 2009, 07:19:59 AM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Error happen while trying to get Planning system DB info from registry.
    (Feb 10, 2009, 07:30:10 AM), com.hyperion.cis.config.servers.WlsAppServer, ERROR, WebLogic Admin server has not started after about 10 minutes.
    (Feb 10, 2009, 07:30:12 AM), com.hyperion.planning.HspDBConfigurator, ERROR, HP-9.5.0 product is not registered.
    (Feb 10, 2009, 07:30:13 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Deployment failed. Admin server doesn't started.
    (Feb 10, 2009, 07:41:35 AM), com.hyperion.cis.config.servers.WlsAppServer, ERROR, WebLogic Admin server has not started after about 10 minutes.
    (Feb 10, 2009, 07:41:35 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Deployment failed. Admin server doesn't started.
    (Feb 10, 2009, 07:50:05 AM), com.hyperion.planning.HspDBConfigurator, ERROR, HP-9.5.0 product is not registered.
    Any thoughts or information would be much appreciated.
    Thanks
    Tony

    Hi,
    What O/S are you installing on?
    Is it possible you can try and break down the configuration of planning.
    So only have Shared Services / Open Ldap Services running, make sure you can log into shared services console
    Run the configurator, choose planning > Configure Database (are you using a seperate database for each product, I am finding it helps with installations)
    If you are select the "Perform 1st Time configuration of Database" - Chose Drop and re-create tables"
    If successful move on to the configure - Deploy to application Server.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Configuration Assistant FAILED during Oracle 10.2.0.1.0 g installation

    The Configuration Assistant Failed during set up. Can someone tell me how to resolve this problem. My reading reveals that I can use the database, however, it may not function properly? What should I do?

    OS?
    Text of error message?

Maybe you are looking for

  • In the middle of watching downloaded movie and ipad froze wont turn off

    Question?? In the iddle of watching dowloaded movie Ipad froze - will not do anything - time frozen, movie frozen. Cannot turn off - nothing. Help!!

  • How to pull a Specific files from the local path using SSIS package

    Hi Friends, I have 15 Dealers files .With the Files name as follows 1. ''ACTEST00001_20141112_0408_INV.TXT'' 2. ''ACTEST00002_20141112_0408_INV.TXT'' I will get these files through FTP on Daily basis with changes on date alone. I will have 4 files fo

  • Help with longs in byteBuffers

    Ok so bassiclly I want to send a long file over a network in an byteArray, my filesize is stored as a long but im having problems using longs with byteArray. long log = 12; byte[] bytes = new byte[10]; ByteBuffer buf = ByteBuffer.wrap(bytes);     buf

  • WebDAV: delete or rename of a folder doesn't work in XP clients

    Hello! I provide file sharing via WebDAV to some Windows XP clients. The clients can create files and folders, but they can't rename folders (renaming files does work). When I mount the WebDAV-Folder in MacOS, renaming folders does work perfectly. I

  • [CS6] How can I copy and paste a rectangle or other shapes?

    [Photoshop CS6] I want to copy and paste a simple rectangle. I drawed a rectangle with the Rectangle Tool. I marked it with the Move Tool. If I go to Edit->Copy and then to Copy->Paste I see still only one rectangle. Could be one is overlayed by the