When executing script on SQL server, this error occurs:
Directory lookup for the file <filepath> failed with the operating system error 2(The system cannot find the file specified.)
Directory lookup for the file <filepath> failed with the operating system error 3(The system cannot find the path specified.)
Solution:
Check the directory used in the SQL script. Make sure that the directory used in the SQL script point to the server location, if the script is not directly executed from the server.
Directory lookup for the file <filepath>
Directory lookup for the file <filepath> failed with the operating system error 3(The system cannot find the path specified.)
Solution:
Check the directory used in the SQL script. Make sure that the directory used in the SQL script point to the server location, if the script is not directly executed from the server.
0 comments:
Post a Comment