Contact With Server Lost? error

I have a workbook that contains several tabs. One of these tabs runs a query that displays approximately 4000 rows and about 100 columns. Although it took a full 2 minutes to run, the results were displayed. Recently however I encounter an error message that the page cannot be displayed and contact with the server has been lost. No results are displayed at all but I can the results if I export to Excel.
The Excel export is my short term workaround. I've noticed that if cut down the number of rows returned to 50 or even 25 that it runs properly but anthing reaching towards 100 rows per page will result in nothing displayed. Is there a buffer or something on the server side that I can increase or clear out? This report will only get larger over time so a short term and a long term solution would be appreciated.
ALSO: Does Discoverer support the STRAGG function?
Thanks

Hi Marcus
You have a number of questions here so let me try and give you some overall guidelines concerning performance.
1. Tables perform better than Crosstabs
2. Worksheets that contain Page Items perform worse than those than do not contain Page Items
3. Page Items that contain lots of items perform worse than Page Items that contain a small number of items
4. Complex folders perform worse than simple folders
5. Worksheets with lots of columns perform worse than those with fewer columns
6. The placement of data items in the Admin edition is important. In order of optimum performance place item here:
a) Side
b) Top of Side
c) Top
d) Page
7. Avoid very wide Crosstabs if humanly possible
8. Do not leave a workbook with partial drills, make sure all drills are collapsed
9. Parameters improve performance
10. Try to avoid worksheets that return in excess of 10,000 rows
11. Avoid calculations such as UPPER(:region) IN UPPER(region). If you are certain that an item is in uppercase then define it as such in the Admin edition and then only apply the UPPER to the parameter
12. Avoid worksheets that contain fan traps as these seriously impact performance
13. Do not create LOVs out of transactional tables. Rather you should define a LOV using special custom code
14. If you know SQL at all, examine your worksheet SQL in Explain Plan and see if there are any full table scans going on. If there are, fix them. You may need to create a view for this.
Ok, now that I have got the basics of performance out of the way, over to your particular issues. I have seen Contact with Server Lost messages continually ever since Discoverer first came out during the mid-1990s. This error normally happens in Desktop and is usually associated with either a genuine network issue or an out of memory situation. I wuold think that if you have 4000 rows and 100 columns that you might be pushing your luck if you don't have a lot of memory.
If you are using Plus or Viewer try setting the page size to 20 rows at a time. You can also try setting the number of rows returned to a lower number.
As for the STRAGG function. Discoverer can operate with any function providing that the function is either a) a standard SQL function existing within the database, or b) a user-defined function that has been imported into Discoverer and registered with the EUL. If you are able to go to SQL, type something like SELECT STRAGG('ABC') from dual and get an answer then this can be made available inside Discoverer.
The normal STRAGG function outlined below:
CREATE or replace FUNCTION stragg(input varchar2 )
RETURN varchar2
PARALLEL_ENABLE AGGREGATE USING string_agg_type;
is a user-defined function and would need to be registered with the EUL before it could be used within a Discoverer workbook.
Hope this helps
Regards
Michael

Similar Messages

  • Contact with Server lost

    We have defined a crosstab with hierarchies in both axis. When I expand both to a certain degree (say 4+ levels) and collapse one of them to the base of the hierarchy, the connection to the discoverer server is lost.
    Does anyone have the same problems, or better yet, a solution to this problem?
    Grtz.
    Jurgen

    Hi,
    we are going through similar problems. We appear to be running out of java cache space (though we haven't sorted it yet).
    The only advise I can offer is to try and reduce your rows per page to a low number i.e. 25. We have users successfully working with settings between 25 and 100.
    I've successfully replicated out problems with rows per page settings at 999... i.e. loosing connections to the server...
    Maybe this will help you too...

  • Every time i try and get on the apps it comes up with server connection error

    every time i try and get on to the apps it keeps comeing up with server  connection error -1

    Hi,
    Please refer the link below to troubleshoot the issue
    http://h30434.www3.hp.com/t5/Printer-Networking-an​d-Wireless/Web-Services-problem-Server-connection-​...
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Last Contact with Server - Client Quit Communicating with Server

    Hi,
    Is there anyone with the same problem we're experiencing below?
    6 Windows 7 clients and 1 Windows XP client (10.2.2)
    All 6 Windows 7 clients quit communicating with the server after a while.
    Last contact with server time stamp doesn't change on both the client and
    server. Next contact with server does, but the client doesn't refresh. If I
    try to remote control, I can't. If I assign a new bundle, it doesn't work.
    However, I can login to the Zen agent.
    I can unregister the client locally and reregister and the client will
    communicate with the server for a while and it will then stop communicating
    again after several hours or couple days.
    All but the sole Windows XP client are having this issue. Windows XP client
    is also the first client registered in the server.
    thanks

    JS,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Creating Open Directory Replica fails with Server Admin Error Value 1127

    Hallo,
    I have seen a lot of similar threads here and they were helpful up to a certain point, but in the end, they did not solve my problem.
    Currently, it comes down to this. The Server Admin Error message ist really meaningless and I could not find a single for the error value on the whole wide web. As such, I switched to the command line versions of the tools involved to geht more meaningful results. It worked. Specifically, creating a replica of an openldap master means using slapconfig.
    When executing
    slapconfig -createreplica master.ourdomain.com diradmin
    as root on the prospective replica machine, I get the following error message:
    ssh command failed with status 127
    That command is not allowed with the root account via public key authentication.
    That makes perfect sense to me, but how is it meant to work then?
    Executing slapconfig as admin tells me that this tool is to be executed as root. On the other hand, root login via ssh is not allowed in Mac OS X by default, which seems fine to me. I even changed /etc/sshd_config on the Open Directory Master machine to "PermitRootLogin yes". However, neither reloading ssh using launchctl nor restarting the whole server made this setting operational. Trying to login from command line as root still tells me:
    root login is not permitted to this machine via public key authentication.
    While this is the current state where I need help urgently, I changed some other things before. I tell about to exclude these issues as possible reason of failure. I got this message for quite a while:
    Replica Setup failed : This machine does not have a valid computer name
    I was sure, this machine meant the target machine, the open directory master, because the domain had changed there once before I had taken over responsibility as an admin in this environment. And in fact, changeip disguised an issue there. The command proposed by changeip to fix the situation did not seem appropriate because this machine is multihomed with a public and a private IP adress. Proper name resolution is available for both interfaces including reverse lookup. I dont like this setup, but it was the only way to get mail service running smoothly. Running changeip on the machine itself using these arguments
    changeip /LDAPv3/127.0.0.1 internalIP internalIP old.ours.com current.ours.com
    reported success in updating password server, open directory, both interfaces, hostconfig (which in fact did not change) and samba. It reported an issue with kadmin which is related to Kerberos (we dont use Kerberos yet).
    Changing the hostname of the server using changeip did not solve the issue. I then found the hint to check with scutil. This showed that the Hostname was not set on the prospective replica machine. (A question aside: in how many place is the hostname stored? The traditional /etc/hostname has gone, but seems to be replaces with several other configuration files and databases. I cant see this as an advantage). Setting the hostname using scutil worked fine. However, it did not solve the problem either. At least, slapconfig now started to complain about not being able to log in as root instead of failing from the start.
    I also checked all log files on bboth machines that might have to do with openldap, as there are /var/log/slapd.log, /var/log/system.log and /Library/Log/slapconfig.log. I also checked the log of th layer on top of openldap which is /Library/Log/DirectoryService.server.log. None of them revealed anything noticeable beside a lot of of entries that I have googled in the last few hours and which all dont seem to be associated with the problem in question.
    I will take a break now, but I have to fix this until tomorrow and I hope to get the ultimate hint from you, dear reader.
    Thanks and bye, Christian Völker

    ssh command failed with status 127
    That command is not allowed with the root account via public key authentication.
    Initial OD replication takes place via 'ssh'. If you have 'sshd' configured on the OD Master to authenticate with public keys then the OD replica will not be able to communicate with the OD Master via 'ssh'. You must configure the OD Master to use 'ssh' with password authentication and root login enabled.
    Demote the replica back to standalone. Stop any services that you may have running on the primary network interface. Then stop any services that you may have running on the secondary network interface. In the 'Network' System Prefpane remove the IP number from the secondary interface then deactivate the secondary network interface.
    Assign the private IP address and hostname that you wish to use for the replica to the primary network interface. Assign the 'public' IP number to the secondary interface. Check the DNS to see that the IP address and hostname for the primary network interface resolve both forward and reverse for the hostname of the replica that you have chosen. If it does not, fix your DNS before proceeding.
    In the 'Sharing' System Prefpane, change the name of the machine to the hostname (server.domain.tld) of the replica that you have chosen. Then use 'changeip -checkhostname' to see if the IP/hostname matches. Fix it if it doesn't.
    Then configure the /etc/sshd_config file on the OD master like this:
    \# Authentication:
    PermitRootLogin yes
    PasswordAuthentication yes
    PubkeyAuthentication no
    and the /etc/ssh_config file on the OD replica like this:
    PasswordAuthentication yes
    PubkeyAuthentication no
    Then from the OD replica as the 'root' user issue:
    slapconfig -createreplica <ODMasterIPorFQDN> <diradmin user>
    Make sure that the 'diradmin' user's password contains only alpha-numeric characters -no 'option-characters' or symbols, change it first if it does. Once the process completes, reactivate the secondary interface for the 'public' IP and check the configuration of services that will be using that IP, then start your other services. Secure the 'ssh' service on both machines to disable password authentication and 'root' logins.

  • Oracle 10g rac install on vmware with server 2003 error

    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac2 rac2-priv rac2
    node 2: rac1 rac1-priv rac1
    Creating OCR keys for user 'administrator', privgrp ''..
    Operation successful.
    Now formatting voting device: \\.\votedsk1
    Format of 1 voting devices complete.
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\product\10.2.0\crs)
    Step 3: configuring OCR repository
    Step 4: configuring safe mode for CRS stack
    Step 5: Starting up CRS stack on all nodes
    rac2 service OracleCSService in improper STOPPED state, err(0)
    rac1 service OracleCSService in improper PENDING state, err(997)
    Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat has failed
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.

    Pl post in the RAC install forum - RAC, ASM & Clusterware Installation
    HTH
    Srini

  • Clients losing contact with server

    General network:
    We have a 10.6.2 server which provides DNS, AFP, IChat, Open Directory and Print to our internal network 10.6.2 clients which are bound to the OD by the server's IP address. FQDN of the server resolves both forwards and reverse on the server and the clients.
    Clients were migrated recently to 10.6.2 by upgrading them in place from 10.5.8. The server was upgraded in place. The OD was then Archived and Restored to a fresh install of 10.6.2.
    None of the following happened when the clients and server were 10.5.x.
    Strange problem:
    Since moving to 10.6.2, users which are logged in for a long time (3 hours or more) have most of the services periodically fail due to an apparent inability to resolve the FQDN of the server.
    When this happens, I have been able to get Network Utility on the confused client to resolve the server both ways. But then immediately thereafter the client will tell me that it cannot find the location of "FQDN of server" when trying to connect via AFP. Printer service disappears with the same type of problem. Our clients get printers by browsepolling the server by its IP address in CUPS. The print jobs fail when requesting for example : officeprinter@FQDNofServer. User Sync fails due to inability to resolve the server.
    All of this usually goes away by logging out the user and logging back in again. Sometimes Shutting down and rebooting is required.
    I'm assuming that the problem is in DNS but cannot find anything about the inability of the services to resolve either on the client or the server. I may be looking in the wrong place.
    Thanks - Erich

    I was also just having this same problem; even though my local DNS was listed first, the ISP DNS servers were being queried. This was never a problem when I was running Microsoft's DNS server.
    I was always under the impression that the first DNS server in any computer's list was queried first, and then the other ones if there was no record. Why is that not the case after switching to Apple's DNS server? All the computers now seem to be querying whatever the heck DNS server they feel like, instead of going in order they are listed... Is this a known bug that I'm not aware of?
    I fixed it by following the advice in this forum, but at the cost of a crucial piece of functionality: If I ever restart the local DNS server for any reason, or if it goes down, my whole organization will not be able able to browse the internet. Having the ISP DNS numbers in there let me allow for that possibility, but not anymore.

  • Java.lang.InstantiationException: Error communicating with server:

    Hello everybody, I am an easy Helloworld application, the deploy is fine, but when I execute the client it appears the next error:
    java.lang.InstantiationException: Error communicating with server: Lookup error:
    java.net.ConnectException: Connection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect; nested exception
    is:
    javax.naming.NamingException: Lookup error: java.net.ConnectException: C
    onnection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    at com.evermind.server.ApplicationClientContext.createContext(Applicatio
    nClientContext.java:300)
    at com.evermind.server.ApplicationClientInitialContextFactory.getInitial
    Context(ApplicationClientInitialContextFactory.java:190)
    at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
    at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
    at javax.naming.InitialContext.init(Unknown Source)
    at javax.naming.InitialContext.<init>(Unknown Source)
    at hello.HelloClient.main(HelloClient.java:33)
    NamingException: Error reading application-client descriptor: Error communicatin
    g with server: Lookup error: java.net.ConnectException: Connection refused: conn
    ect; nested exception is:
    java.net.ConnectException: Connection refused: connect; nested exception
    is:
    javax.naming.NamingException: Lookup error: java.net.ConnectException: C
    onnection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    This is my application client:
    // HelloClient.java
    package hello;
    import javax.ejb.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import java.io.*;
    import java.util.*;
    import java.rmi.RemoteException;
    * A simple client for accessing an EJB.
    public class HelloClient
    public static void main(String[] args)
    System.out.println("client started...");
    try {
    // Initial context properties are set in the jndi.properties file
         Hashtable env = new Hashtable();
         env.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.ApplicationClientInitialContextFactory");
         env.put(Context.PROVIDER_URL, "ormi://ecd11107.eadscasa.casa.corp:23791/helloworld");
         env.put(Context.SECURITY_PRINCIPAL, "admin");
         env.put(Context.SECURITY_CREDENTIALS, "123");
         Context context = new InitialContext(env);
    // This for use with com.evermind.server.rmi.RMIInitialContextFactory
    //Object homeObject = context.lookup("HelloBean");
    // This is for use with com.evermind.server.ApplicationClientInitialContextFactory
    Object homeObject = context.lookup("java:comp/env/Helloworld");
    // Narrow the reference to HelloHome.
    HelloHome home =
         (HelloHome) PortableRemoteObject.narrow(homeObject, HelloHome.class);
         System.out.println("hello home");
    // Create remote object and narrow the reference to Hello.
    Hello remote =
         (Hello) PortableRemoteObject.narrow(home.create(), Hello.class);
    System.out.println(remote.sayHello("James Earl"));
    } catch(NamingException e) {
    System.err.println("NamingException: " + e.getMessage());
    } catch(RemoteException e) {
    System.err.println("RemoteException: " + e.getMessage());
    } catch(CreateException e) {
    System.err.println("FinderException: " + e.getMessage());
    Can somebody helps me ???

    Thank you, but don�t work well yet. I checked the files orion-application.xml & principals.xml in the directory C:\servOracle\oracle\j2ee\home\application-deployments\helloworld but the result is the same, when I run the client the next error appears:
    NamingException: Lookup error: javax.naming.NoPermissionException: Not allowed to look up HelloBean, check the namespace-access tag setting in orion-application.xml for details; nested exception is:
    javax.naming.NoPermissionException: Not allowed to look up HelloBean, check the namespace-access tag setting in orion-application.xml for details
    This is my orion-application.xml
    <?xml version="1.0"?>
    <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
    <orion-application deployment-version="9.0.4.0.0" default-data-source="jdbc/OracleDS" treat-zero-as-null="true">
         <ejb-module remote="false" path="helloworld-ejb.jar" />
         <web-module id="helloworld-web" path="helloworld-web.war" />
         <client-module path="helloworld-client" deployment-time="fce4439997" auto-start="false" />
         <persistence path="persistence" />
         <principals path="principals.xml" />
         <jazn provider="XML" location="jazn-data.xml" />
         <log>
              <file path="application.log" />
         </log>
         <namespace-access>
              <read-access>
                   <namespace-resource root="">
                        <security-role-mapping name="<jndi-user-role>">
                             <group name="users" />
                        </security-role-mapping>
                   </namespace-resource>
              </read-access>
              <write-access>
                   <namespace-resource root="">
                        <security-role-mapping name="<jndi-user-role>">
                             <group name="users" />
                        </security-role-mapping>
                   </namespace-resource>
              </write-access>
         </namespace-access>
    </orion-application>
    And this is my principals.xml
    <?xml version="1.0"?>
    <!DOCTYPE principals PUBLIC "//ORACLE//DTD OC4J Principals 9.04//EN" "http://xmlns.oracle.com/ias/dtds/principals-9_04.dtd">
    <principals>
         <groups>
              <group name="users">
                   <description>users</description>
                   <permission name="rmi:login" />
              </group>
              <group name="guests">
                   <description>guests</description>
              </group>
              <group name="administrators">
                   <description>administrators</description>
                   <permission name="administration" />
              </group>
         </groups>
         <user username="admin" password="ADMIN">
              <description>The default administrator</description>
              <group-membership group="administrators" />
              <group-membership group="guests" />
              <group-membership group="users" />
         </user>
         <user username="SCOTT" password="TIGER">
              <description>no description</description>
              <group-membership group="users" />
              <group-membership group="administrators" />
         </user>
    </principals>
    Thanks in advance, please help me....

  • Deskjet 5525 Server Connection error 403 - scanning documents

    I cannot scan and send documents/photos to email or computer. It is connected wirelessly to internet, but keeps coming up with Server Connection Error : 403. I have reset to factory settings on the printer, but no change.
    What do I do, to be able to scan? My computer is a Mac using OS X Yosemite

    Hi @ FF9451,
    Welcome to the HP forum. I see you have two separate yet similar issues with scanning.
    I would like to help you with these issues.
    I just want to doubble check, is it a Deskjet 5525 or Photosmart 5525?
    The first issue i would like to address is the scan to email. This one is the same with either a deskjet or a photosmart.
    Lets start off simple, so unplug the printer while it is turned on. Might as well turn off any computers, tablets and smart
    TV's also. Then unplug your router for a minute.  After the minute, plug the router back in. Depending on the router it can take few minutes to rebuild the network. While your waiting plug the printer back in. you will notice the blue wireless light is blinking. When it stops blinking your printer is on the network again.  Try the scan to email, if it does not work, the printer might need a manual DNS.  This post: Efax 7510 still won't work, from happytohelp01, I have found really well done, so go ahead and check it out. I know every EWS (embedded web server) is laid out differently so if you need any help let me know.
    The second issue is scanning to the computer. Here i have a few questions. are you using Apple scan or HP scan?
    Is the Hp software installed? Have you removed the printer and then added it again?
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Server 4: Cannot connect to remote server: "lost contact with the AuthService"

    Attempting to upgrade to Server 4; have Server 4 app on my local Mac to administer a remote Mac mini running Server 4. Server app 4 on the mini connects to itself; however, I cannot user Server app 4 on my local Mac to connect remotely to the mini. Have verified the machine name, user, and password are all correct (they haven't changed and worked fine under Server 3.2.2). Console on the local machine shows the following error:
    12/27/14 5:56:27.303 PM Server[4193]: Connected to the Auth Service
    12/27/14 5:56:27.303 PM Server[4193]: authenticateToServermgrdAs: connection returned an error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.servermgrd.auth was invalidated.) UserInfo=0x60800047f780 {NSDebugDescription=The connection to service named com.apple.servermgrd.auth was invalidated.}
    12/27/14 5:56:27.304 PM Server[4193]: We have lost contact with the AuthService we will need to reauth
    Any ideas on how to troubleshoot? Thanks --

    Export the com.apple.servermgrd certificate from your server. Import it on your local computer and ensure that it is set to Always Trust. Ensure that you also follow the directions from the article linked below.
    How to administer OS X Server remotely using Server App - Apple Support

  • Contact lost with server when i try to close a report

    Hi
    i have a strange issue with Discoverer plus (Oracle Business Intelligence Discoverer Plus 10g (10.1.2.48.18))
    when i run a report and try to close it, by doing file--close--exit
    i'm getting an error "contact lost with server".
    any thoughts on this pecuiliar error.
    thanks.

    Hi,
    i'm getting an error "contact lost with server"The problem might exists when your server lost the connection so it would say you to again login.Are you using VPN to connect to your client machine for accessing discoverer plus if so it happens with VPN.
    Another thing is in discoverer plus if you leave it inactive for longer time without actually working on it and just opened it and minimized the window,then as it is in inactive state the server contact would be lost.
    Best Wishes,
    Kranthi.

  • HT201210 cont contact apple server error please help with ipad touch 4. im just fed up with apple please help me because why is it only apple with these kind of problems?

    cont contact apple server error please help with ipad touch 4. im just fed up with apple please help me because why is it only apple with these kind of problems?

    If you mean updae server
    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem
    Otherwise what server are you talking about

  • Cannot restore because lost contact with ipod update server host

    Hi. Yesterday i tried to restore my ipod because my brother accidentally put it in restore mode, but when im trying to restore it itunes says i cant contact with the host server of updates for ipod. i tried it all i checked the firewall, disabled security system, and im still not being able to restore. i need help please

    Maybe this?
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    Could be an Apple problem to since others have received that message today

  • Windows 2012 DHCP Failover "Lost contact with partner"

    We have stood up a pair of Windows 2012 DHCP servers and configured DHCP failover (in Load Balancing mode) as per the Microsoft Technet article.  The two servers are on the same subnet, and time is in sync between them.  Almost immediately after
    configuring scopes to failover, one node loses contact with the other, and the alternate node goes to failover mode "Recover".
    We have restarted both servers and services.  Both DHCP servers show as available.  Clicking "Replicate Failover Scopes" completes successfully with no errors, and the only two warnings in the Event Log are about credentials for Dynamic
    DNS updates and a dynamic IPv6 address (which we don't use at all.)
    How come they can replicate, but have "lost contact"; and how do we get the one out of "Recover" mode?

    You should see Recover state only if one of the DHCP server actually went down and came back up. In this case the server which comes back up would be in Recover state but will transition to Recover_Wait state and come back to Normal after it syncs it
    leases. This should be relatively quickly. Did your servers continue to remain in the Lost Contact...\Recover state for long.
    Did you see any events in the DHCP Server admin channel
    Microsoft\Windows\DHCP Server\Admin.
    You can also enable AuditLogs (Microsoft\Windows\DHCP
    Server\AuditLogs) which logs all the server to server messages. You can enable the log by right clicking on
    Microsoft\Windows\DHCP Server. View->Show Analytical and Debug Logs. This will show the
    Microsoft\Windows\DHCP Server\AuditLogs in event viewer. You can then right click and enable the log and see if there are any failures
    being logged there.

  • "Connection to server failed" error with Gmail exchange server

    Hi,
    I upgraded my iPhone 4 to iOS 4.3 on Friday and now I can't access my Gmail account using the Microsoft Exchange settings, I just get a "Connection to server failed" error.
    I also have a Google Apps email account for my website and I am able to access it using exchange... it's just my regular Gmail account that I can't access (and that's where all my contacts are stored).
    I can access the account using the regular Gmail email settings but that doesn't sync my contacts over the air, which is the advantage of using Exchange that I love the most.
    I don't know if it is related or not, but I had a really hard time upgrading to iOS 4.3. I guess the update file was corrupt and it put my phone into restore mode. I had to use a different computer for the upgrade to finally work. Because I was using a different computer I had to restore it as a new phone rather than restoring from a backup, so maybe that has something to do with my email problem.
    Message was edited by: KJones75

    I seem to have solved the problem. I deleted my Gmail account from the phone and then changed my Gmail password from my computer, and then tried adding the account to my phone again... and surprise, surprise, it worked.
    I'm not sure why changing the password fixed the problem, but I'm glad it's working again.

Maybe you are looking for

  • Trackpad freezing

    Hello everyone, My 2 1/2 year-old Macbook Pro is having issues with its trackpad. It freezes up everytime I touch it, causing me to have to hit the power button and restart the computer. Thankfully I have an external mouse so I haven't really attempt

  • Pro*Cobol abort without information...

    Hi, we are using the Pro*Cobol Precompiler for embedded SQl in Cobol-Programs. Today I got a program abort without a helpful message (please see below). Is there a possibilty to get more informations from the Pro*Cobol? The program abort: Pro*COBOL:

  • Indesign slow when editing remote documents

    We're using an Indesign/Incopy webbased solution to write/edit our Indesign documents. All Indesign (Incopy) documents are on a remote database server. So when I open such an Indesign document, I basically download it from the remote location, edit i

  • Settings won't save Yahoo mail after adding second verification?

    My Yahoo email was hacked.   Most of the emails in my Yahoo account were sent a spam mail from my Yahoo account.   As advised, I changed my password and added some extra security - a second verification so no one can login to my account without addit

  • Can't find daq palette

    Hey guys! I can't find the palette für data acquisition with it's vis (e.g. analog input, output etc.) on the function table. Using LabVIEW 7.1. Thank you!