Why does the SQL connection get blocked randomly?

Allan Wells

SQL Server 2008 R2 runs on Windows Server 2008 R2 in a domain and using the same domain accounts (Windows authentication) to allow the connection between the client PCs and the SQL Server, created and ODBC source(System DSN named Renta_Equipos) which connects to the database and and the solution. Example: BD <---- DSN <---- WinForm Solution.

The Connection String is an Application.Settings:

Name: ConnectionString_RentaEquipos Type: (Connection string) Scope: Application Value: DSN=Renta_Equipos

Now this is, normally the users log in without problems, but sometimes the connections gets closed for them (not all at the same time, 1-2 of 6 users experiment this) and the only way they can connect again is restarting the client's PC, it happens randomly.

Error it gaves me:

ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB] the SQL server does not exist or access has been denied. ERROR [01000][Microsoft][ODBC SQL Server Driver][DBNETLIB]Connection Open (Connect())

I cannot find the problem, I know nothing about configuring an SQL server nor a professional programmer (all I know is from the Internet, books and some little help from other people), so I'm guessing it might be the server, but I can't get it, everything seems to be perfect (for me)

Here is a link for the Github source code: https://github.com/DarkLS/RentaEquipos.git

The error: http://i.stack.imgur.com/O20ls.jpg

JCBWS

Are all 6 of your client PCs desktops? If so, do the 1-2 users whom are having issues use a wired and/or wireless connection (some of the newer desktop towers have wireless capabilities)?

If it's going as far as denying access, you might be hitting your SQL user license cap (hard to say for sure)... Might want to review your SQL Server 2008 R2 environment with your IT guys.

EDIT: Check this site

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

My WIFI connection randomly drops

분류에서Dev

log connection attempts from an IP blocked by iptables

분류에서Dev

Why does my blob not get sent?

분류에서Dev

Why does SVG path curve get filled?

분류에서Dev

Why does my linq to sql query fail?

분류에서Dev

Why does this SQL order null values last?

분류에서Dev

Why would Vim be outputting these strings randomly?

분류에서Dev

Why does curl send a Proxy-Connection header, even though the RFC seems to discourage it?

분류에서Dev

Why does my wss:// (WebSockets over SSL/TLS) connection immediately disconnect without giving any errors?

분류에서Dev

C# - Create Enumeraor that Get Values Randomly

분류에서Dev

Why does a named pipe not get deleted after system restart?

분류에서Dev

Why does apt-get NOT use 100% (cpu OR disk OR net)?

분류에서Dev

Why does apt-get keep waiting for headers on Oracle repository?

분류에서Dev

Why does a 400er pinning backports package get updated?

분류에서Dev

sql local database connection

분류에서Dev

Connection parameters in SQL Developer

분류에서Dev

Connection parameters in SQL Developer

분류에서Dev

SQL Connection Error Message

분류에서Dev

Does GCM requires Internet Connection?

분류에서Dev

What does JQuery do with randomly generated callback name for JSONP?

분류에서Dev

Get connection pool status with grails

분류에서Dev

Connection Timeout SQL c#

분류에서Dev

cloud sql connection error (OperationalError)

분류에서Dev

SQL Server 2008 connection error

분류에서Dev

Why is my laptop favoring the wireless connection over my LAN connection?

분류에서Dev

Why does the time zone attribute get dropped when I add a new series to a zoo object

분류에서Dev

Why does apt-get install a newer dependency than supported by the specified package

분류에서Dev

Why does my MacBook CPU get hotter under NixOS than under Mac OS?

분류에서Dev

Why does using WMI to get CPU usage freeze my program for a few seconds?

Related 관련 기사

  1. 1

    My WIFI connection randomly drops

  2. 2

    log connection attempts from an IP blocked by iptables

  3. 3

    Why does my blob not get sent?

  4. 4

    Why does SVG path curve get filled?

  5. 5

    Why does my linq to sql query fail?

  6. 6

    Why does this SQL order null values last?

  7. 7

    Why would Vim be outputting these strings randomly?

  8. 8

    Why does curl send a Proxy-Connection header, even though the RFC seems to discourage it?

  9. 9

    Why does my wss:// (WebSockets over SSL/TLS) connection immediately disconnect without giving any errors?

  10. 10

    C# - Create Enumeraor that Get Values Randomly

  11. 11

    Why does a named pipe not get deleted after system restart?

  12. 12

    Why does apt-get NOT use 100% (cpu OR disk OR net)?

  13. 13

    Why does apt-get keep waiting for headers on Oracle repository?

  14. 14

    Why does a 400er pinning backports package get updated?

  15. 15

    sql local database connection

  16. 16

    Connection parameters in SQL Developer

  17. 17

    Connection parameters in SQL Developer

  18. 18

    SQL Connection Error Message

  19. 19

    Does GCM requires Internet Connection?

  20. 20

    What does JQuery do with randomly generated callback name for JSONP?

  21. 21

    Get connection pool status with grails

  22. 22

    Connection Timeout SQL c#

  23. 23

    cloud sql connection error (OperationalError)

  24. 24

    SQL Server 2008 connection error

  25. 25

    Why is my laptop favoring the wireless connection over my LAN connection?

  26. 26

    Why does the time zone attribute get dropped when I add a new series to a zoo object

  27. 27

    Why does apt-get install a newer dependency than supported by the specified package

  28. 28

    Why does my MacBook CPU get hotter under NixOS than under Mac OS?

  29. 29

    Why does using WMI to get CPU usage freeze my program for a few seconds?

뜨겁다태그

보관