SQL server trouble

2002-05-30 Thread Mario Martinez
Hi all friends: I got a coldfusion system with an SQL server . Today I came in here and I realize that I can't connect this SQL server from any other computer through ODBC . I could do that before , now none of my remotly ODBC connections are working This is the error I receive when I try to

Re: SQL server trouble

2002-05-30 Thread Stephen Moretti
-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 5:09 PM Subject: SQL server trouble Hi all friends: I got a coldfusion system with an SQL server . Today I came in here and I realize that I can't connect this SQL server from any other computer through ODBC . I could do that before , now none

RE: SQL server trouble

2002-05-30 Thread Rob Baxter
PROTECTED]] Sent: Thursday, May 30, 2002 12:10 PM To: CF-Talk Subject: SQL server trouble Hi all friends: I got a coldfusion system with an SQL server . Today I came in here and I realize that I can't connect this SQL server from any other computer through ODBC . I could do that before , now none

Re: SQL server trouble

2002-05-30 Thread Alex
can you ping the database machine? On Thu, 30 May 2002, Mario Martinez wrote: Hi all friends: I got a coldfusion system with an SQL server . Today I came in here and I realize that I can't connect this SQL server from any other computer through ODBC . I could do that before , now none of

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
the machine. Thanks for your concern , thank you Rob and the others friends regards Mario - Original Message - From: Rob Baxter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 12:32 PM Subject: RE: SQL server trouble check to make sure your SQL server is listening

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
Message - From: Rob Baxter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 12:32 PM Subject: RE: SQL server trouble check to make sure your SQL server is listening on tcp port 1433 (unless you have changed the default port). You can either do a netstat -an from

RE: SQL server trouble

2002-05-30 Thread Tony_Petruzzi
PROTECTED]] Sent: Thursday, May 30, 2002 1:45 PM To: CF-Talk Subject: Re: SQL server trouble Thank you for your responses friends. I finally found the answer in www.microsoft.com in the troubleshouting section.Down here the article URL http://support.microsoft.com/search/preview.aspx?scid=kb;en-us

RE: SQL server trouble

2002-05-30 Thread Tony_Petruzzi
] http://www.sheriff.org -Original Message- From: Mario Martinez [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 1:46 PM To: CF-Talk Subject: Re: SQL server trouble Thank you for your responses friends. I finally found the answer in www.microsoft.com in the troubleshouting section

RE: SQL server trouble

2002-05-30 Thread Dave Watts
I wonder, if the next time this happens, if you viewed the services file, (c:\winnt\system32\drivers\etc\services) if it would tell you what is hooked on that port. if it does, then you know what app is the culprit. The services file doesn't reflect what's actually listening; it just

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
the right keyword combination. thanks friend regards Mario - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 2:11 PM Subject: RE: SQL server trouble just out curiosity. I wonder, if the next time this happens, if you viewed the services

RE: SQL server trouble

2002-05-30 Thread Rob Baxter
Message- From: Mario Martinez [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:23 PM To: CF-Talk Subject: Re: SQL server trouble Tony: This file you are taking about does not contain any info about port 1433. You can be sure I did a search in microsoft site before going to the list

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
Thank you Rob again. regards Mario - Original Message - From: Rob Baxter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 3:00 PM Subject: RE: SQL server trouble If you are able to figure out what service is grabbing 1433 ahead of sql server, I'd suggest

RE: SQL server trouble

2002-05-30 Thread Dave Watts
If you are able to figure out what service is grabbing 1433 ahead of sql server, I'd suggest changing the startup parameter for that service to manual to allow sql to get it first. Of course you then have to remember to manually start that other service after every reboot. Actually, you