Windows error 0x00002747, 10055

Detailed Error Information

HRESULT analysis[1]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code10055 (0x2747)

Questions

1vote
0answers

Yii Database connection error

I am using an application in Yii and Postgres database. When I run the application on live server(not local system) I am getting this error > CDbConnection failed to open the DB connection: SQLSTATE[08006] [7] could not > connect to server: No buffer space available (0x00002747/10055) Is the server > [...] read more
postgresql
yii
1vote
1answer

No buffer space available

enter image description here [https://i.stack.imgur.com/P0UBa.png] I am using an application in Yii and postgres database. When i run the application on live server(not local system) i am getting this error "CDbConnection failed to open the DB connection: SQLSTATE[08006] [7] could not connect to server: No buffer space available (0x00002747/10055) Is [...] read more
postgresql
yii
postgresql-9.3
postgresql-9.4
0votes
0answers

Django iis deployment postgres

I have deployed a django app on an iis server. I'm using postgres as the database. However while connecting with the application remotely, I'm getting they following error - Operational error.. An error has occurred: could not connect to server: No buffer space available (0x00002747/10055) is the server running on [...] read more
django
postgresql
iis

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0