PDA

View Full Version : Error Instaling HM Manager - POSTSQL



Zinhe
11-17-2010, 07:36 AM
Hi,
I got an error instaling HM Manager Small Stakes.

It appeard "Sorry, could not install Postgresql" or something like that..

http://img688.imageshack.us/img688/9148/errosy.jpg

The install Message is:

...

Output folder: C:\Program Files\PSQLINSTALL
top level install dir -->C:\Program Files
Is admin account
fs=NTFS
.NET found
Extract: TestFirewall.exe... 100%
Extract: TestFirewall.exe.config... 100%
Antivirus Installed: True
test antivirus returned 1
antivirus installed
security center error status: 0
security center status: 4
disabling security center
security center error status: 0
security center status: 1
disabled security center
seclogon error status: 0
seclogon status: 4
firewall enabled: 0
firewall not enabled
postgresql error status: 1060
postgresql status: 0
starting pgsql-8.3
postgresql error status: 1060
postgresql status: 0
postgresql error status: 1060
postgresql status: 0
starting postgresql-8.4
postgresql error status: 1060
postgresql status: 0
postgres installdir: C:\Program Files\PSQLINSTALL
==================== running PsqlTestClient
try userid: postgres
try pass: postgrespass
try pass: postgrespass
Connection to database failed: -->could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
<--error
1
testclient return status: 1
testclient return from file: 1
==================== finished PsqlTestClient
granting write permission on top level postgres directory
found dir
try rename C:\Program Files\PostgreSQL\8.4 --> C:\Program Files\PostgreSQL\8.4-prev-2010-10-Nov-16-35-32
Create folder: C:\Program Files\PostgreSQL\8.4-prev-2010-10-Nov-16-35-32
Moving files: C:\Program Files\PostgreSQL\8.4\*.* to C:\Program Files\PostgreSQL\8.4-prev-2010-10-Nov-16-35-32\
Remove folder: C:\Program Files\PostgreSQL\8.4\
renamed dir
wrote testfile
Delete file: C:\Program Files\PostgreSQL\testfile
Extract: postgresql-8.4.1-1-windows.exe... 100%
Execute: "C:\Program Files\PSQLINSTALL\postgresql-8.4.1-1-windows.exe" --mode unattended --superpassword postgrespass
postgres installdir: C:\Program Files\PSQLINSTALL
==================== running PsqlTestClient
try userid: postgres
try pass: postgrespass
try pass: postgrespass
Connection to database failed: -->could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
<--error
1
testclient return status: 1
testclient return from file: 1
==================== finished PsqlTestClient


Can anyone help me and tell me what can I do to install it?
Thanks

netsrak
11-17-2010, 08:22 AM
Do you have a previous postgresql installation (for example for Elephant or PT3)?
You should see it in the windows services.

Which operating system?

mr_grohl
11-17-2010, 10:52 AM
Sorry to hi-jack your thread but I also have the same error messages as you.

I've uninstalled everything and then tried installing only holdem manager to start with and not the PostgreSql part in the installer, This worked and i sucessfully installed HEM.

But obviously can't run it yet without installing postgreSql from somewhere.Going to try installing it seperately from the original hem exe installer

Patvs
11-18-2010, 02:23 AM
delete the postgres user:


click on Start and go to Programs -> Accessories -> Command Prompt

* If you are on Vista, rightclick and choose "Run as Administrator".


A black box should appear. Type 'net user postgres /del'(without the quotes) and press enter.

The user is now deleted and you can install PostgreSQL.


download the manual installer from PostgreSQL: The world's most advanced open source database (http://www.postgresql.org)
which error do you get using that installer?