Receiving Transaction Manager Time out in iProcurement Receiving!

Hi All,
Database:10.2.0.4.0
Oracle Aps:12.0.6
O/S:AIX 64 bits 5.3 L
We are unable to create any receipts due to following error.Checked Receiving Transaction Manager and that is running fine.
Error Message
Your receipt could not be created successfully because your receiving transaction manager timed out.
Please contact your System Administrator for further assistance.
Steps To Reproduce
The issue can be reproduced at will with the following steps:
1. In Iprocurement select requisition to receive
2. Enter required data and press submit
3. on screen receive Items: review and submit get above error message
Profile RCV: Processing Mode is currently set to 'online'
Could anyone please share resolution to such an issue faced before.
Thanks for your time!
Regards,

Follow the Metalink ID: 375152.1

Similar Messages

  • Receiving Transaction Manager Errors out

    I am getting this meesage whle doing Inter-Org transfer that Receiving Transaction Manager as errored out. There is no error code displayed or similar.
    Any thoughts where I can find the log/details of this error?
    Thx

    Please see the solution in (PODAMGR And RCVOLTM Inactive And Cannot Be Started (Doc ID 726158.1)).
    Are there any errors in the database log file?
    If the above didn't help, please run cmclean.sql and ccm.sql scripts.
    Concurrent Processing - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables (Doc ID 134007.1)
    Concurrent Processing - CCM.sql Diagnostic Script to Diagnose Common Concurrent Manager Issues (Doc ID 171855.1)
    Thanks,
    Hussein

  • Time out problem while uploading large bpel processes into oracle soa suite

    Hi everyone,
    I'm using oracle soa suite 10.1.3.4.0 and I'm encountering time out problem while trying to upload a 5MB bpel process into my bpel process server located in the LAN network. The error is coming from apache common file upload.
    Is there a way to increate the connection time out for oc4j to avoid this problem?
    Thanks for any help.
    Regards
    Esfand

    Hi Marc.
    Thanks for your reply. I increased the transaction manager time-out but still I have the same problem. I believe this is something related to oc4j settings and related to upload bpel process. here is my stack trace output:
    79: A problem occured while connecting to server "192.168.0.12" using port "8888": bpel_JazbModaresJadidBPEL_1.0.jar failed to deploy. Exception message is: javax.transaction.RollbackException: Timed out
    at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:94)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:324)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    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.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.rmi.OracleRemoteException: An exception occurred during transaction completion: ; nested exception is:
    javax.transaction.RollbackException: Timed out
    at com.evermind.server.ejb.EJBTransactionManager.end(EJBTransactionManager.java:152)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:57)
    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 DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    ... 25 more
    Caused by: javax.transaction.RollbackException: Timed out
    at com.evermind.server.ApplicationServerTransaction.checkForRollbackOnlyWhileInCommit(ApplicationServerTransaction.java:664)
    at com.evermind.server.ApplicationServerTransaction.doCommit(ApplicationServerTransaction.java:273)
    at com.evermind.server.ApplicationServerTransaction.commit(ApplicationServerTransaction.java:162)
    at com.evermind.server.ApplicationServerTransactionManager.commit(ApplicationServerTransactionManager.java:472)
    at com.evermind.server.ejb.EJBTransactionManager.end(EJBTransactionManager.java:137)
    ... 33 more
    Total time: 4 minutes 30 seconds
    The bpel jar file is about 2MB and is uploaded from my machine located in the same LAN.
    Any hints?
    Thanks
    Esfand

  • OVM services time out while starting

    OS: Oracle Linux 6.1 x64
    OVM manager services fail to startup with the following message:
    [root@pluto ~]# service ovmm restart
    Stopping Oracle VM Manager                                 [  OK  ]
    Starting Oracle VM Manager Time out...
    Contents of the AdminServer.log are as follows (Last few lines of error):
    ####<Sep 16, 2013 1:52:19 PM WST> <Info> <Common> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Def
    ault (self-tuning)'> <<WLS Kernel>> <> <> <1379310739976> <WL-000628> <Created "1" resources for pool "OVMDS", out of which "0" are available and "1"
    are unavailable.>
    ####<Sep 16, 2013 1:58:18 PM WST> <Warning> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.De
    fault (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001129> <Received exception while creating connection for pool "OVMDS": IO Error: The N
    etwork Adapter could not establish the connection>
    ####<Sep 16, 2013 1:58:18 PM WST> <Info> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Defau
    lt (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
            at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
            at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: oracle.net.ns.NetException: The Network Adapter could not establish the connection
            at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:381)
            at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:426)
            at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:710)
            at oracle.net.ns.NSProtocol.connect(NSProtocol.java:256)
            at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1176)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:318)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
            at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
            at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.net.ConnectException: Connection refused
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
            at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
            at java.net.Socket.connect(Socket.java:529)
            at oracle.net.nt.MetricsEnabledSocket.connect(TcpNTAdapter.java:619)
            at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:164)
            at oracle.net.nt.ConnOption.connect(ConnOption.java:134)
            at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:357)
            at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:426)
            at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:710)
            at oracle.net.ns.NSProtocol.connect(NSProtocol.java:256)
            at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1176)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:318)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
            at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
            at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Sep 16, 2013 1:58:19 PM WST> <Info> <Common> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Def
    ault (self-tuning)'> <<WLS Kernel>> <> <> <1379311099973> <WL-000628> <Created "1" resources for pool "OVMDS", out of which "0" are available and "1"
    are unavailable.>
    Please advise. Thanks

    Hi,
    is Oracle VM Manager istalled like VM in VirtualBox or in physical server ?
    you have a problem (error) with the Network adapter
    ault (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001129> <Received exception while creating connection for pool "OVMDS": IO Error: The Network Adapter could not establish the connection>
    ####<Sep 16, 2013 1:58:18 PM WST> <Info> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Defau
    lt (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
    and
    Caused By: java.net.ConnectException: Connection refused
    verify with your network configuration
    lokk at this URL, if you are using VirtualBox
    I hope this can help you
    Best Regards

  • Receiving Transaction Manager concurrent program errors out with INACTIVE, NO Manager

    Hi,
    We have an R12.1.3, 2-node (1 node Apps, 1 node DB) ERP system on Sparc 64, Solaris 10 Machines.
    All the concurrent managers including Standard Manager and Receiving Transaction Manager are running fine.
    When we are running the concurrent program Receiving Transaction Manager(RCVTPO), it errors out with Inactive No Manager error.
    I am not being able to find any errors in the log files of CM or DB.
    Could someone help me resolve this error. Its kinda urgent
    Thanks.
    Muneer

    Please see the solution in (PODAMGR And RCVOLTM Inactive And Cannot Be Started (Doc ID 726158.1)).
    Are there any errors in the database log file?
    If the above didn't help, please run cmclean.sql and ccm.sql scripts.
    Concurrent Processing - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables (Doc ID 134007.1)
    Concurrent Processing - CCM.sql Diagnostic Script to Diagnose Common Concurrent Manager Issues (Doc ID 171855.1)
    Thanks,
    Hussein

  • Time out when seinding Idocs from XI to receiving system

    Hi All,
    we have implemented a file to Idoc scenario in our XI test environment.
    When sending more than one file at a time (containing one record -> 1 Idoc after conversion) XI creates the Idocs but gets a time out when passing the Idocs to the receiving SAP 4.6C system. We find the messages blocked in transaction SM58 with the status message "Transaction recorded" and on the XI system short dumps are created with the time out error message.
    Does anyone know this problem and can give us some hints how to resolve it ?
    Thanks in advance,
    Christiane

    Christiane,
    Check your partner profiles in the target R/3 system. Use Tcode WE20 and check the inbound parameters option to see if the radio button 'Process Immediately' is switched on. If yes, change this to 'Process by background program'.
    This way, the IDOC will be created in your system with status 64. You can then use program RBDAPP01 in the R/3 system to post these IDOCs to application.
    The reason I say this is, sometimes, posting applicaitons may take a long time thereby resulting in timeout. If this is not the actual reason, atleast this will lead you to the correct problem.
    Try this and let me know what's happening.
    KK

  • Con. Req. 'Receiving Transaction Manager' Inactive/No Manager : This request is an unconstrained request. (queue_method_code = I) , No concurrent manager is defined to process this request, so it cannot be processed.

    Hi Gurus,
    I need your help on a concurrent request ( Receiving Transaction Manager ) showing as Inactive/No Manager.
    EBS: R12.1.2 on Linux
    Database: 11.2.0.3 on HP UX Itanium
    A user is submitting the concurrent request - "Receiving Transaction Manager" (It is a concurrent program not a concurrent manager).  The request ends up as Inactive/No Manager. When I click on the diagnostics button this is what it shows -
    "No concurrent manager is defined to process this request, so it cannot be processed.
    Contact your system administrator to define a concurrent manager to process this request or to verify that existing concurrent managers have the correct specialization rules."
    I ran analyzereq.sql and the analysis is
    Analysis:
    Request 1427025 is in phase "Pending" with status " Normal".
                               (phase_code = P)   (status_code = I)
    This request is an unconstrained request. (queue_method_code = I)
    It is in a "Pending/Normal" status, ready
    to be run by the next available manager.
    Checking managers available to run this request...
    There is no manager defined that can run this request
    This should show on the form as Inactive/No Manager
    Check the specialization rules for each
    manager to make sure they are defined correctly.
    Additional information (from apps.FND_CONC.DIAGNOSE):
    No concurrent manager is defined to process this request, so it cannot be processed.
    Contact your system administrator to define a concurrent manager to process this  request or to verify that existing concurrent managers have the correct specialization rules.
    I ran another SQL to find out which manager runs the program :
    select CONTROLLING_MANAGER,request_id
    from fnd_concurrent_requests
    where request_id=1427025;
    It returned blank (or) NULL for controlling Manager.
    select b.USER_CONCURRENT_QUEUE_NAME from fnd_concurrent_processes a,
    fnd_concurrent_queues_vl b, fnd_concurrent_requests c
    where  a.CONCURRENT_QUEUE_ID = b.CONCURRENT_QUEUE_ID
    and    a.CONCURRENT_PROCESS_ID = c.controlling_manager
    and    c.request_id = 1427025;
    Returned Nothing.
    I thought that for a concurrent program when no specific manager is defined, Standard Manager is the default. Is my understanding wrong ?? Have anyone of you faced this issue? How did you fix it ?
    I did check the profile - Concurrent: Conflict Domain for the responsibility and it is blank.
    Appreciate any help.
    Thanks
    Cherrish Vaidiyan

    Was this working before? If yes, any changes been done recently?
    Your understanding is correct, unless this concurrent program is excluded from being processed by standard manager.
    If the request was not processed then the no rows output is an expected behavior -- (Doc ID 344011.1)
    Have you tried the solution in (Doc ID 1303315.1)?
    Thanks,
    Hussein

  • Error while Running Receiving Transaction Manager

    Hi.,
    We have 11..5.10.2 on AIX 5.3 intermeditley we are getting the below error for Receiving Transaction Manager. for temporary sloution we will restart the Receiving Transaction Manager is there any permanent solution for this.....?
    we have two Receiving Transaction Manager process.
    Error
    "APP 00204: Concurrent manager encountered an error while running the spawned
    concurrent program Receiving Transaction Manager: rcvoltm TM:Timeout"

    Hello.
    Have a look on MOS Doc ID 1071727.1
    Octavio

  • No Ranging Response received - T3 time-out

    Hi everyone, Our internet connection often drops, sometimes the modem reboots himself sometimes we are disconnected only for a few seconds.It happens 2 to 3 times per hour (and its getting worse this days, maybe because of the heat ?) We already had this problem last summer and a technician came and changed something outside, it was not reall better after that but we had other stuff to deal with. Before contacting the support I'd like to know if tehre is something obviously wrong wth the numbers below. Here are the logs and the connection infos. No Ranging Response received - T3 time-out;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:09:24 critical
    MIMO Event MIMO: Stored MIMO=-1 post cfg file MIMO=-1;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:06:16 warning
    No Ranging Response received - T3 time-out;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:06:01 critical
    Unicast Ranging Received Abort Response - initializing MAC;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:05:36 critical
    No Ranging Response received - T3 time-out;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:05:26 critical
    Unicast Ranging Received Abort Response - initializing MAC;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:05:26 critical
    Unicast Maintenance Ranging attempted - No response - Retries exhausted;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:05:16 critical
    Ranging Request Retries exhausted;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0; 2015/06/28 16:05:16 critical
    No Ranging Response received - T3 time-out;CM-MAC=b8:9b:c9:74:d5:b0;CMTS-MAC=00:13:5f:04:1c:9f;CM-QOS=1.1;CM-VER=3.0;Downstream Channel Bonding Value
    Index 1 2 3 4
    Lock Status Locked Locked Locked Locked
    Frequency 645.002 MHz 639.000 MHz 650.999 MHz 657.000 MHz
    SNR 37.936 dB 37.936 dB 37.936 dB 38.605 dB
    Power 1.300 dBmV 1.842 dBmV 1.267 dBmV 1.751 dBmV
    Modulation 256 QAM 256 QAM 256 QAM 256 QAMUpstream Channel Bonding Value
    Index 1 2 3 4
    Lock Status Locked Locked Locked Locked
    Frequency 23.000 MHz 36.100 MHz 29.600 MHz 14.400 MHz
    Symbol Rate 5120 KSym/sec 5120 KSym/sec 5120 KSym/sec 5120 KSym/sec
    Power Level 46.5000 dBmV 47.0000 dBmV 46.5000 dBmV 45.5000 dBmV
    Modulation 64QAM 64QAM 64QAM 64QAM
    Channel ID 3 1 2 4Thanks for your help, regards

    The stats as read at the modem level at that moment in time were o/k but there are three additional signal stats which can't be read by the modem. They can only be read from their end by them polling the CMTS (Cable Modem Termination System) at the local headend facility.
    They are the 'Upstream Receive Power Level', the 'uSNR' (upstream Signal To Noise Ratio), and the "ICFR" (In Channel Frequency Response). These are as equally important in diagnosing connectivity issues as are the modem's stats.
    You can call in and ask what these figures are. The Upstream Receive Power Level should fall within the range of -2dB to +2dB with 0dB being in the middle and perfect.
    The Upstream SNR should be least 31dB, and the higher it is the better.
    The ICFR should be no higher than 2 dB.
    You could have an intermittent noise ingress issue in only the upstream channel(s) / return path only somewhere.
    They will be able to see whether or not everything is in the green zone and also see a history plot for the modem.

  • Time out error in receiver soap adapter

    Hi,
    My scenario is file to soap file with out BPM.I am using a currency converter wsdl.
    I am getting a time out error in soap receiver channel.
    Do i need to change the time out parameter?Where do i change that?Please help me to solve it out.
    Following are the errors in the soap communication channel.
    SOAP: call failed: java.net.ConnectException: Connection timed out
    SOAP: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: Connection timed out: java.net.ConnectException: Connection timed out
    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connection timed out: java.net.ConnectException: Connection timed out
    Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Connection timed out: java.net.ConnectException: Connection timed out. Setting message to status failed.
    Regards
    Divia

    Hi Prateek,
    Thanks for your replay. I am able to open the URL from XI/PI.
    I tried by testing the same URL by using XI 3.0, its working fine and i am getting required data, but in PI 7.1 i am getting an error.
    Error is:
    In MONI:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.ConnectException: Connection refused: connect
    In RWB:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.ConnectException: Connection timed out: connect
    What could be the reason?
    Regards,
    Venu

  • Time out - SOAP Receiver Channel

    Hi All,
    My Scenario is Database --> PI (7.1) --> SOAP (synchronous) .
    The WebService is taking around 15 mins for giving the Response back to PI SOAP Adapter.But, because of Time Out at the PI SOAP Receiver adapter , I am getting "INBOUND EXPIRED" error.
    I referred the following links and tried to Increase the time out value in the SOAP Receiver communication channel - Module Parameters.But, this is not working.
    1. Note : 856597
    2.XMBWS.Timeout in soap receiver channel not working
    Can you please let me know if there any possible approach to increase the time out for SOAP Receiver Channel ?
    Thanks and regards,
    Midhusha.

    Hi,
    Have a look to below discussions
    XMBWS.Timeout in soap receiver channel not working
    SOAP Receiver communication channel Error
    Timeouts in SOAP Receiver Adapter
    Regards
    Aashish Sinha

  • HT204380 I have done all the above. I am in Germany using an iPad 2, trying to call an iPad 2 in the UK. My IPad goes through the call and then times out. I have been on the phone to the receiver at the time so know they had their iPad on.

    I have done all the above. I am in Germany using an iPad 2, trying to call an iPad 2 in the UK. My IPad goes through the call and then times out. I have been on the phone to the receiver at the time so know they had their iPad on.

    What do you mean that you can't "call" an iPad in the UK??  That doesn't particularly make sense.  You can email to an iPad or text them, but the iPad is not a phone, so how do you expect to "call" them??
    Hope this helps

  • Hi i received the nano 7th gen for Christmas and I only seem to get 5 hours of battery life. I use the Bluetooth and Nike app so I expect more drain on the battery.  But I got more time out of running with my iPhone. Does this sound normal? I thought I sh

    Hi i received the nano 7th gen for Christmas and I only seem to get 5 hours of battery life. I use the Bluetooth and Nike app so I expect more drain on the battery.  But I got more time out of running with my iPhone. Does this sound normal? I thought I should get close to 30 hrs of just play time alone.
    ALso, my wife got me the Belkin armband to run with the nano but I sweat through the band resulting in the back of the iPod to get wet. Surely this is not good. Anyone have a recommendation for an armband that keeps moisture away from the pod?

    iPod Nano are small and they don't use Wi-Fi access so you get less power time on a Nano. As for iPhone, since you got apps, Wi-Fi + 3G access, and everything else, they give you more time so you can keep using. Nanos are ment to listen to music, listen to radio, view your photos, watch videos (without Wi-Fi) and since you got BlueTooth on the nano, it counts as wireless access so it drains your battery faster.

  • Data Transfer Process (DTP) - Messages Never Received and Times Out

    Hello,
    I'm having an Issue with DTPs at the moment. First I'll give you a little background on the system
    Formerly BW 3.1, upgraded recently to BI 7.0 (Support Pack 15). Most of our Data Flows are still under 3.x style, but many are being migrated or recreated under BI 7.0 standards.
    I am able to successfully load data using DTPs however on many, and seemingly random, occasions the message for individual data packages under "Processing -> Updating InfoProvider" never arrive, and thus the DTP never completes and eventually times out.
    Under BW 3.x it was a simple matter of changing the QM status to Red and then "Update Manually" on the data package that did not receive the message. This would reprocess and complete the data package, allowing you to then turn the QM status Green and move on.
    Under BI 7.0 I do not seem to have any options for the Data Packages regardless of QM status. I have not found a way to resolve this situation and in every instance had to delete the request from the InfoProvider and try again. It seems like a rather large design flaw, so I'm hoping I'm missing something.
    Any suggestions would be greatly appreciated.
    Thanks,
    Matt

    Three things to be noted:
    1. Dont use the std. settings of 50000 records. Change it to 10000 records in DTP.
    2. Since you are not getting till Updating tab, I foresee something wrong with routine..start/end/transformation. Check there how much time it is taking.
    3. I dont think we have any option as you mentioned for QM. We need to delete the req and start the DTP again.
    Thanks..
    Shambhu

  • Transaction management in time out

    Hi,
    I have one question regarding the transaction handling if the program time out.
    If I call one function module and there is several SQL statements in it, each SQL statement takes long time, after some of them executed, the program is time out, will the executed SQL statement will be commited or rollback? I think it's should be rollback, isn't it?
    Best Regards,
    Robin

    you do not normally have time-out's with an updare-process. you would get exclusive lockwaits and several other problems, but not a time-out ...
    anyway if you get one, your work should be rolled back. of course this depends a bit on how it's developed. there are notes where such updates are divided on several logical processes and caused inconsistencies -> see [1053723|https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1053723&nlang=DE&smpsrv=https%3a%2f%2fwebsmp110%2esap-ag%2ede]. so you would have to be more specific about your problem.

Maybe you are looking for

  • Is it alright to use Oracle 11g DB for Oracle Service Registry 10.3 ?

    Hi, I have setup Oracle Service Registry 10.3 with Weblogic Server 10.3 and Oracle database 11g. I used the ojdbc6.jar as the jdbc driver. Installation went smoothly, and I have done the necessary post-installation modification to the startWeblogic.s

  • Excel Add-in: File is not recognizable format

    One of our peoplesoft applications uses the excel essbase add-in(version 5.0.2.7). In a particular department all of the workstations receive an error (file is not a recognizable format) when loading the essbase add-in. These are Windows 2000/Office

  • IE users see my pages all messed up

    Started from scratch for our web page. Hosted the site and now most of the people that visit it cannot see half the content or its all mashed together. I have used the site http://ipinfo.info/netrenderer/ to view the pages with my mac but it shows me

  • Cannot install Yosemite as hard drive is used for Time Machine Backup, How Do I Change This?

    I have a 2010 MacBook Pro and when I attempted to install Yosemite the MacBook Pro Drive is greyed out and a message appears that read,"drive is used for Time Machine Backup." How do I change this to install Yosemite? Thanks, Scott

  • Date and time inidacator not showing up

    I have recorded on mini DV tape with the date and time indicator on, but when I try to log and capture it into FCP for editing, the date and time is not there. I'm sure it's on the tape as I have played it back on several several different tvs and mo