SOS Unable to Connect Report Server

hi alll
i have to present my project 9/1/2008 i have two days
and i have three report
i set all the details
i set the name of the server RepSrv
but at the run time
this message apear
Unable to connect Report Server
should i write something in .DEV
what should i do
i work on 9i version
i wrote this Simple Code
report := RUN_REPORT_OBJECT('REPORT46');
i set the property in the Property paletty
NOT: when i try to run the Report in Report Developer
the browser apear and send me the message
"Cannot make crusor from "The name of the table""
i think it is another problem
please help
this is my mail if you want to send me solution
[email protected]
please help
thanks to all

i write this Code
and then the browser run and still run until now
but it didn't apear any thing
so .... any help in that
Declare
     repid Report_Object;
v_rep VARCHAR2(100);
rep_status VARCHAR2(20);
vjob_id varchar(100);
BEGIN
repid := find_report_object('REPORT51');
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'html');
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'repserver90');
v_rep := RUN_REPORT_OBJECT(repid);
rep_status := REPORT_OBJECT_STATUS(v_rep);
vjob_id := substr(v_rep,length('repserver90')+2);
WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
Loop
rep_status := report_object_status(v_rep);
END LOOP;
IF rep_status = 'FINISHED' THEN /*Display report in the browser*/
WEB.SHOW_DOCUMENT('http://hiast-3ec7eef07:8888/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
ELSE
message('Error when running report');
END IF;
END;

Similar Messages

  • SOS - i-cloud. Unable to connect to server

    I recently updated my i-phone (5s) to the newest version. When it rebooted it asked for me to agree to new terms and conditions before I can use i-cloud but I keep getting a "unable to connect to server" message. I tried the few fixes posted here (from last year), such as downloading 'find my friends' and 'find my phone' app—but no luck. I even went into the Apple Store. They told me to backup to my computer at home and then try resetting all setting and the network settings. Then to restore the phone. Well, that ended up to be a complete waste, I still get the "unable" message. And, as an added bonus, now the phone won't let me restore because it wants me to turn off "find my phone" in i-cloud (which, of course, I can't get to!) I went back to Apple again, but I can't get an appointment at the Genius Bar until Wed afternoon. In the meantime, my phone keeps flashing that stupid message over and over again and I'm barely able to use the phone.

    If you have a friend or neighbor with wifi, you might ask if you can connect through their network and try to sign in.

  • SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent

    Dear all,
    i have a Windows 2008 Server (X64) with SQL 2005 SP3 and some troubels...
    The SQL works since some week, this week we installed SQL SP3 and change of the local Admin password.
    Yesterday we reboot  the Server, now the SQL Server Agent is unable to start!
    The SQL Server is up and running,
    Errorlog:
    2009-11-06 09:49:52.56 Server      Microsoft SQL Server 2005 - 9.00.4035.00 (X64)
     Nov 24 2008 16:17:31
     Copyright (c) 1988-2005 Microsoft Corporation
     Standard Edition (64-bit) on Windows NT 6.0 (Build 6002: Service Pack 2)
    2009-11-06 09:49:52.56 Server      (c) 2005 Microsoft Corporation.
    2009-11-06 09:49:52.56 Server      All rights reserved.
    2009-11-06 09:49:52.56 Server      Server process ID is 5912.
    2009-11-06 09:49:52.56 Server      Authentication mode is WINDOWS-ONLY.
    2009-11-06 09:49:52.56 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    2009-11-06 09:49:52.56 Server      This instance of SQL Server last reported using a process ID of 4424 at 11/6/2009 9:43:23 AM (local) 11/6/2009 8:43:23 AM (UTC). This is an informational message only; no user action is required.
    2009-11-06 09:49:52.56 Server      Registry startup parameters:
    2009-11-06 09:49:52.56 Server        -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
    2009-11-06 09:49:52.56 Server        -e C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
    2009-11-06 09:49:52.56 Server        -l C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    2009-11-06 09:49:52.59 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2009-11-06 09:49:52.59 Server      Detected 4 CPUs. This is an informational message; no user action is required.
    2009-11-06 09:49:52.67 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2009-11-06 09:49:52.71 Server      Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2009-11-06 09:49:53.73 Server      Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2009-11-06 09:49:53.73 Server      Database mirroring has been enabled on this instance of SQL Server.
    2009-11-06 09:49:53.73 spid4s      Starting up database 'master'.
    2009-11-06 09:49:53.86 spid4s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2009-11-06 09:49:53.95 spid4s      SQL Trace ID 1 was started by login "sa".
    2009-11-06 09:49:53.97 spid4s      Starting up database 'mssqlsystemresource'.
    2009-11-06 09:49:53.99 spid4s      The resource database build version is 9.00.4035. This is an informational message only. No user action is required.
    2009-11-06 09:49:54.16 spid9s      Starting up database 'model'.
    2009-11-06 09:49:54.17 spid4s      Server name is 'VIE-EU-ARC-02'. This is an informational message only. No user action is required.
    2009-11-06 09:49:54.19 Server      The certificate was successfully loaded for encryption.
    2009-11-06 09:49:54.19 Server      Server is listening on [ 'any' <ipv6> 1433].
    2009-11-06 09:49:54.19 Server      Server is listening on [ 'any' <ipv4> 1433].
    2009-11-06 09:49:54.19 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSSQLSERVER ].
    2009-11-06 09:49:54.19 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\sql\query ].
    2009-11-06 09:49:54.19 Server      Server is listening on [ ::1 <ipv6> 1434].
    2009-11-06 09:49:54.19 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2009-11-06 09:49:54.19 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2009-11-06 09:49:54.31 Server      SQL Server is now ready for client connections. This is an informational message; no user action is required.
    2009-11-06 09:49:54.33 spid15s     Starting up database 'AdventureWorks'.
    2009-11-06 09:49:54.33 spid16s     Starting up database 'EnterpriseVaultDirectory'.
    2009-11-06 09:49:54.33 spid14s     Starting up database 'Test'.
    2009-11-06 09:49:54.33 spid12s     Starting up database 'AdventureWorksDW'.
    2009-11-06 09:49:54.33 spid17s     Starting up database 'EnterpriseVaultMonitoring'.
    2009-11-06 09:49:54.33 spid13s     Starting up database 'msdb'.
    2009-11-06 09:49:54.33 spid23s     Starting up database 'EVVSExchangeVaultStore_2'.
    2009-11-06 09:49:54.33 spid22s     Starting up database 'EVVSGVIE_2_2'.
    2009-11-06 09:49:54.33 spid24s     Starting up database 'EVVSJournalVaultStore_3'.
    2009-11-06 09:49:54.33 spid19s     Starting up database 'EVVSVIEIT_1'.
    2009-11-06 09:49:54.33 spid21s     Starting up database 'ReportServerTempDB'.
    2009-11-06 09:49:54.33 spid20s     Starting up database 'ReportServer'.
    2009-11-06 09:49:54.33 spid18s     Starting up database 'EVVSGVIEIT_1_1'.
    2009-11-06 09:49:54.56 spid9s      Clearing tempdb database.
    2009-11-06 09:49:54.61 spid19s     CHECKDB for database 'EVVSVIEIT_1' finished without errors on 2009-10-28 18:06:14.107 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.65 spid23s     CHECKDB for database 'EVVSExchangeVaultStore_2' finished without errors on 2009-11-04 18:05:33.960 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.71 spid24s     CHECKDB for database 'EVVSJournalVaultStore_3' finished without errors on 2009-11-04 18:05:51.793 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.75 spid16s     CHECKDB for database 'EnterpriseVaultDirectory' finished without errors on 2009-11-04 18:06:38.103 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.83 spid17s     CHECKDB for database 'EnterpriseVaultMonitoring' finished without errors on 2009-11-04 18:06:18.570 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.99 spid4s      Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) has completed. This is an informational message only. No user action is required.
    2009-11-06 09:49:55.55 spid9s      Starting up database 'tempdb'.
    2009-11-06 09:49:55.68 spid4s      Recovery is complete. This is an informational message only. No user action is required.
    2009-11-06 09:49:55.68 spid12s     The Service Broker protocol transport is disabled or not configured.
    2009-11-06 09:49:55.68 spid12s     The Database Mirroring protocol transport is disabled or not configured.
    2009-11-06 09:49:55.72 spid12s     Service Broker manager has started.
    Only the SQL Server Agent is unable to start,
    Eventlog:
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          06.11.2009 10:09:52
    Event ID:      103
    Task Category: Service Control
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      vie-eu-arc-02.global.domain
    Description:
    SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent cannot start).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">103</EventID>
        <Level>2</Level>
        <Task>2</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2009-11-06T09:09:52.000Z" />
        <EventRecordID>8486</EventRecordID>
        <Channel>Application</Channel>
        <Computer>vie-eu-arc-02.global.domain</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Unable to connect to server '(local)'; SQLServerAgent cannot start</Data>
      </EventData>
    </Event>
    SQLAgent.out Logfile:
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Client unable to establish connection [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Client unable to establish connection [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [382] Logon to server '(local)' failed (DisableAgentXPs)
    2009-11-06 10:09:53 - ? [098] SQLServerAgent terminated (normally)
    Additional the SQL Server Management Studio is unable to logon to the Server:
    TITLE: Connect to Server
    Cannot connect to vie-eu-arc-02.
    ADDITIONAL INFORMATION:
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476
    The local Admin Password was reset to the "original" (after install) one.
    Any ideas how to fix the problem?

    Dear all,
    the encryption was NO on all protocols.
    Because no additional ideas available, i uninstalled the SQL Server on friday.
    At the Re-Install Process i got again an error:
    [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the
    other end of the pipe .
    The install process failed.
    On google i found the same problem in an other thread:
    http://groups.google.com/group/microsoft.public.sqlserver.connect/browse_thread/thread/dbec4a9a271f69a6/7cd22694da3a6062?lnk=st&q=%22Shared+Memory+Provider%3A+No+process+is+on+the+other+end+of+the+pipe%22&rnum=2&hl=en#7cd22694da3a6062
    ++++++
    During the installation process of SQL Server 2005, Setup complains it cannot
    connect to the database service for server configuration. The error was:
    [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the
    other end of the pipe .
    I have checked that the pipe exists (\\.\pipe\SQLLocal\MyInstance), but
    everytime the installer attempts the connecting the pipe is closed by the
    server and another is reopened. That's why the Client says there is no
    process on the other end of the pipe.
    I have re-installed 'everything', tried connections via TCP, but nothing
    works.
    I have made a small application to connect to the pipe and noticed that
    there are 3 instances of the pipe running, one that I am connecting to, and 2
    listening pipes. If I write to 'my' pipe SQL server disconnects the pipe and
    reopens another too. The difference is that SQL server writes an error
    message in the log file. No such luck when the Native client is doing the
    same.
    What more can I do?
    ++++++
    and an answer
    ++++++
    I finaly found the problem to be the certificate used.
    I noticed that a certificate was added to the machinekeys just recently.
    (in C:\Documents and Settings\All Users\Application
    Data\Microsoft\Crypto\RSA\MachineKeys)
    I renamed it to another name and re-installed sql server.
    I noticed that sql server ERRORLOG complained about certificate that it
    couldn't load and the generation of a self-generaed certificate (see below)
    "2005-12-10 21:01:02.30 Server      The server could not load the
    certificate it needs to initiate an SSL connection. It returned the following
    error: 0x8009030d. Check certificates to make sure they are valid.
    2005-12-10 21:01:02.49 Server      A self-generated certificate was
    successfully loaded for encryption."
    Now the installation succeeded
    ++++++
    With Windows 2008 it was really a challange to get access to this folder (!!!)
    After clearing the folder the ReInstall of SQL Server works fine.
    Now the SQL Server & the SQL Server Agent works again.
    The problem was anything with encryption, old certs & files.
    I don't think that everyone can afford reinstalling SQL server.
    I finaly found the problem to be the certificate used.
    I noticed that a certificate was added to the machinekeys just recently.
    (in C:\Documents and Settings\All Users\Application
    Data\Microsoft\Crypto\RSA\MachineKeys)
    I think this is what the following blog was saying , a problem with certification
    http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx
    Cheers
    Please mark as answer if you think this answers your questions

  • Unable to connect to Server at servername . enter a different URL and try again (only on client machine)

    Hello All,
    We are getting "Unable to connect to Server at <<servername>>. enter a different URL and try again" error, if we are trying to connect to report server in report builder.
    This issue is appearing only on 2-3 client machines only. Rest on other client machines and server URL is working fine.
    Please suggest
    Thanks in Advanace
    -Regards
    -Kumud Vaish

    I would suggest looking at what might be different between those clients and the others that work.  Do they run the same antivirus version?  Did they receive any recent updates (windows or AV)?  Are they potentially on a different network
    (sometimes a wireless network is configured to be different from the wired)?  Are they getting any different group policies?
    We've seen the antivirus web control block access before in my environment.

  • HT4061 my computer unable to connect itunes server

    my computer unable to connect itunes server,even itune help is also not connect to server
    the massage will be "iTunes Help is unavailable because your computer isn’t connected to the Internet.

    in diagnostics report
    Microsoft Windows 7 x64 Home Basic Edition (Build 7600)
    Dell Inc. Inspiron 1545
    iTunes 11.0.0.163
    QuickTime not available
    FairPlay 2.2.32
    Apple Application Support 2.3.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.1.3
    Apple Mobile Device Driver 1.63.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 00DABA000B0C13D0
    Current user is not an administrator.
    The current local date and time is 2012-12-12 11:43:11.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.0.163 (x64) is currently running.
    iTunesHelper 11.0.0.163 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {A21769EE-B8FA-43A8-ACC9-8B4AC6B200C6}
    Description:    Microsoft Virtual WiFi Miniport Adapter #2
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    No
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {61D7CACF-EC6D-4ED3-BAE8-0FE3AC647BFF}
    Description:    Dell Wireless 1397 WLAN Mini-Card
    IP Address:    192.168.1.5
    Subnet Mask:    255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:    Yes
    DHCP Server:    192.168.1.1
    Lease Obtained:    Wed Dec 12 09:36:06 2012
    Lease Expires:    Thu Dec 13 09:36:06 2012
    DNS Servers:    192.168.1.1
    Adapter Name:    {27D403C7-FE78-4FBE-B11B-6D449ACA2B11}
    Description:    Bluetooth Device (Personal Area Network)
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {EAB5F805-06F2-4343-AB41-C1BB2A0028F5}
    Description:    Marvell Yukon 88E8040 PCI-E Fast Ethernet Controller
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    iTunes has never successfully accessed the iTunes Store.

  • ICloud is unable to connect to server

    I am trying to accept the iCloud new ts &amp; cs on my iPad to as I already have had this account for some time but every time I try it says "iCloud is unable to connect to server" but my internet is fine. Please help

    Try powering off and them back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    Apple is not reporting any problem
    http://www.apple.com/support/systemstatus/

  • How to resolve on my iPad: Unable to connect to server error when trying to log into Game Center?

    When I try to log into the game center, i get an error message that says: unable to connect to server due to an error communicating with the server.
    I have logged off iTune and any other app I was logged in, I have done a hard reset of my iPad, I have reset my modem, but nothing had any impact and I am now frozen out of my game center.
    Anybody has an idea of how to resolve this?
    Thanks,
    J

    1) May be there is a mismatch with the jar file name and the filename in the jad properties ( happens only if you rename the jar file)
    2) Check hollywood jad properties and the ringtone jad properties. May be the complete url is required for the jar file.
    3) If you are using any restricted APIs in your midlet, then make sure your jad properties has the required permissions.

  • Hp officejet pro 8610 - Unable to connect to server

    Hello. I bought a printer hp officejet pro 8610. I have a home worth router Zyxel Keenetik. My laptop and smartphone access to the Internet via a router (to access the Internet proxy server is not required). I set up the printer on a wireless connection. Configured to print from a laptop to a local network - this works fine. And now trying to set up ePrint, but faced with the problem - I can not run a web-service on the printer. The message - "Unable to connect to server". I downloaded from HP new version of firmware for the printer and installed it, but the problem remained.

    Hi,
    Try setting a manual public DNS as following and check if that may help:
    Open the Network tab within the printer's web page.
    Select IPv4 within the Wireless section.
    Select a Manual IP, then click the Suggest an IP button and allow it a few moments.
    Once the fields being updated, change the DNS section as following:
    Primary DNS: 8.8.8.8
    Secondary DNS: 8.8.4.4.
    Apply and save the changes, then try enableing Web Services again and check for any difference.
    Please let me know if that may help,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • In the icloud settings, i am told i need to accept the terms and conditions to use icloud, but when i try to do so, i get a message "unable to connect to server". This has been going on for a week. There is no problem with either my wifi or cellular conne

    In the icloud settings, I am told I need to accept the terms and conditions to use icloud. However, when I click on "Terms and conditions", I get a message "unable to connect to server". This has been happening for a week now since I upgraded to iOS 7.06. There is no problem with my wifi or cellular connectivity, all other applications work perfectly. P.S.I have never used icloud before, but wish to do so now. How do I overcome this problem?

    Have you turned the iPad off then back on? That often helps with problems.

  • Unable to connect to server on ipad mini to edit account info

    When I try to view terms and conditions to edit account info on ipad mini, the message unable to connect to server message pops up.  I am able to access internet however.

    Some folks have discovered that changing their DNS service fixes FaceTime connection issues. The ideal way is to configure your modem/router with DNS service, but often settings in Settings/Wi-Fi on your iPad will override the router settings.
    Try either of these;
    OpenDNS
    208.67.222.222, 208.67.220.220
    Google Public DNS
    8.8.8.8. 8.8.4.4

  • "unable to connect to server" on my iPhone?

    I'm having trouble getting my iPhone to connect to the iCloud server to receive mail etc.  I've tried several times and I keep getting a message that says "unable to connect to server". Any ideas how I might fix this?  Thx...

    Hello, bills47. 
    Thank you for visiting Apple Support Communities.
    I would first start with forcing the Mail App to close then attempt to access your account again. 
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    If the issue persists, the easiest way to troubleshoot this issue would be to delete the account and add it back to the iOS device.  Below, I have included two e-mail troubleshooting articles.  The first article covers basic email troubleshooting.  The second article will assist you if the email account you are experiencing issues with is a Gmail account.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    iOS: Gmail account will not connect to Gmail server
    http://support.apple.com/kb/TS3058
    Cheers,
    Jason H.

  • Why when i try to agree to the iCloud terms i get a message telling me that "unable to connect to server"?

    Why am I getting an "unable to connect to server" when trying to agree to iCloud terms?

    Go to http://www.apple.com/itunes/download then download and install the latest version.

  • Error message "unable to connect with server. Check wifi connection"

    I started having the error message "unable to connect with server. Check wifi connection" when I attempt to use search function within a certain apps and when I try to download certain magazine (eg. National geographic).  I didn't have this problem with I first started using iPad, and no problems with connectivity when using other apps.  Can anyone help?

    You may not really be connected to your WiFi network.
    Your router may not have given your iPad a valid IP address. Go to Settings > Wifi > your network name and touch the ">" to the right to see the network details. If the IP address starts with 169 or is blank then your router didn't provide an IP address and you won't be able to access the Internet.
    Sometimes the fix can be as simple as restarting your router (remove power for 30 seconds and restart). Next, reset network settings on your iPad (Settings > General > Reset > Reset network settings) and then attempt to connect. In other cases it might be necessary to update the router's firmware with the latest from the manufacturer's support web pages.
    If you need more help please give more details on your network, i.e., your router make, model and version, the wifi security being used (WEP, WPA, WPA2), etc.

  • "Unable to connect to server" when trying to accept the new terms and conditions for iCloud.

    I keep getting "Unable to connect to server" when trying to accept the new terms and conditions for iCloud.  What can I do?  I can access the internet, but my clash of the clans applications is failing.  The problem started January 1, 2014

    I just figured out the problem with my grandma's iphone.
    Settings>iCloud>Delete Account
    IT WILL NOT DELETE YOUR ACCOUNT. it just takes it off the phone. then you can log back in, and BAM, You're good   I hope!
    Hope this helps.

  • Unable to connect to server to accept new icloud terms and conditions

    Unable to connect to server to accept new icloud terms and conditions

    I have the same issue.
    APPLE anyone to help a lot of buyers who spend a lot of money in your products  ?????

Maybe you are looking for

  • N73 - camera problem

    i have a problem with my n73 camera. when i open camera cover,and camera starts,at once it show "system error" message and it quit's operation. i had that problem three times now,this is third. last two times i did *#7370# reset code and camera worke

  • Change the Creator on a ticket

    How do we change the Creator on a ticket? This topic first appeared in the Spiceworks Community

  • MouseEvent vs DragEvent

    I am trying a drag and drop feature. I want to drag object from source to target with these options : 1. While dragging object, the object follows the mouse. 2. And when the drag object over the target, the target responds. How can I do this? I have

  • What's using data at 2 AM?

    Something is using data every day at 2:06 AM or thereabouts.  How can I tell what app is doing that? Sometimes is something trivial like 40 or 28.1 kb.  But sometimes it gets up to like 25,700 or 29,000 kb!

  • My ipad is broken

    my ipad have fell down,the back cover and protection glass was broken...i need to replace them so please advise