This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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