[list re-added] > In the eventlog I found quite often the following (therefore > I assume it has to do with those many postgres.exe's). Does > this give an indication where to look for the problem/solution?
Yes, it definitly does. > gegevens zijn deel van de gebeurtenis: LOG: unexpected EOF > on client connection (Can't find description of event-ID (0) > in the source (PosgreSQL) The local computer might not have > the necessary registry data or DLL-message files to display > messages from an external computer. You might want to try > the option /AUXsource= to obtain these descriptions, see Help > and support for more details. The following data are part of > the event: LOG: unexpected EOF on the client connection) First - the fact that it can't find the DLL message file shows that PostgreSQL is not properly installed. I take it it wasn't installed using the official installer? The "unepxected EOF" message is normal for any client that exits without explicitly closing the connection. > support for more details. The following data are part of the > event: FATAL: could not duplicate socket 1772 for use in the > backend: error code 10038) This is a not too uncommon error, meaning that something broke your TCP/IP stack. We've seen this many times, and it's usually either antivirus or personal firewall software. If you have any of those on the machine, try uninstalling them and see if that helps (sometimes it's enough to disable them for the pg processes, sometimes you need to uninstall them completely). If that doesn't help, search for LSPfix - it's a tool that can help you fix it. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org