→Graphisoft Home →Download ArchiCAD Educational →Download ArchiCAD Trial →ArchiCAD Forum →ArchiCAD Tutorials

TechNotes/Connection failed error messages

Author:

AndorSzoke

Creation Date:

2006-01-13

ArchiCAD versions:

• ArchiCAD 9

Platform:

• Mac OS X

Audience:

• average users
• CAD managers

Error Message: "Connection failed: The server may not exist or it is not operational at this time. Check the server name or IP address and try again"

This error message may appear under certain circumstances when one tries to open or work on a .PLN file over the network. If after checking the server's operationality the problem still comes then the problem may be caused by the incompatibility of the particular network settings and the Cross Mounting Platform Features which are by default turned on in ArchiCAD. A possible solution to this problem is:

1- Find a file named "com.graphisoft.AC 9.0.0 INT v1.plist" located in the userhome/library/preferences. If the particular ArchiCAD is not an International version then the "INT" should be replaced by the actual localization code.

2- Open Terminal and enter this command (The "INT" code should be replaced in this text as well.) :

  defaults write com.graphisoft.AC\ 9.0.0\ INT\ v1 InputOutput -dict "DisableCrossPlatformMountingFeatures" "<true/>"

3- Check if the operation was succesful: Enter the folowing command into the terminal:

defaults read com.graphisoft.AC\ 9.0.0\ INT\ v1 InputOutput -dict "DisableCrossPlatformMountingFeatures"

{DisableCrossPlatformMountingFeatures=1; }

4- Repeat steps 1- to 3- with "com.graphisoft.PM" too.

Note: The only problem can arise in case of CrossPlatform usage: when a file on the server is accessed once from a PC and then from a MAC and so vice versa, because the locations are saved in the file in only one format (MAC OS X or Windows). But even in this situation the problem can be easily solved:

- If during the file access AC cannot mount any additional locations then the user should mount these manually in the Finder.


TechNotes/Connection failed error messages (last edited 2008-08-27 15:11:45 by localhost)