Messages are not dequeuing from ECX_outqueue table resulting in huge size of database.

EBS Tech Stack :- EBS R12
Release :- 12.1.3
Oracle Database 11.2.0.2
SQL> select count(*) from ECX_OUTQUEUE;
COUNT(*)
118405
We are not using OTA(Oracle Transport Agent) in our current setup. This problem started from September 3, 2013. Also we are not using any XML gateway for this.
Kindly let us know How I can get that what is the origin of the data and why its not dequeing.

Are there any exceptions in the table? -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=ECX_OUTQUEUE&c_owner=APPLSYS&c_type=TABLE
Have you tried to rebuild the related queues as per https://forums.oracle.com/thread/2593111 ?
If this doesn't help, please log a SR.
Thanks,
Hussein

Similar Messages

  • Messages are NOT deleted from tables XI_AF_MSG and XI_AF_MSG_AUDIT

    Hello,
    I set the retention period to 7 days (1 week)
    I also set the default ARCHIVE and DELETE jobs and ALL are working fine.
    However, messages with OLD dates are NOT deleted from the tables XI_AF_MSG and XI_AF_MSG_AUDIT.
    These tables 32GB in the DBD table space.
    I tried to use the URL:
    http://<host>:<port>/MessagingSystem/archiving/reorgdb.jsp
    BUT to NO avail.
    How do I DELETE or ARCHIVE these messages ?
    ============================================
    Here are some more details on the content of the tables (I took into account 1 MONTH retention):
    db2 "select count(*) from sapxi3db.XI_AF_MSG_AUDIT where STATUS='SUCC' and TIME_STAMP < '2007-09-10 00:00:00'"
          28947
      1 record(s) selected.
    db2 "select count(*) from sapxi3db.XI_AF_MSG_AUDIT where STATUS='ERR' and TIME_STAMP < '2007-09-10 00:00:00'"
          13243
      1 record(s) selected.
    db2 "select count(*)  from sapxipdb.XI_AF_MSG where PERSIST_UNTIL < '2007-09-10 00:00:00' and STATUS='NDLV'"
           1048
      1 record(s) selected.
    db2 "select count(*)  from sapxipdb.XI_AF_MSG where PERSIST_UNTIL < '2007-09-10 00:00:00' and STATUS='DLVD'"
              0
      1 record(s) selected.

    Hi,
    First, thank you VERY much for answering.
    Now to your questions:
    1. When using the URL:
    http://<host>:<port>/MessagingSystem/archiving/reorgdb.jsp
        I did NOT get any ERROR messages.
        Thousands of messages where DELETED successfully.
        However, the number of rows in XI_AF_MSG_AUDIT did NOT reduce.
    2. I used the default archiving and deletion customizations and jobs.
       However, I ran them manually a few times a day with NO change in the
       number of rows in XI_AF_MSG_AUDIT
       What do you mean by "customized any Archiving for adapter Engine" ?
    . In RWB, I do see the default job is running
    Have you customized any Archiving for adapter Engine or You are using default arciving which runs every 24 hrs.
    3. I did ser the retention period for the adapter engine messages in visual admin in seconds...
    Please, advise further.
    Kind regards,
    Gil

  • PL/SQL log messages are not printing from Java concurrent program

    Hi,
    I have a strange issue while submitting the Java concurrent program through PL/SQL.
    I have a PL/SQL concurrent program which will invoke the Java concurrent program inside the package by use of "FND_GLOBAL.SUBMIT_REQUEST". It worked and submitted successfully. From that Java concurrent program we are calling some other PL/SQL packages and printing some log messages over there. But problem here is the request is only printing the Java log messages in view log but not the PL/SQL log messages.  But if I submit the Java concurrent program directly from SRS form at that it is printing both Java and PL/SQL log messages.
    I am just wondering how the log messages has not printed. Please provide your inputs to solve this problem.
    Thanks
    Suriya

    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');Do you have COMMIT in your code?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27FND_FILE.PUT_LINE%27+AND+commit&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Persistent messages are not deleted from JMS store

              Hi,
              I'm experiencing some unexperienced JMS store behaviour with WLS 6.1 sp 4. I have
              a servlet that posts a message to persistent JMS queue, which will be eventually
              consumed by an MDB. Even though consumption is successful, the message is not
              deleted from JMS store.
              The message will be redelivered after server restart and is still not deleted
              from JMS store. I verified this using file store and JDBC store. The messages
              actually stay in the JMSSTORE table till doom's day.
              I couldn't reproduce the case with WLS 6.1 sp 3. Exactly the application code
              was used in all cases.
              Subsequently I ran the same case with various ServerDebug DebugJMSXXX-flags set,
              and discovered that WLS 6.1 sp3 logs 'asyncDeleteL' and 'ZZZDelete' for the consumed
              message. WLS 6.1 sp4 didn't log this information.
              I'm running WLS 6.1 on WinNT and Win2000.
              Comments?
              b r
              Juha Räsänen
              

    I've am having exactly this problem with wl 5.1....
              I first saw it with 5.1 sp8....
              In the release notes for 5.1 sp10, the following CR was fixed, which seemed
              like it might have been my problem:
              CR 45915
              Fixed a JMS problem with messages begin left in the queue after received messages had been acknowledged. When a high volume of
              messages was sent to a queue and a consumer retrieved those messages and sent them to another queue, the messages were not being
              removed from the first queue even though they were acknowledged.
              We upgraded to 5.1 sp12, and it appeared that the incidence of that problem was reduced.
              However it still occurs once or twice a week, with 5.1 sp12....
              My situation is a little bit different, in that my consumer retieves a message, and sends another
              message to the SAME queue instead of another queue as described in the CR above...
              It does happen under heavy load, etc....
              Don't know if this has been reported and identified for wl 5.1 sp12 or not...
              It is of course a really difficult to deal with bug....
              Jason
              "Juha Räsänen" <[email protected]> wrote in message news:[email protected]...
              >
              > Hi,
              > I'm experiencing some unexperienced JMS store behaviour with WLS 6.1 sp 4. I have
              > a servlet that posts a message to persistent JMS queue, which will be eventually
              > consumed by an MDB. Even though consumption is successful, the message is not
              > deleted from JMS store.
              >
              > The message will be redelivered after server restart and is still not deleted
              > from JMS store. I verified this using file store and JDBC store. The messages
              > actually stay in the JMSSTORE table till doom's day.
              >
              > I couldn't reproduce the case with WLS 6.1 sp 3. Exactly the application code
              > was used in all cases.
              >
              > Subsequently I ran the same case with various ServerDebug DebugJMSXXX-flags set,
              > and discovered that WLS 6.1 sp3 logs 'asyncDeleteL' and 'ZZZDelete' for the consumed
              > message. WLS 6.1 sp4 didn't log this information.
              >
              > I'm running WLS 6.1 on WinNT and Win2000.
              >
              > Comments?
              >
              > b r
              > Juha Räsänen
              

  • Messages are not deleted from the DB

    Hi, in the OCS Database, as i understand, all the messages that are deleted goes to a collection folder (id=4). The Problem is that none was deleted so far from it! All the old messages are still archived on the DB and i want to erase them all, how????
    Luis

    Dear nitin_ngm,
    this information on database platform in use is essential!
    In that db2 version, there is no native "truncate table" statement (this statement is executed at the very end of a table switch), and the DBSL implemented the abap truncate statment using the following DB2 native commands:                                                                               
    "IMPORT FROM /dev/null of DEL REPLACE INTO <table name>"                                                                               
    In SAP enviornment, the default behavior of the above command does not release the physical storage associated with an object because of the following database registry setting:                                                                               
    <i> DB2_TRUNCATE_REUSESTORAGE=IMPORT [DB2_WORKLOAD]
    Hence, an offlince table reorg is necessary after the truncate.                                                                               
    For a detailed description of this registry variable DB2_TRUNCATE_REUSESTORAGE, please refer to the following IBM online doc:
    [DB2_TRUNCATE_REUSESTORAGE|http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.regvars.doc/doc/r0005669.html|DB2_TRUNCATE_REUSESTORAGE]
    You should be able to free the space via ALTER TABLESPACE ... REDUCE MAX
    See related information under the following link.
    [ALTER TABLESPACE ... REDUCE MAX|http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.sql.ref.doc/doc/r0000890.html|ALTER TABLESPACE ... REDUCE MAX]
    Best regards,
    Harald Keimer
    PI Development Support
    SAP AG, Walldorf

  • Messages are not transferring from PI to SRM

    Hi,
    Here the  land scape is ECC -PI-SRM, The messages transfer to ECC TO PI, But  messages not transfer  from  PI-SRM ,the scenarios  are Idoc-idoc & Idoc -proxy ,Here  all RFC  connections are working  fine, . In SRM side - T-code  sldcheck  getting the error -  function call  returned  exception code  3, and in SPROXY  T-CODE -  ESR  components are  not displaying, could please provide help .
    Regards,
    seetharam.

    Hi M Joshi ,
    Please check the below :
    1) One RFC of type H to point to PI with all the details.
    2) Define the role of the business system in the server that you want to see(Sxmb_Adm)
    3)Connection between Business System and System Landscape Directory.
    3a)RFC destination LCRSAPRFC of type T for SLD connection.
    3b)RFC destination SAPSLDAPI of type T for SLD connection.
    4)Maintain the SAP J2EE Connection parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE Engine
    5)Maintain SLD access details in Transaction SLDAPICUST.
    Please refer the section 1.3.1, 1.3.2, 1.3.3 and 1.3.4 in the document(as linked provided below)
    SLDAPICUST should point to the SLD host server. If you have a central SLD installed on the Dev server, then it is ok that it is using the host and port of the Dev server.
    PIAPPLUSER is the normal user that is used in trx SLDAPICUST (the user must have the role SAP_XI_APPL_SERV_USER).
    'Lastly, will the gateway Server of SAPSLDAPI and LCRSAPRFC will be the same for both DEV and QAs systems in XI?'
    For proxy configuration, refer the following link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0ac1a33-debf-2c10-45bf-fb19f6e15649?QuickLink=index&overridelayout=true
    you can also check the assignment between the Business System , technical system and the software component versions in the SLD.A object would only be visible in the SPROXY of an Applicaion system if the corresponding SCWV is installed on the business system.
    To add :
    Go to the landscape view in the SLD.
    Select the Technical System Link
    Search your Technical system as Application system
    Click on the same
    A  tabbed screen appears in the bottom.
    Go to installed software tab.
    Click ADD NEW PRODUCT
    Add your product here. 
    Also check the business System assignment in the similar way.

  • Messages are not dequeing from the Queue

    I am using Oracle Advanced Queueing.
    PL/SQL API for enqueue
    JMS API for Dequeue Messages asynchronously (register listener and using onMessage())
    It is multi consumer queue.
    The program used to work fine. Now, it has stopped. Now, we can enqueue as
    many messages as we want. The subscriber does not recieve any messages. BUT,
    once we disconnect subscriber and connect again, the subscriber gets all the
    messages in the queue. You can repeat this N times.
    I sent this java program and sql scripts to Oracle support and they ran it successfully in their environment. So it appears to be some weird environment problem.
    Question:
    Did anybody have problem like this?
    Does anybody have any ideas about what to check in Oracle/Java client environment?
    We use Java SDK 1.2.2, thin JDBC drive and Oracle 8.1.7
    Thanks for reading this message.
    Vlad.
    null

    EMON is running:
    oracle 1105 1 0 Apr 28 ? 0:03 ora_emn0_wmdev
    And there are two trace files, but nothing interesting inside (they don't change when I run java client):
    -rw-r--r-- 1 oracle dba 107 May 2 18:01 PLSExtProc_agt_5404.trc
    -rw-r--r-- 1 oracle dba 107 May 2 18:06 PLSExtProc_agt_7021.trc
    PLSExtProc_agt_5404.trc
    Remote HO Agent received unexpected RPC disconnect
    status 1003: ncrorpi_recv_procid, called from horg.c
    PLSExtProc_agt_7021.trc
    Remote HO Agent received unexpected RPC disconnect
    status 1003: ncrorpi_recv_procid, called from horg.c
    null

  • Messages are not moving from PI

    Hello Friends,
    I am working on a RFC to SOAP (sync) scenario.
    In sender RFC addapter I have maintened the Progarm ID,Application server & services correctly.
    When I trigger RFC from R/3 side the message comes to PI but it is not reaching to target system.
    I have checked RFC adapter in communication channel then it is showing error "SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error".
    I have tested the same scenario through run time workbench and I am getting the response successfully.
    Can anybody help me to overcome with this problem.
    Regards,
    Jayesh.

    Yes the server have access to WS.
    I checked audit log. It is showing
    2011-06-08 15:37:07 Error SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    2011-06-08 15:37:07 Success SOAP: sent a delivery error ack
    2011-06-08 15:37:07 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    2011-06-08 15:37:07 Success SOAP: sending a delivery error ack ...
    2011-06-08 15:37:07 Error Exception caught by adapter framework: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    2011-06-08 15:37:07 Error 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: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error.
    2011-06-08 15:37:07 Success The message status set to WAIT.
    2011-06-08 15:37:07 Success The asynchronous message was successfully scheduled to be delivered at Wed Jun 08 15:42:07 IST 2011 .
    But in SXI_Monitor it is showing success.
    Regards,
    Jayesh.

  • While deleting project from CJ20N entries are not deleted from table PRPS

    Hi,
    I am deleting project from CJ20N then from PROJ table entries are getting deleted but WBS element entries are not deleted from table PRPS.
    Any deletion Flag should also be checked?
    Thanks in advance!
    Regards,
    Jyoti

    Hello,
    Thanks for reply !
    My problem is I am deleting project and WBS Elements from CJ20N but WBS element entries are not deleted from PRPS table.
    Why they are appearing in PRPS table and how it can be deleted?
    Thanks !

  • Some incoming messages are not received in outlook

    Using Iphone 4.
    Most of the time I receive messages from a POP account on the IPhone and on my Outlook2010 client. Once in a while I receive one or more on the IPhone and they never show up in Outlook.
    This is DNSExist Squirrel mail server. The messages are not removed from the server account after they are received by the iPhone. Outlook is setup to remove the messages 1 day after they are received and appears to be doing so.
    These messages come from different senders.
    The Settings.Mail.Account.Advanced.DeleteFromServer setting is set to "Never".
    Some of the messages appear to be flagged as received by IPhone in a way that make Outlook treat them like they have already been received.
    I will post on DNSExist also

    I believe that the messages sill show up eventually.
    While I've no experience using Outlook with POP3, I have experience with Outlook 2011 on Mac and 2010 on Windows with Microsoft Exchange. Both OS X and Windows Outlook appear to have a bug whereby they defer display of new messages for a seemingly random amount of time (even if you tell it to "Send/Receive Messages" by clicking on the item in the ribbon or from the menu). The messages are on the server, and, if you monitor the messages in the activity bar at the bottom of the Outlook window, it seems to see the messages and transfer them, but they simply don't show up in the application.
    Some messages appear immediately, others don't. We've not been able to determine precisely what differentiates those that do and those that don't. Some messages don't appear in Outlook for hours after they post on the server.
    This is widely observed throughout the company, and home users report similar behavior (again, I can't tell if they are using POP3 or not).
    We've reported the bug to Microsoft.
    Your iPhone is doing the right thing. I know of no current fix or work-around for the bug in Microsoft Outlook.

  • WBS elements not deleted from PRPS table

    Hi Experts,
    In CJ20N transaction:
    When I delete a project with project profile (ZABC):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are completely deleted from 'PRPS' table.
    When I delete another project with different project profile (ZXYZ):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are NOT deleted from 'PRPS' table.
    What is the reason for not deleting records from PRPS table?
    Thanks in advance for your valuable answers.

    WBS should be having actuals.

  • I just switched from Outlook to Mail and now the sent messages are not being displayed.  Help, please.

    I just switched from Outlook to Mail and now the sent messages are not being displayed.  Help, please.

    Back up all data. Rebuild the mailbox.

  • I just recently upgraded from a 3gs to a 4s and since i upgraded text messages are not coming in or going out unless i'm texting another iphone?

    I just recently upgraded from a 3gs to a 4s and since I upgraded text messages are not coming in or going out unless I'm texting another iphone?

    http://support.apple.com/kb/TS2755

  • I am constantly told by Itunes that 107 items are not synching from my contacts. This is a message from the Conflict Resolver that appears whenever I synch. I try to resolve the synch and a text message pops up telling me it could not find the synch serve

    I am constantly told by Itunes that 107 items are not synching from my Ipod Touch to/from Outlook Contacts. I try to resolve the issue and eventually a message pops up saying it could not be completed because it could not find the sync server. This started after one of the updates a couple of months ago. If anyone has found a similar problem and resolved it I would appreciate any assistance.
    Thanks

    Try here:
    Advanced troubleshooting for Sync Services on Windows with Microsoft Outlook 2003, Outlook 2007, or Outlook 2010
    Sync Services: Advanced troubleshooting for contact and calendar syncing

  • My messages are not going through or coming in from other iOS devices.  Having to send and receive in SMS.  What is up?

    My messages are not going through or coming in from other iOS devices.  Having to send and receive in SMS.  What is up?  Anyone else having these issues?

    There's an article that Apple has acknowledged this issue. They recommend turning off imessages, reset all settings and then reactivate imessages.
    If that doesn't work, you may just have to wait until they release an update, which should be pretty soon.

Maybe you are looking for