Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Driver={SQL Native Client};Failover_Partner=tcp:dby;Server=tcp:dbx;
  2. Database=DB;Uid=user;Pwd=Pwd;Connect Timeout=300;Pooling=false
  3.  
  4. SqlState: 08S01
  5. NativeError: 10054
  6. MessageText: “TCP Provider: An existing connection was forcibly closed by
  7. the remote host."
  8.  
  9. [Microsoft][SQL Native Client][SQL Server]Login failed for user 'user'.
  10.  
  11. Logon Error: 18456, Severity: 14, State: 38.
  12. Logon Login failed for user 'XSUser'. Reason: Failed to open the explicitly
  13. specified database. [CLIENT: 54.164.196.67]
  14.  
  15. SQLINTEGER pooling;
  16. DBCRESULT rc = SQLGetEnvAttr(m_henv, SQL_ATTR_CONNECTION_POOLING ,
  17. &pooling, 0, NULL);
  18.  
  19. rc is 0, pooling is 0.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement