Connecting to remote server slows down computer

We've been connecting to a remote server for years, and only recently have this problem:
When connected to a remote server, the entire system runs sluggish. This only happens with one remote server -- other connections don't cause this problem. The system is slow even if we are not reading or writing -- just the connection seems to cause the slowdown.
What could be causing this?

You need to enable WinRM on your system. Open powershell on the system you want to connect to remotely and enable it by typing:
C:>enable-psremoting -force
WinRM already is set up to receive requests on this machine.
WinRM has been updated for remote management.
Created a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this machine.
This will configure WinRM for you. Check out this technet powershell training session.
http://technet.microsoft.com/en-au/events/ee676904.aspx
ref: http://social.technet.microsoft.com/Forums/en/ITCG/thread/54417b48-68ae-40ac-a303-74aed4e7e81a
Satyam MCITP, MCPD

Similar Messages

  • Premiere Elements 8 "Could not connect to remote server" when sharing to YouTube

    I'm trying to share my Adobe Premiere Elements 8 video to YouTube through the task panel, but I get a "Could not connect to remote server" message. My computer is connected to the Internet. I notice at the bottom of the message there is "Open the Opera Help" and "Go to Opera's on-line support desk." I don't have Opera on this computer, so maybe that's it?

    No. You don't need Opera.
    Have you gone to Edit/Preferences and ensured that your Web Services are up to date?
    Otherwise, it could be that YouTube changed settings on us again. If that's the case, you'll need to post to it manually, per the FAQs to the right of this forum.
    http://forums.adobe.com/thread/390608?tstart=30

  • How to connect a remote server in my local pc?.

    I have a code to connect my server in visual basic 6.0 code, my sap version is 2007 A.
    Private Sub ConnectToCompany()
        '// Initialize the Company Object.
        '// Create a new company object
        Set oCompany = New SAPbobsCOM.Company
        '// Set the mandatory properties for the connection to the database.
        '// To use a remote Db Server enter his name instead of the string "(local)"
        '// This string is used to work on a DB installed on your local machine
        oCompany.Server = "(local)"
        oCompany.language = ln_English
        '// Use Windows authentication for database server.
        '// True for NT server authentication,
        '// False for database server authentication.
        oCompany.UseTrusted = True
        ChooseCompany.Show vbModal, Me
      End Sub
    but I want to connect my remote server and I didn't. Do i forgeting  something??... I changed "(local)" for my name remote server or my local Ip for remote server. But maybe my user name windows for autentication. there is Someone who can help me please. Which one is the correct data I need??

    hello freind
    i think yu are missing  company usernsme,password,db type like this code
    private void Connect()
                try
                    Cursor = System.Windows.Forms.Cursors.WaitCursor;//Change mouse cursor             
                    oCompany = new SAPbobsCOM.Company();               
                    oCompany.DbServerType =  (SAPbobsCOM.BoDataServerTypes.dst_MSSQL2008);
                    oCompany.Server = Properties.Settings.Default.ServerName.ToString();// change to your company server
                    oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English; // change to your language
                    oCompany.UseTrusted = false;
                    oCompany.DbUserName = Properties.Settings.Default.UserID.ToString();
                    oCompany.DbPassword = Properties.Settings.Default.Password.ToString();
                    // Set connection properties
                    oCompany.UserName = txtUSer.Text;
                    oCompany.Password = txtPassword.Text;
                    oCompany.CompanyDB = Properties.Settings.Default.DatabaseName.ToString();            
                    //Try to connect
                    lRetCode = oCompany.Connect();
                    if (lRetCode != 0) // if the connection failed
                        int temp_int = lErrCode;
                        string temp_string = sErrMsg;
                        oCompany.GetLastError(out temp_int, out temp_string);
                    //  u.action_status("Connection Failed - " + temp_string, this);
                    if (oCompany.Connected) // if connected
                        this.Text = this.Text + " - Connected to " + oCompany.CompanyDB;
                        CheckUser();
                    Cursor = System.Windows.Forms.Cursors.Default; //Change mouse cursor         
                catch (Exception)

  • SharePoint Online - "Unable to connect to remote server"

    Hi,
    I have a Provider Hosted App which gets the data from a different site collection. Now, when i try to connect to a different site collection, the TokenHelper
    class gives me an error -  "Unable to connect to remote server". 
    The error is thrown in the below line:
    acsMetadata = webClient.DownloadData(acsMetadataEndpointUrlWithRealm);
    The above error is not thrown always. It throws occasionally. I am not getting the reason for this. Could anybody explain what is the problem, please? 

    Hi,
    According to your description, my understanding is that the error "Unable to connect to remote server" occurs in the WebClient.DownloadData Function.
    As this error throws occasionally, it should be related to the network issue, for a better troubleshooting, I suggest you can check the detailed error message using Fiddler.
    Fiddler
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SSRS 2008 - Unable to connect to remote server

    Win2k3 R2 SP2/SQL Server 2008 instance with SSRS/Visual Studio 2008
    I installed SQL 2008 and SSRS with native mode default configuration.
    All SQL 2008 services are running under "NT Authority\Network Service" account.
    When i try to deploy a new report, I get the "Unable to connect to remote server" error.
    The deploy operation creates empty folders on the web server (hosted by the SQL Server 2008 service)
    for e.g.
    my instance name is <machinename>$sql2008. i configured the WebService URL and the Reports Manager URL to port 85
    the deploy from VS creates ssrs2008Test folder and a Shared Data Sources folder in the following virtual directory
      - Report Manager URL: http://<machinename>:85/Reports_SQL2008/
      - Web Service URL: http://<machinename>:85/ReportServer_SQL2008
    however these folders are empty w/ no .rdl or .rds file. and i get the "Unable to connect to remote server"  error in Visual Studio 2008 when i deploy it.
    is there something else i have to tweak in either the SQL Server/SSRS Configuration Manager or the Windows Server Settings(like port settings or group policy) to get the reports to work?
    thanks
    -vt

    SecureConnectionLevel = 2
    From logFile:
    appdomainmanager!DefaultDomain!740!08/29/2008-08:00:30:: i INFO: Appdomain:6 ReportServer_SQL2008_0-3-128644956308203194 started.
    appdomainmanager!ReportServer_0-3!740!08/29/2008-08:00:31:: i INFO: RS authentication mode is 5; effective ASP.NET authentication mode is Windows. vdir=/ReportServer_SQL2008.
    httpruntime!ReportServer_0-3!740!08/29/2008-08:00:31:: i INFO: Report Builder manifest file C:\Program Files\Microsoft SQL Server\MSRS10.SQL2008\Reporting Services\ReportServer\ReportBuilder\ReportBuilder_2_0_0_0\MSReportBuilder.exe.manifest not found.
    appdomainmanager!DefaultDomain!740!08/29/2008-08:00:31:: i INFO: Appdomain:6 ReportServer_SQL2008_0-3-128644956308203194 initialized (#2).
    webserver!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Reporting Web Server started
    resourceutilities!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Reporting Services starting SKU: Developer
    resourceutilities!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Evaluation copy: 0 days left
    resourceutilities!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Running on 1 physical processors, 4 logical processors
    runningjobs!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Running Requests Scavenger timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
    runningjobs!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Running Requests DB timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
    runningjobs!ReportServer_0-3!740!08/29/2008-08:00:37:: i INFO: Memory stats update timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
    library!ReportServer_0-3!1588!08/29/2008-08:00:38:: Call to GetItemTypeAction(/ssrs2008Test).
    library!ReportServer_0-3!1588!08/29/2008-08:00:39:: i INFO: Catalog SQL Server Edition = Developer
    crypto!ReportServer_0-3!1588!08/29/2008-08:00:39:: i INFO: Initializing crypto as user: NT AUTHORITY\NETWORK SERVICE
    crypto!ReportServer_0-3!1588!08/29/2008-08:00:39:: i INFO: Exporting public key
    crypto!ReportServer_0-3!1588!08/29/2008-08:00:39:: i INFO: Performing sku validation
    crypto!ReportServer_0-3!1588!08/29/2008-08:00:39:: i INFO: Importing existing encryption key
    library!ReportServer_0-3!740!08/29/2008-08:00:39:: Call to GetItemTypeAction(/Data Sources).
    library!ReportServer_0-3!1588!08/29/2008-08:00:39:: Call to GetItemTypeAction(/Data Sources/masterDB).
    library!ReportServer_0-3!740!08/29/2008-08:00:40:: Call to GetItemTypeAction(/ssrs2008Test/sp_who2).

  • Cannot connect to remote server

    When trying to make connection to remote server, I receive a
    message, "FTP, error, cannot make connection to host-Logon and
    Password are incorrect... However, settings are correct as I could
    get on in the past and when testing for remote site in site
    management the message states "Adobe DW Cs3 connected to your web
    server correctly".
    My OS is MAC 10.4.11 My site developer can get on with DW8
    using a PC and a MAC. Have tried everything short of deactivation
    and reinstall.

    Plese tell us what your remote site definition has in each
    field (you can
    omit the password).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "TJMax412" <[email protected]> wrote in
    message
    news:gbtj7m$94l$[email protected]..
    > When trying to make connection to remote server, I
    receive a message,
    > "FTP,
    > error, cannot make connection to host-Logon and Password
    are incorrect...
    > However, settings are correct as I could get on in the
    past and when
    > testing
    > for remote site in site management the message states
    "Adobe DW Cs3
    > connected
    > to your web server correctly".
    > My OS is MAC 10.4.11 My site developer can get on with
    DW8 using a PC and
    > a
    > MAC. Have tried everything short of deactivation and
    reinstall.
    >

  • CS5 - Contribute could not connect because the server is down

    we have a client who has site hosted with us. They are using Contribute CS5 to connect to our web server and make changes to their site. They've been using Contribute for a month when all of a sudden they started receiving the error:
    Contribute could not connect because the server is down or not accepting connections. Please contact your administrator.
    Our server is up and running, their site is up, their ftp password is not locked and network said they can see can see end to end FTP transactions, logins and authentications. Communications between the application and the server is being allowed through all the various firewalls and devices along the way.
    I've done some research but cannot find a definitive resolution. Any help with your product would be appreciated.

    Can you please try clearing the Contribute preferences once?
    In Windows -
    Quit Contribute.
    Go  to C:\Documents and Settings\<username>\Local  Settings\Application Data\Adobe\ and delete the Contribute CS5 folder.  (In Windows Vista or Windows 7, go to  C:\Users\<username>\AppData\Local\Adobe\ and delete the Contribute  CS5 folder.)
    Also, run reg delete "HKCU\Software\Adobe\Contribute 6" /f
    In Mac -
    Quit Contribute.
    Go to Users/<username>/Library/Application Support/Adobe/ and delete Contribute CS5 folder.
    Also, go to Users/<username>/Library/Preferences and delete Adobe Contribute 6 Preferences file.
    Note: Doing this will remove all the existing connections in Contribute. It will be like a fresh installtion of Contribute.

  • Contribute 3: Could not connect because the server is down or not acceptiong connections.

    Hi,
    I have two customers who use Contribute 3 and are currently
    having the same problem:
    When they want to Publish a page, they get the following
    message: Contribute encountered a network or file system error.
    Then they can click on "Connect" and get: Contribute could
    not connect because the server is down or not accepting
    connections.
    They don't have an internet connection problem, there's no
    firewall that blocks Contribute.
    Regards,
    A.

    I have spent many hours trying to get reconnected to my site.
    My PC died in early January and I have not been able to get
    reconnected since. I get the same error message. My Network
    Aministrator has worked with me to see if there are any firewall or
    antivirus issues blocking the connection. I administer the site so
    have had to do elaborate work arounds to get users' pages
    published. I am using WebDAV. My question: I would like to try
    creating a new username and password (which is about the only thing
    I have not tried yet.) If I do so, and get connected, I should be
    ok with sending a new connection key to the users, is that
    correct??

  • Contribute could not connect because the server is down"

    My client tries to connect to the website with Contribute and
    gets the error "Contribute could not connect because the server is
    down" however I connect with no problems, using Contribute or
    Dreamweaver.
    I sent him a new connection key but the same error.
    Only problem I ever have is that sometimes I get a "can't
    save files to shared something-or-other" on exit after
    administrating, but I don't know if that's related or not - it
    never seems to affect anything at my end.
    Please help! Thanks

    OK, problem solved here:
    The access denied or file does not exist error was being
    caused by the fact there was a 0KB index file somehow.
    Once we got rid of that we still had the "Contribute could
    not connect because the server is down or not accpeting
    connections" error to get round.
    I had previously asked my client to go in an change the FTP
    settings in the Advanced screen to be Choose FTP server settings
    manually and select Use Passive FTP to connect to the server and
    make sure Use FTP Performance Optimization is not selected. I don't
    think this was ever done (and if it had been it would have saved me
    HOURS of time spent trying to diagnose this problem).
    Today I ended up backing up every contribute related file and
    folder on the server to my local machine then deleting them. After
    having done that I asked my client to create a new connection using
    the FTP details (not a connection key). That still didn't work so I
    got them to (and this time they did it) change the advanced FTP
    settings as above and BINGO! they can now publish.
    I'm guessing that if I had sent a connec tion key with the
    same settings specified in the Advanced FTP then it still would
    have worked.
    I hope this saves someone else some time. I am going to have
    a few beers now to celebrate.

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

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

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

  • Suddenly, thunderbird doesn't connect to remote server when i click "get messages".

    Linux (ubuntu studio), 64 bit. Suddenly, thunderbird doesn't connect to remote server when i click "get messages". It just says "(account name): Connected to (mail server)" for a second or two at the bottom, then nothing. In the server logs, i get:
    popa3d[6408]: Didn't attempt authentication
    Trying to get my e-mail also seems to cause a bunch of these errors on the server:
    (server) kernel: [18295.775491] lockd: cannot monitor laptop
    where "laptop" is the client machine.
    The problem seems to be caused by my mailbox files (Inbox and Inbox.msf) - when i create a clean ~/.thunderbird directory, i can get my e-mails, but when i place my mailbox files in this account's Mail directory, the problem comes back. Even if i place it as another name, and not Inbox.

    I should add the following information:
    - Neither "safe mode" or rebuilding the global-messages-db.sqlite file fixes the problem.
    - Seamonkey has no problems with my Inbox and Inbox.msf file.
    - The Inbox and Inbox.msf files are symlinks to files on a NFS filesystem.
    - Downgrading to an earlier version of thunderbird doesn't fix the problem.
    - Even if i remove the mail file from an account, the problem persists.
    - I confirmed that i can telnet to the server on the pop3 port and login with the raw protocol.
    The above mentioned lockd errors make me think this is a NFS related error, but if that's the case, why is seamonkey able to read my Inbox file without problems but not thunderbird?

  • Connecting to remote server failed - WinRM client cannot complete the operation within the time specified

    Exchange 2010 SP2 Active DAG Node.  Cannot cannot to Exchange Admin Console with the following errors and these errors change from time to time ... and some times it works ...
    attempt to connect to http://DAGNODE.domain.com/powershell using "kerberos" authentication failed: connecting to remote server failed with the following message: The WinRM Client cannot complete the operation
    within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for windows remote management service is enabled.
    thanks,

    Hi,Philip,
    Are you running the DAG on Windows server 2008 R2?If so check the following KB to see if they apply to your issue
    http://support.microsoft.com/kb/976839
    http://support.microsoft.com/kb/2294243
    And you can check if the solutions in these old threads with similar error message do the trick for you.
    http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/54af902c-d718-4656-8a25-7c150e4b0e81/
    http://social.technet.microsoft.com/Forums/en-US/exchangesvradminlegacy/thread/baa1af25-001a-432d-86a0-25c05655e63c/
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.

  • TcpIP connection to remote server not closing after each call.

    using urlconnection to connect to a remote server does not close tcp connection after use. Any ideas on how to force this closed.
    This inturn causes subsequent calls to the remoteserver to use the existing tcp connections, slowing down the over <br>all connections because the remote server is not able to handle multiple requests using the same connection.
    We are using a unix box running solaris 8.0 I believe and the <br>connection to the remote server is done over a dedicated line.
    Here is what the code looks like. I believe I am doing all that I can to force the stream objects closed so that there is no lingering connections. Is there anything that I can do from a code perspective to assure that after each transaction all stream objects are dropped and closed so that the tcp connections close. Also, could there be other reasons why these connections stay open.
    pls help.
    try {
    // Read the Login URL net connection output
    URLConnection conn = new URL( url ).openConnection();
    boolean inputOK = true;
    if ( testInput ) {
         InputStream inConn = conn.getInputStream();
         InputStreamReader inStream = new InputStreamReader( inConn );
    // read input stream for OK/FAILED
    BufferedReader in = new BufferedReader( inStream );
    String str = null;
    Debug.println( this, "Response read" );
    while ( ( str = in.readLine() ) != null ) {
    System.err.println( str );
    if ( ( str.indexOf( SUCCESS ) >= 0 ) || ( str.indexOf( LC_SUCCESS ) >= 0 ) ) {
    Debug.println( this, "Found success " + str );
    inputOK = true;
    break;
    else if ( ( str.indexOf( FAILURE ) >= 0 ) || ( str.indexOf( LC_FAILURE ) >= 0 ) ) {
    Debug.println( this, "Found failure " + str );
    inputOK = false;
    break;
    in.close();
         inStream.close();
         inConn.close();
         in = null;
         inStream = null;
         inConn = null;
    Debug.println( this, "End of Response read" );
    }

    This is an issue with the browser rather than Java.
    You are getting the same response, because the browser checks it's cache first and keeps serving up the same info from the cache.
    Add a parameter to the URL so that the browser thinks you are submitting a form. Use the new methods in the URLConnection class, or you can manually add a GET parameter to the URL.

  • Local Project Connecting to Remote Server

    I am relatively new to Flash Remoting, and completely new to Flex. We have got the turnkey BlazeDS server running fine, and all the sample applications are running correctly.
    What I am attempting to do now is to pull data from our remote server so that I can develop on the local box, but tie into the remote server. I have added a wide open crossdomain.xml policy that should not prevent access. I'm guessing that my error is deeper than that, as I'm not even sure it's hitting the server.
    My error is: [RPC Fault faultString="[MessagingError message='Destination 'http://ec2-75-101-212-220.compute-1.amazonaws.com:8400/product' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']" faultCode="InvokeFailed" faultDetail="Couldn't establish a connection to 'http://ec2-75-101-212-220.compute-1.amazonaws.com:8400/product'"]
    Any type of guidance into setting up a local to remote environment would be greatly appreciated, I have been searching everywhere, but all examples I can find involve developing with BlazeDS running directly on the development platform.
    Thanks,
    Sean

    Thanks, it took me a while to figure everything out, but that's exactly what I needed to do.

  • Cannot open Report Manager URL -- "Unable to Connect to Remote Server"

    Hi, 
    I have recently installed SSRS 2012 on my remote server (Native Mode). I had the default configurations set except for the port has been changed to "8081". I created an Inbound Rule in Firewall to make sure it's enabled. 
    I'm unable to connect to the report manager locally at all, I got a Domain\username authentication and the credentials are never accepted locally.  I tried accessing my report server using the remote server host name and I was successfully logged in,
    however,  I got a message "Unable to Connect to the remote server". 
    I checked the log folder and there was no files created for my unsuccessful login. 
    I've been stumbling with this issue for almost a week, Any ideas or suggestions ?

    Hi SB User,
    Per my understanding that after you change the IP to "8081" then you can't connect to the report server both locally and remotely, right?
    Is that mean before you have changed the IP, everything works fine and did you got some pop up window ask for credential when you connect to the report server?
    You issue can be caused by many factors, please try to check details information below and do some configurations:
    Go to Reporting Services Configuration Manager and change the account to "Network Service" to see if it will works fine.
    Change the account to domain account and re-enter the username and password to see if it works fine. 
    Remove the SSL if configured.
    Go to C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config 
    In rsreportserver.config Change the SecureConnectionLevel value to "0":
    <Add Key="SecureConnectionLevel" Value="0"/>
    Stop and restart the report services instance to see if you can connect to report server.
    please also Using IP instead of computer name as the <servername> in the URL to have a test.
    If your issue still exists, please try to change the IP to have a test.
    If you still have any problem,please fee free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for

  • Outlook/iPhone Multiple calendar sync

    Hi I have a work calendar in Outlook, driven from Exchange and a second personal calendar containing things that don't apply to work (birthdays, social events and so on). While both calendars appear in Outlook, I can't get the personal calendar to sy

  • Problem with start up - won't boot. Tried safe mode, recovery mode etc.

    Have also Tried Single user which just shows "error loading kernelcache" and before this reads "loading kernel cache file '\com.apple.recovery.boot\kernelcache'... And then read error ok? goes to grey screen with apple logo and no entry symbol? Any a

  • How to REW and FF in iTunes Movies more quickly using -- and --

    Hello, I'm in the process of watching a lot of OChem videos for school. In the process of watching the videos and taking notes at the same time, I frequently need to back up about 5, 10, 15 seconds. I don't like clicking on the scrubber bar because t

  • I have a Mac G4 with Mac OS x 10.3.9 Panther can I upgrade it?

    Hello I have this old Mac G4 with software 10.3.9 Panther....is it possible to upgrade it to Mavericks? Everythings out of date including safari and itunes... Can I purchase previous verisons to then update to Mavericks or is this a lost cause? Thank

  • My computer doesn't recognize a disk to upgrade to snow leopard

    Hi I have macbook version 10.5.8 (model identifiner: MacBookPro5,3, i bought it in 2009) and bought a install DVD to upgrade to Mac OS X Snow Leopard (version 10.6.3). Before I bought the disk from apple store, I chatted with the costomer servise and