Problem with application .NET

B

blasito48

Greeting

I have a Server Dell PowerEdge SC1420, Processor Intel Xeon 2.8GB,
memory ram 1 GB, 3 hard disks SCSI 40 GB, all the users are connected
by Terminal Windows Server (WTS).

I have an application developed in C #.NET, which the Micorsoft needs
SQL Server, the version that I have is: Microsoft SQL Server 2000
Desktop Engine (MSDE 2000) Release A, the application also needs the
access to the data MDAC, the version that I have is: MDAC 2.8 SP1.

The problem is the following one: When they modify several
registrations in the database inside the application the users WTS they
begin to disconnect one to one, the message that comes out is: The time
of answer has been drained for its application.

What I think is that the application uses the net LAN to all its
capacity, that which makes that the users WTS is disconnected.

Can they help me to solve this problem? are the versions of the MSDE
and the MDAC the correct ones for WTS? as I should configure?

Engineer Bladimir Silva T.
 
G

Guest

How many users? Is MSDE running on the same machine?

Usually you do NOT setup the server and client components of an application
on a terminal server, as terminal server is basically a multi-user
workstation.

Have you verified that you're not running out of RAM, as 1GB will only be
siufficient for a few sessions, espeically if MSDE is running on the same box?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top