Finder - establishing connection to server takes forever

Hello,
I already found an archived discussion (https://discussions.apple.com/message/10356039#10356039) which explains my server issue.
Anyway I will write some further thoughts down here and I don't use VPN.
Our company with about 40 (Lions, Mountain Lions and Snow Leopards) employees runs a Xserve with Mac OS X Server 10.6.8 Snow Leopard.
The problem I have consists of the File Sharing Service over AFP and/or SMB (I tried them both).
Most of our clients have no issues connecting with Finder to the file server and mount shares.
But a few of them have issues regarding the connecting time (~1–2 min.) until a share is mounted successfully.
After the connection is established there are no further performance issues.
Anyway this waiting time is annoying.
I don't really know whether this is a server or a client issue.
The issued clients are OS X 10.7 Lion and OS X 10.8 Mountain Lion respectively.
What I already tried was creating a new user on one issued machine, but didn't help.
I'm looking forward to get some support with this.
Thanks in advance.
Regards,
Delivery Boy

1. Make sure SQL Server Service is running
2. If a named instance, make sure SQL Server browser service is running
3. Make sure SQL Server is configured to allow remote connections
4. Examine the SQL Server error log for messages confirming that SQL is listening on the expected network interfaces and ports
5. Test server connectivity with PING from the client machine
6. Test port connectivity using TELNET or PowerShell to the server and port (from step 4) from the client machine.  For example
a. TELNET <server-name> 1433
b. PowerShell: 1433 | % { echo ((new-object Net.Sockets.TcpClient).Connect("YourServerName",$_)) "server listening on TCP port $_" }
7. Check firewall settings if step 5 or 6 connectivity test fails
Best Regards,Uri Dimant SQL Server MVP,
http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting:
Large scale of database and data cleansing
Remote DBA Services:
Improves MS SQL Database Performance
SQL Server Integration Services:
Business Intelligence

Similar Messages

  • Firefox cannot establish connection to server 127.0.0.1:1234

    I want to open my bank's security and it says that firefox cannot establish connection to server 127.0.0.1:1234

    I now know that a file " user.js " has been installed (probably by the Trojan) along with " user.js.BAK " in my Profiles Folder. The Support article on " user.js " says that it is never installed by default. Unless FF4 installs one (unlikely) the presence of this file explains exactly what is happening. It contains changes to the normal configuration and is read at every FF startup when it automatically transfers its content to another file in Profiles. This is " prefs.js " where all the preferences are stored. It also has a BAK file added by the Trojan: " prefs.js.BAK ".
    The above Article says these files can be read by Notepad. But mine cannot. The BAK files display pure gibberish in Notepad. The parent files cannot be opened at all. They generate a Compile error. They seem heavily protected from interference.
    Would somebody kindly tell me (1) What application normally opens BAK files; (2) Assuming I can do so, would it be OK to simply delete the user.js file and its backup?
    Even if I have to rename them first?
    With that gone, I can probably reset "prefs.js" either using "about:config" (which Preference?) or using the UI on the Tools | Advanced tab to select "No Proxy". But I am unsure about these next steps and would welcome corroboration.

  • No Finder Go "Connect To Server" option

    After installing OSX 10.6 I no longer have the Finder > Go > "Connect To Server" option. Command-K does not activate it. How can I connect to a known server? How can I get this option back on the menu?

    Thanks!!!!
    That helped me...
    I could pull up a list of other computers on the network (command-k), but when I tried to connect to any one, I got looped back to the list. Wouldn't connect at all.
    Deleting the finder prefs worked like a champ.
    rock on.

  • Replacement for Finder's "Connect to Server" interface?

    The Finder -> Go -> Connect to Server interface is a bit minimal, to put it mildly.
    Ideally, I'd like to be able to:
    • Rename the connections ("smb://192.168.1.32" isn't very helpful)
    • Organize them in folders
    • Sort by name, connection type, etc.
    • Specify whether or not to save user/pwd in the Keychain
    Anyone know of any third-party connection-manager utilities?

    That's what I was thinking. I have read numerous "how-to's" about this, and all of them say that this is possible, but I think what I am really reading is "How to copy files between computers" and not "How to use a PC as a server."
    Thanks again!

  • Firefox is taking way too long to load pages. I have a very fast internet connection but firefox takes forever to load websites. At first it worked fine and very fast but now very slow??

    firefox is taking way too long to load pages. I have a very fast internet connection but firefox takes forever to load websites. At first it worked fine and very fast but now very slow??

    Hi there!
    do you test other browsers?
    i suggest to make a clean install of newer version of Firefox like v8.0.

  • Cannot find command in Finder: Go Connect to Server

    I recently read about creating a Finder shortcut to an iDisk-like service that allows you to mount an 'internet hard drive' on your desktop. The first step is to use the Finder's Go > Connect to Server menu item. Uh, what? I don't see it. Why?

    I should have mentioned that the command provides no output if it succeeds, but will give an error if the key isn't found - so when you say you saw the error after the second command, does that mean there was no error after the first? The commands were intended to attempt to delete ProhibitConnectTo' property from two files where it is known that the key will be recognized but the property wouldn't necessarily be exepcted to exist in both.
    Knowing that the affected account is "admin" is helpful because it pretty much rules out user limitations (an "admin" account normally can't be "managed"). The fact that only the original account is affected does narrow things down considerably since it rules out a "Finder.app" Menus.nib hack. It also suggests that if a ".plist" file is responsible, it will be one in the user's folder, ruling out one in eg. "/Library/Preferences".
    A couple of quick tests - try moving the com.apple.finder.plist file from the affected user's "~/Library/Preferences" folder and logging out and back in (some "Finder" prefs will need to be reset). The output from these commands might indicate if the 'ProhibitConnectTo' setting is hidden in other ".plist" files in your "home" folder:<pre>defaults find ProhibitConnectTo
    defaults -currentHost find ProhibitConnectTo</pre>Or, to take a really broad approach, try moving the entire "~/Library/Preferences" folder, moving it temporarily to the "Desktop" and logging out and back in again. If the menu item appears, you should be able to gradually add back your original preferences in small groups, (restarting the "Finder" and checking the menu as you go) so that you don't have to reconfigure all of your settings...

  • Find existing connection with server

    Hi,
    i have used socket programming in java. when i start the server
    program ,i want to know how many clients are already connected with
    particular server Port.
    Is it possible? pls, Tell me

    Hi,
    thank you for you reply. But my need is, while server is running, client can establish the connection with server. just imagine now server has connect with 5 clients. Unfortunately server going down.
    And again i start the server it should listen to already existing client connections automatically.
    i want to establish the connections of existing clients from the server.
    if any body having java code or other ideas for this problem , HELP ME!!

  • Opening documents from server takes forever

    If I Lion users creates a document on the server in say something like TextEdit then reopens TextEdit later they are greated to a spinning beach ball while TextEdit tries to resume editing that previous document from the server. I dont want to turn off autoresume since they like being able to log out and return to where they left off when they log back in. But man watching that beach ball spin is painful and takes forever.

    Anyone else seeing this. If you have a network user just open a TextEdit document from an AFP share and see if it beachballs TextEdit when the document opens.
    Originally I thought it was the auto-resume feature so I turned that off but I am still seeing the beachballing with apps like TextEdit, Quicktime, and Preview. So I am led to believe it has something to do with the new auto-save/versioning feature that is having issues with files stored on network sharepoints.

  • Connecting to Library Takes Forever

    I LOVE my AppleTV! There are only a couple things that really bother me about it. The first is that it takes about 15 minutes to connect to my library. This is totally not acceptable, especially when there hasn't been any changes to the library at all. Granted, I do have a large library, but come on, 15 minutes every time! Once its all connected, everything works flawlessly (for the most part) and is pretty speedy.
    Does this happen to anyone else?
    Cheers
    Joe
    PS. My other major gripe is that you can't have playlists for movies . . . . come on Apple (you better not say I have to buy gen 2 to get this feature)

    Here is how to find out how large your iTunes database is:
    1. Navigate to Home->Music->iTunes
    2. Right Click on "iTunes Library" and click "Get Info" (This is your iTunes database)
    3. Look at the size attribute of this and it will tell you how large your database is.
    Here are some details about my library:
    Total Number of Songs: 32,421
    Total Number of Movies: 685
    Total Number of TV Shows: 100
    Total Number of Podcasts: 540
    iTunes Library size (all content): over 2TB (on a NAS)
    iTunes Database size: 84.6MB
    iTunes Library XML size: 54.9MB
    I am still having the issue of the AppleTV taking forever to connect to my library.

  • Firefox browser wont open the message I get is "unable to establish connection to server" even though I am online

    I was in the middle of a firfox browser sessions, but had to close it down as computer was playing up with other pograms I had open. When rebooted the system, I could not use the firefox browser and had the following message:
    '''Firefox can't establish a connection to the server at search.findeer.com.
    '' The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web''.'''
    i then uninstalled it restarted my computer reinstalled it restarted my computer and had the same message come up when trying to open it.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Can't establish connection to server

    Hi all,
    I've gone through the Apex 3.2 installation w/o any problem; however, when I try to access the admin page for the first time I get an error:
    Browser can't establish a connection to the server at myserver.mycompany.com:8080
    any ideas about how I can diagnose this. I have eliminated the firewall as a cause. port 8080 is open.

    Hi Duncan,
    Thank you very much for the response. Sorry, I was out of the office for a few days, but I am back now and I've followed your instructions, please see below:
    $ sqlplus /nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jan 5 10:42:59 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL> connect / as sysdba
    Connected.
    SQL> @apxconf.sql
    PORT
    8080
    Enter values below for the XDB HTTP listener port and the password for the Application Express ADMIN user.
    Default values are in brackets [ ].
    Press Enter to accept the default value.
    Enter a password for the ADMIN user []
    Enter a port for the XDB HTTP listener [      8080]
    ...changing HTTP Port
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Session altered.
    ...changing password for ADMIN
    PL/SQL procedure successfully completed.
    Commit complete.
    SQL> alter user anonymous account unlock;
    User altered.
    SQL> select dbms_xdb.gethttpport from dual;
    GETHTTPPORT
    8080
    Looks good, but when I try to go to http://myserver.mycompany.com:8080/apex/apex_admin the browser prompts me for Authentication:
    "A username and password are being requested by http://myserver.mycompany.com:8080. The site says: "XDB" and a dialog box for username/password.
    The following is also generated in the alert log:
    Errors in file /u01/app/oracle/diag/rdbms/mydb/MYDB/trace/MYDB_s002_30981.trc:
    ORA-31009: Access denied for property ContentsAny
    Trace file says:
    # more MYDB_s002_30981.trc
    Trace file /u01/app/oracle/diag/rdbms/mydb/MYDB/trace/MYDB_s002_30981.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u01/app/oracle/product/11.1.0
    System name: Linux
    Node name: myserver
    Release: 2.6.18-128.2.1.el5
    Version: #1 SMP Wed Jul 8 11:54:47 EDT 2009
    Machine: x86_64
    Instance name: MYDB
    Redo thread mounted by this instance: 1
    Oracle process number: 19
    Unix process pid: 30981, image: oracle@myserver(S002)
    *** 2010-01-05 10:44:32.268
    *** SESSION ID:(106.1) 2010-01-05 10:44:32.268
    *** CLIENT ID:() 2010-01-05 10:44:32.268
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:44:32.268
    *** MODULE NAME:() 2010-01-05 10:44:32.268
    *** ACTION NAME:() 2010-01-05 10:44:32.268
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** 2010-01-05 10:49:23.577
    *** SESSION ID:(135.8407) 2010-01-05 10:49:23.577
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:49:23.577
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** 2010-01-05 10:49:27.392
    *** SESSION ID:(105.8) 2010-01-05 10:49:27.392
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** SESSION ID:(115.1184) 2010-01-05 10:49:28.183
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:49:28.183
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** 2010-01-05 10:49:35.630
    *** SESSION ID:(115.1202) 2010-01-05 10:49:35.630
    *** CLIENT ID:() 2010-01-05 10:49:35.630
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:49:35.630
    *** MODULE NAME:() 2010-01-05 10:49:35.630
    *** ACTION NAME:() 2010-01-05 10:49:35.630
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** SESSION ID:(115.1204) 2010-01-05 10:49:35.639
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:49:35.639
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** SESSION ID:(115.1206) 2010-01-05 10:49:35.647
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:49:35.647
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** 2010-01-05 10:52:05.187
    *** SESSION ID:(135.8415) 2010-01-05 10:52:05.187
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:52:05.187
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** SESSION ID:(135.8417) 2010-01-05 10:52:05.568
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:52:05.568
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** 2010-01-05 10:52:05.896
    *** SESSION ID:(135.8419) 2010-01-05 10:52:05.896
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:52:05.896
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** SESSION ID:(135.8421) 2010-01-05 10:52:06.153
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:52:06.153
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    *** SESSION ID:(135.8423) 2010-01-05 10:52:06.157
    *** SERVICE NAME:(SYS$USERS) 2010-01-05 10:52:06.157
    XML DB HTTP Server: Sending error response(HTTP error code = 401)
    Error stack is:
    ORA-31009: Access denied for property ContentsAny
    Any help is appreciated.
    Edited by: darstar007 on Jan 5, 2010 10:56 AM

  • Finder not connecting to Server

    For the last 18 months I've been transfering files to my windows home server 2011 from my iMac with no problems. Last Thursday morning finder kept crashing every time I tried to open a share or move a file, it had the error message "The last time you opened finder it unexpectedly quit while reopening windows. Do you want to try and reopen it's windows again?"
    I normally have the shares sitting on the desktop and just drag and drop files onto it. I have since worked out that the problem lies with just the video share, the others work fine. The same problem is on my mac book pro, the kids windows laptop can access the video share with no problems.
    All the computers are updated and no setting have been changed at all, hopefully someone can point me in the right direction.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Using Finder's "Connect to Server" on a Windows PC

    I have a Windows PC that I would like to convert to a Mac-Friendly Media server without reformatting. I am having a few issues in writing files to the PC.
    1. When I type in the local IP address (10.0.x.x), or the computer name it prompts me to log in as a registered user. My user name does not have a password, and I can not leave the password field blank, so it won't log me in. When I put a password on my Windows user account, it still denies my login with the new password. It does let me connect as a guest, but I can only read files, which brings me to number two.
    2. I can only read files on the Windows PC, not write to it. Is it because that I have connected as a guest? Will resolving the login issue allow me to write files to the Windows PC?
    Thanks!

    That's what I was thinking. I have read numerous "how-to's" about this, and all of them say that this is possible, but I think what I am really reading is "How to copy files between computers" and not "How to use a PC as a server."
    Thanks again!

  • Used my apple id asked for more info then safari cant find secure connection to server

    Trying to get skygo on iphone opened with my apple id. Then asked to go to my info.com and thats saying Safari can't get secure connection from server

    Try do it on another web browser like Chrome or Firefox if you can download them.

  • Finder error -36 when connecting to server - smbclient in terminal works

    Finder > Go > Connect to Server
    When ever I need to connect to a smb server using Finder, I get the constant error -36.
    In console :
    mount_smbfs: session setup phase failed: syserr = Socket is not connected
    mount_smbfs: could not login to server EXIT15: syserr = Socket is not connected
    mount_smbfs: 2 failures to open smb device: syserr = Resource busy
    mount_smbfs: session setup phase failed: syserr = Authentication error
    mount_smbfs: error from NetrShareEnum call: exception = 382312500
    I can sometimes select the share to mount, and it tries for a few seconds, never succeeds.
    10.4.10, but this was also case previously. We have every single Mac with this symptom so it is 7 work units at the moment, a Mac Pro, MacBook Pros, MacBook, Mac mini.
    Wired, wireless, and even VPN, no matter how the mac is connected to the net.
    Every non-Mac server at work tested gives this error when trying to connect to their shares.
    smbclient in terminal works.
    http://www.macwindows.com/tiger.html and Apple kbase article 301580 suggestions for nsmb.conf didn't make any difference. (the nsmb noauth being a very poor choice if it would work)
    smb.conf and nsmb.conf any security settings don't make any difference.
    I have working details for connection, so share, ip and dns name, username and password for connection work.
    Connecting from Terminal works.
    Connecting from any Windows or Linux virtual machine on Fusion on these same Macs work too.
    I have changed the workgroup to the correct one in Directory Access.
    I have tried all connection syntaxes suggested in http://www.macwindows.com/tiger.html - none of them still work in Finder, always identical results.
    smbclient //dns-name-or-ip/sharename -W workgroup -U username
    is the only viable workaround at the moment.
    Domain=[dnsnameofwhereconnected] OS=[EMC-SNAS:T5.4.21.400] Server=[NT1]
    is what smbclient gives for server details when its connected.
    As smb works from command line, it's not smb itself that is affected. Just Finder.
    I don't have access to edit any settings on the servers that we need to connect to. Only sharename and password that work for connection, but don't allow any editing on the server's settings.
    Ideas? This should work in Finder.
    Smbclient and Fusion area already somewhat workarounds, so I'm not looking for any third party software for dealing with this.
    I spent way too much time with AppleCare on this, and all I got was 90 minutes wasted.
    Ideas anyone???

    I think I have found what caused it. Not solved, but at least this seems so far the most likely cause:
    The share name contains hyphen.
    http://docs.info.apple.com/article.html?artnum=106471 Mac OS X 10.1 or later: How to Connect to Windows File Sharing (SMB) : Date Modified: August 01, 2007
    “6. You cannot connect to a share with a name that contains a hyphen. Resolve the issue by giving the share a name that does not contain a hyphen.”
    smbclient in Terminal is not limited to this "feature" of Finder of Mac OS X 10.1 that was not fixed or recoded to solve it or modify it since adding smb in it in 2001.
    It's not possible to test this changing the share name to one that does not contain a hyphen, nor to have one added in this server.
    For users that won't have Terminal access, the solution are .. remote desktop with admin user, have admin user come to mount the share in location, or use virtualization software and with it anything that works.
    Probably too optimistic to think the smb parts would have been rewritten for 10.5.

Maybe you are looking for

  • Oracle 9i on Win2K Advanced Server

    I wonder if anyone had simmilar problem? When I run installer (either through autorun or manually) the cursor turns into hourglass for few seconds and then the program terminates with no error messages. Good old P4 installer problem right?... Except

  • Not able to set the where clause params

    Hi, My version of apps is 12.1.3. I created a page with a searchRN and resultRN (LinesVO). (Not a query/view link) . I am passing the id from header to the VO to restrict the linesVO The controller correctly passes the id from searchRN to AM, but in

  • Flash not working in photo booth.

    The flash in photo booth on my iMac is not working.  When I take a pic, the screen flashes but the pic is still dark.  Was working fine yesterday.  I did install the latest osx today.  That's the only changes since then.

  • Apps not opening

    Needing assistance on iPhone4s. Downloaded a ringtone app with instruction to creating own app. I used laptop to create ringtone per instruction using songs already down loaded on iTunes. I synchronized my iPhone with ITunes  and set the created tone

  • Multiple exams in one project and variable

    Hello captivators, How do I make a captivate project with multiple exams. And with variables (widgets) that I need in the whole project. In the intro of the project you can select a character. That selected person is the visual coach (different brand