When you import network files with the SAS PC File Server, you might receive the following error:
ERROR: CLI error trying to establish connection: [Microsoft] [ODBC Excel Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
ERROR: Error in the LIBNAME statement. Connection Failed. See log for details.
This problem occurs when the SAS PC File Server is installed as a service and the path specified for either the DATAFILE= option or the OUTFILE= option is a named network drive, as shown in the following example:
The problem occurs because network drives are mapped at when a users logs on, and services do not recognize these mapped drives. To circumvent the problem, do one of the following:
The server should now recognize network paths because the drives have been mapped prior to restarting the SAS PC File Server.