Dear All,
I am trying to run the following in query analyzer:
EXEC master..xp_cmdshell
'copy \\server1\folder\GL76*.txt \\server1\folder\GLUploadedFiles\importedfiles',NO_OUTPUT
And I get the following:
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionCheckForData (CheckforData()).
Server: Msg 11, Level 16, State 1, Line 0
General network error. Check your network documentation.
Connection Broken
Any ideas what is wrong. This was working yesterday.
Thanks