Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Message

Status
Not open for further replies.

innu

Programmer
Jun 13, 2001
40
AT
Hi,

I have the following query:

insert into artikel_temp
(Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s)

select Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s
from wbsrv01.hoeller_temp.dbo.artikel


The syntax of this query is correct (I'm sure) but when I want to run this query the following Error-Message comes:

[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionCheckForData ((null)()).
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Allgemeiner Netzwerkfehler. Weitere Informationen finden Sie in der Dokume

The second Error-Message means that is a general network error.

Does anyone have an idea?
 
Guten Tag,

what are you using to run the query? Query Analyzer? ASP?
do other queries work?
 
Guten Morgen,

I tried it with query analyzer, with coldfusion.

I also tried to run this query between 2 databases on one Server. This was successful.

Only when I want to interact with another server the error-message comes.

But I also tried with other queries to interact with this server. This was also successful.

Hm...... Get crazy?

We also tried to start the server again. Nothing goes!
 
Hi, Have you linked the 2 servers in question from the security tab in Enterprise Manager.

Rick.
 
Hm, i don't really know it.

How can I link them?

Another query goes, when I want to interact between these servers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top