Problems when receiving messages

When I receive a message (SMS) can I not see this on the display, neither that I have a new message nor that I have any unread ones although there is a message in the box. My wife has exactly the same problem in her Iphone. This problem has not existed earlier

Hi,
Please also check whether the migration completed successfully.
If it still not working after performing suggestions that Jason provided, please try to move the mailbox to another database for testing. It will repair something odd automatically.
Thanks
Mavis
Mavis Huang
TechNet Community Support

Similar Messages

  • Problem in receiving messages via RFC Sender Adapter

    Hi,
    I have problems in receiving messages from SAP backens systems. Sometimes we are getting all messages sometimes not. Strange.
    We are transfering report-results via asynchronous RFC calls. To avoid big message sizes we split them up in max. 1000 rows blocks.
    Each RFC call on backend side is completed with COMMIT WORK!
    We increased the number of connections in the RFC sender adapter. Then it was better, but the problem still exists! Not so often, but sometimes !?!?!
    I hope everybody can help me. Thanks a lot!
    best regards,
    Hannes

    hi,
    when you don't receive messages what do you see in SM58
    on the r3?
    any errors over there?
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • TS2755 Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help of how to set up messages on each

    Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help on how to set up messages on each device separately and to start using messages app on each device independently. Thanks

    search google for "iphone remove picture from contact"

  • E52 problem when receive call

    Hi all
    Can somebody give me solution to my problem!
    My E52 is with SW 054.003 have a problem: When I receive call from somebody, I press the green button and start speak, but on display still I see that  I'm not receive the calling. After 20 sec. starting  "call duration timer". Example: If stop speaking after 6 sec. in call log don't save call duration second. If speaking 35 sec. in call log are saved 15 sec.
    This problem occurs one third of the conversations.
    Please some help! 

    This is exactly my problem up there. I tried to delete every single App on my phone to see if theres an App which is disturbing the Telephone App, but nothing happened. The weird thing about this problem is that I can use the "Viber" App without any problems and I can record Voice Recordings. My partner can hear me loud and clear and so are the recordings. So that actually cant be a hardware problem. My warranty has expired too, and this is already my second iPhone bc theres was a Homebutton problem on the other one...!
    Thanks for the help.

  • Problem with receiving message over socket

    class TCPClient5 {
    public static void main(String argv[]) throws Exception
    java.io.InputStream s = null;
    java.io.InputStreamReader r = null;
    try {
    URLConnection uc = new URL("http://www.countryflower.com/Country_Flower_Home_Pic.jpg").openConnection();
    s = uc.getInputStream();
         System.out.println(uc.getContentLength());
    int x = uc.getContentLength();
    BufferedInputStream buffer = new BufferedInputStream(s);
    File f = new File("c:\\Users\\dell\\Desktop\\image\\image.jpg");
    DataOutputStream outdata = new DataOutputStream(new FileOutputStream(f));
    int n = 0;
    while(true) {
    n = s.read(byte[x] buffer,0,buffer.length); ----- here I am getting error
    if (n == -1) break;
    if (n == 0) {Thread.sleep(50); continue;}
    outdata.write( buffer,0,buffer.length);
    outdata.close();
    finally {
    //if (b != null) b.close();
    if (r != null) r.close();
    if (s != null) s.close();
    In above code I am getting error .................
    I am unable to receive message from server..........Please help me with code

    n = s.read(byte[x] buffer,0,buffer.length); ----- here I am getting errorHere we are unable to read your mind. What error? The syntax you've typed isn't correct, is that really what you have?
    if (n == -1) break;
    if (n == 0) {Thread.sleep(50); continue;}'n' can never be zero. Omit this line.
    outdata.write( buffer,0,buffer.length); That should be outdata.write(buffer, 0, n);

  • Problem: When receiving a Skype message old Skype Name is used on notifications

    On my iOS phone, when I recieve a message, the notificationt that pops up uses an old display name. I don't think it's the Skype Name that shows, as it was a email address, not a name used originally. Any solutions?

    Hi all,
    Thanks for your answers.
    So, after reading your post, i'v checked the "Use Mail Package" with encoding "none" and i am now using an XSD.
    When i use IMail.AssumeXMLContent = true  in the Advanced Mode, it brings me only one field in my content:
    e.g.
    <content>
    <language>en</language>
    </content>
    It's weird that it brings me back only one field...it takes the first one only, don't know why ???!!!
    The other solution is without the advanced mode and this time, i have all my field in my content but the symbol "<" or" >" is interpreted by &#60 and &#62 (text/hexa)
    I'm going to try to apply xsl or java on it...

  • Speaker feedback problems when receiving a text during a call

    Hi,
    Whenever I receive a text message during a call, I hear a very loud feedback sound through the handset speaker just before I see the visual notification that I have received a text.  This happens everytime without fail.  The sound is exactly the nasty screeching sound of a hot mic when it gets too close to a speaker.  It is startling and very annoying, and also can be heard (although less startling) when I use my earbud headset.
    Does anyone else have issues with this?  I did update to iOS 5.0.1 two day ago, but I also had this problem from the very beginning, with iOS 5.0.

    You have to have "Push" messages turned on. Settings>Notification Center>  scroll down to iMessage and set the kind of Alert, etc. that you want. There is also a Turn off in lock screen switch that may be turned to off.  

  • Problem when error message in exit Save document prepare(MV50AFZ1) on PGI

    Hi,
    I am using USER_EXIT_DOCUMENT_PREPARE for throwing  error message during PGI. The error triggers properly, But after that if I press enter button, The program ends with an ABEND error 'Risk of posting several mat.documents for one delivery->long text'.
    If anyone come across with this please help me.
    Thanks in Adv.
    Regards
    Nishad

    Hi,
    I am not clearing any tables , there is a check where any BOL lading is entered or not, if not entered then throw the error message. I think when i debugged, in standard code they is a flag check
    if wa_zaehl > 0  and        "WA-Zaehler noch Null?
         fcode(4) <> 'SIC1' and  "und FCODE nicht 'Sichern'!!!
         fcode(4) <> 'LT06'.     "und FCODE nicht 'LT06'
        message a621.            "wenn nein, Abbruch!!!
      endif.
    in include MV50AF0F_FCODE_BEARBEITEN  causes problem, This flag is set after successful creation of voucher.
    I am not sure how can this be tackled.
    Thanks for your reply.
    Nishad

  • Effects on Nike+ when receiving messages

    I went for a run yesterday. I started my workout and the sensor was detected when i started. A little more than half way through I noticed that it was no longer tracking any distance or pace info, but the music was still playing. It has never done this before.
    Early on in my run I received a text from someone. Is is possible that the text did something to mess up the comm with the sensor?

    I did what you said.  The message is still a bubble.  Do I have to receive a new message to test it?  Thanks AmishCake.

  • HT1688 No sound when receiving messages

    How do I get the sound working when I receive an incoming message. It stopped working.

    Hey Jdkmal!
    I have an article for you that can help you troubleshoot this issue with your sound in your iPhone:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Mail hangs when receiving messages

    This past week, without any recent software/hardware changes or updates, Mail started hanging while new messages were coming in. I have three accounts set up-- two MobileMe which seem to not be the problem-- and one POP mail account with MSN. At first I thought the problem was a firewall issue because it happened on my laptop at work. However, when I bring the laptop (MBP) home and run it off Airport WiFi there, the problem persists, even though my home MacPro, set up the same way, works fine. Now, the only way to get out of Mail on my MBP is to force-quit. I've tried repairing permissions, replacing plists, deleting and re-creating mail accounts-- even transferring the working plist from my MacPro to my MBP. Regardless, incoming messages hang at "Incoming Message 16 of XX" with the kb/sec eventually slowing to 0.0 in the Mail Activity window. Anyone with a similar problem or luck with a fix? I'm running latest Mail and Snow Leopard versions.

    I have exactly the same problem. I have two laptops, one running OS 10.6.2 and the other a G4 Powerbook running !0.5.8. On the Snow Leopard machine the iMap accounts (x4) are working fine, but hotmail mail and one Pop3 account both behave the same way - hanging indefinitely exactly half way through completion of the download of a couple of dozen emails, with download speed dropping to 0k. It has not been possible to download anything from either account now since November 6th. I have to check the mail on these two accounts via a web interface. The only solutions I have heard so far seem quite hit and miss. I am not particularly keen to do anything so radical as back up, reformat the hard drive, and re-instal the System / buy a new computer, or any of those other drastic fix-all-solutions sometims proposed when people cannot guess what is wrong. An informed work around would be very much appreciated.

  • Problem in receiving message from server

    Hi all,
    i am new to socket programming. i tried a simple echo server-client programs. The problem is client is able to send the message but it is not receiving and no problem with server. can anyone help me?

    (a) is the client flushing its output stream?
    (b) is the server flushing its output stream?
    (c) are there any exceptions being thrown?
    (d) What if anything is the server receiving?
    (e) What if anything is the client receiving?

  • No 'Name' just phone number when receiving messages

    Posting on this board also to see if anyone else as had this issue pop up today...
    This literally just happened to me. Had the 4S since last Friday. All my contacts come through Google and they've worked perfectly until now. Now, when I get a text or a call, it only shows the number, and not the contact, even though everything in the Contacts app is current and correct.
    Why o why did this just start happening!?
    I've tried 2 reboots...
    It seems on some numbers it wants to put a +1 in front of it all of a sudden? It was NOT doing this previously. Just started an hour ago and it is driving me nuts I even tried deleting and re-adding my Google account. Again, all the contacts show up correctly, but the numbers aren't "linking" for some reason. Very odd. An hour ago I had a message from Tom. Now it says message or call from +1 (515) 555-5555 (diff. # obviously).
    Anyone know a fix!?
    PS. After digging further and another reboot, it may only be happening with iMessage contacts?
    I should not have to edit any contacts. This has been working perfectly for a week...
    Thanks!

    While I unfortunately don't have a solution for you, this has been happening to some of my friends so this issue is not just happening to you.

  • Problems at receiving messages at RFC-Sender

    Hi all,
    i have configured the following scenario in NWDS for testing a message flow in PO:
    SOAP request comes into PI -> map Request to RFC -> send request to ERP Test System -> wait for RFC Response -> send to PI -> map Response to SOAP -> send to File
    Therefore i have, amongst others, created a RFC Channel for sending the RFC response to the mapping operation.When i run the scenario for the first time everything worked pretty well without any error messages. But after testing it the second time the message got stuck in the ERP Test System and couln't be forwarded anymore. It turned out that whenever i deployed the channel with some config changes, the message flow worked for the first time, but crashed after every following.
    In the error log i get the following message:
    java.lang.RuntimeException: Bean Z_PP_PDES_RESPONSE not found on host xxx, ProgId =RFC_HMC100_POD: Object not found in lookup of Z_PP_PDES_RESPONSE.
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:121)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:267)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
    Caused by: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of Z_PP_PDES_RESPONSE.
    When i look in the message log at the same position of a successful message, the log says...
    MP: processing local module localejbs/RfcAFBean
    ... which is actually the module defined in the channel.
    So for me it looks like that after the first run something in the module config crashes and the channel tries to use Z_PP_PDES_RESPONSE instead of the RfcAFBean.
    Any help very much appreciated!!!
    Thanks,
    Maurice

    Issue has been solved! There has been a running jco server with same program id as the one of the scenario. This led to complications. After stopping the server it worked perfectly...

  • HT201401 No sound when receiving message or phone call - worked previously

    For 2 years my phone has worked fine but now I am not receiving any sound to notify me of phone calls or messages. I have checked all the settings and cannot determine why this has happened. Any suggestions would be appreciated.

    Pl8gal wrote:
    ...  I have checked all the settings and cannot determine why this has happened. Any suggestions would be appreciated.
    Have you checked the Mute switch on the side...
    iPhone User Guide (For iOS 6 Software)
    By the way... your Tag states you have iOS 6.1.4
    This is Only compatible with the iPhone 5.

Maybe you are looking for

  • ZEN TOUCH 20GB - Stuck in Recovery Mode, during Firmware upgrade. HEL

    Ooooh dear. Me and my Zen Touch are completely stuck. Decided to upgrade the Zen's Software and Firmware and am now in deep trouble. Here are the steps I took. First I sensibly backed up the 2000 songs on the player to my computer. Then I updated the

  • Video size problem

    Just started using Premiere pro cs4 and when ever I import a video it is very small (http://tinypic.com/r/2s6q88o/4). I've been using a older version for a while. If it matters I am filming with a Canon Gl1. Thanks

  • MSI P67/H67/H61 Socket 1155 Series Mainboards B2 or B3

    When making posts concerning 6 series chipset mainboards here in the forum, it will be of great help to those of us providing assistance if it is mentioned exactly which stepping it is, B2 or B3, & BIOS version the board was shipped with or currently

  • Missing IDOC field in XML after IDOC reimported in ESR

    Hi Guys, I have just reimported my IDOC in ESR wherein an additional field is added. However, when I test a message, the IDOC field is missing in the XML payload upon entering PI even though I have entered a value in the IDOC. Flow: SAP ECC > PI I ha

  • Photo Thumbs Weight More Than Full-Size Photos

    I have a problem with my iPod Video 30 GB. Basically when I try to sync full-size photos that weight about 3 GB and iTunes converts them into thumbs on iPod they show as being 12 GB. How can small thumbs weight more than actual full-size photos? Plea