Auto-reply Message Could Not Be Dequeued

Hi,
I am using iMS 5.2 HF 1.25. I found that the auto-reply function of my messaging server here is not working properly. User receives email indicating the auto-reply message had been enqueued and could not be dequeued after 9 hours instead of the auto-reply message itself. This only happens on several users.
I tried to do the following:
1. imsimta stop
2. kill all the 'autoreply_master' process
3. imsimta cleandb
4. imsimta start
After this, the auto-reply function works fine. However, it is working inconsistently. In other words, sometimes users do receive the auto-reply message successfully, but sometimes they don't.
Any idea of what's wrong?
Besides, after step 4 above, my job_controller and dispatcher were started again. However, I can't see any 'autoreply_master' process running when I execute "ps -ef". Would that cause any problem to my messaging server? How should I bring the process up again?

from the 5.2p2 buglist:
4976449 autoreply can omit To: header
     () [mta] {}
5003390 autoreply channel generates incorrect envelope From: address
() [mta] {}
5004448 $SUBJECT autoreply substitution works once per message
     () [mta] {}
I think the second one could be the cause of what you're seeing. . .
I would download and apply the 5.2p2 patch, and see if that fixes it.

Similar Messages

  • How can I change "do not disturb" 's auto reply message?

    When I turn on do not disturb in my iphone 5, then when someone
    call there is auto-reply that “the number you dial is busy now”. How can I
    change this auto- reply message? Could I change to “the number you dial is
    power off”  ?

    What do you want to do? If you turn on Do Not Disturb, this is the result - your phone is busy. Turn off Do Not Disturb or allow those callers you want to get through in  Settings > Do Not Disturb >  Allow Calls From.

  • Auto-reply messages not working in pidgin [SOLVED]

    I am not sure if this a configuration issue, but my custom auto-reply messages in pidgin are not popping up when someone messages me. I added myself to my buddy list to trouble shoot and I noticed that the message doesn't appear at all next to my status like it should. I just see 'away'. Any help is appreciated.
    Last edited by vytalelementz (2008-07-03 03:28:36)

    Hmm...I guess I'm stuck oh well. People that message me will have to deal with it when no auto-reply is sent back.

  • My ichat is saying that my password isn't right and then after 20 tries I get in but some of my friends say that it my account tries to request video chats to them when i am not online and sends auto reply messages when i haven't set that up. Am i hacked?

    my ichat is saying that my password isn't right and then after 20 tries I get in but some of my friends say that my account tries to request video chats to them when i am not online and sends auto reply messages when i haven't set that up. Am i hacked? This has also happened to alot of my friends on my buddy list
    is it a bug or have I been hacked

    System Preferences > Network > your-connection-medium > (Assist me) > ( Diagnostics )
    This sometimes provides additional helpful information, sometimes not so much.

  • Problem -How to figure out "message could not be saved" alternate location?

    Hmmmm.... what could be causing this?
    Does Mail or the computer do an 'auto-save' somewhere when I get the message "The message could not be saved." It's very frustrating as I don't know how to tell if a message has gone, or who it's gone to. It only starting doing this recently; any possible solutions?
    I checked autosave (not there). Any other place to look?
    I'm concerned because I did not want an email to reply to cc: all and I may have done that unintentionally. Any way to tell if I have egg on my face?
    Thanks!!
    Mac Mini Dual   Mac OS X (10.4.9)  

    > The account is Mail (sometimes synced with .Mac) on an outgoing smtp server through Comcast.
    Does this mean the account in question is a .Mac account and you are accessing the account with the Mail application as a .Mac type account?
    And if yes to both, you are storing Drafts and Sent messages on the server?
    If so, your account in Mail is not sometimes synched with the .Mac server - all server stored mailboxes in Mail are automatically synchronized with the server when first launching Mail when connected to the internet and there is no way to turn this off. And when selecting a server stored mailbox in the mailboxes drawer, the selected mailbox is re-synchronozed with the server.
    The error message provided does not include or involve the account's Drafts mailbox - it is the account's server stored Sent mailbox only and successfully sent messages are not being saved on the server?

  • "message could not be delivered"

    MAILER-DAEMON are replying that message can not be delivered when sendin to my mac addresses!?
    this started last night.
    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients. It's attached below.
    For further assistance, please send mail to postmaster.
    If you do so, please include this problem report. You can
    delete your own text from the attached returned message.

    Nothing made sense I thought but I just recieved an answer from my web host and they explained it like this:
    Our technicians are aware about this issue and they have contacted the proof point support to get the block removed
    This should be done in the next couple of days and then you shoudl be able to send emails without any issues
    No explanation though why there was a block.
    Thanks

  • HT4519 i'm getting 'THE MESSAGE COULD NOT BE MOVED TO MAILBOX TRASH message what gives?

    After setting up my corporate email accound, everytime I delete a received message the following message appears :
    Unable To Move Messages 
    The Message Could Not Be Moved to Mailbox TRASH.  Is there a way to fix this???

    Well, a whole 40 minutes have passed without a reply, suggestion or an idea. I found the solution somewhere else.

  • Published message could not be routed because no subscribers

    I have avery basic BT application , very simple Orchestration, Receiveshape, Transform shape and send shape. the schema is validated and generated an instance. Compiled the application, created 1 receive port and 1 send port which are bound tp the 2 logical
    ports in the orchestration, of course the receive shape in the orchestration has property activate = true.
    When I submit the instance, it gets suspended, eror Info in admin console is :
    The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been
    promoted. Please use the Biztalk Administration console to troubleshoot this failure.
    When clicking on 3rd tab, Messages, I discovered that Message Type was not identified which causing the non-routing.
    my schema has a target name space as follows  http://BAMFacture.FactureProduit, root name = Facture
    My instance contents are
    <ns0:Facture Nom="mytext" Prenom="anothertext" Montant="1000" xmlns:ns0="http://BAMFacture.FactureProduit" />
    I tried
    <ns0:Facture xmlns:ns0="http://BAMFacture.FactureProduit" Nom="mytext" Prenom="anothertext" Montant="1000" />
    it did not help
    I tried also
    <ns0:Facture xmlns:ns0="http://BAMFacture.FactureProduit" Nom="mytext" Prenom="anothertext" Montant="1000"></ns0:Facture>
    it did not help neither
    Thanks for your help

    Generate a sample instance message from schema and try with that.
    Who to generate?
    Open Visual Studio-> Your Project -> In Solution Explorer, right-click the schema for which you want to generate an instance
    message, and then click Generate Instance.
    Alternatively, Refer: Error: "The published message could not be routed
    because no subscribers were found."
    Your receive pipeline should be XMLReceive and not PassThruReceive. 
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Creating an auto-reply message by command line

    Hi,
    Is it possible to create a an auto-reply message by command line? Need to create one but I have the users password and don't want to reset his password.
    TIA,
    Henry

    Thanks Pterobyte.
    I guess I did not search far enough back to find this. I did have to google en example of script. I've posted it below for future reference.
    # This is a sample script for vacation rules.
    # Read the comments following the pound/hash to find out
    # what the script is doing.
    # Make sure the vacation extension is used.
    require "vacation";
    # Define the script as a vacation script
    vacation
    # Send the vacation response to any given sender only once
    # every seven days no matter how many messages are sent
    # from that sender.
    :days 7
    #For every message sent to these addresses
    :addresses ["[email protected]"]
    # Make a message with the following subject
    :subject "Out of Office Reply"
    # And make the body of the message the following
    "I'm out of the office for an extended period of time and will not have access to email. "
    # End of Script

  • "ERROR the message could not be saved"  message appears

    Can anyone explain why a "ERROR the message could not be saved" message appears when I'm writing mail? It pops up for no apparent reason?

    This error message appears if you have set the text encoding (Message > Text Encoding) to one that doesn't include a "special character" that is in the message.
    Example: select "Western (ISO Latin 1)" for your new message. From the Character Pallet (Edit > "Special Characters...") add (by dragging, the insert button, or whatever) the Euro symbol € to the body of your message. Either wait for Mail to attempt to auto-save your message to drafts or try to do so manually.
    Because the Euro symbol has no code point in the Western (ISO Latin 1) encoding, the message can't be saved & you get the not-so-informative error message. Change the encoding to Automatic, "Western (Windows Latin 1)," or any other encoding that includes the Euro symbol & the error won't appear.

  • InfoSpoke fails with message "Could not open file on application server"

    BW Experts,
    I created an InfoSpoke that is configured to extract to a flat file. The name of the file is specified using a logical filename. During extraction, the infospoke reports the error message "Could not open file on application server" adnd  marks the extraction process as red(failed). I have tried to run the InfoSpoke in background mode and in dialog mode and the same error appears. After i run in dialog mode, i checked SU53 for authorization errors and did not find any. I also tried changing the Logical filename setup in transaction FILE to a more "friendly" directory in which i'm sure i have authorizations (e.g. my UNIX home directory) and im still getting errors.
    Can you please share your thoughts on this? Any help will greatly appreciated. I also promise to award points.

    Hi Nagesh,
    Thanks for helping out.
    If i configure the InfoSpoke to download to a file using "File Name" option and also check the "Application server" checkbox, the extract works correctly (extraction to the defualt SAP path and filename=infospoke name). If i configure the InfoSpoke to download to the local workstation, the InfoSpoke also works correctly. It's only when i configure it to download to the application server and use the "Logical filename" option, that i encounter a failed extract.
    Here are the messages is the Open Hub Monitor:
    (red icon) Request No.147515
    0 Data Records
    Runtime 1 sec.
    (red icon)Run No. 1
    0 Data Records
    Runtime 1 sec.
    Messages for Run
    Extraction is running RSBO 305
    Could not open file on application server RSBO 214
    Request 147515 was terminated before extraction RSBO 326
    Request 1475151: Error occured RSBO 322
    If i clink on the error message, no messages nor clues are displayed. Note, this is a new InfoSpoke that is currently in the dev system.
    Please help.

  • When I am writing an email, I get an alert message that says "The message could not be copied or moved to the drafts folder. Writing to the folder failed. To ga

    When I am writing an email, I get an alert message that says “The message could not be copied or moved to the drafts folder. Writing to the folder failed. To gain disc space, choose Empty Deleted and choose Compact Folders and try again.”
    If I do that, I get a message saying “There was an error copying to the Sent folder,, retry?”
    If I retry it sends the uncompleted email. All I can do is keep deleting the message and carry on. Then the whole business might repeat itself.
    Help!
    Frank

    Because the location for each song in your library is on your hard drive.  If the hard drive isn't there, how can iTunes play it?
    You'll have to move/copy the music from your hard drive to your computer's hard drive.
    Basically, EASIEST way to do all this, if you don't care about your play counts, etc...
    -Delete EVERYTHING from iTunes, so that your library is now empty.
    -Go to "Advanced" inside of the "Preferences" window, found in the "Edit" drop-down.  You can also access Preferences by pressing Ctrl+, (Press Ctrl and the comma key)
    -Change your iTunes Media Folder Location to something simple, but on your computer. I use C:/iTunes.  Make sure "Keep iTunes Media Folder Organized" and "Copy files to...." are both checked.  You can close Preferences now.
    -Now, drag and drop your music from your hard drive into your iTunes library.  iTunes will automatically add the music to your library, as you would expect, and also creates a copy of each file to place into that iTunes Media Folder you just created.
    Shouldn't have any more problems...

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

  • I have PS 6 and just purchased an iMac and am running OS 10.10.1 (Yosemite).  When i try to Save or Save As a file I get the following message:  Could not save as "Whatever.psd" because this file is locked, you do not have necessary access permissions, or

    I have PS 6 and just purchased an iMac and am running OS 10.10.1 (Yosemite).  When i try to Save or Save As a file I get the following message:  Could not save as "Whatever.psd" because this file is locked, you do not have necessary access permissions, or another program is using the file.  Use the Get Info command in the Finder to ensure the file is unlocked and you have permission to access the file.  If the problem persists, save the document to a different file or duplicate it in the Finder.  Any suggestions?  Thanks.

    Photoshop: Basic Troubleshooting steps to fix most issues
    Look under Troubleshoot User Permissions.
    Gene

  • When I try to save a photo, I get error message Could not complete your request because of a program error.  What's wrong?

    I edit a photo and when I click Save As, I get error message "Could not complete your request because of a program error."    I exit Elements, try again, same error. 
    In past I had this problem but it resolved when rebooted PC.  This time, PC reboot does not help.
    I cannot save anything i do in elements!!
    What's wrong?  Any suggestions how to fix this?   Anyone know what the program error is

    Please mention your PSE version and underlying OS.
    Also, it would be of great help in resolving the issue if you can upload a snapshot of error message.
    Regards
    Kishan

Maybe you are looking for

  • How to Add Input Field in IC Webclient

    Dear Experts,        I want to add one Input field in Interaction Center Webclient(IC Webclient).Is it Possible?If Possible Kindly Send me the Step by step Procedure. It is Urgent Requirement.Please Help me. Helpful Answers Will be rewarded. Regards,

  • Iphone 4s activation at selfsolve.apple

    Hello! I've been browsing internet and apple discussions but failed to find an answer to my specific question. I bought iPhone 4S 64 ggb from Finland (ordered the delivery, so did not talk to the seller myself). The courier promised that the phone is

  • Inherit user profile settings

    Hi I need some help to save couple of time managing profile settings for every user in our Agency. We use 10.6 Server, 10.6 on the clients and the Adobe Design Standard CS5. To use Adobes CS5 in a good way, many settings need to be stored in the user

  • ITunes Agreement Form comes up and freezes! HELP!!!

    Hi I just got my ipod nano today and i've been trying to get it installed since 12:00 this christmas morning and i really tired of dealing with it and i need help bad. I installed the ipod nano update thing, the itunes and the quicktime player and ev

  • Dynamic DDL and error

    Hello, I have a relatively simple PL/SQL program and I'm pretty desparate finding out what the error is. To me it is really strange. Here's the program: DECLARE      -- for Oracle version      strFullVersion v$version.banner%TYPE;      majorVersion I