Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > PC Technology Zone > Computer Networking & Internet Access » too many connections to this pc error?
Closed Thread
Old 05-02-2004, 11:23 PM   #1 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 2

HudsonSpeeder

Question too many connections to this pc error?

Hello to all,

I am not a programmer , nor a tech wiz , but I do the "network" setup within our business. We are presently running 26 pc's ALL running win98 SE.(manufacturer of our product will not run there software on anything else). We have recently setup a messaging program in which one pc becomes the server and all the others become clients. All pc's have mapped drives connected to the shared folder on the "server" which holds all the messages. The problem is that often we get an error saying there are already too many connections connected to the "server". When I reboot the "server" it's ok for sometimes a day or more. Then the same error. Please be informed that the "server" is not really a server it's just a regular client networked which is serving the messages.

Any help would be appreciated.

Thanks to all
HudsonSpeeder is offline  
Old 05-02-2004, 11:29 PM   #2 (permalink)
 
Ultra Techie

Join Date: Nov 2003

Posts: 558

hilowe

Default

Windows 98 has a known problem with a limit on the number of simultaneous connections. If you need to use windows, you'll have to upgrade to fix this problem. There isn't a way to work around this one that I know of.
__________________
<img src=\"http://gfx.statgfx.com/old/folding.cgi?&username=hilowe&teamid=12864&trans=ye s&template=fah_original&.jpg\" alt=\"www.Statgfx.com\" />
hilowe is offline  
Old 05-03-2004, 05:14 PM   #3 (permalink)
 
Wizard Techie

Join Date: Apr 2004

Posts: 3,248

killians45

Default

not running SQL, are you? depending on what ver of SQL, you have a set number of connections. if you have a program not releasing its SQL connection after use, it will eventually reject anymore connections. Since win98 has a set number of connections, this maybe a similar case, too.
__________________
If you argue with an idiot he will drag you down to his level and beat you with experience.

I am not a fast writer.
I am not a slow writer.
I am a half-fast writer.

-Robert Asprin
killians45 is offline  
Old 05-03-2004, 05:44 PM   #4 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 2

HudsonSpeeder

Default MDAC installed

Hi Guys,

First thanks for the replies. I did check , we also have a "BROWSE" control installed which uses "Microsoft Data Access Components (MDAC) 2.60.6526.3 English" which is SQL. If I understand correctly I think I should at least upgrade my "server" to win2000 or XP. What do you think?

Thanks again for your help, it's really appreciated.
HudsonSpeeder is offline  
Old 05-04-2004, 05:44 PM   #5 (permalink)
 
Wizard Techie

Join Date: Apr 2004

Posts: 3,248

killians45

Default

um, check your SQL version. also, get a monitoring program that tells how many SQL connections are on each system. some SQL versions will allow only a certain amount, say 4, connections. may need a high end user version of SQL. make sure that the they are releasing the connection with the host when not being used, as the cheaper versions of SQL only ONLY a set limit of connections. Here at work, we have SQL 6.5 that allows only 4 connections.... course have it on several boxes so its usualy 9 boxes with 4 connections per box. If there is a blowout in the program code and it doens't release its connection, it will get a to many connection error and we have to restart the project so it releases the connections. We have the corp ver/enterprise?? ver of SQL 2000... that has a #@$ load of connections. Not sure how many, we have hit a limit yet. Hope that helps.
__________________
If you argue with an idiot he will drag you down to his level and beat you with experience.

I am not a fast writer.
I am not a slow writer.
I am a half-fast writer.

-Robert Asprin
killians45 is offline  
Old 05-04-2004, 10:49 PM   #6 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 28

Justin95zlt

Send a message via AIM to Justin95zlt
Default

If I am not mistaken you are limited to 10 connections on any workstation computer at 1 time....I could be wrong on this but I see this all the time with 2000 and xp...
Justin95zlt is offline  
Old 05-05-2004, 01:39 AM   #7 (permalink)
 
True Techie

Join Date: Oct 2003

Posts: 204

gruntwerk

Default

3 suggestions (*all free!!!!!!*)

1. linux - no limit on connections
2. samba - so your windows boxes can see it
3. WINE - maybe your "server" app will run with it?
gruntwerk is offline  
Old 05-05-2004, 08:24 AM   #8 (permalink)
HoLoCroN's Avatar
 
Monster Techie

Join Date: Mar 2004

Location: Plant City, FL

Posts: 1,304

HoLoCroN is on a distinguished road

Default

Quote:
Originally posted by HudsonSpeeder
All pc's have mapped drives connected to the shared folder on the "server" which holds all the messages. The problem is that often we get an error saying there are already too many connections connected to the "server". When I reboot the "server" it's ok for sometimes a day or more.
Quote:
Originally posted by Justin95zltIf I am not mistaken you are limited to 10 connections on any workstation computer at 1 time....I could be wrong on this but I see this all the time with 2000 and xp...

HudsonSpeeder,

Here is what is going on, it looks like you are running your network as a workgroup. Regardless of what MS operating system (Win9x, ME, 2k, XP) you are limited to 10 concurrent connections.

In other words, your 26 computers far exceed the 10 PC limit so after the first 10 computers connect to the Windows 98 workstation, the computer blocks any other connections.

What you should suggest or do is setup a Domain Environment instead of a workgroup environment. If you want to know a little more about domains vs workgroups, you can go here for a quick brush up.

Where are you located? (City/State)
HoLoCroN is offline  
Old 05-05-2004, 12:13 PM   #9 (permalink)
 
Ultra Techie

Join Date: Nov 2003

Posts: 558

hilowe

Default

Sorry Hudson. I thought only Win9x had that problem. Didn't know that 2k and XP did too.
__________________
<img src=\"http://gfx.statgfx.com/old/folding.cgi?&username=hilowe&teamid=12864&trans=ye s&template=fah_original&.jpg\" alt=\"www.Statgfx.com\" />
hilowe is offline  
Old 05-05-2004, 03:23 PM   #10 (permalink)
 
Wizard Techie

Join Date: Apr 2004

Posts: 3,248

killians45

Default

sorry, actually it was a 5 connection limit. they are on seperate boxes that speak to the SQL 2000 which has umpteen connections. we use developers type of edition on the boxes (guess cheaper and not so many connections needed per box anyhow IF the boxes release the connection like they're supposed to). yeah 6.5 talking with 2000. that was a ***** to get working right
__________________
If you argue with an idiot he will drag you down to his level and beat you with experience.

I am not a fast writer.
I am not a slow writer.
I am a half-fast writer.

-Robert Asprin
killians45 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On