I am getting the following error when i try to bcp data from one of the servers on a sql 2000 cluster:
SQLState = 08001, NativeError = 14
Error = [Microsoft][ODBC SQL Server Driver][Shared Memory]Invalid connection.
SQLState = 01000, NativeError = 14
Warning = [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Invalid Instance()).
NULL
I am using the regular bcp command and not specifiying the server /instance name. The same command runs fine when i run it from another server that is not on a cluster.
Why am i getting this error and how can i fix it?
TIA