Jms, tibco consumer receiving null from queue when there are messages in qu

Hi,
I am having a problem with jms specificly tibco. by application has many consumers for one queue
say 15, with 0 to 100, messages per second going through. Occationaly 1 of more messages gets
stuck in the queue which then bocks all other mesasges from being consumed. I can see there
are messages in the queue with the tibjmsadmin package but receive(timeout) always returns null
for all the consumers. Any ideas.
Chers

Thanks for your reply Jayesh, but unfortunately this code sits in production and I can't turn it off. I will try testing it locally, hopefully I can reproduce this issue.

Similar Messages

  • Problem getting from server when there are large attachments

    Hello,
    Using mail I have problems downloading pop mail from the server if there are messages with "large" (10MB) attachments. To solve the problem I have to login via webmail and delete the messages,. This has happened twice already. Using outlook via windows I have no such problems.
    During these blocks no mail gets through, it's like the mail app does not see mail on the server.
    Any solutions?
    Thank you,
    Fred

    "String to IP" can be configured to return multiple (all) addresses. Just right-click the primitive and select "Multiple Output". You can then use IP to String to get the IP addresses in a more readable form.
    To know which of the 2 is the connection to your server you need to have some knowledge. If you know it starts with "10." you can just pick the IP address that matches this pattern.

  • How to delete e-mail usage from ipad when there are no e-mails

    i am trying to get more storage space and i have deleted all my e-mails but the usage still says i have 4.4 GB
    used how do i get the device to recognize that there are no e-mails

    Nokia email client is not supported for my device (7610).
    Also, it seems, there is no way to delete the headers selectively. Normally, when you want to handle the emails through your mobile device, you want to keep only important ones and delete the rest. So, possibly, Nokia can consider this for the future updates of the software, where user can delete the headers selectively to keep the inbox uncluttered and only as per the requirement.

  • Why can't I receive email from australia when I already receive emails from Singapore without a problem

    Why cant I receive email coming from Australia when there are no problems with email from Singapore. E-mail sent by myself to Australia arrive without
    problem.  I just dont seem able to recieve answers?

    Hi BobTheFisherman
    Thanks for responding to my query.  I.ve already done as you suggested.  The thing is in a test, which included the same email to my daughter ,where we asked the Australian recipient to type the return address - My daughter received the answer - but I did not.  I'm thinking is there something I need to untick on my Mac? At first I thought it was because the computer in Australia wasn't a Mac - but as I say my daughter has the same model as me and she is receiving the reply's Any more thoughts?

  • Why do I not receive iCloud e-mails when there is a specific group of "To:" addresses in the body of an e-mail

    I noticed this when I started my iCloud e-mail account a few months ago. I am not receiving iCloud e-mails when there is a specific group of "To:" addresses in the body of an e-mail. I can receive the e-mail on my outlook & local cable providor e-mail accounts with all of the addresses listed. If I strip out the "To:" addresses and send it from my local cable providor e-mail account to my iCloud e-mail account than I will receive the e-mail in my iCloud account (minus all of the "To:" addresses that are in the body of the e-mail. This has caused me to miss a lot of e-mails.
    Following is one of the e-mail that I can send from my cable providor account and not receive it in iCloud. If I strip out all of the "To:" addresses I will receive it in iCloud. I have a case open with Apple but it is not going anywhere. This occurs from multiple sending internet service providors (ISP's) so I think it's an Apple iCloud e-mail processing issue.

    I've been having a very similar problem to what ziemsen describes, for about a week now. The Mail app has stopped delivering new messages to the Inbox, even though I can view the newly incoming messages on the server via Webmail. I am able to send email through Mail with this email account, and as for the other email accounts that I have on Mail (which are also hosted by the same server), I am able to both receive and send email with no problem.
    None of the mail settings have been changed, so how this happened all of a sudden is very puzzling. I have checked Account Info on the problem account - Mail recognizes that there are messages that are on the server yet to be downloaded, but it won't download them.
    I've checked what other users have suggested here in the Discussions Forum, and tried: 1) deleting the problem Mail account from Mail and re-adding it; 2) creating a new machine User account and setting up Mail with that User; 3) setting up Mail on another machine; 4) archiving and re-installing OS, and even 5) wiping the HD entirely and reinstalling the OS. None of these have worked.
    Ernie, your suggestion of deleting the MessageUidsAlreadyDownloaded file sounded like the solution to the problem, so I just tried it - but to no avail. Mail delivers messages that are on the server to my Inbox up until the same point that it always stops at, and there are almost 1000 new messages since then.
    I am pretty lost at this point - I have no idea what else I can possibly do to resolve this problem. The strange thing is, when I tested my email accounts on Microsoft Entourage and Mozilla Thunderbird, they don't have this problem - both deliver all of my incoming mail. I may have no choice but to switch to one or the other at this point, but I'm attached to Mail and would really like to continue using it if I can. Any advice would be much much appreciated.
    very best,
    biteringo

  • I see how to delete songs from iPad, but there are some that won't give me the option to delete when I swipe it. Why won't it let me?

    I see how to delete songs from iPad, but there are some songs that don't give me the option to delete when I swipe them. Why can't I get rid of these songs?

    Do they have a cloud icon next to them? If they do, they aren't on the iPad so you can't delete them. They are in iCloud ready for you to download them if you want to and they are visible in the music app for this purpose.
    If you don't want to see these songs that are in iCloud, go to Settings> iTunes & App Store>Show all>Music>Off.

  • How can i delete songs from iPhone when they are grayed out

    how can i delete songs from iPhone when they are grayed out. It doesnt let me delete from itunes either and its just taking up space on my iphone and i cant even listen to the song that are grayed out

    I did this with about 100 songs, and the problem is everytime I connect my iphone with itunes, It will automatically sync back every single song I did delete on the phone by swiping.
    I did search on google and found out that serveral people has this problem. The songs wont delete from itunes library.
    So why do they even make this function if it only deletes the songs for a short time?
    Best regards PelleRPG.

  • Displaying a message when there are no results from an XSL Query

    Using MM_XSLTransform.class.php
    I am querying an XML file to produce a list of places whose town name or address match a letter of the alphabet. The letter is passed as a variable in a URL.
    XSL:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <xsl:param name="letter"/>
    <xsl:output method="html" encoding="UTF-8"/>
    <xsl:template match="/">
    <xsl:for-each select="dataroot/CPINFOWEB[Town=starts-with(Town, $letter) or Name=starts-with(Name, $letter)]">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
            <td>
        <a href="detail.php?park={CostCode}"><xsl:value-of select="Name"/></a><br />
              <a href="detail.php?park={CostCode}"><xsl:value-of select="Town"/></a><br />
          <xsl:value-of select="Address"/><br />
          <br />    
          </td>
            </tr>
          </table>
          </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    Destination PHP file:
    setXML("../regions/CPINFOWEB-mobile.xml"); $mm_xsl->setXSL("list.xsl"); $mm_xsl->addParameter("letter",$_GET['letter']); echo $mm_xsl->Transform(); ?> 
    The result Name and Town are displayed as a URL to link to a "more details" page.
    All works fine, but when there are no results for a letter of the alphabet I obviously get a blank page.
    How do I display a "no results" message instead

    I deleted my original reply because the formatting of the XSL code was messed up by the forum. Here's trying again:
    Your current code creates a new table for each result. The opening and closing <table> tags should be outside the the <for-each> loop. To deal with the possibility of no results being found, use a conditional statement and the count() function like this:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <xsl:param name="letter"/>
    <xsl:output method="html" encoding="UTF-8"/>
    <xsl:template match="/">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <xsl:for-each select="dataroot/CPINFOWEB[Town=starts-with(Town, $letter) or Name=starts-with(Name, $letter)]">
            <tr>
            <td>
        <a href="detail.php?park={CostCode}"><xsl:value-of select="Name"/></a><br />
              <a href="detail.php?park={CostCode}"><xsl:value-of select="Town"/></a><br />
          <xsl:value-of select="Address"/><br />
          <br />    
          </td>
            </tr>
    </xsl:for-each>
    <xsl:if test="count(dataroot/CPINFOWEB/Town) &amp;lt; 1">
        <tr>
        <td>No records found</td>
        </tr>
        </xsl:if>
    </table>
    </xsl:template>
    </xsl:stylesheet>

  • Problem with XML Publisher report when there are no detail records.

    I am working on an Oracle XML Publisher procurement report (Oracle E-Business Suite R12) that starts with a budget amount that is imported from our financial system, then lists all requisitions and orders that are in process (not approved). The amounts of all those unapproved requisitions/orders are totaled using a Sum form field, to be followed by a field where the unapproved requisition/order total is subtracted from the budget amount (amount available). I am running into a problem when there are no unapproved requisitions. When I run the report for such instances, it completes with a warning -- here is what it states in the OPP log:
    oracle.xdo.parser.v2.XPathException: Extension function error: Method not found 'sum'
    I have altered my sum field on the RTF template to include an if statement in case of a null value...
    <?sum (EXTENDED_COST)?> <?xdofx:if sum (EXTENDED_COST) = " then 0 end if?>
    ...but this does not work.

    Hi,
    You are on right track. Simply put summary field in header group and remember to set reset at property to Header Group Not Child and now you can use this field in format trigger.
    Format trigger must be written on header frame.
    Cheers !
    Adinath Kamode

  • After several years of use very satisfied with Firefox, recently loaded version (4.0.1) severely slows my browsing, and even my system, especially when there are pictures or videos. I said that this was not the case before and my system is Windows XP SP3.

    After several years of use very satisfied with Firefox, recently loaded version (4.0.1) severely slows my browsing, and even my system, especially when there are pictures or videos. I said that this was not the case before and my system is Windows XP SP3.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • How to change the default JRE when there are several version of JRE in Sys

    How to change the default JRE when there are several version of JRE in System?
    i have installed j2sdk1.5.0 then installed j2ee1.4,then installed Weblogic6.1 which use jdk1.3
    Now the JRE is jdk1.3\bin
    When run class that was compiled with jdk1.5,throw:
    java.lang.UnsupportedClassVersionError
    How can i change the jre to 1.5?

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

  • IPhone 4s has yahoo mail icon permanently on safari when there are no open pages

    My iPhone 4s using iOS7.0.2 has a Yahoo mail icon displaying permanently on the top of Safari when there are no open pages. The icon did not disappear even when I deleted my Yahoo mail account. The icon also has my Yahoo username displayed below it. Is there any way I can remove the Yahoo mail icon from permanently displaying on Safari? I cleared my history, cookies and data, but the Yahoo icon is still there.

    I have the same issue and koban4max's sugggestion doesn't work (well, it works, but you'll need to do it once a day.) I am surprised this hasn't been widely reported either as an iphone, Verizon or Yahoo issue. I tried various suggestions (deleting/re-adding account, moving messages to a new folder and changing password on computer/iphone, etc.) It will push for a while but stop pushing in a few hours or a few days. This leads me to believe somewhere in the interface corrupts the process. I would love to know if it's unique to Verizon, iphone 4S or IOS 5, or all of the above. The phone doesn't even fetch according to schedule, only when you are in the application. BTW, the Exchange push solution for Gmail works wonderfully.
    iphone 4S, IOS 5, Verizon.

  • Joining 2 related records using PL SQL in Apex - Problems when there are more than 2 related records?

    Hi
    I am combining 2 related records of legacy data together that make up a marriage record.  I am doing this in APEX using a before header process using the following code below which works well when there are only 2 related records which joins the bride and groom record together on screen in apex.  I have appended a field called principle which is set to 'Y' for the groom and 'N' for the bride to this legacy data
    However there are lots of records where in some instances there are 3, 4 , 5, 6 or even 1 record which causes the PL/SQL in APEX to not return the correct data.  The difference in these related columns is that the name of the bride or groom could be different but it is the same person, its just that from the old system if a person had another name or was formally known as they would create another duplicate record for the marriage with the different name, but the book and entry number is the same as this is unique for each couple who get married.
    How can I adapt the script below so that if there are more than 2 records that match the entry and book values then it will display a message or is there a better possible work around?  Cleaning the data would be not an option as there are thousands of rows of where these occurrences occur
    declare 
         cursor c_mar_principle(b_entry in number, b_book in varchar2) 
         is 
              select DISTINCT  id, forename, surname, marriagedate, entry, book,  formername, principle
              from   MARRIAGES mar 
              where  mar.entry   = b_entry
              and    mar.book = b_book
              order by principle desc, id asc; 
         rec c_mar_principle%rowtype;
    begin 
    open c_mar_principle(:p16_entry,:p16_book)  ;
    fetch c_mar_principle into rec;
    :P16_SURNAME_GROOM   := rec.surname; 
    :P16_FORNAME_GROOM   := rec.forename;
                   :P16_ENTRY := rec.entry; 
                   :P16_BOOK :=rec.book;
    :P16_FORMERNAME :=rec.formername;
    :P16_MARRIAGEDATE :=rec.marriagedate;
    :P16_GROOMID  := rec.id;
    fetch c_mar_principle into rec;
    :P16_SURNAME_BRIDE   := rec.surname; 
    :P16_FORNAME_BRIDE   := rec.forename;
                   :P16_ENTRY := rec.entry; 
                   :P16_BOOK :=rec.book;
    :P16_FORMERNAME :=rec.formername;
    :P16_MARRIAGEDATE :=rec.marriagedate;
    :P16_BRIDEID  := rec.id;
    close c_mar_principle;
    end;

    rambo81 wrote:
    True but that answer is not really helping this situation either?
    It's indisputably true, which is more than can be said for the results of querying this data.
    The data is from an old legacy flat file database that has been exported into a relational database.
    It should have been normalized at the time it was imported.
    Without having to redesign the data model what options do I have in changing the PL/SQL to cater for multiple occurances
    In my professional opinion, none. The actual problem is the data model, so that's what should be changed.

  • Avoid marking files as modified by Git when there are no changes

    Hello,
    I am working on a project using Visual Studio 2013 Ultimate and Enterprise Architect 9.0 (a UML tool). I am using Git for Source Control in Visual Studio.
    I have set up the programs so that I can synchronize code from Enterprise Architect (EA) to Visual Studio (VS) and vice versa using MDG Link for Visual Studio (an Enterprise Architect add-in). I first synchronized all the existing code from VS to EA.
    Now I have the following workflow:
    Create UML models in EA;
    Add necessary attributes and operations to the class models;
    Synchronize models with the code, which will add the added attributes and operations to my source;
    The last step will regenerate all my source code files, but even if there are no changes Git marks the files as modified.
    How can I avoid this behaviour, because now all my files are modified when Enterprise Architect synchronizes the model with the source code.
    I only want Git to mark it as modified when there are actually things added or modified in the file.
    Any help will be appreciated.
    Marcel

    Hi,
    I think it's more VS which detect the file was modified, and by default it mark the file as modified in Git. 
    But normally when you want to commit your work these files are removed because Git detect the files are not really changed.
    Did you try to refresh the pending changes in the team explorer (F5). Perhaps Git recalculate all the differences, and then detect the real changes.
    Regards,
    Yan Grenier
    Merci de bien vouloir "Marquer comme réponse", les réponses qui ont répondues à votre question, et de noter les réponses que vous avez trouvé utiles.

  • Why do duplicate albums appear on my iPod Classic screen when there are no duplicates in my iTunes Library?

    Why do duplicate albums appear on my i{Pod Classic screen when there are no duplicates in my iTunes Library?

    It's probably going to be a capitalisation error. In other words, one or more tracks on the album has a lower case letter at the beginning of the album name while all the others have a capital letter. They can be difficult to spot.
    In iTunes, examine one of your duplicated albums carefully. You should be looking for a slight difference between the album title name. Look at the screenshot below, can you see the error in the album title?
    It is there...
    The title track (Left Of The Middle). Look at the capitalisation of the album name.
    Once you find you error in your album, re-type it (or copy-and-paste from one track to all the tracks) and then SYnc your iPod to iTunes. Does that cure it? If nto, let us know.

Maybe you are looking for

  • USB 6009 and DAQmx Base Concerns

    Hello, I just received a USB-6009 multifunction DAQ device along with DAQmx Base for use on Windows XP with LabWindows/CVI ver 7.1.  Both the 6009 and DAQmxBase are successfully installed however I have several questions, I hope I am missing somethin

  • GPIB vi created with Instrument I/O assistant not timing out

    I am new to Labview and I am trying to write a program to control a HiPot tester via GPIB. This HiPot tester is used on several other projects, so its GPIB address can vary. I want to use Labview to scan for this device on the bus and then configure

  • Songs Cut Off

    Quicktime has been cutting off the last 15-20 seconds of a song sometimes. I tried a bunch of .mp3 songs. Any ideas as to what the deal is? And how to get back on track? I haven't tried anything to resolve the situation other than posting on this for

  • What videos??

    Trying to free up memory and iPad says I have 4 videos in the settings but I only have 2 videos in my player. Is there a different location that videos could be in?

  • How to Correct Gama as a curve like in Photoshop?

    I can't seem to figure out why Final Cut doesn't offer a draggable curve for color correcting like the "curves [apple-M]" tool in PhotoShop. MY video is too dark. When I bring a frame into Photoshop I can correct it perfectly with the curve dialog. I