BPM: Wait for response in asynch scenario

Hi,
I have implemented a BPM which is working (but not as it should). The scenario is R3 IDoc - XI - Legacy SOAP - XI - SAP, and the requirement from the legacy web service is that we cannot sent another Idoc to the web service until we get a response (ALEAUD) back. We also cannot use synchronous interfaces.
I thought that the BPM would solve this, the BPM contains a receive IDoc step, send Idoc (SOAP), receive ALEAUD response (SOAP) and send ALEAUD (IDOC), all steps asynchronous. But if I send two IDocs from R/3 they get both get sent to web service, even though the second Idoc should wait for a the ALEAUD from the web service before being sent. It seems that XI just creates a new instance of the BPM and runs the second IDoc in this one.
Is there a way to implement that when XI receives several IDocs from R/3, XI queues them up and sends them one by one and wait for a response before sending next one?
I have implemented correlation to relate the response to the message sent out.
Thanks a lot for your help!
-Kenneth
Message was edited by: Kenneth Eriksen
Message was edited by: Kenneth Eriksen

Yes, the response references the Idoc number of the request.
I actually tried this, but it didn't work the way I expected it. It seems that XI just creates a new instance of the BPM for the next IDoc it receives from R/3, so there are in fact several instances of the BPM running at the same time.
I tried with a fork, where branch 1 is a loop that is always true (1=1) and branch2 has a receive step with the local correlation. The fork should stop if two branches are true. This did not work as I hoped.
Right now I am trying a fork with two branches, branch1 includes a loop, inside loop I have a switch which invokes a send step if a simple type flag is on and a cont operation which turns the flag off, otherwise it waits for a minute. Branch2 of the fork has a receive step waiting for the response, with local correlation, and a cont operation which turns the flag on.
Will this work? I am not sure if this simple type flag is global, that is if it works for all instances of this BPM or just the one BPM it resides in.
Is there some way of forcing XI to not create new instances of a BPM, but rather have all messages go the same instance? this would solve  my issue as I see it.
Thanks!

Similar Messages

  • Request timed out while waiting for response!!

    Hi All,
    My scenario is PROXY to SOAP. I am getting below error while posting to WEBSERVICE.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  XML Validation Inbound Channel Response
      -->
      <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">Failed to deliver inbound WS message, code=503 and reason=Request timed out while waiting for response. at com.sonicsw.net.http.ws.WSHttpProtocolHandler$HttpInBrokerHandler.invoke(WSHttpProtocolHandler.java:833) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at com.sonicsw.net.http.ws.WSHttpProtocolHandler.sendToSOAPStack(WSHttpProtocolHandler.java:630) at com.sonicsw.net.http.ws.WSHttpProtocolHandler.dispatch(WSHttpProtocolHandler.java:537) at com.sonicsw.net.http.ws.WSHttpProtocolHandler.servicePost(WSHttpProtocolHandler.java:284) at com.sonicsw.net.http.ws.WSHttpProtocolHandler.service(WSHttpProtocolHandler.java:609) at com.sonicsw.net.http.HttpProtocolHandler.handle(HttpProtocolHandler.java:471) at progress.message.net.http.server.HttpConnectionHandler.handle(HttpConnectionHandler.java:170) at progress.message.net.https.server.SonicHttpsConnection.service(SonicHttpsConnection.java:156) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831) at progress.message.net.https.server.SonicHttpsServer.handleConnection(SonicHttpsServer.java:449) at progress.message.net.https.server.SonicHttpsServer.handle(SonicHttpsServer.java:364) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)</ns1:stackTrace>
    Any Idea ? Do I need to change anything in my SOAP Channel or BAsis should change the Time Parameter?
    Thanks,
    Pushkar Patel

    Hi,
    >>>>>>>Request timed out while waiting for response.
    See the below link, it might be helpful to you for timed out issue.
    [Link1|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747?quicklink=index&overridelayout=true]
    Regards,
    Rajesh

  • FCGI1031: timed out waiting for response body

    Hello,
    I can not see the remote computer to the test.php
    I see logs
    for host 33.180.164.9 trying to GET /test.php, responder-fastcgi reports: FCGI1031: timed out waiting for response body from c:/program files/oracle/webserver7/https-testnet4/docs/test.php
    My obj.conf
    Service type="magnus-internal/php"
    fn="responder-fastcgi"
    app-path="C:/Program Files/Oracle/WebServer7/plugins/php/php-cgi.exe"
    bind-path="https-testnet4--php_cgi"
    app-env="PHPRC=C:/Program Files/Oracle/WebServer7/plugins/php"
    app-env="PHP_FCGI_CHILDREN=2"
    app-env="PHP_FCGI_MAX_REQUESTS=200"
    bucket="php-bucket"
    I see the internal computer test.php but test.php will not appear on the remote computer.
    Regards

    Good day.
    I have a similar problem and I have managed to pinpoint when it fails but unfortunately I don't know how to fix it yet.
    In my scenario, I have 2 separate processes:
    the first process reads data from a Seebeyond SRE instance and stores it on a local Java CAPS queue.
    The second process is an EVision process that reads the data from this queue and displays it on a page.
    Whenever I am not connected to the network linking my Java CAPS instance to the Seebeyond SRE instance (first process cannot connect ) I get this problem on the EVision side every second time I request a page. This means I can view the first message on the queue and then I have to restart the Logical Host
    This doesn't make sense to me, since The EVision process is a completely separate process, deployed in it's own WAR file.

  • Error while invoking bean "delivery": Waiting for response has timed out.

    Hello,
    I am running a process that currently catches an exception from a partnerlink. When the exception is caught I send an email and the process exits. When I submit a request from the BPEL console, I have to wait until the JTA timeout before the page returns. However, the instance completes successfully and I receive the email before the timeout happens. This is what I see in the logs. When I look at the audit and activity flow, all of the activities were timestamped prior to the exception being thrown. Has anyone seen this behavior or know what is going on. Is there a problem sending email in a catch or catchAll block?
    <2009-04-19 22:33:41,859> <ERROR> <iCareTest.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "delivery": Waiting for response has timed out. The conversation id is cf9324c9be114336:513ede58:120c17e1922:-7fc0. Please check the process instance for detail.
    com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is cf9324c9be114336:513ede58:120c17e1922:-7fc0. Please check the process instance for detail.
    Thanks in advance
    Jim

    There is no issue the reason why it times out is because you don't have a reply back to the client in your catch all.
    If you look at your process you will see that the defaul reply is in the main scope. When the catch all is invoked this reply is by passed, therefore no reply is sent.
    PLease a reply in your catch all back to the client and it will work.
    cheers
    James

  • Time Out Error while waiting for response from DB Procedure

    Hi Gurus,
    We are encountering a problem in our production environment. The system is implemented using AIA foundation pack 2.5 on SOA suite 10.1.3.4.
    We have a BPEL process A which calls an ESB Service which inturn calls BPEL Process B. In process B, we have a DB procedure call which waits for a response from
    a DB procedure. The procedure doesn't reply on time and Process B remains in waiting state to get the response from DB Procedure wherein Process A errors out by showing as "Timed Out Error".
    This issue is intermittent and we have already increased transaction-time outs in transaction-manager.xml to 7200 and ejb-orion-jar.xml to 3600.
    When we encountered this problem, we found out that there are too many connections open and when we bounced the server, everything was restored to nornal but as it is a production env. we can't do it over and over again.
    We have 2 nodes each having max connections as 100 and min. as 0.
    Is there a limit to max no. of connections or can we do something in DB side to ensure that it doesn't happen again ?
    Please suggest.
    Thanks,
    Vikas Manchanda

    Hi Anuj,
    I don't think it is a problem with connection reaching to max numbers because this issue is coming on very intermittent basis.we don't have any other processes using
    the same connection pool and this issue is coming even when there is no load on the server. This is recent trace from the production environment. Also i don't have any thing called "abandoned-connection-pool" in my data-sources.xml.
    <2011-07-07 13:09:16,101> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "delivery": Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:109)
    at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DeliveryBean_RemoteProxy_4bin6i8.request(Unknown Source)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processNormalOperation(SOAPRequestProvider.java:451)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:274)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:120)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:576)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:465)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:134)
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java)
    Please suggest.
    Thanks,
    Vikas Manchanda

  • How long BPM wait for an transport acknowledgement

    I have a send step with transport acknowledgement. When receiver system is not available adapter tries 3 times to deliver a message but my BPM has still a status "in work".
    How long BPM wait for an transport acknowledgement? Can I configure it? Will this BPM cunsume system resorces?
    What is the best strategy for work with transport acknowledgement?

    > You can add a deadline branch
    I don't like this approach... because I can change amount of attempts  and period. My BPM will be stopped but message could be delivered later... It will be diffucult to support dedline period in all business process

  • SAPgui: Waiting for response

    Hi all,
    after the failed attempt to make a client copy I have some problems:
    Stopping the system with stopsap or stopping the database (MaxDB) not possible, because "there are still active users on database system"
    --> so I must stop the database with dbmcli
    --> after each new sapstart I have the same problem
    Also login is not possible:
    While trying to connect to the system SAPgui gives
    "Waiting for Response" but nothing works.
    Problem with the database?
    --> entry in dev-disp:  swap space to small, tmpfs at /dev/shm  to small
    Connection problem?
    --> entry in dev_ms: 
         "MsSCheckConnections: no response from Client C0 (<hostname>_<sid>00)"
    --> entry in CPITRCxxxxx:
         "GwIConnect to <hostname> / 3300 failed..."
         "CPIC (TCP/IP) on local host
           Partner 192.168.0.200 not reached
    What can I do?
    Thank you in advance
    Wilhelm

    > see a smile in my face!
    >
    > "- take a full backup of the database
    > - take a backup of the log area ."
    >
    > -> for the first time: how do I do that?
    The easiest way is to install DBMGUI or Database Studio (see here: https://www.sdn.sap.com/irj/sdn/maxdb-downloads) - you can choose
    Check the guide
    https://www.sdn.sap.com/irj/sdn/maxdb
    --> Backup and Restore   
    and
    http://maxdb.sap.com/doc/7_6/f8/5a27401544ed01e10000000a155106/frameset.htm
    Basically you will need to
    - connect DBMGUI or Database Studio to your database (using the dbm/control user)
    - create a medium where to backup (disk, tape)
    - run the database backup
    - create a second medium for the logfiles
    - backup the log
    Get back if you have a problem
    Markus

  • Error Message "waiting for response from user"

    When some people invite me to chat on Ichat, they get an error message saying "waiting for response from user."  On my end, I never get the invite.  Other people are able to invite me without any problem.  How do I fix this?  Is the problem on my end? 
    Thank you!

    Hi,
    I can see now where the issue is.
    A Jabber Buddy list can only accept Jabber Buddies.
    A Buddy List that Logs into AIM such as your @Me.com name can only add Valid AIM Names to it as Buddies.
    The main problem is that both Jabber IDs and AIM names can have the @symbol on them and look like email addresses.
    Example Jabber IDs
    Example "AIM " Names
    [email protected]
    ralphjonhsr  (No @)
    [email protected]
    [email protected]  (Apple ID type)
    [email protected]
    [email protected] (Apple ID type)
    any Facebook name
    [email protected] (Email registered with AIM)
    So your Jabber Buddy List will find that there is No (@)me.com Jabber server and say the message cannot be delivered.
    The AIM (@Me.com) Buddy never gets the Request for Authorisation for the same reason and the auto response of adding An ID/Name to Send a Message to starts iChat wanting that person to Accept or Decline being a Buddy- which they cannot do - so you get the name with the "Waiting for..." message.
    Either everyone gets a Jabber ID or everyone gets a Valid AIM Name.
    8:39 PM      Friday; October 28, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • When i try to submit an application with Application Loader, the wizard is blocked on "Send API itunes connect usage, waiting for response". Any idea ?

    When i try to submit an application with Application Loader, the wizard is blocked on "Send API itunes connect usage, waiting for response". Any idea ?

    Thank you, Vincent! It's still down for me, but at least I know someone had the same issue. Hoping it's going to work over here soon
    Best!

  • SAP TCode Iview hangs at "waiting for response"

    Hi ,
    I have configured EP 7 (on windows) with R/3 (Unix) , UME setting is done and now when i am trying to run the iview with hostname of the R/3 server in System's Settings , then it shows " host name unknown " and when i give IP address in System Objects setting and click preview of iview , then screen appears to start the SAP at "waiting for response " and hangs .
    Is there any specific setting that i might have missed in System Object or while creating Iview .?
    Please guide .
    Thanks

    Hi Deb,
    The link you sent was gud , but all the values was maintained by me already .
    sending you the connector , its and WAS properties :-
    WAS Description – Blank
    WAS Host Name -  abcxyz04 (for eg)
      WAS Protocol  - http
    Authentication Ticket Type – Sap Logon Ticket
      Logon Method  -  UIDPW
    For Connector
    Application Host – abcxyz04
    Gateway Host  -      abcxyz04
    Gateway Service  -- sapgw00
      Logical System Name  - DEVCLNT500
    Remote Host Type  -- 3
    SAP Client   --  500
    SAP System ID (SID)  -- DEV
    SAP System Number  -- 01
    Server Port – 3200
    System Type – SAP_R3
    Trace Mode – 1
      ITS Host Name – abcxyz04:3200
    ITS Path -- /sap/bc/gui/sap/its
    ITS Protocol  -- http
    Please guide .
    Thanks

  • GUI Login to System "Waiting for Response"

    Dear all,
    I´ve installed a new SAP-System with ABAP and JAVA.
    The installation was successfull, but when I want to login to the System
    the GUI write "Waiting for Response". That´s all.
    Can anyone help me?

    The disp_dev writes:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        CCC
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    111
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        3732
    Sat Aug 16 09:45:36 2008
    kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 3732) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 111 successfully loaded
         shared lib "dw_xtc.dll" version 111 successfully loaded
         shared lib "dw_stl.dll" version 111 successfully loaded
         shared lib "dw_gui.dll" version 111 successfully loaded
         shared lib "dw_mdm.dll" version 111 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Sat Aug 16 09:45:41 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5361]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >solman_CCC_01                           <
    DpShMCreate: sizeof(wp_adm)          18672     (1436)
    DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1536)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06420040, size: 4892312)
    DpShMCreate: allocated sys_adm at 06420040
    DpShMCreate: allocated wp_adm at 06422090
    DpShMCreate: allocated tm_adm_list at 06426980
    DpShMCreate: allocated tm_adm at 064269B0
    DpShMCreate: allocated wp_ca_adm at 0682FDF0
    DpShMCreate: allocated appc_ca_adm at 06835BB0
    DpShMCreate: allocated comm_adm at 06837AF0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 068B89B0
    DpShMCreate: allocated gw_adm at 068B89F0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 068B8A20
    DpShMCreate: allocated wall_adm at 068B8A28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4056
      argv[0] = C:\usr\sap\CCC\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\CCC\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\CCC\SYS\profile\CCC_DVEBMGS01_solman
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1127
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=CCC
      argv[7] = -DSAPMYNAME=solman_CCC_01
      argv[8] = -DSAPPROFILE=C:\usr\sap\CCC\SYS\profile\CCC_DVEBMGS01_solman
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    Sat Aug 16 09:45:42 2008
    DpJ2eeStart: j2ee state = STARTED
    Sat Aug 16 09:45:44 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    ***LOG Q0K=> DpMsAttach, mscon ( solman) [dpxxdisp.c   11753]
    DpStartStopMsg: send start message (myname is >solman_CCC_01                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 111
    Release check o.K.
    Sat Aug 16 09:45:46 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Sat Aug 16 09:46:08 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Sat Aug 16 09:46:16 2008
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    Sat Aug 16 09:46:53 2008
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    Sat Aug 16 09:47:13 2008
    SoftCancel request for T14 U15 M0 received from IC_MAN
    SoftCancel request for T13 U14 M0 received from IC_MAN
    Sat Aug 16 09:52:24 2008
    WARNING => DpEnvCheck: no answer from msg server since 20 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:52:44 2008
    WARNING => DpEnvCheck: no answer from msg server since 40 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:53:04 2008
    WARNING => DpEnvCheck: no answer from msg server since 60 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:53:24 2008
    WARNING => DpEnvCheck: no answer from msg server since 80 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:53:44 2008
    WARNING => DpEnvCheck: no answer from msg server since 100 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:54:04 2008
    WARNING => DpEnvCheck: no answer from msg server since 120 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:54:24 2008
    WARNING => DpEnvCheck: no answer from msg server since 140 secs, but dp_ms_keepalive_timeout(300 secs) not reached [dpxxdisp.c   7224]
    Sat Aug 16 09:59:46 2008
    J2EE server info
      start = TRUE
      state = ACTIVE
      pid = 4056
      http = 50100
      https = 50101
      load balance = 1
      start_lazy = 0
      start_control = SAP J2EE startup framework
    Mon Aug 18 08:24:32 2008
    DpSigQuit: caught signal 3
    Mon Aug 18 08:24:45 2008
    DpModState: change server state from ACTIVE to SHUTDOWN
    Softshutdown of server...
    send softshutdown to gateway
    there are still entries in queues: 2
    Mon Aug 18 08:25:05 2008
    Softshutdown of server...
    send softshutdown to gateway
    DpHalt: shutdown server >solman_CCC_01                           < (normal)
    Mon Aug 18 08:25:06 2008
    Stop work processes
    Mon Aug 18 08:25:07 2008
    Stop gateway
    Stop icman
    Terminate gui connections
    wait for end of work processes
    waiting for termination of work processes ...
    Mon Aug 18 08:25:08 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:09 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:11 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:12 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:13 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:14 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:15 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:16 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:17 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:18 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:19 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:20 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:21 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:23 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:24 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:25 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:26 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:27 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:28 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:29 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:30 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:31 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:32 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:33 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:34 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:35 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:36 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:37 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:38 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:39 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:40 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:41 2008
    waiting for termination of work processes ...
    Mon Aug 18 08:25:42 2008
    wait for end of gateway
    wait for end of icman
    DpHalt: disconnect j2ee listener
    DpHalt: wait for end of j2ee server
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:43 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:44 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:46 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:47 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:48 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:49 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:50 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:51 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:52 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:53 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:54 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:55 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:56 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:57 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:58 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:25:59 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:00 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:01 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:02 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:03 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:04 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:05 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:06 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:07 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:08 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:09 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:10 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:11 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:12 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:13 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:14 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:15 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:16 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:17 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:18 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:19 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:20 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:21 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:22 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:23 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:24 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:25 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:26 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:27 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:28 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:29 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:30 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:31 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:32 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:33 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:34 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:35 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:36 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:37 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:38 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:39 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:40 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:41 2008
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:42 2008
    ERROR => DpHalt: J2EE (pid 4056) still alive ... [dpxxdisp.c   10223]
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4056)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    waiting for termination of J2EE server ...
    Mon Aug 18 08:26:43 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:44 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:45 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:46 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:47 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:48 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:49 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:50 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:51 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:52 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:53 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:54 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:55 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:56 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:57 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:58 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:26:59 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:00 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:01 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:02 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:03 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:04 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:05 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:06 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:07 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:08 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:09 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:10 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:11 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:12 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:13 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:14 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:15 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:16 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:17 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:18 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:19 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:20 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:21 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:22 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:23 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:24 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:25 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:26 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:27 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:28 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:29 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:30 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:31 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:32 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:33 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:34 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:35 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:36 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:37 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:38 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:39 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:40 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:41 2008
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:42 2008
    ERROR => DpHalt: J2EE (pid 4056) still alive [dpxxdisp.c   10255]
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN
    DpJ2eeEmergencyShutdown: try to kill SAP J2EE startup framework (pid=4056)
    waiting for termination of J2EE server (2nd chance) ...
    Mon Aug 18 08:27:43 2008
    DpStartStopMsg: send stop message (myname is >solman_CCC_01                           <)
    DpStartStopMsg: stop msg sent
    Mon Aug 18 08:27:44 2008
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12099]
    MBUF state OFF
    MBUF component DOWN
    cleanup EM
    Mon Aug 18 08:27:45 2008
    ***LOG Q05=> DpHalt, DPStop ( 3732) [dpxxdisp.c   10371]
    Can you understand, what this means?

  • XServe + Server Monitor = "Waiting for response"

    I have 5 Xserves. All are running 10.4.6 Server. One of them I am able to connect to via Server Monitor. I have done a bit of searching the forums and can't find anyone with a similar problem. What can I look for to start troubleshooting this?
    Thanks!

    Thank you for the response.
    XServes are on different subnets. The one I am able to connect with I can connect with no matter what subnet I am on. I cannot talk with any of the others regardless of which subnet I am on.
    Admin tools are a fresh installation (recently reinstalled system) MacBook Pro, fully updated.
    I am trying to connect to the servers via >server>add server and entering their IP addresses in. I can connect to the servers via Remote Desktop, as well as with AFP shares. The servers are working correctly, with the exception of my inability to use the Server Monitor.
    I also cannot seem to use the Server monitor locally on the machine. If I run Server Monitor and try to connect to the server via 127.0.0.1 or via it's internal IP address, I get the same "Waiting for response" message.

  • Server Monitor: Waiting for response

    We have for different systems that we have tried to use Server Monitor on. The two older ones, a PowerBookG4 and a mac-mini, both with Server Monitor version 1.5.0, work without any problems. Unfortunately, our two brand new MacBooks came with Server Monitor 1.5.1 and get the famous "Waiting for response" status.
    The only discussions I've found point to either reverse DNS not being setup -- which is not the case -- or the hardware monitor daemon not running. Given that the two systems with version 1.5.0 work, I don't believe either one of these are the problem.

    Well the MAC addresses of my LOM's seem to be sequential to the two builtin ethernet ports. Assign each LOM an IP number. Then, on another computer, try to change it's IP to the same thing as the LOM. You should get an error message saying that the IP # is already in use by aonther MAC address. You guessed it, that Other MAC address should be the LOM. This is how I found out mine. The 1 port ended with a 4, the 2 port ended with a 5, the LOM 1 ended with a 6 and the LOM 2 ended with a 7.
    HOWEVER, after days of messing with this stuff, I have not gotten the LOM to work. Tried all the tricks too, even the ones Apple won't tell you like unplugging the whole computer for 30 seconds and stuff. After all that messing around I have somehow damaged the servers ability to work with Apple Remote Desktop. The server appears in the list fine, but when you try to access it, ARD can never connect. I guess I will have to completely rebuild this server on Monday. It's faster than finding what's corrupt now. I'm not impressed with the Intel servers at all. I hate all this new LOM stuff and I don't like the mounting hardware either. I think they took a step backwards this time. Stop trying to make Sun servers. If I wanted a Sun, I'd buy a Sun. I want an Apple, because it's easy to use. At least they WERE easy to use. Anybody want to trade a dual Intel 3.0 for a dual G5???? I'm giving up on the LOM thing now. I will just use ARD to run Server Monitor on the machine as local. This is the only way to get info on the INtel serverrs it seems. Bummer. Silly that I trust my G4 Xserver much more than the Intel.

  • Server Monitor "Waiting for response" Forever! But localhost is OK

    I am having trouble getting Server Monitor running on my MacBook to connect to our new Intel Xserve. Feeding it either the IP address or the host name gets the same message: "Waiting for response" and nothing more. I have no trouble a t all access the same server using Server Admin on the same MacBook. So it ddoes not seem to be a DNS issue or even an ethernet issue. I am not running any firewires (that I know of either). This is a brand new server and I have never even started most services yet, just hooked it up to an Xraid. I also have (4) ethernet ports. But I get the same results by plugging the WAN into either of the ports. Is there a bug with Server Monitor and the Intel Xserves?

    Well the MAC addresses of my LOM's seem to be sequential to the two builtin ethernet ports. Assign each LOM an IP number. Then, on another computer, try to change it's IP to the same thing as the LOM. You should get an error message saying that the IP # is already in use by aonther MAC address. You guessed it, that Other MAC address should be the LOM. This is how I found out mine. The 1 port ended with a 4, the 2 port ended with a 5, the LOM 1 ended with a 6 and the LOM 2 ended with a 7.
    HOWEVER, after days of messing with this stuff, I have not gotten the LOM to work. Tried all the tricks too, even the ones Apple won't tell you like unplugging the whole computer for 30 seconds and stuff. After all that messing around I have somehow damaged the servers ability to work with Apple Remote Desktop. The server appears in the list fine, but when you try to access it, ARD can never connect. I guess I will have to completely rebuild this server on Monday. It's faster than finding what's corrupt now. I'm not impressed with the Intel servers at all. I hate all this new LOM stuff and I don't like the mounting hardware either. I think they took a step backwards this time. Stop trying to make Sun servers. If I wanted a Sun, I'd buy a Sun. I want an Apple, because it's easy to use. At least they WERE easy to use. Anybody want to trade a dual Intel 3.0 for a dual G5???? I'm giving up on the LOM thing now. I will just use ARD to run Server Monitor on the machine as local. This is the only way to get info on the INtel serverrs it seems. Bummer. Silly that I trust my G4 Xserver much more than the Intel.

  • Waiting for response

    Hi
    why i am receiving this message "Waiting for response" when i try to login?
    Regards

    Hi Quali,
    I cannot help you with the question how to check if the server is working but I can give you some suggestions if the server is overloaded or not..
    Login to the system and go to TA: SM04 and see how many users are logged in, if you see any  unwanted or invalid users, end their sessions and try to login again.
    Hope this helps.
    Best regards,
    Harsha

Maybe you are looking for

  • Unable to pair Remote with iTunes

    Hi, I am unable to pair Remote app to iTunes via both Home Sharing and Add an iTunes Library (via passcode). I am using Remote version 4.0 (748) on iOS 7.0.4 on iPhone 5s and iTunes version 11.1.3.8 on Windows 8. Both my iPhone and my Windows compute

  • Stock value is not getting updated in APO system From ECC automatically

    Hi All, Stock value is not getting updated in APO system From ECC automatically but if we do it manually from transaction CFM2 it will get updated. for this we are using EXIT_SAPLCSTK_001. I am using VL10A for delivery and VL06G for PGI I have also c

  • Missing and duplicate entries in the calendar

    I'm a long time (1997) Palm user who's moved to a BB 8330 last month. I can't seem to get calendar syncing to work correctly. In some instances, I am missing items on Outlook. I often have duplicate entries on the handheld. I've searched the forums a

  • Delta issues between two DSO's

    This issue has been a recurrent one over past years, so maybe someone can explain me what is happening here: The case is always the same, i.e. I try to load a delta from one DSO into another one. Let's call them DSO1, and DSO2. More in detail, the ca

  • Oracle 10GR2 Installation On Cloud

    Hi Exports, Can anyone give me some knowledge how to Install Oracle 10GR2 on Cloud Server (Windows Server 2008 R2 64 bit). as i am very new to install Oracle in Cloud server. I am trying to install it but failed to proceed next after selecting advanc