SSH fails to connect

I had a server that corrupted some files because of a bad power supply. It was being used for web/MySQL/PHP. After replacing the power supply I needed to replace the hostconfig file to get it back up and running. The server is back up and running, but fails to let anyone connect via SSH. The return error message "sshexchangeidentification: Connection closed by remote host" is less than helpful.
Google searches return information about Linux, and some information about SSH from Snailbook.com about editing the hosts.config file which doesn't exist in 10.4 server.
Any clues?

On Mon, 20 Aug 2007 14:03:08 -0400 Josh Wisenbaker Wrote in the MacEnterprise Listserv:
Have you connected with ssh -vvv from a client to see what is going on
at a step by step level?
Josh,
Thanks for the pointer. That caused me to look closer. I was seeing this on the debug.
OpenSSH_4.5p1, OpenSSL 0.9.7l 28 Sep 2006
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to someserver.somesubdomain.psu.edu [XXX.XXX.XXX.XXX] port 22.
debug1: Connection established.
debug1: identity file /Users/rak7/.ssh/identity type -1
debug1: identity file /Users/rak7/.ssh/id_rsa type -1
debug1: identity file /Users/rak7/.ssh/id_dsa type -1
sshexchangeidentification: Connection closed by remote host
I started looking at the ssh_config file to see if there was a line for needpriv that I could edit, but found none. Then I noticed by looking at the same file on a known good server that it was identical. While I was comparing I also looked at the sshd_config file on the known good server. I found that file missing on the machine with the sshexchangeidentification error, replaced it with the .bak file restarted and that solved the problem.
What got me here is that in the debug or the original login there was no indication that sshd was not running, just that it was rejecting connections.
I should have known better, the original problem with the bad server was corruption/deleting of files during a intermittent power supply failure. I forgot to look at the whole /etc/ directory to make sure the right service configuration files were in it.
Thanks
-rich

Similar Messages

  • SSH - Failure to connect, does not prompt for password,

    I have been using SSH on this iMac with 10.5.4 for over a year, upgraded to Leopard when it came out, never a problem with SSH, but now for no apparent reason, SSH fails when trying to connect through VPN into work.
    I can still connect to other systems on the internet that are not through the VPN.
    I don't suspect this to be a VPN issue because no other employees are having this problem with the VPN, using Mac, Windows or Linux. I can connect vi putty on my windows from the same network... below is my config.
    Here is what I'm getting:
    I connect as- ssh me@hostname and it returns "Permission denied (publickey)." It makes to attempt to prompt me for a password. I do not use a key on this system so it should prompt me for a password. I changed nothing on the system to cause ssh to break, But it's possible that a apple security update caused something to break.
    I have added the following to my ~/.ssh/config file
    PasswordAuthentication yes
    My /etc/ssh_config file is as follows:
    cat /etc/ssh_config
    # $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuration files
    # or on the command line.
    # Configuration data is parsed as follows:
    # 1. command line options
    # 2. user-specific file
    # 3. system-wide file
    # Any configuration value is only changed the first time it is set.
    # Thus, host-specific definitions should be at the beginning of the
    # configuration file, and defaults at the end.
    # Site-wide defaults for some commonly used options. For a comprehensive
    # list of available options, their meanings and defaults, please see the
    # ssh_config(5) man page.
    # Host *
    # ForwardAgent no
    # ForwardX11 no
    # RhostsRSAAuthentication no
    # RSAAuthentication yes
    PasswordAuthentication yes
    # HostbasedAuthentication no
    # GSSAPIAuthentication no
    # GSSAPIDelegateCredentials no
    # GSSAPIKeyExchange no
    # GSSAPITrustDNS no
    # BatchMode no
    # CheckHostIP yes
    # AddressFamily any
    # ConnectTimeout 0
    # StrictHostKeyChecking ask
    # IdentityFile ~/.ssh/identity
    # IdentityFile ~/.ssh/id_rsa
    # IdentityFile ~/.ssh/id_dsa
    # Port 22
    # Protocol 2,1
    # Cipher 3des
    # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
    # EscapeChar ~
    # Tunnel no
    # TunnelDevice any:any
    PermitLocalCommand yes
    My /etc/sshd_config is:
    cat /etc/sshd_config
    # $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options change a
    # default value.
    #Port 22
    #Protocol 2,1
    Protocol 2
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # HostKey for protocol version 1
    #HostKey /etc/sshhostkey
    # HostKeys for protocol version 2
    #HostKey /etc/sshhost_rsakey
    #HostKey /etc/sshhost_dsakey
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 768
    # Logging
    # obsoletes QuietMode and FascistLogging
    SyslogFacility AUTHPRIV
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    #PermitRootLogin yes
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    #AuthorizedKeysFile .ssh/authorized_keys
    # For this to work you will also need host keys in /etc/sshknownhosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    # SACL options
    #SACLSupport yes
    # Change to no to disable s/key passwords
    #ChallengeResponseAuthentication yes
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIStrictAcceptorCheck yes
    #GSSAPIKeyExchange yes
    # GSSAPI options
    #GSSAPIAuthentication yes
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication mechanism.
    # Depending on your PAM configuration, this may bypass the setting of
    # PasswordAuthentication, PermitEmptyPasswords, and
    # "PermitRootLogin without-password". If you just want the PAM account and
    # session checks to run without PAM authentication, then enable this but set
    # ChallengeResponseAuthentication=no
    #UsePAM yes
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    #PrintMotd yes
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    #UsePrivilegeSeparation yes
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /var/run/sshd.pid
    #MaxStartups 10
    #PermitTunnel no
    # no default banner path
    #Banner /some/path
    # override default of no subsystems
    Subsystem sftp /usr/libexec/sftp-server
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # ForceCommand cvs server

    Also I forgot to mention, I have nulled out the known_hosts file to eliminate any conflicts there, I have verified .ssh is 700 and files config and known_hosts are 600
    output using ssh -v
    debug1: Reading configuration data /Users/<me>/.ssh/config
    debug1: Reading configuration data /etc/ssh_config
    debug1: Connecting to pshx4105a [216.255.177.213] port 22.
    debug1: Connection established.
    debug1: identity file /Users/<me>/.ssh/identity type -1
    debug1: identity file /Users/<me>/.ssh/id_rsa type -1
    debug1: identity file /Users/<me>/.ssh/id_dsa type -1
    debug1: Remote protocol version 2.0, remote software version OpenSSH_4.5p1 FreeBSD-20061110
    debug1: match: OpenSSH_4.5p1 FreeBSD-20061110 pat OpenSSH*
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_4.7
    debug1: SSH2MSGKEXINIT sent
    debug1: SSH2MSGKEXINIT received
    debug1: kex: server->client aes128-cbc hmac-md5 none
    debug1: kex: client->server aes128-cbc hmac-md5 none
    debug1: SSH2MSG_KEX_DH_GEXREQUEST(1024<1024<8192) sent
    debug1: expecting SSH2MSG_KEX_DH_GEXGROUP
    debug1: SSH2MSG_KEX_DH_GEXINIT sent
    debug1: expecting SSH2MSG_KEX_DH_GEXREPLY
    debug1: Host 'pshx4105a' is known and matches the DSA host key.
    debug1: Found key in /Users/<me>/.ssh/known_hosts:3
    debug1: sshdssverify: signature correct
    debug1: SSH2MSGNEWKEYS sent
    debug1: expecting SSH2MSGNEWKEYS
    debug1: SSH2MSGNEWKEYS received
    debug1: SSH2MSG_SERVICEREQUEST sent
    debug1: SSH2MSG_SERVICEACCEPT received
    debug1: Authentications that can continue: publickey
    debug1: Next authentication method: publickey
    debug1: Trying private key: /Users/<me>/.ssh/identity
    debug1: Trying private key: /Users/<me>/.ssh/id_rsa
    debug1: Trying private key: /Users/<me>/.ssh/id_dsa
    debug1: No more authentication methods to try.

  • Ssh fails with rule matching LAN

    My goal is simple: use a key pair from the WAN only but allow password auth from the LAN.
    I thought my recipe had previously worked in Arch and other distros, but now I'm unsure. Here's a snippet of some relevant sections of /etc/ssh/sshd_config:
    RSAAuthentication yes
    PubkeyAuthentication yes
    PasswordAuthentication no
    ChallengeResponseAuthentication no
    UsePAM yes
    Match Address 192.168.1.0/24
    PasswordAuthentication yes
    Without the match section I'm able to login. With the match section I am not able to login from WAN or LAN hosts.
    Here's an excerpt from the ssh client logging in from the localmachine itself along with a tail of the journal (using the match address section):
    CLIENT SIDE
    myhost% ssh -v localhost
    OpenSSH_6.4, OpenSSL 1.0.1f 6 Jan 2014
    debug1: Reading configuration data /home/myuser/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: Connecting to localhost [::1] port 22.
    debug1: Connection established.
    debug1: identity file /home/myuser/.ssh/id_rsa type 1
    debug1: identity file /home/myuser/.ssh/id_rsa-cert type -1
    debug1: identity file /home/myuser/.ssh/id_dsa type -1
    debug1: identity file /home/myuser/.ssh/id_dsa-cert type -1
    debug1: identity file /home/myuser/.ssh/id_ecdsa type 3
    debug1: identity file /home/myuser/.ssh/id_ecdsa-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.4
    debug1: Remote protocol version 2.0, remote software version OpenSSH_6.4
    debug1: match: OpenSSH_6.4 pat OpenSSH*
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: server->client aes128-ctr [email protected] none
    debug1: kex: client->server aes128-ctr [email protected] none
    debug1: sending SSH2_MSG_KEX_ECDH_INIT
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ECDSA <ommited pub>
    debug1: Host 'localhost' is known and matches the ECDSA host key.
    debug1: Found key in /home/myuser/.ssh/known_hosts:6
    debug1: ssh_ecdsa_verify: signature correct
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: Roaming not allowed by server
    debug1: SSH2_MSG_SERVICE_REQUEST sent
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: /home/myuser/.ssh/id_rsa
    debug1: Authentications that can continue: publickey
    debug1: Trying private key: /home/myuser/.ssh/id_dsa
    debug1: Offering ECDSA public key: /home/myuser/.ssh/id_ecdsa
    debug1: Authentications that can continue: publickey
    debug1: No more authentication methods to try.
    Permission denied (publickey).
    SERVER SIDE
    myhost% sudo journalctl -f --full
    -- Logs begin at Sat 2013-06-29 11:25:32 EDT. --
    Jan 07 13:09:18 myhost systemd[1]: Started SSH Key Generation.
    Jan 07 13:09:18 myhost systemd[1]: Starting OpenSSH Daemon...
    Jan 07 13:09:18 myhost systemd[1]: Started OpenSSH Daemon.
    Jan 07 13:09:18 myhost sudo[20291]: pam_unix(sudo:session): session closed for user root
    Jan 07 13:09:18 myhost sshd[20295]: Server listening on 0.0.0.0 port 22.
    Jan 07 13:09:18 myhost sshd[20295]: Server listening on :: port 22.
    Jan 07 13:09:23 myhost sshd[20296]: reverse mapping checking getaddrinfo for <omitted address> [<omitted address>] failed - POSSIBLE BREAK-IN ATTEMPT!
    Jan 07 13:09:34 myhost sshd[20296]: error: Received disconnect from <omitted address>: 13: Unable to authenticate [preauth]
    Jan 07 13:09:39 myhost sudo[20298]: myuser : TTY=pts/2 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/journalctl -f --full
    Jan 07 13:09:39 myhost sudo[20298]: pam_unix(sudo:session): session opened for user root by myuser(uid=0)
    Jan 07 13:10:35 myhost sshd[20308]: Connection closed by ::1 [preauth]
    Last edited by badhat (2014-01-08 14:36:10)

    Yes, there are one or two fields which were note mapped and were removed. However, the records which got reconciled successfully have been done with the same field mapping.
    UZ

  • Failed to connect Error - Need Help, Please

    I installed , created the simple "Hello" program and it ran fine on the simulator.
    Then, I click the run OTA and now I'm in deep yogurt!
    I get the message:
    *** Error ***
    Failed to connect to device 0!
    Reason:
    Emulator 0 terminated while waiting for it to register!
    BUILD SUCCESSFUL (total time: 4 seconds)
    I just want to restore things to what they were before I selected Run OTA. I've been reading for the past 3 hours and haven't found out to restore. I even deleted and re-installed but, still get the same meassge (probably some saved java pref file...). Anyway, HOW TO RESTORE to a virgin setup????
    Thanks

    ... I read somewhere I need to reboot - I did and it took care of it.

  • Remote app on ipod fails to connect to itunes 10

    After upgrading to iTunes 10, my remote app on the ipod touch 4G fails to connect. I've reauthorized, which times out most times, but eventually when it works, it only continues to connect to iTunes until I close and restart the program. I've disabled all firewalls and still have the issue. iTunes 10/iPod Touch 4G/iOS 4.1/ancient remote.app do not play well together.
    Anyone else unable to get the remote app working reliably with this combination?

    Hello all,
    I would like to get more details from people who are still having trouble getting Remote 2.0.1 to connect. If you are unable to connect, please email me <[email protected]> with the following information:
    - A detailed description of the specific issue you are seeing.
    - What OS is on the host computer? (the one with iTunes on it)
    - What OS is on the affected iOS device(s)?
    - A description of your network topology. Please be as detailed as you can, including hardware and firmware versions, if possible. Also please explain how everything is connected.
    - Is the base station running default settings, or do you have any non-standard settings enabled? If so, please elaborate.
    - Do you have the built-in firewall enabled on the host computer?
    - Do you have any other firewall or Internet protection (anti-virus, etc) installed on the host computer?
    - Were you able to connect with versions of Remote prior to 2.0?
    - If you have multiple computers, can you get Remote to connect to any of them?
    - Does Home Sharing work between computers on your network?
    - Do you see any messages in Console (in Applications/Utilities) on the host computer that seem to coincide with the connection failures?
    Thanks,
    Roy
    <[email protected]>

  • My iphone 5 won't make a call when i fail to connect to the internet via 3g

    My iphone 5 won't call when i fail to connect to the internet via 3g.
    At work i dont have wifi i have 3g, if i launch say the sky go app,or the iplayer, sometimes they work and everything is fine...sometimes they wont load as 3g for whatever reason cant get a connection at that particular time........ if i then try and make a call the call will fail. I've experimented 25 + times and this is definately the cause.
    (note: when the 3g connection does work, the phone has absolutely no problem calling people)
    Anyone had this problem?
    Even better has anyone got a solution?
    Thanks,
    Nick.

    Are you sure that the carrier's signal is strong where you are having this problem? Certain building structures and locations have poor cellular signal strength and this often results in the "No Service" indication. Are other users able to get service in the same locations where you have problems?

  • On Windows 2012 Terminal Server Outlook fails to connect to Exchange 2013

    I have a new install of Windows 2012.  I have two physical servers.  One is a W2012 std Domain Controller ("DC").  The Second is configured as W2012 HyperV  ("HV").  Under HV I have
    two VMs.  One VM is W2012/Exchange 2013 ("ExchVM) and the other is W2012/Terminal Server ("VMTS").  All systems are behind a firewall appliance.  Exchange is working via Outlook and OWA internally and externally.  The self
    created SSL must be installed manually on external machines since it comes up as an untrusted certificate.  Once installed remote outlook works and OWA works.  I have configured the terminal server and I am able
    to login remotely as various users under my "TS group".  The problem is when ever I attempt to open Outlook for the 1st time, it fails to connect to the exchange server.   (Open Outlook 2013, click next
    on the splash screen, "Yes" Add an Email Account splash screen, click next, Auto Account screen populates NAME and Email Address correctly, click next, Searching for mail server settings..., check on establishing network connection, check on searching
    for alias@ domain, then fails the logging on to the mail server)  The error reads:  "Outlook cannot log on.  Verify you are connected to the network and are using the proper server and mailbox name.  The
    connection to Microsoft Exchange is unavailable.  Outlook must be online or connected to complete this action."   I am connected in RDS from offsite, and from the RD session I can access shared folders on ExchVM and DC.  I have
    tried have verified the server Exchange server name is correct via "Get=ClientAccessServer" command.  I have also tried to use the guid via "Get-Mailbox
    ALIAS | fl name, exchangeguid.  Keep in mind all desktop users on the network are connecting to Outlook without issue.
    I would appreciate any thoughts on solving this issue.

    Hi,
    According to your workaround, it seems that the Outlook Anywhere configuration in Outlook client is not correct when using the Autodiscover service.
    Once you connected to Exchange server by manually settings, please run Test E-mail AutoConfiguration tool in external Outlook client to check the autodiscover service:
    open Outlook - press CTRL key - right click on the Outlook icon from right bottom corner taskbar - Test Email AutoConfiguration. Put your email address - uncheck use guessmart and secure guessmart authentication - click Test to check your Autodiscover service.
    Please check the Log tab and confirm whether the Autodiscover service is connected successfully. Also confirm if the connection issue happens to all external users when they open Outlook for the 1st time. In Exchange server, please make sure
    autodiscover.domain.com has been included in your Exchange certificate which is assigned with IIS service.
    Regards,
    Winnie Liang
    TechNet Community Support

  • My new i phone 5 wont sync with my laptop, keeps saying failed to connect to sync services. any help?

    I just purchased a new i phone 5. when i go to connect with my laptop it says 'failed to connect to sync services, try again later' it shows my phone, and i can see my app screens, however it wont let me sync, back up or make changes. this is my first apple product, any help would be greatly appreciated.

    Hello there, load dogg.
    The following Knowledge Base article provides some in-depth steps to help troubleshoot the issue you are descibing:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/ts2690
    Thanks for reaching out to Apple Support Communities for answers to your question.
    Cheers,
    Pedro D.

  • OBIEE 11g agents are failed to connect to Essbase

    OBIEE 11g agents are failed to connect to Essbase. We are using :USER & :PASSWORD (SSO) in connection pool setting to connect to Essbase.
    User account exists in both OBIEE and Essbase. OBIEE dashboards which are based on Essbase are working fine. Essbase variables in RPD are upto date.
    Only agents are failing and error says invalid credentials, but dashboard pages are running without any issue.
    OBIEE: 11.1.1.5 (BP4)
    Essbase: 11.1.2.1
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Login fails due to invalid login credentials (HY000)
    Essbase and OBIEE services are up and running.
    Any help will be appreciated.

    We finally implemented CSS Token option and ended up with this error. We are unable to connect to essbase with CSS Token option.
    We followed the Oracle document to implement this.
    [nQSError: 43119] Query Failed: EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials. (HY000)
    We did update this property:
    JAVA_PROPERTIES="-Dplatform.home=${WL_HOME} -Dwls.home=${WLS_HOME} -Dweblogic.home=${WLS_HOME} -Didstore.identityAttribute=objectguid"
    Any help will be appreciated!

  • Fingerprint reader not working in IE and saying failed to connect to sensor

    Hi all,
    I bought a Qosmio x500 10t a couple of months back. For the first couple of weeks i had no probs using the fingerprint reader to log in to windows and to log in to websites in Internet exploer.
    All of a sudden it would not work on any website stored. The green banner showed accross the top of site and asked to swipe finger but nothing happened when I swiped. I rebooted and it worked again but not for long before failing. This time a reboot didnt work so i deleted my finger prints and websites and started from scratch. That worked for a couple of attempts before probs started again. And on trying to get into Fingerprint utility it says failure to connect to sensor. So, I did a system restore. It worked for a couple of times again and then same probs. So I found the updated utility software, uninstalled the old and put on the new. Same again, worked for a couple of times then failed.
    I could not find anything stuck in the registry but to be on the safe side i did a full system clean back to factory setup using backup discs. Hey presto i thought it had worked. Everything going ok for first 24hrs and then same problems start to occur. Only this time it is also prompting me to enroll fingerprints even though i already have. And when i try to get into the utilioty it says failed to read sensor again.
    The fingerprint log on to windows always works as long as i dont close the fingerprint utility down before shutting down. If i do exit the utilty i cant reopen it as it just says failed to connect to sensor. And then i have to unistall and reinstall the utility software. Aty the moment it occasionally works on websites stored but most of the time it doesnt do anything.
    Please help. Do I need to send laptop back to Toshiba??

    Hi,
    *I got a solution* for the problem that the fingerprint sensor "suddenly" does not work any more.
    When starting the Toshiba Fingerprint Utility, it says "failed to connect to fingerprint sensor".
    Is it possible that just before it stopped working there was a new firewall installed, or firewall settings had been changed?
    *In my case, the problem was solved by changing my firewall settings* (Windows 7 Firewall Control) to ALLOW all traffic for
    the Authentec Fingerprint Sensor Service (AFSS). It is the file "AtService.exe" in C:\Program files
    The reason is simple:
    The Toshiba Fingerprint utility communicates with the fingerprint sensor service via TCP/IP.
    Therefore, any firewall that blocks traffic on the local computer will block the communication.
    *After changing my firewall settings, fingerprint sensor works* on my R700 flawlessly now.

  • Error while connecting to an OData Feed from Excel 2013 PowerPivot . Error: Failed to connect to the server. Reason: The payload kind 'BinaryValue' of the given data feed is not supported

    I am trying to connect to a Odata Data feed from Excel 2013 Power Pivot
    The datasource is in sharepoint site eg: https://sitename/Shared%20Documents/datafeed.atomsvc
    getting below error
    Error message:
    Failed to connect to the server. Reason: The payload kind 'BinaryValue' of the given data feed is not supported.
    ============================
    Call Stack:
    ============================
       at Microsoft.Data.DataFeedClient.DataFeedODataReader.ValidatePayloadKind(ODataPayloadKind payloadKind, ODataMessageReader odataMessageReader)
       at Microsoft.Data.DataFeedClient.DataFeedODataReader.InterceptODataException(Action action)
       at Microsoft.Data.DataFeedClient.DataFeedODataReader..ctor(IODataResponseMessage responseMessage, Int64 maxReceivedMessageSize)
       at Microsoft.Data.DataFeedClient.DataFeedODataReader.CreateReader(IWebResponse webResponse, Int64 maxReceivedMessageSize, Boolean applySlashUpdatingBaseUriResolver)
       at Microsoft.Data.DataFeedClient.ODataHelper.GetCollectionsFromServiceDocumentUrl(Uri serviceDocumentUrl, DataFeedConnection connection)
       at Microsoft.Data.DataFeedClient.DataFeedConnection.Open()
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.InitializeConnectionObject(String connectionIdentifier)
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.InitializeConnectionObject(String connectionIdentifier)
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.Open(String& connectionIdentifier)
       at Microsoft.AnalysisServices.BackEnd.RelationalDataSourceConnection.Open()
       at Microsoft.AnalysisServices.Common.DataSourceBasic.ClickTestConnection(Object progressControl)
    Appreciate suggestions/answers
    NOTE: The error is showing only while using Excel 2013 powerpivot
    its working good with Excel 2010 powerpivot

    Anita,
    Please look into using Power Query to use OData as a source in Power Pivot.
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Error sending emails to Internet: Failed to connect. Winsock error code: 10051

    Our exchange 2013 CU2 (CAS+MBX, Win2012) was sending emails to Internet using another server (a kerio email server) and outbound internet email was working as expected.
    We have now removed the Kerio server, I also removed the kerio_Send_Connector I was using to send emails to internet and I also changed the email domain in Exchange to be authoritative. I created a new Internet send connector with default values, but the same
    bad behavior is present.
    Our Exchange 2013 receives emails internally and externally with no problems. The problems are sending emails to Internet. I am suspecting something in the firewall but i need to do some more research.
    If from the same Exchange server I telnet to an Internet email host:25 I do get the smtp banner but as soon as I start typing HELO/EHLO I get disconnected and errors are logged.
    Errors when sending emails to any emails address (this is from an email sent to google, all others are the same):
    Remote Server at aspmx3.googlemail.com (74.125.136.26) returned '400 4.4.7 Message delayed'
    7/1/14 9:52:44 a. m. - Remote Server at aspmx3.googlemail.com (74.125.136.26) returned '441 4.4.1 Error encountered while communicating with primary target IP address: "Failed to connect. Winsock error code: 10051, Win32 error code: 10051." Attempted
    failover to alternate host, but that did not succeed. Either there are no alternate hosts, or delivery failed to all alternate hosts. The last endpoint attempted was 74.125.136.26:25'
    I cannot find any references from such Winsock error that are related to Exchange 2013.
    So far all email is being queued at the Exchange Server 2013. I am afraid to install CU3 and make things worse.
    Thanks for your comments.

    Just check if the receive connector settings are set to fine
    check the send connector properties and see whether it is  set to use DNS to route emails through external DNS/Internal DNS or smart host .
    Do a telnet to external domain like hotmail,yahoo and see  at what transaction you are getting an error
    Enable verbose logging, restart the transport service and check if you get the same error in the verbose logs as well
    Get in touch with the ISP and see if the port 25 for Outbound SMTP is  opened.
    YOu can check if SMTP Proxy is enabled in the firewall. If so disable the SMTP proxy in the firewall and check.
    Good Luck!!
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question.
    That will encourage me - and others - to take time out to help you.
    Regards,
    Sathish

  • Device Manager HP Printer ! Symbol, Windows "failed to connect" Sound- Yet Printer Works

    Every startup, I hear the Windows "device failed to connect" sound.  How can I get rid of this?
    I have an HP J6480 Printer with WIn 7.  Device Manager is not recognizing the printer driver. 
    Under Device Manager, the printer is listed with the ! error symbol.  No other devices have an error symbol.  Yet the HP Solution Center and printer work.
    1)  I have tried fresh installs of the current HP Full Feature Software. 
    2) I have tried the HP Uninstall program, going through all five Uninstall programs two times.
    3) I have run CCleaner to clear registry issues.
    4) I have tried deleting the Device Manager "Officejet ! J6400 series" entry.  The Solution Center and the printer then do not work.  Apparently, Device Manager recognizes the printer but not the driver.  I have to go to "Programs", "HP", then "Officejet J6400 Series" to reinstall the software. 
    5) I have tried to get Device Manager to recognize the software.  When I click on "! Officejet 6400 series",  I get the message "the drivers for this device are not installed (code 28)".  If I then click on "Update Driver" and select" Browse my computer for driver software" then click on "Browse "C:\Users\Myname\Downloads", where I have both the HP 13.0 Full Feature Sofware Software and the Basic Print and Scan Driver files, it says "Windows cannot find driver software".   If i click on "Search automatically for driver software" I get the same message.
    I would very much appreciate any ideas!  Thank you!
    This question was solved.
    View Solution.

    Friendlycomputr,
    Your persistence is admirable! I totally understand you just want it working properly. I really appreciate the updates, I am going to look into this and get back to you as soon as I can!
    Thanks again
    HevnLgh
    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" to the left of the reply button to say “Thanks” for helping!

  • Lumia 620 fails to connect to car bluetooth - coll...

    My lumia 620 did initially connect to my ford focus car audi/phone successfully.  However after about a week it failed to connect and I haven't been able to connect since. Defeats the object of hands-free!
    Steps taken (which work with previous phones of various makes/models):
    Turn bluetooth on in car
    Turn on phone bluetooth connectivity
    Car display finds my phone successfully and provides a PIN to enter in the phone
    Phone bluetooth status says 'unable to connect to ford audio system' and times-out.
    I've noticed that the 'tap to pair' message doesn't appear as it previously did and I can't find anywhere else to look for bluetooth settings.
    A colleague who has an identical phone can successfully connect - it does show the 'tap to pair' message.
    I have updated the ford audio system software and checked the other phone connects ok. I have also tried removing the phone battery several times but still no joy.
    Help please - thanks

    Hi Roshanrims,
    Thank you for reaching out to us. Let's go with the connectivity issue first. Are you getting the same issue when you connect your phone to another PC? To further isolate the issue, you can try other troubleshooting steps found on the below link:
    • The cable connection to my computer does not work
    Note: The link is intended for the Philippines. Let us know your location so we can give you the correct link.
    As for the Project My Screen, see this: Project my phone screen to a TV or PC.
    We look forward to your reply.

  • My HP Photosmart Premium C309g-m failed to connect wirelessly to my router

    When setting up my printer to connect to my wireless router, the printer can see the network Name (SSID) but failed to connect to it using WEP password.  The Wireless Network Report shows the printer Authentication Type is "Open System" while my router is configured as "Shared".  How do I change the Authentication Type on my printer to match the Router? Thank you.

    WEP is not at all secure.  It can be broken in about 10 minutes with freeware.  It is also known to cause printer connection issues.
    Change to WPA or WPA2 with a 13+ character passphrase consisting of numbers, letters, upper and lower case.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

Maybe you are looking for