Sapwebdispatcher: ERROR: Connection to message server failed

Hi Team,
We have been facing an issue on the webdispatcher. Web-disaptcher is notable to communicate with the Message Server[PRD-XI].
=====================
Environment: Set-up =
=====================
1. The Webdispatcher is in DMZ. We have opened the port 8100 at the firewall.
==========================================================================
ERROR MESSAGE
==========================================================================
[Thr 2058] Fri Jan 11 18:53:27 2008
[Thr 2058] *** ERROR => NiBufIConnect: non-buffered connect pending after
5000ms (hdl 4;10.1.10.56:8100) [nibuf.cpp 4611]
[Thr 2058] *** ERROR => Connection request from (-1/65535/0) to host:
10.1.10.56, service: 8100 failed (NIECONN_REFUSED)
[icxxconn_mt.c 2738]
[Thr 2058] *** ERROR => IcmConnClientRqCreate() failed (rc=-8)
[icrxx_mt.c 5100]
[Thr 2058] *** ERROR => Could not connect to SAP Message Server at
10.1.10.56. URL=/msgserver/text/logon?version=1.2 [icrxx_mt.c 2459]
[Thr 2058] *** ERROR => rc=-1, HTTP response code: 0 [icrxx_mt.c 2460][Thr 2058] *** ERROR => see also OSS note 552286 [icrxx_mt.c 2461]
==========================================================================
SAPWEBDISPATCHER VERSION DETAILS:
==========================================================================
wd011:wpiadm 73> sapwebdisp -v
SAP Web Dispatcher Version 7.00.10, multithreaded, ASCII, 64 BIT
kernel information
system name =
kernel release = 700
database library =
compiled on = AIX 2 5 005DD9CD4C00
compile time = May 19 2007 01:59:47
update level = 0
patch number = 110
source id = 0.111
supported environment
operating system
AIX 1 5
AIX 2 5
AIX 3 5
=============================================================================
TEST OUTPUT
==========================================================================
wd011:wpiadm 71> sapwebdisp -bootstrap
SAP Web Dispatcher Bootstrap
============================
This bootstrap will perform the following steps:
1. create profile file "sapwebdisp.pfl"for SAP Web Dispatcher (if not
already existing)
2. create user for web based administration in file "icmauth.txt"(if notalready exisiting)
3. start SAP Web Dispatcher with the created profile
After the bootstrap you can use the web based administration
Generating Profile "sapwebdisp.pfl"
Hostname of Message Server (rdisp/mshost): 10.1.10.56
HTTP Port of Message Server (ms/http_port): 8100
Checking connection to message server...
ERROR: Connection to message server failed: NIECONN_REFUSED
Do you want to continue with these settings? no
==========================================================================
BACK-END APPLICATION MESSAGE SERVER DETAILS: SID: PPI [PI/XI]
==========================================================================
icm/server_port_0 PROT=HTTP,PORT=80$$
ms/server_port_0 PROT=HTTP,PORT=81$$
trc file: "dev_ms", trc level: 1, release: "700"
[Thr 1] Thu Jan 3 15:31:05 2008
[Thr 1] WLM Tag 'PPI/MSG' successfully set for this process
[Thr 1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
systemid 324 (IBM RS/6000 with AIX)
relno 7000
patchlevel 0
patchno 110
intno 20050900
make: multithreaded, Unicode, 64 bit, optimized
pid 2519162
[Thr 1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2519162)
[msxxserv_mt. 1824]
[Thr 1] SigISetDefaultAction : default handling for signal 20
[Thr 1] load acl file = /usr/sap/PPI/SYS/global/ms_acl_info
[Thr 1] MsGetOwnIpAddr: my host addresses are :
[Thr 1] 1 : [10.1.10.56] pi100 (HOSTNAME)
[Thr 1] 2 : [127.0.0.1] loopback (LOCALHOST)
[Thr 1] 3 : [10.1.99.4] pi100v (NILIST)
[Thr 1] MsHttpInit: full qualified hostname = pi100
[Thr 1] HTTP logging is switch off
[Thr 1] set HTTP state to LISTEN
[Thr 1] ms/icf_info_server : deleted
[Thr 1] *** I listen to port sapmsPPI (3600) ***
[Thr 1] *** I listen to internal port 3900 (3900) ***
[Thr 1] *** HTTP port 8100 state LISTEN ***
[Thr 1] CUSTOMER KEY: >R1306811094<
[Thr 1] Thu Jan 3 15:31:28 2008
[Thr 1] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/urlprefix (403
Forbidden)
[Thr 1] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/logon_groups (403
Forbidden)
======================+++++++++++++++++++++++++++==============================
Please find the attached file for a better understanding of the trace file.
A quick action on this would be much appreciated.
Please let me know for any information required.
Thank you.
Regards,
~sagar

Vipin,
I don't have access to our firewall myself to confirm what ports and services we opened (I worked with our Network Operations team to get this done), but if I recall correctly, it was pretty limited, just http and https over tcp ports 80, 443, 8100, and 8101.  Probably could even restrict that to just https over 443 and 8101.  However, from your configuration, you don't yet have your web dispatcher configured to talk to your message server over https, only http.  I would recommend that you get the web dispatched completely configured and working in as close to your final desired configuration as possible while keeping it inside your firewall, not your dmz.  Then move it to the dmz and see what breaks, and that way you know it's just the firewall that needs configuration at that point.
To configure the SSL termination, the following are the parameters required and the way that I configured them in our scenario (which terminates incoming SSL requests and re-encrypts them when sending them on to the backend, and also uses SSL for message server communication):
rdisp/mshost = mshost.domain.org
ms/https_port = 8101
wdisp/server_info_protocol = https
wdisp/group_info_protocol = https
wdisp/url_map_protocol = https
icm/server_port_1 = PROT=HTTPS,PORT=443,TIMEOUT=30,PROCTIMEOUT=600
icm/server_port_2 = PROT=HTTPS,PORT=8101,TIMEOUT=30,PROCTIMEOUT=600
icm/host_name_full = wdhost.domain.org     (note, use the externally visible name as registered on your SSL certificate for web dispatcher here; does not need to match the actual machine hostname, but must be resolvable in external DNS)
icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=\usr\sap\RW1\W00\data\icmanroot/admin,AUTHFILE=\usr\sap\RW1\SYS\global\security\data\icmauth.txt,PORT=8101
ssl/ssl_lib = $(DIR_EXECUTABLE)\sapcrypto.dll
ssl/server_pse = $(DIR_INSTANCE)\sec\SAPSSLS.pse
ssl/client_pse = $(DIR_INSTANCE)\sec\SAPSSLC.pse
wdisp/ssl_encrypt = 2
wdisp/ssl_auth = 1
is/HTTP/show_detailed_errors = FALSE
wdisp/permission_table = $(DIR_INSTANCE)\sec\ptab
On the backend host I have the following parameters:
sec/libsapsecu = \usr\sap\RP1\DVEBMGS00\exe\sapcrypto.dll
ssl/ssfapi_lib = \usr\sap\RP1\DVEBMGS00\exe\sapcrypto.dll
ssl/ssl_lib = \usr\sap\RP1\DVEBMGS00\exe\sapcrypto.dll
ssf/name = SAPSECULIB
icm/server_port_2 = PROT=HTTPS,PORT=443,PROCTIMEOUT=-1
ms/server_port_1 = PROT=HTTPS,PORT=8101
Naturally, a server certificate is configured on the backend that the web dispatcher trusts (it can be an internally generated certificate; the outside public just needs to trust the web dispatcher's certificate, so that one should come from a recognized CA).  Port 8101 is NOT open from the outside, just from the dmz and only to/from the web dispatcher host (this does allow me to use the webadmin interface from the inside).  The https service also has to be activated on the backend in SMICM.
There's good advice about security setup for the web dispatcher in Note 870127, and troubleshooting advice in the Note mentioned in your tracefile output, 552286.  Fairly complete documentation is in the online help at http://help.sap.com/saphelp_nw70/helpdata/en/de/89023c59698908e10000000a11402f/frameset.htm.  Note 538405 is also good, more for performance configuration than security.
I hope you find this helpful.
--Matt

Similar Messages

  • Error in wizard to create new RFC model: connect to message server failed

    Hi,
    I am trying to create a new RFC model in my Web Dynpro project in NWDS.  In the wizard, I reach the step where I am required to enter the SAP login information.  I then enter the details in the Load Balancing tab and click Next.  The error message I get is:
    Connect to message server failed
    Connect_PM MSHOST=****, R3NAME=*, GROUP=**
    LOCATION CPIC (TCP/IP) on local host ***
    ERROR service '***" unknown
    (Note: the *** are client-specific and therefore confidential info so I am removing them).
    The thing is, a colleague of mine is also doing the same thing, but he is not encountering this error.
    Can someone help me troubleshoot this?

    Hi
    The user you use to connect in the RFC should have the authorization to S_RFC. In the Duet installation guide look for the section about defining a system user ID in UME. This section has details about the authorization required for the user.
    Thanks

  • RFC_ERROR_COMMUNICATION: Connect to message server failed

    Hi,
    I think this is the most common error that one can face and have seen quite a few threads in the forum. Still, i couldn't resolve my problem.
    I am getting the following error when i tried to connect to SAP using SAP JCO connector with load balancing.
    (102) RFC_ERROR_COMMUNICATION: Connect to message server failed
    Connect_PM  MSHOST=sapserver, R3NAME=D11, GROUP=Group1
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner not reached (host sapserver, service sapmsD11)
    TIME        Wed Jun 24 16:05:49 2009
    I added the service sapmsD11 in the services file of my client as well as in R/3 server.
    I got the above error when i tried to connect using load balancing. Without load balancing, i was able to connect to R/3 server successfully. Can any one tell how to figure out the message server host name ?
    Can the application server host name and message server host name be same ?
    PS: I am able to ping my R/3 server from my client.
    Thanks,
    Prasad.

    Hi,
    Check that you have configured properly using the below document. And check the message server of R/3 is configured properly in the SLD.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c1d495-048e-2b10-babd-924a136f56b5
    Function module to get the message server host name and port in R/3.
    SLDAG_GET_MESSAGE_SERVER_INFO
    See this thread also..
    Re: Jco Destination
    Regards,
    Charan

  • NIECONN_REFUSED - Connect to message server failes   while installing AS

    Hi all,
    during installation of an additional application server ABAP+JAVA,
    I obtain this message error:
    Connection to message server (<Central istance>) failed: NIECONN_REFUSED.
    can anyone help me?
    The Message Server into central istance has not error and is online.
    best regards,
    Davide

    Hi,
    Check you have the connection to network and also firewall settings. May be you can stop antivirus (if there is any) and give a try.
    If it is loopback adapter then you may need to check the configuration.
    Manoj

  • HT4519 I have a yahoo email account and i keep getting an "error connection to the server failed"

    The email account i have always used on my ipad mini is through yahoo. Now i keep getting an error "connection to the server failed" when trying to access my email.

    its a common message but could be due to several possible causes
    try this
    close the mail app by double tapping the home button, swipe the screen until you see the large icon of the mail app.  Swipe the app up and off the screen to close. Tap the home button to return to home screen. Open mail app again.
    if that didn't work, then...
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings  (or for network connection issues 'reset network settings').
    (no media or data will be deleted from the device, this will only take a minute).
    Unplug your wifi router for 5-10 minutes and at the same time reset settings on the ipad
    settings/general/reset/reset all settings
    (no data will be lost)

  • Connect to message server failed

    If there is a huge traffic to the webapplication server, we are getting the follwoing error
    Connect to message server failed_ Connect_PM  MSHOST=..., R3NAME=..., GROUP=CRM_ _ LOCATION    CPIC (TCP/IP) on local host_ ERROR       internal error_             (this retcode should be handled by caller of NI-layer)_ _ TIME        Thu Jan 11 19:40:21 2007_ RELEASE     640_ COMPONENT   NI (network interface)_ VERSION     37_ RC          -8_ MODULE      nixxi_r.cpp_ LINE        3977_ DETAIL      NiCreateHandle: no free handle_ COUNTER     212_ ]]>
    <source>SAP.Connector</source>
    <stacktrace>   at SAP.Connector.Connection.Open()_ _    at SAP.Connector.Connection.BeforeCall(SAPClient sapclient)_ _    at SAP.Connector.SAPClient.BeforeCall()_ _    at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)_ _    at RFC call
    We have enabled connecion pooling.
    Any help would be appreciated.
    Thanks,
    Sandy

    Hi,
    pls check the IP address and better do not login in the LOOPBACKADAPTER
    make one more new lan connection and give the folowing IP adress
    192.168.100.10 or some 100.200
    this will help you
    Regards,
    srikanth

  • Add-On Connection Error : Connection to license server failed.

    Dear All,
                    I am not able to connect the SAP Add-On and Developed Add-on . I am getting the following error :
    ERROR Code : -131
    ERROR Msg   :  " Connection to license server failed; if license server address is invalid, correct it; if TAO NT Naming Service                                      stopped, activate it and restart License Manager  "
    SAP : SAP 8.81 PL 09

    Dear Madhu,
    Check this
    Re: Client 8.8 on XP: License Server unavailable
    Regards,
    Kamlesh

  • Hi All,trying to sync.getting error: connection to the server failed

    Hi All,
    I am trying to synchronize with sap,getting error:
    "sync.log,connection to server failed".
    we are using OMC ToughBook panasonic cf 18 IP54 rated IP54, inbuilt GPRS tablet, Windows 2000 .
    Please give the some cases why these error's will occur.
    please give in detail ...
    Thanks&Regards.
    Bharat

    Hi Bharat,
    why open another Task for the same question?
    Your question is a little to wide open - unfortunately. As I said in the other blog - have a lock into the general TCP/IP settings. Is standard WWW browsing possible? Can you reach the NWA page from Toughbook?
    And as my previous workmatre said - check the log please and send us the relevant part. I expect it says just, host not found or so - so please do the above checks as well. It is not the HArdware as such, it is your configuration and this is problematic to tell with just that one sentence you gave us.
    Hope we get you started from here!
    Regards,
    Oliver

  • Cannot connect to message server

    Hi,
    I have integrate a BSP Application from a sap ERP system in my portal !
    After I checked this BSP, my ICM from my SAP ERP system failed : Server Overload !
    I tried to restart the SAP system and know I have this error in the mmc :
    disp+work.exe Running but not connected to Message Server !
    In my dev_disp file :
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1617]
    ***LOG Q0F=> DpLoopInit, nomstry () [dpxxdisp.c   1704]
    ERROR => Connection to Message Server failed - check installation [dpxxdisp.c   1705]
    In my std_server0.out :
    Framework started for 151840 ms.
    SAP J2EE Engine Version 7.00   PatchLevel is running!
    PatchLevel March 04, 2006 16:23 GMT
    >
    Login :
    SAP J2EE Engine Version 7.00   PatchLevel is shutting down!  PatchLevel March 04, 2006 16:23 GMT
    Stopping services.
      Service jmsconnector stopped. (0 ms)
      Service sld stopped. (0 ms)
      Service com.adobe~TrustManagerService stopped. (31 ms)
      Service com.adobe~DocumentServicesConfiguration stopped. (16 ms)
      Service tcsecwssec~service stopped. (0 ms)
      Service tc.CBS.Service stopped. (0 ms)
      Service com.adobe~DocumentServicesDestProtoService stopped. (15 ms)
      Service pmi stopped. (47 ms)
      Service tcsecvsi~service stopped. (0 ms)
      Service tcsecdestinations~service stopped. (0 ms)
      Service tcsecsecurestorage~service stopped. (0 ms)
      Service adminadapter stopped. (0 ms)
      Service monitor stopped. (20000 ms) - Timeout expired.
      Service com.adobe~LicenseService stopped. (0 ms)
    In my std_dispatcher.out
    Framework started for 46754 ms.
    SAP J2EE Engine Version 7.00   PatchLevel is running!
    PatchLevel March 04, 2006 16:23 GMT
    >
    Login :[ParNew 159114K->11211K(557952K), 0.3431082 secs]
    [Full GC[Unloading class sun.reflect.GeneratedMethodAccessor17]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5]
    [Unloading class sun.reflect.GeneratedMethodAccessor15]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor12]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor8]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor9]
    [Unloading class sun.reflect.GeneratedMethodAccessor5]
    [Unloading class sun.reflect.GeneratedMethodAccessor24]
    [Unloading class sun.reflect.GeneratedMethodAccessor14]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor11]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor10]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor7]
    [Unloading class sun.reflect.GeneratedMethodAccessor10]
    [Unloading class sun.reflect.GeneratedMethodAccessor11]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
    [Unloading class sun.reflect.GeneratedMethodAccessor3]
    [Unloading class sun.reflect.GeneratedMethodAccessor7]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    [Unloading class sun.reflect.GeneratedMethodAccessor21]
    [Unloading class sun.reflect.GeneratedMethodAccessor25]
    [Unloading class sun.reflect.GeneratedMethodAccessor20]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13]
    [Unloading class sun.reflect.GeneratedMethodAccessor12]
    [Unloading class sun.reflect.GeneratedMethodAccessor26]
    [Unloading class sun.reflect.GeneratedMethodAccessor6]
    [Unloading class sun.reflect.GeneratedMethodAccessor29]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6]
    [Unloading class sun.reflect.GeneratedMethodAccessor22]
    [Unloading class sun.reflect.GeneratedMethodAccessor28]
    [Unloading class sun.reflect.GeneratedMethodAccessor9]
    [Unloading class sun.reflect.GeneratedMethodAccessor27]
    [Unloading class sun.reflect.GeneratedMethodAccessor23]
    [Unloading class sun.reflect.GeneratedMethodAccessor13]
    [Unloading class sun.reflect.GeneratedMethodAccessor8]
    [Unloading class sun.reflect.GeneratedMethodAccessor16]
    11211K->10224K(557952K), 0.5038284 secs]

    Can you help help me, please.
    Thank you.
    Best regards,
    Mathieu

  • Roundcube: connection to storage server failed

    I have done a clean install of my server (10.8.2 and 2.2.1) and have reinstalled Rouncube that was working fine on the old server (10.8.2 and 2.1.1).
    However when I connect to the website I get the error "Connection to storage server failed"
    I think it is failing to connect to the IMAP server but I cannot find anything in the Console or Server logs when this happens.  Any ideas on how to debug? 
    I am pretty sure I have followed the identical installation path as before - and have checked and rechecked but there are no obvious differences in the config files.

    system
    May 23 17:57:52 server.m10fire.com com.apple.SecurityServer[21]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [69] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [107] (100000,0)
    May 23 17:58:01 server com.apple.launchd[1] (org.dovecot.dovecotd[29325]): Exited with code: 89
    May 23 17:58:01 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    May 23 17:58:12 server com.apple.launchd[1] (org.dovecot.dovecotd[29328]): Exited with code: 89
    May 23 17:58:12 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    May 23 17:58:22 server com.apple.launchd[1] (org.dovecot.dovecotd[29330]): Exited with code: 89
    May 23 17:58:22 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    May 23 17:58:32 server com.apple.launchd[1] (org.dovecot.dovecotd[29334]): Exited with code: 89
    May 23 17:58:32 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    May 23 17:58:42 server com.apple.launchd[1] (org.dovecot.dovecotd[29337]): Exited with code: 89
    May 23 17:58:42 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    May 23 17:58:52 server com.apple.launchd[1] (org.dovecot.dovecotd[29340]): Exited with code: 89
    May 23 17:58:52 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    May 23 17:59:02 server com.apple.launchd[1] (org.dovecot.dovecotd[29343]): Exited with code: 89
    May 23 17:59:02 server com.apple.launchd[1] (org.dovecot.dovecotd): Throttling respawn: Will start in 10 seconds
    odd mailserver log
    May 23 00:30:03 server newsyslog[4619]: logfile turned over

  • TS3899 Hi my nan keeps Getting an error message of cannot get mail the connection to the server failed.... Can any one tell me what this means please

    Hi my nan keeps Getting an error message of cannot get mail the connection to the server failed.... Can any one tell me what this means please

    I too am getting this message. I have been using my iPad for two years with no problems but a couple of days ago I starting having this problem intermittently. I have restarted the iPad when that did not work I deleted the account and reloaded it. Nothing seems to work. I was having the same problem on my iPhone but that seems to be OK today. Any other ideas?

  • I just purchased a new iPad but I get an error message cannot get mail the connection to the server failed.

    I purchased a new iPad 128gb but I get an error message " can not get mail the connection to the server failed"
    Can anyone tell me what this means?

    Hi there  Paradise bound,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    -Griff W. 

  • Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentV

    I installed Exchange Server 2010 inside my VMWare Windows Server 2008 Ent R2. And After successful installation  when I try to open my Exchange Server Console, I am getting the following error message. I am very new to Exchange server please help me
    to solve this problem.
    Initialization Failed
    The following error occurred while searching for the on-premises Exchange server:
    [win-.local] Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError
    $true -CurrentVersion 'Version 14.1 (Build 218.15)''.
    Thanks Vivek
    SharePoint Foundation 2010 Book
    http://www.redpipit.com

    Hi,
    Please have a look at the article below:
    Troubleshooting Exchange 2010 Management Tools startup issues
    http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
    Resolving WinRM errors and Exchange 2010 Management tools startup failures
    http://blogs.technet.com/b/exchange/archive/2010/12/07/3411644.aspx
    Besides, please run the cmdlet below:
     set-user alias -remotepowershellenabled$true
    Xiu Zhang
    TechNet Community Support

  • I keep getting an error pop-up when I try to access my email. The pop-up says Cannot Get Mail  The connection to the server failed.  I get this pop-up on both my iPhone 5 and my iPad. I can still access my email, but the pop-up is real annoying.

    I keep getting an error pop-up when I try to access my email. The pop-up says Cannot Get Mail  The connection to the server failed.  I get this pop-up on both my iPhone 5 and my iPad. I can still access my email, but the pop-up is real annoying. Can someone please help me with this?  -Stu

    Hi StuNYC,
    Welcome to Apple Support Communities.
    It sounds like you're seeing an alert message when opening Mail on your iOS devices. Do you have multiple email accounts setup on the devices? Take a look at the article below, it provides suggestions that will resolve most issues that  cause an alert like that to appear in when starting the Mail app.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    I hope this helps.
    -Jason

  • I have been receiving the message ' Cannot get mail. The connection to the server failed' but I am connected to WIFI

    I have been receiving the message ' Cannot get mail. The connection to the server failed' but I am connected to WIFI.  I have also been receiving  'Cannot send mail, an error occurred while delivering this message.

        Hmm, that's odd JeanEB. The error message referts to the connection to your email server not to cellular data or connection to wi-fi. Go to Settings>Mail, Contacts, Calendars> Select your account and type in your password again. If this doesn't resolve it, delete/re-add the email account.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

Maybe you are looking for

  • I updated to Firefox 4 and now I get a Firefox has stopped working message whenever I try to load any websites.

    I updated to Firefox 4 and now I get a Firefox has stopped working mesage whenever I try to load any websites. I updated my video driver and cleared my history to see if that would help. I looked for a crash ID on the homepage, but the last registere

  • Installing SkyDrive Pro

    Hi there, I am trying to install SkyDrive Pro on my Windows 7 Entperprise SP1 desktop and am getting a problem in the shape of a "We found a problem" dialog box: We found a pre-release or Beta version of an Office product on your computer and can't i

  • Nokia map - Ukraine

    Hi, with Nokia map preloaded on my E90 I was able to use the ukranian map (kiev city) with a certain level of detail. Let's say, enough details to survive. Then I upgraded to the beta version and reloaded the map in the phone. Now, Ukraine, especiall

  • Is it possible to make a shared folder between profiles?

    Hi, My e-mail is a mess with personal and work e-mail and urgent and unimportant email mixed and I am losing a lot of productivity trying to manage the onslaught. I would like to be able to create a new profile for only important work e-mail. I'm won

  • Looking for widgets/apps/hosting for Realtor site

    Hi all I want to build a site for a friend of mine that just became a realtor. I was wondering if anyone uses any widgets, prebuilt apps, or hosting specifcally for realtors to help them with automatically pulling their listings form the MLS and add