PDA

View Full Version : Windows 7 holdem manager problem



barger5
10-19-2010, 09:25 AM
I am having serious problems installing hm on my new laptop. I have uninstalled norton I have cange the postgres file in the admin tools and typed trust and I have turned my UAC off but I still cannot get the postgresSQL working. It says cannot connect, and error 1069 no matter what I do. I have spent several hours trying to fix it can anyone help??

Patvs
10-19-2010, 06:10 PM
The secondary logon service is a standard windows service which is available on every windows computer. In the latest versions it is not started automatically. You need to start it via control panel > administrative tools > services. Starting it once should insure it works in the future also.


Which SQL version are you installing?
Manually download and install the latest version from PostgreSQL: The world's most advanced open source database (http://www.postgresql.org)

use "postgrespass" as password, if it wont accept that as password during installation delete the postgres user first:

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 (re)install PostgreSQL.