Status messages not working

Hi
We have SCCM 2007 seven and few days ago someone for some reason changed sccm database to readonly (please dont ask me why they did it).
We got that figured out and database back and everything else seemet to start working but status messages wont go through. for examble D:\SCCM\inboxes\statmgr.box sub folders had millions of files in statmsgs and queue folders.
Logs and site status looks ok, havent found items from logs that would point some issue causing this.
br Veikka

Yes, I know this is an old post, but I’m trying to clean them up.
I would start by reviewing the log file to see what error are listed. From there you can troubleshoot this issue.
Garth Jones | My blogs: Enhansoft and
Old Blog site | Twitter:
@GarthMJ

Similar Messages

  • IOS Group Messaging not working when Android phones are involved

    Group Messaging not working for me when there are both Iphones and Androids involved. iPhones still using iOS 7 don't seem to be having problems leading me to believe this is an iOS 8 problem. Is there a workaround for this yet, or is this a legitimate bug fix that Apple will have to address?

    Hey geoff_zen,
    Thanks for the question. After reviewing your post, it sounds like you arr having trouble with group messages. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    iOS: Troubleshooting Messages
    To resolve issues with sending and receiving iMessages, follow these steps
    Check iMessage system status for current service issues.
    Go to Settings > Messages > Send & Receive and make sure that you registered iMessage with your phone number or Apple ID and that you selected iMessage for use. If the phone number or Apple ID isn't available for use, troubleshoot iMessage registration.
    Open Safari and navigate to www.apple.com to verify data connectivity. If a data connection isn't available, troubleshoot cellular data or a Wi-Fi connection.
    iMessage over cellular data might not be available while you're on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn which network your phone supports. If your network doesn't support simultaneous data and voice calls, go to Settings > Wi-Fi and turn Wi-Fi on to use iMessage while you're on a call.
    Restart your device.
    Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    If you still can't send or receive an iMessage, follow these steps
    Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    Make sure that the contact you're trying to send a message to is registered with iMessage.
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and recreate the contact in the Contacts app. Create a new message to the newly created contact and try again.
    Back up and restore your device as new.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • [svn:bz-trunk] 16395: Bug: #2621264 [Regression] Small messages not working with NIO-HTTP endpoints in LCSD/trunk.

    Revision: 16395
    Revision: 16395
    Author:   [email protected]
    Date:     2010-06-02 05:00:56 -0700 (Wed, 02 Jun 2010)
    Log Message:
    Bug: #2621264 Small messages not working with NIO-HTTP endpoints in LCSD/trunk.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This is the BlazeDS side of the fix. This wasn't a regression, it probably never worked correctly. So, in the scenario where there's a Producer and a Consumer, and Producer sends a message for the Consumer, there are 2 messages from the server. The ACK message for Producer's send, and the actual message Consumer receives. I found that the ACK message was in small form, but the actual message was not in streaming messages. This was because we never really tried to convert streamed messages into small messages before.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/StreamingAMFEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/StreamingHTTPEndpoint.java

  • HT5012 Update my iPad to ios7.1 and messaging not working  .......suggestions?

    Updated my iPad Air to ios7.1. Messaging not working. Suggestions????

    What happens when you try? Getting an error message?
    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
     Cheers, Tom

  • I have a 3gen iPod message not working any solutions

    I have a 3 gen iPod messages not working any solution

    Start here:
    iOS: Not responding or does not turn on
    You are not really giving ups much information to provide more detailed advice.

  • Anyone's I Message not working this morning?

    Is your I Message not working this morning?

    I've been using mine all morning.
    https://www.apple.com/support/systemstatus/

  • E7 Nokia Messaging not working after anna update

    hi
    nokia messaging not working after anna update. when i
    -choose provider (hotmail/gmail/yahoo...etc)
    -enter username & password
    -click OK to T&C
    -get error message: "cannot enable this service on the device"
    any ideas?

    I'm having a similar issue. It appears to only impact Hotmail accounts. For me though, this happened without updating the OS. The email client is simply failing to connect to the Hotmail interface. Only two possibilities, either Microsoft changed something on the email gateway or Nokia changed something on their end. Either way, it's not working and has been out of commission for the past week. If this is how corporate friends get along, I'd hate to see what happens in a adversarial relationship.

  • SAVE_TEXT for long error Message not working.

    Hi Experts,
    I am Using SAVE_TEXT FM to Dynamically Change Long Text for  a message.
    1. i am able to run succesfully SAVE_TEXT with SY-SUBRC = 0.
    2. I can see the entry in STXH.
    3. I have also performed COMMIT_TEXT with all the parameters and COMMIT_WORK.
    4. I am able to See the changed Text using READ_TEXT FM.
    but if i go to SE91 to the message no. and see long text i am not able to see the changed text.
    also when change the long text of it in a program and call the error message we should be able to see the changed long text on click of error message in status bar but it shows the same message as in SE91.
    Earlier for this Text Object & Text ID in SE75 Save mode was SPACE so i changed the same to Update still its not working.
    Following are the details  of my code-
    REPORT  YTEST_MES message-id ZFQM.
    parameters : p_text type c.
    at selection-screen.
    if p_text <> 'C'.
    data: HEADER  LIKE  THEAD.
    data: t_lines type standard table of TLINE.
    data: ls_lines like line of t_lines.
    ls_lines-TDFORMAT = ' '.
    ls_lines-TDline   = 'TEST1 TEST2 TEST3'.
    append ls_lines to t_lines.
    Header-TDOBJECT   = 'DOKU'.
    Header-TDNAME     = 'ZFQM093'.
    Header-TDID       = 'NA'.
    Header-TDSPRAS    = 'EN'.
    Header-TDFORM     = 'S_DOCU_SHOW'.
    Header-TDSTYLE    = 'S_DOCUS1'.
    Header-TDLINESIZE = '72'.
      CALL FUNCTION 'SAVE_TEXT'
        EXPORTING
         CLIENT                = SY-MANDT
          header                = header
         INSERT                = 'X'
      tables
          lines                 = t_lines
       EXCEPTIONS
         ID                    = 1
         LANGUAGE              = 2
         NAME                  = 3
         OBJECT                = 4
         OTHERS                = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    CALL FUNCTION 'COMMIT_TEXT'
    EXPORTING
       OBJECT                = 'DOKU'
       NAME                  = 'ZFQM093'
       ID                    = 'NA'
       LANGUAGE              = SY-LANGU
    COMMIT WORK AND WAIT.
    message e093 with 'C'    'XXXX'.
    endif.
    I have tried calling SAVE_TEXT will possible combination's of  INSERT  = 'X' or space  or
    SAVEMODE_DIRECT       = 'X' or Both Space or 'X'.
    I know i am missing a small thing...but was unable to figure out the same.
    Please Help.
    Regards,
    Akash

    Hi  Keshav.T ,
    Thanks for your answer, but all the above FM u provided-
    read_text
    init_text
    edit_text
    Cannot be used as-
    Read_TEXT - I want to change Text not read it.
    INIT_TEXT- this cannot be used to change texts.
    EDIT_TEXT- this function module Opens the Long text screen
                       and we have to manually save it, but i want to save the text automaticaly
                       all this is done using SAVE_TEXT.
    Only problem is I am missing something after the call of SAVE_TEXT because text is changed
    as i can see that using read_text FM but if i go to SE91 and see long text for the corresponding message no. i cannot see the
    changed text done bu SAVE_TEXT.
    Please help.
    Akash

  • SP2010 Designer workflow "Set Content Approval Status" does not work

    Hello
    I'm having a problem with a workflow for one of my clients.It is a SharePoint 2010 environment and I can only use SharePoint 2010 designer (no visual studio).
    We have an approval workflow in place, which works great. After the document approval workflow has does its thing, a new workflow can be launged by specific users (they have writing rights and can approve content). The workflow is used to set the release
    date of the document. This can only be determined after content approval.
    However, when the release date is set, the document approval status is changed to concept. This is of course to be expected, as we changed to document metadata. That is why I wanted to add the action "Set content approval" to this workflow. I cannot
    seem to get this action to work. Right now the workflow does the following:
    check out the document (check out is obligatory in our library)
    set the release date field to the released date parameter (defined when starting the workflow)
    check in the document
    set content approval to approved.
    The release date gets set to the parameter value, but the document is not checked in and the content approval status is not set. SharePoint produces the following error message (translated from Dutch): "An error occured. Cannot edit the item, possibly
    because one or more columns require another type of content. Unknown error."
    Guided by other posts online I gathered that this might be because the actions checkin and set content approval occur to close together. I tried letting the workflow pause for the duration of 1 minute after checking in, but this pauses the workflow indefinitely.
    I then tried 5 minutes (as this is the time standard set by SP2010 designer) but this also resulted in indefinite pausing.
    Posts online lead me to believe that I'm not the only suffering from this problem, but as of yet, I haven't been able to find a solution that works for me. Hopefully someone can help me.

    Hi,
    According to your post, my understanding is that the "Set Content Approval Status" didn’t work in SharePoint 2010 Designer workflow.
    I try to reproduce the issue and the result is the same as yours.
    If I only check out and check in the item, the workflow works well.
    However, once I set Content Approval Status after checking in the item, the workflow get error.
    As a workaround, I recommend to use two workflow to achieve what you want.
    First, create the first workflow, and allow the workflow to be manually started.
    Then, create the second workflow, and
    start the workflow automatically when an item is changed.
    When you start the first workflow, the document will be set value of the release date. And then the second workflow will be started automatically to set the content approval status.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • GAIM and "away messages" -- not working?

    Hi there,
    Is it just me or do "away messages" in GAIM just not work at all? I set my status to "away", I selected an away message, I get this funny pop-up that tells me to either edit the message or hit the "I'm Back!" button ... but no-body actually receives the message if they contact me while I'm away.
    Am I missing something here?
    93,
    -Sascha.rb

    Hi skoal,
    skoal wrote:If you want to test your settings in GAIM, you can always add yourself to your buddy list.  That way you will show up, and you can instant message yourself, or put yourself as "away" and see how others will see you.  When I did that, I hover my mouse over my own name, and my away message shows up, whether it's the default or custom one, and it shows me as "away".
    Well, I tried that, and that's the way I found out it didn't work for me--apart from the about 12 open conversations mostly going "wtf why don't you answer me!!!" after I went to have a bath this evening. I don't get the away message when I'm hovering over my name in the contacts listing, and none of my friends receives anything like an "auto-reply" or a pop-up or something when they approach me while I have the away message set up.
    What are your settings in Preferences -> Away/Idle? Perhaps something's wrong there, on my end.
    Or is there perhaps an "auto-reply" plugin for gaim which sends a message as soon as somebody pings me while I'm away?
    Help is much appreciated. I don't really like to log on and off all the time just because I'm on the phone ...
    93,
    -Sascha.rb

  • Facebook messaging not working. all friends always...

    all my friends appear offline, always. and the news feed does not work.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Why does the address/status bar not work?

    After updating to 9.0.1, my status bar will not work, or my address bar. If I try to type in anything and press enter into the address bar, nothing happens. Also, I cannot press forward or back as they always remain grayed out. The only way I can get to a website is by pressing home, which is thankfully google. I have to google the url to go to it.
    Remembering now actually, I copied all the folders from the main firefox folder and pasted them into a new install of firefox (I had this problem actually before firefox updated). I was hoping that copying these folders would save my addons and etc. after I downloaded a new firefox and re-installed it. I put the folders back and firefox is still messed up :/
    I just want it to work more Q_Q

    That issue can be caused by an extension that isn't working properly.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Text messaging not working on my BB curve 8530

    My husband is on the same plan as me, but he has an android phone. I can send and receive text messages from him and myself, however, I can not send or receive text messages from anyone else. I've taken the battery out, updated my phone profile through the blackberry network and don't several other trouble shooting methods. 
    When I send a text it says that it goes through. When I got my phone I started texting my friends and family and received no response, thinking that everyone was just busy. When I talked to them later they said they never received anything and like wise, they sent me texts that I had not received as well. 
    I'm on Virgin Mobile and have called them several times now. The first person said that it should be working in 2-4 hours and that he would call me back. 4 hours later, It was not only still not working, but he had never called me back. The next person I called had me do all the trouble shooting that I had already done and then he told me it should be working in an hour. Three hours later it was still not working so I called again, this time I spoke to a lady that had me do all the trouble shooting again and said that she fixed it.. over the phone I texted google to be sure, and sure enough .. STILL DID NOT WORK. She said "oh.. well.. you need to talk to one of our blackberry specialists". After forwarding me to someone, he had me trouble shoot again... He said it should be working in 30-72 hours and that it was a problem with the blackberry network. I'm not sure I should wait 72 hours for it to work... especially when in the past they haven't called me back.
    1.) I can still make phone calls
    2.) I can text my husband and can receive texts from him
    3.) I can access the internet and download and upload files
    There is no indication on my phone that the texts are not going through, I get that little check mark by my text messages and everything looks normal.
    Is this a simple fix? Is everyone experiencing this problem?

    Hello !
    Do you have activated BlackBerry Internet Service (BIS) Plan on your device?
    Kindly check with your service provider.
    And if it is activated, then does your plan cover to use any other messenger like Yahoo, Gtalk etc or not.
    Hope this resolves your Problem!
    If your problem has been resolved then would request you to Click on "Like" and accept as "Solution" so that other Advisors doesnt invest there time on this Message anymore.
    Thanks.

  • Messages not working after 10.9.2 upgrade - XPCIMDMessageStoreSendXPCMessage fails

    I have upgraded five machines to 10.9.2, but one of them has run into a persistent problem with messages.
    On startup, I get a Message that an internal error has ocurred and asks me to relaunch. After that the window comes up and the acount window shows me logged in, but the history is not updated and new messages take forever to deliver or do not go through at all. They usually do not update on the local display.
    The console log shows lot of failures like these:
    - 2/27/14 6:33:44.954 PM imagent[371]: [Warning] __XPCIMDMessageStoreSendXPCMessage failed too many times...bailing!
    I have set up another account and tried logging in from it, but it shows the same behavior.
    The firewall is off, certificate seem to be fine. When I log out and back in, the other systems devices get all the nag messages about the system and numbers being added, so it is communicating with the server. But messages are not coming through.
    I have cleared all preferences and caches, but the behavior does not change.
    I have reverted the system to 10.9 by installing over it. Messages immediately works fine (same preferences etc.) Everything works great, but I'd rather not live with the SSL bug.
    I have upgraded using the Combo Update and another time using the App Store. The behavior stays the same.
    The other four machines and my 4 iOS devices are all working as expected.
    Does anybody have any ideas? My family and friends use Messages a lot, so I need it on my main machine.
    Thanks,
    -- Harald

    Hi,
    I will presume again then.
    I would also try these one at a time.  Doing it this way is less invasive than doing them altogether.
    The Console Message looks more like it belongs to an iMessage sending than an AIM, Jabber or Yahoo ones.
    In this case I would try deleting com.apple.imessages.bag.plist
    This is not the Account info for iMessages but it is the server the app (and IMAgent) connect to.
    If that does not work I would try the iMessages account one (com.apple.ids.service.com.apple.madrid.plist)
    This is the one in use in Mavericks.
    You may still have the Mountain Lion one present (com.apple.imservice.iMessage.plist)
    You could try using Activity Monitor to Force Quit IMAgent but you first need to turn Off FaceTime even if it is not open (IMAgent does it's "Listening" as well as for the Messages app.
    It goes without saying the Messages app should also be Quit.
    I would again restart the computer when Quit the IMAgent app.
    7:22 pm      Saturday; March 1, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Change of Status is not working in WebUI

    Hello All,
    Iam facing a problem in changing the status of the item in web UI requirement as follows.
    We need to set the item status from the To be Closed to Close.The status To be closed is set by an contract processor and schedules the Action .i.e Close item Once the contract approver execuets the action.It need to be change to Closed and the item end date need to be set to the date when the Action is execueted
    I have done my coding in the Execute method for the action Close item by using the FM CRM_ORDER_MAINTAIN
    to change the item enddate and CRM_STATUS_CHANGE_EXTERN to change the Status to Closed and the Commit Work .My code is working fine in GUI but this is not working in WebUI . I can only see it when i execute the action go to the edit mode.
    Can any one help me out in this regards.
    Thanks in Advance.
    Regards,
    Kiran Posanapalli.
    Edited by: posanapalli kiran on Feb 15, 2010 7:16 PM

    Hi Kiran,
    we're having the same issue that an opportunity is updated in the normal Gui but not in the WebUI when using FM CRM_ORDER_MAINTAIN.
    What coding did you use for fixing this?
    Kind regards,
    Roy Willems

Maybe you are looking for