MDS Time Delivery Queue size is increasing

Hello Everyone
We are using ICM 8.5.3 , I am getting this message in Event Viewer of Rogger A & Rogger B servers.
Computer:      LHRRGRA.ef.UCCE
Description:
MDS Time Delivery Queue size is increasing, current size is 5525, but will continue to send messages.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Cisco Systems, Inc. ICM" />
    <EventID Qualifiers="41220">32810</EventID>
    <Level>3</Level>
    <Task>4</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-06-08T06:12:08.000000000Z" />
    <EventRecordID>127461</EventRecordID>
    <Channel>Application</Channel>
    <Computer>LHRRGRA.ef.UCCE</Computer>
    <Security />
  </System>
  <EventData>
    <Data>5525</Data>
    <Binary>06010000000000003D9030012A8004A160975AA23D45CD0114000000010041006D6473004C485243444352475241003535323500</Binary>
  </EventData>
</Event>
Anyone knowns why getting this.
Regards
Irfan Tariq

The MDS processes on these Routers are unable to communicate quickly enough over their private connection.
You''ll want to check the network connectivity, QoS configuration, link speed, congestion, .... Also be sure to follow this document letter by letter :
http://docwiki.cisco.com/wiki/Contact_Center_Networking:_Offload,_Receive_Side_Scaling_and_Chimney
Cheers,
Kris

Similar Messages

  • How to get last time when tablespace size increase

    Hi all,
    I need last date and time when tablespace size was extended. Kindly tell me is there any query which can help me.
    Thanks

    possible if you've 10g database and holding license to use AWR.
    table name is dba_hist_tbspc_space_usage
    SELECT TO_CHAR (sp.begin_interval_time,'DD-MM-YYYY') days
    , ts.tsname
    , max(round((tsu.tablespace_size* dt.block_size )/(1024*1024),2) ) cur_size_MB
    , max(round((tsu.tablespace_usedsize* dt.block_size )/(1024*1024),2)) usedsize_MB
    FROM DBA_HIST_TBSPC_SPACE_USAGE tsu
    , DBA_HIST_TABLESPACE_STAT ts
    , DBA_HIST_SNAPSHOT sp
    , DBA_TABLESPACES dt
    WHERE tsu.tablespace_id= ts.ts#
    AND tsu.snap_id = sp.snap_id
    AND ts.tsname = dt.tablespace_name
    AND ts.tsname NOT IN ('SYSAUX','SYSTEM')
    GROUP BY TO_CHAR (sp.begin_interval_time,'DD-MM-YYYY'), ts.tsname
    ORDER BY ts.tsname, days;http://maxwellmiranda.wordpress.com/2011/03/22/segmenttablespace-growth-details-script/

  • 6500 strict priority queue size ???

    Hi guys,
    Is it possible to adjust the 6500 line cards strict priority queue size? Most cards assign 85% of thebandwdith to the oridinary queues and 15% to the strict priority queue. It seems that it is not possible to adjust the size of the strict priority queue.
    I have a customer who has numerous T1's encapsulated into IP and the gross amount of traffic is about 200Meg, all of which is real time. If I were to mark this as DSCP 46 (COS 5) it would saturate the strict priorty queue leading not only to performance problems on the T1's but would also starve the rest of the traffic on the 1Gig WAN link.
    Any thoughts guys?
    Regards, Steve

    Hi Paresh,
    Thanks for your reply. I think I didn't explain myself properly. There is a bandwidth allocation of memory for each port. The priority queue gets 15%by default. I have so much priority queue traffic that I want to increase this to 25% because all of it is strict priority (its voice after all). If this canot be done then I will be losing packets of voice since the priorty queue will not be able to accomdate the amount of traffic.
    Best regards, Steve

  • New Queue Size

    When I create a new service bus queue, it offers me up to 5 GB in size:
    Yet, it always seems to create the queue as 16GB. Is this a bug or is there a setting which is forcing it to be 16GB?
    My old queue is 1GB, but I can't replicate this now.
    Thanks

    hi GBSM,
    Base on my experience, the maximum of Azure service bus queue size is 80G. I suggest you could refer to this official document :https://msdn.microsoft.com/library/dn520246.aspx
    For this similar issue, you could refer to this thread
    http://stackoverflow.com/questions/28717000/how-to-increase-azure-service-bus-queue-size You can enable the
    partition
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Queue size

    I am supposed to write a program in java where a single queue is shared by multiple java programs.
    I tried create a queue in super class and let sub classes access and update it.But when I run the program and check the size of queue in the sub classes it seems like the queue is initializing everytime the superclass is called in each sub class.
    The code is as follow:
    import java.util.*;
    class Que
    {public Que() {}
    LinkedList<String> queue=new LinkedList<String>();
    public void Qadd(String S){queue.addFirst(S);}
    public void Qremove(){queue.remove();}
    public ListIterator<String> QListiterator() {return queue.listIterator();}
    public int Qsize(){int y=queue.size();return y;}}
    class Que1 extends Que
    {public static void main(String args[]){
    Que q=new Que();q.Qadd("A");q.Qadd("B");q.Qadd("C"...
    q.Qadd("D");q.Qremove();int size=q.Qsize();
    System.out.println("size:"+size);}}
    class Que2 extends Que{
    public static void main(String args[])
    Que q=new Que();q.Qadd("D");
    int size=q.Qsize();
    System.out.println("size:"+size);}}
    Now the size output is 3 and then 0.But I need 3 and then 3.
    Can some1 direct me to the right direction in solving my problem??

    are you actually running these in separate java instances (you are running the java program multiple times?). if so, you have a lot more work ahead of you. java does not magically share data between different programs. if you need to share data across multiple programs, you need to start looking into remote protocols and distributed processing (or use JMS).
    is it possible you just want multiple threads in the same program instead of multiple programs? if so, then things get a lot simpler (not necessarily easy per-se, but much, much simpler).

  • E2k10SP1 | Mails are backing up in MAPI Delivery queue - Restarting the transport service flushes the queue

    Hello,
    Need assistance on Transport issue.
    Setup:
    Windows 2008 R2
    Exchange 2010 SP1. Three member DAG and two HUB & CAS combined role servers configured with Hardware load balancer.
    Issue: Randomly some mails are getting stuck in MAPI delivery queue. Restarting Transport service for couple ot times, flushes the queues.
    Troubleshooting done so far
    1. Disabled  - TCP Chimney Offload, Receive Side Scaling (RSS).
    2. No DNS issue.
    3. EXBPA report is clear.
    Any help would be highly appreciated.
    Regards,
    Ghouse

    All are internal mails and 70 GB free space is there on the disk.
    If we dont clear the queue then after three days queue expires and sender receive below NDR.
    Delivery has failed to these recipients or groups:
     [email protected] 
    The server has tried to deliver this message, without success, and has stopped trying. Please try sending this message again. If the problem continues,
    contact your helpdesk.
     Diagnostic information for administrators:
     Generating server:
    [email protected]
     [email protected] 
    #550 4.4.7 QUEUE.Expired; message expired ##

  • PDF Size will increase in size dramatically with every submit.

    I have a PDF Form desinged using Adobe LiveCycle Desinger ES2.
    It has a submit button which will submit the form to the server (IIS and ASP.NET) using this javascript command:
    event.target.submitForm( {cURL: "http://server/ASPNETWebPage.ASPX", aPackets:["datasets","pdf"], cSubmitAs: "XDP"});
    On the server, from ASP.NET, I use the following code to extract the submitted "chunk" element and convert it from Base64 to Binary PDF File:
                fs = New System.IO.FileStream(mFormFileNameFolder, IO.FileMode.Create)
                bw = New System.IO.BinaryWriter(fs)
                ' Get chunk element form the submitted XML
                Dim srChunk As New StringReader(mXML.GetElementsByTagName("chunk")(0).InnerXml)
                Do While True
                    Dim theChunkLine As String
                    theChunkLine = srChunk.ReadLine
                    If Not String.IsNullOrEmpty(theChunkLine) Then
                        theReadBytes = theChunkLine.Length
                    Else
                        theReadBytes = 0
                        Exit Do
                    End If
                    Dim theBase64Length = (theReadBytes * 3 / 4)
                    Dim buffer() As Byte
                    buffer = Convert.FromBase64String(theChunkLine)
                    bw.Write(buffer)
                Loop
                bw.Close()
                bw = Nothing
                fs.Close()
                fs = Nothing
    The above code is working fine, and PDF is generted successfully.
    I have one problem.
    With every submit, the generated PDF Size will increase dramatically. I reported this to Adobe Support, and they cofirmed that this is by desing and that with every submit, the previous PDF State is saved, and the new state is added. That is why I get huge PDF File.
    I was told that the only way to solve this problem is to submit the form as PDF ONLY, and after I save the PDF File on a file system, I then must use Adobe Service/Process "exportData" to extract the XML Data from the PDF.
    I think this is really big change to me. I was hoping that there is a way to indentify the latest PDF State from the chunk element.
    Any help will be greatly appreciated.
    Tarek.

    Thanks a lot C. Myers,
    You explanation helped me understand what is happening.
    I have been following the same method for the past 4 years, and I was hit by this problem (OutOfMemoryException) only when some users started using image size more than 500KB. Then, I decided to report this problem.
    I was able to rewrite the code to convert from Base64 to binary using buffering:
    http://forums.asp.net/t/1662571.aspx/1?URGENT+Exception+OutOfMemoryException+thrown+when+w hen+converting+to+String+
    So far, I am not getting OutOfMemoryExceptions, but the PDF Size will continue to grow with every submit. However, if the all the images size is less than 50KB, the increase is not significant.
    Please allow me to ask this question:
    Is there a way to change the above code so that I can extract only the last version of the submitted PDF from the Data Stream "chunk" element ?
    Sooner or later, some one will notice that such PDF sizes are not logical. Even when the PDF does not have images, I have noticed in the past, some PDF Sizes (for Staff Profile Data Collection Form) are something like 15MB !!! I was not able to figure out why. But now I understand. I think the user must have submitted the form for saving many times.
    Now, things are OK. But, I will post back if this problem will fire back.
    Tarek.

  • How to set the number of outbound connection of the emote delivery queue

    I have a ms exchange 2007 server, that is delivering e-mail's to a smtp server that is out of our organization by smtp.
    The receiver is a very slowly server due to a antivirus program that he is using.
    The server side has a few smtp server's that are set in load balancing system, to handle a lot of connections, this is the way the problem of the low performance can be solved.
    My problem is that I see that the exchange 2007 server establish only one connection avrey time, when he is handling the outbound connection of the emote delivery queue. In that way the load balancing system does not help.
    How can I set the exchange 2007 server in a way that he will handle more than one message in
    queue a time, in a different tcp connection?

    Are you sure that it's your server that's the problem?
    If the receiving site has its load balancer set to send all connections from a given source IP address to the same load balanced member server then your server is limited by whatever restrictions the load balancer or the receiving server imposes (which may
    be no more than one connection per source IP address).
    I suppose you could try opening more than one "test" session to the target IP address with "telnet <ip-address> 25" and see if you can open more than one SMTP session with the target.
    Also, have you made any modifications to the transport settings on the HT server(s)? For example, have you limited the maximum number of connections per domain?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Maximum Integration Queue size?

    The default integration event queue size is 1000 transactions, Does anyone know what the maximum integration queue size is?
    Thanks
    John

    Hi !
    I don't know if there's a limit, but you can ask the Customer Care to increase this value. For myself, I ask for 6.000 and I have it...
    Hope this will help, feel free to ask more !
    Max

  • Queue size for XNET Write Signal Waveform

    Hello,
    I'm trying to use XNET librairy to play a predefined waveform on an output signal. I'm working with LabVIEW 2014 SP1, XNET 14.5 on a W7 Pro 32 bits operating system. I use a NI PCI-8512 card. It's my first application using xnet library.
    In my test application, I give to user the possibility to define the waveform to play. The total time and the sample frequency are settable. The output CAN signal is cyclic, with a cycle time of 0.01s (10Hz). I chose to use same frequency for sample my waveform and the CAN writing.
    I've difficulties to work with the queue size. In this example, that's good but I don't really why. I've tested different values of Queue size and 100000 seems to be good until 60sec. But for longer times (about 5 minutes), this method is not good...
    What is the good way to work in this mode, and how to use efficiently the queue size property? The information and the example in the NI-XNET Hardware and Software Help are not very probant...
    Thanks per advance!
    Francis M | Voir mon profil
    Certified LabVIEW Developer
    Solved!
    Go to Solution.

    Sounds like you have the concept.  I've never done this with signals, only frames, but I assume there is a queued option.  You'll want to read the help, or just try it and see if it works.  Attached is an example that does not run which demonstrates something similar to what I've done in the past.  Basically fill the buffer, wait a little, then add more frames to fill it again.  Repeat until there are no more frames to add to the buffer.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    XNET Queued Buffer Example.vi ‏12 KB

  • Delivery queue monitoring

    Hello,
    Is there any way to monitor if there are emails in the delivery queue unsent ?
    Or a way to monitor the number of undelivered emails still in delivery queue ?
    I read something that this is impossible to monitor but there is a possibility using some scripts.
    Please is there anyone that has done this already ?
    It would be very helpful to me.
    BR,
    Ilir

    Please find the following KB articles to assist you in external monitoring:
    Article #1339: SNMP best practices
    Link: http://tools.cisco.com/squish/9CF91
    Article #57: How do I monitor the health of my IronPort appliance?
    Link: http://tools.cisco.com/squish/92502
    Article #744: Where can I obtain the SNMP MIB and SMI files for Cisco Email and WebSecurity Appliances?
    Link: http://tools.cisco.com/squish/49E5e
    For full information regarding XML/SNMP monitoring:
    XML, as you have requested more on, is used to monitor the statistics of email processed through the appliance.
    For full documentation regarding XML – please see the Daily Management Guide (page 315).
    SNMP can be used to monitory overall system health, including the hardware.
    For full documentation regarding SNMP monitoring – please see the Daily Management Guide (page 306).
    The Daily Management guide can be located at the following link, as is recommended to be downloaded from there due to the size:
    http://www.cisco.com/en/US/products/ps10154/products_user_guide_list.html
    *If you do require further specifics for monitoring, thresholds – I would suggest that you open a dialog with your Sales/Account team – as they also have tools in place that can assist with threshold monitoring, best practices, or get you in touch with Advanced Services to help implement.

  • Failure(1443): connection queue size is full, 6.1 SP2 restarts

    Hi All,
    I am getting the following issue with 6.1 SP2.
    In the error logs I get the following statement "failure 1443: connection queue size is full" with the ConnQueueSize as 256 in my magnus.conf file.
    Now there are cases that once the above errors comes for a long time the SP2 restarts by itself ie the request handler process id gets changed and comes up with a new process.The watch dog process remains same.
    Please let me know why does the SP2 restarts by itself once the above failure comes or I am doing something silly.
    Thanks in advance.
    Regards
    -A

    Server restarts automatically only if it crashes. Do you have any stack trace?
    Kindly consider upgrading to newer service pack (SP7). The issue might have been resolved in newer service packs.

  • IronPort C370 Queue Size

    How do i determine the size of the queue or how long messages will stay in the queue? Also is this configurable?
    Thanks

    Hi Mike,
    the 'workqueue' command in the CLI will show you the size of the workqueue (messages that are currently being evaluated)
    the 'tophosts' command will show you what is in the delivery queue waiting to be delivered
    the 'status detail' command will show you both workqueue and delivery queue numbers
    The queue sizes themselves are not configurable but message retention for the delivery queue is configurable via bounce profiles
    More information can be found in the configuration guides:
    http://www.cisco.com/en/US/docs/security/esa/esa7.6/ESA_7.6_Configuration_Guide.pdf
    http://www.cisco.com/en/US/docs/security/esa/esa7.6/ESA_7.6_AdvancedGuide.pdf
    http://www.cisco.com/en/US/docs/security/esa/esa7.6/ESA_7.6_Daily_Management_Guide.pdf
    Regards,
    Steve
    Content Security Technical Services - RTP, NC
    Cisco Customer Interaction:  1-800-553-2447

  • Marked Rollback - Queue Size

              Hi ,
              Few hours after my server has stared running, all of a sudden my queues get
              stuck. And the queue size increases without bound.
              HERE IS THE STATUS OF 1st QUEUE
              {weblogic.transaction.internal.JTATransactionImpl: name=null, xid=BEA1-2EC3483119FCF099F40D,
              status=Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException:
              Transaction timed out after 303 seconds Xid=BEA1-2EC3483119FCF099F40D(20175221),Status=Active,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
              since begin=303,seconds left=60,activeThread=Thread[ExecuteThread: '0' for queue:
              'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default'],XAServerResourceInfo[JMS_cgJMSStore]=(ServerResourceInfo[JMS_cgJMSStore]=(state=started,assigned=none),xar=JMS_cgJMSStore),XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=started,assigned=none),xar=weblogic.jdbc.wrapper.JTSXAResourceImpl@1099718),SCInfo[ahlAlertsDomain+ahlAlertsServer]=(state=active),properties=({weblogic.jdbc=t3://10.100.51.137:7501}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=ahlAlertsServer+10.100.51.137:7501+ahlAlertsDomain+t3+,
              XAResources={JMS_FileStore, weblogic.jdbc.wrapper.JTSXAResourceImpl, JMS_cgJMSStore},NonXAResources={})],CoordinatorURL=ahlAlertsServer+10.100.51.137:7501+ahlAlertsDomain+t3+)],
              userProperties={weblogic.jdbc=t3://10.100.51.137:7501}, secondsActive=20488, servers=ahlAlertsServer,
              resourceNamesAndStatus=weblogic.jdbc.wrapper.JTSXAResourceImpl/started+JMS_cgJMSStore/started,
              coordinatorURL=ahlAlertsServer+10.100.51.137:7501+ahlAlertsDomain+t3+, serversAndStatus=ahlAlertsDomain+ahlAlertsServer/active}
              AND THE REST 19 SHOW
              {weblogic.transaction.internal.JTATransactionImpl: name=null, xid=BEA1-2F01483119FCF099F40D,
              status=Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException:
              Transaction timed out after 303 seconds Xid=BEA1-2F01483119FCF099F40D(12347967),Status=Active,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
              since begin=303,seconds left=60,activeThread=Thread[ExecuteThread: '1' for queue:
              'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default'],XAServerResourceInfo[JMS_cgJMSStore]=(ServerResourceInfo[JMS_cgJMSStore]=(state=started,assigned=none),xar=JMS_cgJMSStore),SCInfo[ahlAlertsDomain+ahlAlertsServer]=(state=active),properties=({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=ahlAlertsServer+10.100.51.137:7501+ahlAlertsDomain+t3+,
              XAResources={JMS_FileStore, weblogic.jdbc.wrapper.JTSXAResourceImpl, JMS_cgJMSStore},NonXAResources={})],CoordinatorURL=ahlAlertsServer+10.100.51.137:7501+ahlAlertsDomain+t3+)],
              userProperties={}, secondsActive=20482, servers=ahlAlertsServer, resourceNamesAndStatus=JMS_cgJMSStore/started,
              coordinatorURL=ahlAlertsServer+10.100.51.137:7501+ahlAlertsDomain+t3+, serversAndStatus=ahlAlertsDomain+ahlAlertsServer/active}
              Please advise. I am sure that I am not using any XA Drivers, but couldnt decipher
              the meaning of the status.
              Please help.
              Regards,
              Abhijeet
              

    Sorry, it's fixed.
    Solution: I have to reduce the size of the default queue first since it max out the limit

  • Why some times delivery  will created through vl10c even sale order stock is not available?

    Hi,
    why some times delivery  will created through vl10c in batchmode even sale order stock is not available?
    Thanks,
    Kalyan.

    the correct english name is : Replenishment leadtime
    Check with Replenishment lead time - Supply Chain Management (SCM) - SCN Wiki

Maybe you are looking for

  • Problem with my USB port in MSI MS-6534

    Hello everybody. I bought an external hard drive and when I connected it to the USB port appear a message that I don't have any port of high velocity and I need to install a controller or high velocity. I don't understant to much about that, but I bo

  • Majority of recently added tracks won't sync (error -50); previously added tracks sync fine

    Argh. I have a 5th Gen iPod Classic (80GB) and, until very recently, it's been functioning quite well.  Now I am getting error "'iTunes could not copy {song name} to the iPod {iPod name} because an unknown error occured (-50)." when trying to sync so

  • Outlook 2010 willnot send or receive e-mail

    Yesterday, Microsoft did and automatic upgrade. I am now getting this message going on the last 24 hours. " Your mailbox is currently being optimized as part of upgrading to Outlook 2010. This one time process may take up to 15 minutes and performanc

  • Value Mappings and Mapping lookups?

    Hi Experts, I've came across a thread on SDN which is mention below. value mapping can anyone explain me what is value mapping and fix mappings and why we need them and wht is mapping lookups? plz refer some weblogs which can explains in detail about

  • After deployment i get an error [AnnotatedClassNotFoundException]

    Hello. Iam using SOA suite 10.1.3.4 and jdeveloper 10.1.3.4. Till now everything have worked fine. But suddenly i get an error when i want to go "localhost:port/project/faces/Login.jsp". When i deploy Jdeveloper says no errors and deployment finished