IMessage send does not work

Hi,
a week ago i updated from iPhone 3GS to 5. Everything is working fine. The iPhone was build up from an icloud iOS 6.0.1 backup. But i have trouble with iMessage.
I configured iMessage to receive/send messages to my phone number.
Receiving imessages is working so far.
Sending messages does not work at all. Only if i had a former communication with the receiver, imessage will detect it and send an imessage. if i start the communication, it does not work.
During the update process i did not change my telephone number. I only get a new Nano-Sim-card. I tried everything including a fresh reinstall of iOS, re-activation of imessage and so on.
My iPhone 3GS is still available in my registered products. It was also configured with same telephone number under my AppleID. But the SIM-card is deactivated and iPhone is shutdown and resetted after updating to iPhone 5.
Do you have any suggestions?

See:
iOS: Troubleshooting FaceTime
Are the registered with Messages? You can only Message among iPods, iPhone and iPzads with the messages app.

Similar Messages

  • Why does Adobe sendnow work and the newest and greatest Adobe Send does not work?

    Why does Adobe sendnow work and the newest and greatest Adobe Send does not work? I wasted about 8 hours on trying to get Adobe Send to upload 269 files that amounted to 469MB. When it did not work I made a zip file and after a lot of wasted run time that did not work. The first situation gives little indication of when a file is loaded compared to Adobe SendNow. In both cases with Send it failed with a message like only the first 50 can be loaded. When I went and looked none of them had been loaded. With the zip file (I wanted to hide the individual files so they would not be counted) it appeared to work but very slowly and finally said it was done and I went and looked and it had done anything for oever 2 hours except a false "I'm runninng" indication.
    Thus, I took a chance with Adobe SendNow and it works great. It never gave me a limit on the amount of files nor on the size of the complete job. It shows me one file at a time when it has finished with the file uploading it. SendNow has never given me any problems.
    Why woiuld you want to change the program from SendNow to Send without the newest program being the best, fastest, user friendly program of the two? It just doesn't make sense to me. I suggest that Adobe keep SendNow working until Send is fixed. I would also suggest that SendNow and how it looks be kept, called Send, then modify Send one thing at a time until you get it to the point you need it to be for Acrobat. I have heard nothing good and now I have experienced it that Send is a piece of junk. I wasted most of my work day on giving Adobe the benefit of the doubt to find out I made a very bad decision to trust Adobe to make good decisions on the transfer of a function to another place .... both Adobe's responsibility.without making it painless for your customers that totally rely on you. Don't throw away customer confidence as it is very hard to get it back.

    Funny how you answer to "troll". (What's your handle on AT&T forums?)
    Yep! Verizon living up to it's contractual obligations by not releasing updates. Caveat emptor!
    I think there are some reasonable expectations here to keep customer's happy. When one carrier offers upgrades there is an expectation the same will happen across all the carriers. We have seen that except Big Red.
    Verizon could have said the update is in MS court months ago and stilled the voice of the disgruntled, or at least redirected it, but instead chose to be silent. Not for market share but for partial blame I think.
    We will have to agree to disagree since you only see Terms & Conditions and I, see customer satisfaction.

  • HTMLDB_MAIL.SEND does not work with 11g

    Hi Guys,
    I have a simple application that uses HTMLDB_MAIL.SEND. I am running APEX 3.0 against an 11g database. When run against a 10g DB all is good. But with 11g I get
    ORA-24247: network access denied by access control list (ACL)
    I looked up the error which recommends altering ACL stuff, which I know nothing about. Is there a simple way to get rid of this error.
    O.

    Hi,
    I have the same problem as you.
    Colud you please explain me how did you resolve it.
    Thanks
    HTMLDB_MAIL.SEND does not work with 11g

  • IMessage send is not working on my ipad2. I can receive only.

    iMessage send is not working on my ipad2. I can receive only.

    make sure you are typing your message in the line BELOW the line with the camera icon, soon as you type in that location the send button will become active.
    Regards, Ct

  • Have been trying all weekend to upload Jpegs- either Send does not work or shows files uploading then shows error- never had this problem with Send Now-16 images total size 92MB-largest image 13MB

    Have been trying all weekend to upload Jpegs- either Send does not work or shows files uploading then shows error- never had this problem with Send Now-16 images total size 92MB-largest image 13MB

    Hi Ciaran19,
    Are you sending files from the Adobe Send interface, Adobe Reader, or the Outlook plug-in?
    Have you checked to see whether the files that you're sending appear in the Recent Files/Sent Files list when you're logged on to https://cloud.acrobat.com? (It could be that they're uploading, but not being sent.)
    It would also be worthwhile to send the files in smaller batches, to see whether a particular file or files is problematic, and causing the error.
    Please let us know how it goes. If you're still having trouble, please let us know where you're sending from, and whether you're able to send the files in smaller batches. It would also be helpful to know the exact error message that you're receiving.
    Best,
    Sara

  • Problem with RoadRunner:  RECEIVE is ok, but SENDING does not work

    Apple Mail not working properly: Receive - OK, Send - not working
    If anyone has encountered this problem, and found a fix, please let me hear from you. Until then, I have to use the web-based email for RoadRunner.
    In a nutshell, I can receive mail, but I cannot send mail.

    Mail->Preferences->SMTP->Edit outgoing mail server list and reenter the data. I have no issues w/RR's pop server account.

  • PDF via Response.redirect or direct send does not work

    We have a web site which has a mobile section. We store some PDF's in a Database, retrieve them as needed and send the file to the client.
    IT works fine on a desktop/notebook, iPhone. but on Windows Phone it just opens the reader, "downloads the file and says "Tap to open", but won't. Saving the file and doing a Response.Redirect doesn't work either.Only saving the file and setting
    up a JavaScript href to do a location =
    Will this be fixed, or do I need the workaround.
    - Bill Surface Pro 128gb, Win 8 Pro 64 bit, MS Expression 4, Office 365 Home Premium, Visual Studio Professional 2013, SQL Server 2012 Express

    Thanks,
    Never a problem in when NOT using phone. Always a problem when using phone (PDF Reader or Adobe Reader. The code that send it look like this:
    Dim PDFContent() As Byte = objCmd.ExecuteScalar
    objCmd.Dispose()
    objConn.Dispose()
    Response.Clear()
    Response.ClearContent()
    Response.ClearHeaders()
    Response.ContentType = "application/pdf"
    Response.Charset = String.Empty
    Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache)
    Response.AddHeader("Content-Disposition", "attachment; filename=" + FileName)
    Response.OutputStream.Write(PDFContent, 0, PDFContent.Length)
    Response.OutputStream.Flush()
    Response.OutputStream.Close()
    Response.End()
    - Bill using: Surface Pro 128gb, Win 8.1 Pro 64 bit, Office 365 Home Premium, Visual Studio Web Developer 2013, MS Expression 4, SQL Server 2012 Express

  • Dynamic Configuration of Mail-Sender does not work

    Hi,
    we use XI 3.0 SPS 19.
    In my szenario I have a mail sender and I have receiver determination with conditions depending on the mail subject.
    In the condition editor, I selected the context object "SHeaderSUBJECT" to build my condition.
    In the mail communication channel I turned on the Checkbox "adapter specific message attributes".
    But the condition doesn't work!!!
    I wrote a small UDF to get the dynamic configuration of my mail sender-message - but it's NULL.
    If I change my scenario from Mail-Sender to a file-sender, everything works fine (I can select the filename, etc.).
    Is there a problem with dynamic configuration of a mail sender?
    Thx all for your help!
    Regards
    Wolfgang Hummel

    Check also "Variable Transport Binding".
    You see in the SXMB_MONI whether the ASMA is available or not.
    Regards
    Stefan

  • Adobe send does not work

    5 attempts to upload a file of less than 200MB using Firefox & IE and when the file upload reaches 100% an error message flashes the file could not be uploaded, a really poor show from a company as big as adobe I have cancelled my auto renewal & won't be purchasing any your more expensive cloud based services.

    Sara,
    You wrote" Please let us know if we can ever be further assistance."
    How on earth did this situation ever occur?  Did it occur to anyone at Adobe to actually test the product before letting it escape?  This situation is not only an embarrassment, it speaks to an absolute level of incompetence that reflects poorly on a company that doesn't need any added customer frustration.   
    You wrote
    " Adobe Engineering is actively working on improving the Adobe Send online service so that it can handle larger uploads with the same ease as Adobe SendNow"  Do you understand how lame that sounds? The whole purpose of "Send" was to allow for sending larger uploads... Adobe "Engineering" might have worked on improving that feature before releasing the program .... The original comment was on July 4, today is July 30 and clearly what ever excuse you have for "engineering" doesn't have a clue.....
    Regards,
    Tom Lianza

  • TS2755 iMessage SEND button not working

    I can receive messages in iMessage but cannot send. Any suggestions?

    Thanks.
    Researched a lot of others , but your was the one that worked.
    Appreciate your sharing this great solution/ tip

  • Office 2010 MUI in Finnish and Save and Send function not working after upgrading to Lync 2013 MUI

    Problem is as follows. Used to have Office 2010, Outlook 2010 and Lync 2010, everything was working. People used it in Finnish and seemly quite a many of them used the Talleta ja lähetä (Save and Send in Finnish) in Office products.
    After upgrading Lync to 2013 version, with Finnish language pack installed with it, the Save and send does not work in Office 2010 if it is used with Finnish as display language. When you try to use it you get a Mapi error and reason is undefined or something,
    hard to say what it is exactly in english as the error message is in finnish. On those machines if the display language is changed back to english the Save and send works as it should.
    Any ideas? 

    The problem was caused by the Language Packs for Lync 2013 or Office 2013. Without them all works.
    And if you want to just unisntall the 2013 lang packs, then you also need to repair install the office 2010 ones to make it work again.

  • I cannot send a reply in imessages. The blue send button does not work

    I am using an Ipad. I cannot reply to a message in imessage. The blue button does not work anymore.

    Do you still have a BitDefender directory in program folders, usual location is C:\Program Files\BitDefender\
    If the directory still exists, the uninstall did not complete fully. BitDefender recommend downloading the uninstaller and running it again. You can get the uninstaller from http://www.bitdefender.com/uninstall
    If that does not work, you can try manually removing the toolbar. Do you have a folder called C:\Program Files\BitDefender\BitDefender 2009\FFToolbar
    The "BitDefender 2009" part will vary depending on the version of BitDefender installed. If that still exists try deleting the contents of the FFToolbar folder.
    BitDefender is likely to have added an entry to the Windows Registry, if you are happy with editing the registry you can remove the entry, for details see the "Windows registry extension" section of http://kb.mozillazine.org/Uninstalling_add-ons
    '''Warning: Only edit the registry if you know what you are doing, making an error in the registry can cause serious problems with Windows, it may even prevent Windows from starting.'''

  • After installing Mountain Lion, iMessages and Facetime does not work. When I try to sign-in I get a message that says: The server encountered an error processing registration. Please try again later. Apple care does not know what is the cause. Please help

    After installing Mountain Lion, iMessages and Facetime does not work. When I try to sign-in I get a message that says: The server encountered an error processing registration. Please try again later. After 4 calls to apple and 8 and a half hours on the phone. The apple people does not how to solve the problem. The last thing they told me is that they will send the problem to their engineers and I will hear from them. unfortunately they have not contact me.
    During the phone calls I tried putting the date and time in automatic, changing the username and password, I even tried using somebody elses username and password. Please help, facetime is my tool to telecomute, and it is hurting my job.

    I had the same problem and found the solution here:
    https://discussions.apple.com/thread/3189272

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • IMessage does not work after upgrade to iOS 8.1.3 to my iPad 4

    iMessage does not work after upgrade to iOS 8.1.3 on my iPad 4

    I Fixed it by trying to sign in with a different ID and canceling when it asked For a password and then signed in with my ID and it works! No more error message. I got this idea from another discussion. Thank you for replying though.

Maybe you are looking for

  • New HP Pavillion All-in-one PC 20-b014 ( and moving information from old computer)

    Hello, I apologize if this has been asked before....but would appreciate some assistance. I currently have a HP Pavilion Slimline s5310y desktop PC (running Windows 7) and just purchased the HP Pavillion All-in-one PC 20-b014(Windows 8).  I was wonde

  • Need Sound Advice

    cout<< "hello world"; I am an Art Student at AI. I am studying visual and game programing. I would really like to use these Adobe programs to make some extra funds. Im struggling financially I make 870 mo. Social security income for my Autism. Id lik

  • How can Sales Group on a sales order be copied from emlpoyee

    We are on SAP 4.7 ERP We have created sales groups G01 G02 We have assigned G02 to emlpoyee JohnD via HR, in table PA0900 We have assigned the sales group to sales office 001 When JohnD creates a sales document for sales office 001 can the sales grou

  • Basic PATH Problem

    Hi, I have been using JCreator to create some hobby java for sometime, but now I come to try and install it on a new laptop (Windows 7) having first installed JRE and JDK, I am consistently getting a cannot compile error, due to inability to find jav

  • Edit advanced table record

    Hi, Can any body tell me how i edit particular row in advaned table using single selection. when i click on particular record in table it converts into editable field. plz send me code and brief description for this. Thank u very much.... Thanks, joy