E75 reports (no messages) with Nokia Messaging Gma...

I signed up for an account a http://email.nokia.com, went through the processed, and received the installation message fine on my phone. The account appeared to have set up correctly. I entered my email, accessed the account, it asked me for my password, I entered it, and it connected without reporting an error. However, after connecting, the account reported (no messages) when there are actually several messages in my inbox all newer than 3 days. I can access the account fine if I set it up using the phone's built in software, but I would really like to utilize push email. Does anyone have any suggestions as to what could be causing this issue?

Here's the deal. Like many of you, I have faced the exact same problems with Nokia Messaging on the E75. You can send emails but cannot receive them. The phone, the connection and the synchronization seems all fine with the green ring attempting to fetch from nokia servers but resulting in zero emails.
Well, I have more or less narrowed down the cause of the problem if by chance you have not noticed it is none other then - NOKIA MESSAGING!!!!
When ever you sign-up for a new account it is set up in one of many Nokia servers. Mine is "netac12.vie.hosting.nokia.com" you can find the server info on your phone. It could be that these new servers are not configured properly to work with some of our phones in particular, the E75. Other possibilities may be that the integrated Nokia Messaging software in the phone may be having some problems in communicating with the nokia server. Which ever way you look it just comes down to software problems.
As of now, I don't believe Nokia has a solution but am sure they are aware of the situation. As much as Nokia may not acknowledge certain problems with its products or services but trust me they are aware... or maybe just giving a "blind eye" so to speak for the time being..
One may ask how sure I am if it is not the hardware of the phone or my WiFi/GPRS connection that is at fault and with that, I ask of you to try the following experiment.
Download emoze (www.emoze.com) on to your phone to be 100% sure that your phone and connection is in good working order. It is a freeware Push eMail service with certain limitations of course. You may choose to remove it completely, if you don't like it but for the benefit of the test and also that it is FREE just bare with its dry interface.
After when you have installed emoze onto your phone you will realize.. SUDDENLY.. you are able to send and receive YES, RECEIVE emails almost instantaneously! To be sure that Nokia Messaging is indeed running foul I let both emoze and Nokia Messaging run on my phone in the background and send myself an email via my PC. Emoze as clockwork, without fail, gets me the email within a minute - most of the time within 15 seconds. Whereas, Nokia Messaging, as I may add, is a very moody service. It will choose when to deliver if at all and when not to at its own BLOODY will !!!
Please excuse my language, just like many of you I am very disappointed and that to have call Nokia Care Line on several occasions and only to be told that no one else seems to be facing this problem and they make me go through the damn settings over-and-over again. If there is a fault, please rectify and not hide behind your virtual bush.
I sure hope, that Nokia will start taking ownership of its product issues and give us an update or some form of acknowledgement that it is looking into our concerns. Responsible companies will definitely demand a whole lot of customer respect. Take for example Microsoft. From time-to-time its software and products will run into venerability issues and Microsoft acknowledges these issues, customers concerns and releases a patch to fix the problem. Likewise, I hope Nokia will follow suit.
I have been a Nokia cell phone supporter for over 15 years. I am seriously, considering a swap to a BlackBerry once my contract expires with my service provider. Nokia please do your due diligence.

Similar Messages

  • Problem with Nokia Messaging on my N97 (V22)

    Since afew weeks I have a strange problem with Nokia Messaging on my N97.
    I receive emails using Nokia Messaging (V10.2.26) with a date shown incorrect as 01.01.0000 and the email then can’t be opened/read.
    This happens either on 3G connection as well as WLAN and it seems to be by random, not only HTML-emails or emails with text only.
    I have uninstalled Nokia messaging already and reinstalled V10.1.24 but the problem still remains.
    Is there any idea how to fix this issue because it is quite annoying and I can’t use the full functionality of my cell phone?

    millic wrote:
    ceroberts75,  I remember from your other posts somehow server thinks you already have an account with the email you are trying to configure and you/nokia support is not able to get access to it. Different people have resolved this issue in different ways. For me it was just another way. Thought it might help someone.
    absolutely m8.  thats why i gave you a kudos.
    the challenge is that NM has been unruly as of late...and believe when i say that i have literally been on the phone teching nokias support up to tier 2 and creating, canceling, trying new acounts with different email, different ways of creating them, with wifi, gprs...and praying for hours accross mutliple phone calls
    but to no avail, are the devices we are using connecting and syncing...even with thier n900 specialist which i had to help him!   lmao. 
    another option for a solution is alwayhs welcome as there are more then one way to skin a cat.
    i hope it works for him and others as i kno9w thesome that are just giving up on it.

  • What went wrong with Nokia Messaging?

    What went wrong with Nokia Messaging?
    In the beginning of this year I used Nokia Messaging on E71 and I really loved it!
    Since this autumn I am using it on my new N97 and I am confronted with totally different experience:
    - the application is very slooooow..
    - its unreliable - very ofter emails arrive with hours delay, a sync may take up to minutes
    - its very very buggy - truncated icons, diplay randomly jumping up and down, when scrolling.
    - very bad HTML display of emails - tiny (unreadable) default font and no wrap to screen when zooming - I thought emails were for reading?
    - many, many usability issues
    I just cannot believe it - How has Nokia managed to convert once such a good piece of software into such incredible disaster?
    Recently an update was published - I tried it immediately... To my big disappointment it contains all the same bugs and introduces new ones..
    How is this possible? What is happening at Nokia?

    Also my N86 as the same problem.
    And in global setting Nokia deleted the option to read always in HTML.
    And there is not any option to write html Mails

  • Can we modify the standard AOL Message with custom Message in Seeded Page?

    Hi,
    I have a requirement to change AOL Message with custom Message in Seeded Page.
    In a seeded OAF page when a user clicks on a submit button a standard AOL Processing Message is populated.
    I Need to change the Standard Message and call Custom Message.
    Did controller extension and found that both the messages are populating.
    called the code after super and tried to call before super also.
    Did any one face this issue and resolved it. Kindly provide the solution.
    Regards
    Chaitanya

    Hi Gyan,
    I have tried by extending a sample custom controller.
    Below is the code of TestCO calling create message
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
          OAApplicationModule am = pageContext.getApplicationModule(webBean);
          if (pageContext.getParameter("Test") != null)
              OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM",    null,
              OAException.CONFIRMATION, null);
              pageContext.putDialogMessage(confirmMessage);
      }Then I extending the TestCO to XXTestCO and it is calling Update Message
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
          super.processFormRequest(pageContext, webBean);
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
        }got below Confirmation
    Confirmation
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    Employee (&EMP_NAME) has been updated.
    Tried below approach also calling the message before super class
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
          super.processFormRequest(pageContext, webBean);
        }got below Confirmation
    Confirmation
    Employee (&EMP_NAME) has been updated.
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    My requirement is to print only the message which I have kept in Extended controller i.e. Update message
    Regards,
    chaitanya

  • Unable to process message with internal message

    I am trying to find more information about this error I see in the App log. There are thousands of entries with different message IDs.
    I have searched Google/Technet and cannot find anything that references this error message. Does anyone have any pointers on where to go to find the account causing this?
    Source: MSExchange Messaging Policies
    Event ID: 8208
    Task Category: RedirectionAgent
    Unable to process message with internal message ID: XXXXXX. Mailbox System.Object[]'s ForwardingSmtpAddress %3 isn't valid. Active Directory may have been damaged.

    I have just started and taken over for the previous admin so am still learning the setup as well.
    We have 3 Exchange 2010 servers (2 in the same location and one remote), all 3 have the same errors in event logs with varying message ids. Only 2 transport rules (One for large attachments and one to add a disclaimer) and both appear to be working correctly.
    I was hoping to find a way to track down more information about the message based on the ID to see if I can find any similarities but have not found a way. I have found how to find the message ID based on sender/recipient/etc. but not the other way.

  • E71 with Nokia Messaging but not pushmail.

    Hello
    excuse me but i'm french and my english is medium.
    So, i have a E71 and i installed since 1 month a soft of messaging with a real push mail (a beta version).
    But i delete involuntarily the soft and i don't remenber this name.
    And today i downloaded and installed Nokia Messaging.
    Apparently, this soft is not a push mail. I can only adjust the synchronization that all the 30min.Is it normal?
    And the presentation to the screen is different than on the Nokia web.
    thank you for your answers.
    roro

    Thank you
    But i think Nokia Messaging bad installed because i have not this set. I have only "intervalle connexion" 6h, 4h, 2h 1h and 30min.
    Often i had the possibility to modify this setting but here, it is different. ??????
    I have the sensation to have the simple version of the e-mail of Nokia.
    It is bizarre but in Menu, Installations, i have 2 icons @.
    one icon @ Config.Mess and one icon @ Email.
    When i press on the first one, i have access to the creation for a new adress mail.
    When i press on @ Email, there is nothing.
    there is a problem, no?
    bye

  • Yahoo email not syncing with Nokia messaging - Pre...

    I have been using nokia messaging beta version for approximately 3 weeks and it has worked perfectly for all my e-mail Yahoo and Gmail. As of yesterday my Yahoo (free) e-mail stopped syncing e-mails. I went to the website email.nokia.com and checked my password but I receive the following message when trying to update the password: "Unable to connect with the password provided. Please try again.". Please note I have not changed my password I was only trying make sure everything was correct.
    My Gmail seems to still work but no Yahoo. I have gone as far as deleting all my accounts on the phone and deleting Nokia email software via the app installer and reinstalled NOkia email. The phone synced my accounts setting them up and syncing all the messages up until yesterday which is exactly when it stopped working. I'm at a loss at this point. I'm also unable to delete the yahoo account on email.nokia.com website since its my default acct. Any ideas??
    Could it be a yahoo issue? Anybody else have this issue?

    Found these on another site:
    I can’t receive any push mails via google mail. is the service down?
    Comment by tom --- January 15th, 2009 at 8:34 pm
    I can’t receive any push emails via Yahoo email. It was working fine until early this morning.
    Comment by Paracha3 --- January 16th, 2009 at 3:09 am
    I have been using the Nokia email client on my E90 for the last few days. Today Yahoo mail started giving me a problem. Whenever I send an email I am getting a Delivery Status Notification (failure)
    535 authorization failes (#5.7.0)
    I went in to my email.nokia account just to re-enter the password for my yahoo account, and now I even that is throwing the following error “Unable to connect with the password provided. Please try again.”
    Is there some problem connecting to Yahoo?
    I am able to log on to this yahoo account on my PC and send and recieve mails without any issue.
    Thanks,
    Amar
    Comment by Amar --- January 16th, 2009 at 3:11 am
    This is really bad. I have tried and installed Nokia Email countless times. But it refuses to sync, I don’t even receive error messages. I have even tried to log on to emai.nokia.com to check and reset my account settings.
    Solution for now; I have installed Profimail, it works like a dream. Downside is that it does not sync my Gmail contacts and I think the Nokia interface looks better.
    I will continue to keep an eye on any new patches/versions of Nokia Email but as of today, this software should never have been allowed to graduate. Let alone even thinking of charging people for it.
    Comment by AJ --- January 16th, 2009 at 3:57 pm

  • Exchange (OWA) access with Nokia Messaging

    Thank you for enabling corporate mail (Exchange / OWA) is now working under Nokia Messaging.
    I summarize a few items that could be improved:
    1 In order to install this, you first need to log into the service with an online web account and only then can you install your corporate account. You can later delete the online web account. This is awkward.
    2 Within Nokia Messaging I cannot set the email address I wish to show when I send someone an email.  I use in my corporate email an alias which is slightly different from the main domain: for example if my corporate email address would be [email protected], then my alias would be [email protected]
    3 Within Nokia Messaging I cannot set the reply_to address
    4 Within Nokia Messaging I cannot accept calendar invitations. 
    5 MFE used to work fine with the 3G Portal (WAP based) access point and this saved me from using the 3G/Internet connection (payable). However, Nokia Messaging does not work on the 3G Portal access point and has to be set to 3G/Internet. This means that using Nokia Messaging will cost me more than MFE. 
    Message Edited by rrrr123456 on 05-Mar-2009 01:01 PM

    Can you please tell us how did you configure OWA on Nokia messaging, because as from Nokia support team , OWA is not supported in Nokia messaging !
    Please advice.
    Thanks
    Haikal

  • Problem with nokia messaging on nokia e71

    problem is in the setup
    i install nokia messaging.. and it works
    but it dont reckognize  nokia messenger in messages(communications--> messages-->email)
    thanks

    millic wrote:
    ceroberts75,  I remember from your other posts somehow server thinks you already have an account with the email you are trying to configure and you/nokia support is not able to get access to it. Different people have resolved this issue in different ways. For me it was just another way. Thought it might help someone.
    absolutely m8.  thats why i gave you a kudos.
    the challenge is that NM has been unruly as of late...and believe when i say that i have literally been on the phone teching nokias support up to tier 2 and creating, canceling, trying new acounts with different email, different ways of creating them, with wifi, gprs...and praying for hours accross mutliple phone calls
    but to no avail, are the devices we are using connecting and syncing...even with thier n900 specialist which i had to help him!   lmao. 
    another option for a solution is alwayhs welcome as there are more then one way to skin a cat.
    i hope it works for him and others as i kno9w thesome that are just giving up on it.

  • Sending an e-mail with Nokia Messaging from Yahoo!...

    Hello,
    I tried to send an e-mail and gives me this:
    Subject: Delivery Status Notification (Failure)
    From:Mail Delivery Subsystem <noreply@noreply>
    To: "dilixxx.xxxai at yahoo.com" <dilixxx.xxxai at yahoo.com>
    This is an automatically generated Delivery Status Notification
    500:Read error: null
      ----- Original message -----
    Date: Mon, 22 Feb 2010 14:57:27 +0000
    From: "Dilimot Mihai" <dilixxx.xxhai at yahoo.com>
    Subject: Test
    To: Dilixxx.xxhai at orangemail.ro
    Reply-To: dilixxx.xxhai at yahoo.com
    MIME-Version: 1.0
    X-Priority: 3
    Content-Type: text/plain;
        charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    X-NIMS-Source: netac30.vie.hosting.nokia.com
    X-NIMS-User: dilixxx.xxhai831
    X-NIMS-UGUID: 0xa1fbe420e5dc2dbb1698335ab79f4914
    Test
      ----- End of message -----
    Any ideas?
    Details: Nokia E75
    Best regards,
    Mihai Dilimot:
    P.S.: The header was slightly modified to obfuscate my e-mail. Still simple to guess if you're not a bot.
    Solved!
    Go to Solution.

    Hi,
    Well, you have three choices:
    The first one is provided in the Nokia Messaging FAQ (http://email.nokia.com/account/faq.action):
    I get a 'This is an automatically generated Delivery Status Notification 500: Failure' error when sending an email. What does this mean?
    In rare cases, Nokia Messaging cannot send emails because your email provider's SMTP server settings are incorrectly configured, or because your email provider will not allow Nokia Messaging to send email through their server. If you are receiving this error, log into your account at email.nokia.com, select Edit Settings on the account that is receiving error, select Change Server Settings and remove the information in Outgoing mail server and Outgoing server port and uncheck SSL Required for outgoing mailserver, and select Save. This will cause your emails to be sent through the Nokia Messaging server and should resolve the problem.
    The second one is to change the SMTP server. (source:http://en.wikipedia.org/wiki/Yahoo!_Mail#Free_IMAP_and_SMTPs_access)
    In addition it is also possible to send mail through mail clients as yahoo also operates an SMTP server (smtp.mail.yahoo.com). It is necessary to enable SSL through port 465.
    The third one (the one it worked for me) is to wait. I didn't do any changes to my email client from my phone and it worked after some time, so I assumed it was server related. (Either Yahoo! or Nokia Messaging servers)
    Currently, I'm a Yahoo! Mail Plus subscriber. (POP3/SMTP access through dedicated servers; 20 $ / Year). If you're a heavy sender, I would recommend this instead of Nokia Messaging servers.
    I do hope this answers your problem.
    Best regards,
    Dilimot Mihai

  • E52 - Connectivity oddity with Nokia Messaging

    Hi guys, It's been about a month since I found the Nokia Messaging got disconnected when the battery is low (1 bar left), then whatever I do just cannot make it get connected again. Have u encountered the same problem? Hope someone can help me out. Best wishes.
    Solved!
    Go to Solution.

    Nokia Messaging has a feature that disables synchronisation when the battery drops below a certain level. I think you can change the level, but it's been a while since I used Messaging. It should synchronise again when the battery is recharged. If it doesn't, try going Offline, exiting the application, opening it back up, and going back online.
    Help I'm trapped in a sig factory.

  • DISPLAY ONLY CUSTOM MESSAGE WITH SRW.MESSAGE

    Hi.I created a report with Report Builder 9i.I also created two form parameters of type date.I put inside the validation trigger in the property inspector the following plsql code.
    function FROM_DATEValidTrigger return boolean is
    v_date VARCHAR2(12);
    date1 date;
    begin
    v_date := :from_date;
    date1:=TO_DATE(v_date, 'DD/MM/YYYY');
    return (TRUE);
    EXCEPTION
    WHEN OTHERS THEN
    SRW.MESSAGE(546,'My Message');
    return (FALSE);
    end;
    This code works fine.Supose the user input wrong data for example 29/02/2003 displays an alert message
    with my custom message.But after this displays an another message from the Report Builder like this:
    Rep-0546:Invalid parameter input.
    My question is .Is it possible display only my custom message with the SRW.MESSAGE built in procedure?
    Thanks in advance Panagiotis.

    Hi,
    I am using this function in my Validation process to display Error when user gives null input
    function DEPT_IDValidTrigger return boolean is
    begin
         -- Check for Null Value here
         if(:DEPT_ID is null) then
         raise SRW.NULL_ARGUMENTS;
         else
    return true;
    end if;
         Exception
              -- Exception For Null Value
    when SRW.NULL_ARGUMENTS then
         srw.message(100, 'Please Enter Dept ID');
    raise srw.program_abort;
    end function ___ ;
    Function is correct but the error message i am getting at the client side is as follows ::
    "*MSG-00100: Please enter Dept IDREP-1419: 'dept_idvalidtrigger': PL/SQL program aborted.* "
    It seems it is adding some system level error.
    but i want only my custom message to be displayed on the client side ::
    *"Please Enter Dept ID"*
    Is this Possible in Oracle 6i.

  • Two Messages with same Message ID in SXMB_MONI

    hi,
    in moni,for a particular interface we found 2 messsages with the same message id.all the values in the columns are same exact for the column "Pipeline" which is having the values "CENTRAL" and "PE_ADAPTER" for these 2 messages.
    there are no multiple receivers.one single receiver for this interface.
    do you have any idea why we got 2 messages with same msg id even when receiver is single?
    Regards,
    Anu

    Hi Anu,
    In scenarios where you use Integration Process(BPM) leads to such situations where you have multiple entries for same message.
    In your case CENTRAL is the pipeline on the Integration Server that actually performs the message processing and PE_ADAPTER is your process engine pipeline but MessageID is the same.
    Also you can use the audit log from the runtime work bench (RWB) to look into the details of that particular message to get the relevant information about it.
    Regards,
    Jitender

  • Global Messages with h:messages tag.

    hi,according to the documentation of jsf1.1, global messages are those messages that are not associated with any client identifier, which means, messages that are not associated with any UIComponent. At the mean while, the [b]for attribute is mandatory for the h:message tag. so it means that global messages are not specified by the JSF page programmers. so how are these message produced? and what are they used for?
    Best Regards

    For example if you are using backing bean and there is error you want to show globally, without showing for any particular field then you can have something like this in backing bean
    catch (Exception e1) {
                        facesContext.addMessage(
                             null,
                             new FacesMessage(
                                  FacesMessage.SEVERITY_INFO,
                                  "Unable to Add User." + e1,
                        return "AddUser";
    And to show this message, you have have something like this in your page.
    <h:panelGrid width="100%" columns="1" border="0">
                        <h:messages layout="table" styleClass="errorMsg" id="allMsg"
                             showDetail="false"></h:messages>
                   </h:panelGrid>

  • Syncing Mac Messages with iPhone messages

    How do I sync my iPhone's Messages with my Mac's Messages. When I go into preferences, it only seems to accept 'chat' accounts but not my phone number

    For others.
    Enable the Messages app on the phone.
    The Number then registers with the iMessages Server  (it will take a few moments to Verify).
    Once that is done you can Set whether it is to send SMS if it can't do iMessages.
    You can then Add the Apple ID  which in turn links the tow and makes Pop ups appear on the Mac version.
    You need to accept these and the iPhone Number is added to the Receive At list and a drop down appears for Start Conversation From.
    The "Sync" as Apple calls it is only "Display on All devices".
    Deletions and other actions have to be done on each device separately.
    10:02 pm      Tuesday; January 13, 2015
    ​  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

Maybe you are looking for

  • I've found that middlemouse.contentLoadURL feature has changed its behavior in FF5.0 as compared with previous versions

    I've found that middlemouse.contentLoadURL feature has changed its behavior in FF5.0 as compared with previous versions: I now can paste&load only full urls that start with "http://" prefix, but previously it was possible to paste&load any url even w

  • Possible bug in 1.2.x firmware?

    I have a 30 GB iPod Video, and since updating to Firmware version 1.2.0, and recently 1.2.1, the iPod stops charging once it is ejected. Once the iPod is ejected it returns to the menu, and is useable, but no longer charges, even thought it is still

  • ApEx / HTML DB - are there actually any developers in the Marketplace (UK)

    Following on from this thread " Market opportunities for Apex services ... " As a Contract Project Manager in the UK I guess I have a bit of a reverse problem with ApEx (HTML DB). In my last contract we built a good Application on 10g with HTMLDB2, b

  • Create input schedule with several dates

    Dear experts, I need to create an input schedule with the following layout: jan10 | fev10 | .... | nov10 | dez10 | jan11| ... | dez11 | jan12 | ... | dez12 jan10 and fev10 must show real values.the rest of the months for 2010, 2011 and 2012 must be a

  • Photoshop Question

    Is there any way around destroying  the quality of the border of a pixelated object when cutting the background out with the magic wand?  This is a major problem!