Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 BCP Utility Help, ASAP

Author  Topic 

nizmaylo
Constraint Violating Yak Guru

258 Posts

Posted - 2001-10-03 : 14:07:46
We have an unusual problem creating an export file using BCP utility. We used to place the file on the same box where SQL Server was located, and it worked fine. Now we need to put the file on another server in the network. The server is mapped to f drive. When we specified the path as "f:/temp/exportfile.txt" we get BCP utility error "Cannot open BCP host file". What's wrong? I can go to command prompt, get C and simply type "f:/temp/exportfile.txt" to open the file.

helena
   

- Advertisement -