Setting up HM on 2nd CPU Postgres Problems
Results 1 to 8 of 8
  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    15

    Default Setting up HM on 2nd CPU Postgres Problems

    I have loaded HM to my 2nd cpu.. installed postgres but it wont let me start HM.


    install completed and i hit the hm icon and the database control panel came up.. i hit connect and it said.." the username/password is incorrect. Would you like to have HM configure the database to accept this login and password"?

    i hit yes and it said "holdem manager updated PostgreSQL please try connecting again and the same thing happens... keep getting the same msg and it wont connect...


    thanks for your help

    I am available all night if need be.
    Last edited by George Jackson; 07-15-2009 at 11:37 PM.

  2. #2
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,814

    Default

    Did you already have PostgreSQl installed, for PT3 perhaps?

    The easiest option may be to simply remove the need for a password.

    PT3's default name/password is - postgres/dbpass

    If that password isn't right, you can try using svcpass, or postgrespass.


    If neither of those work, you can remove the need for a password by editing the pg_hba.conf file.

    Start > Programs > PostgreSQL 8.3 > Configuration Files > Edit pg_hba.conf

    The file should open with Notepad

    Scroll to the bottom where you will see this code

    PHP Code:

    # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

    # IPv4 local connections:
    host    all         all         127.0.0.1/32          md5
    # IPv6 local connections:
    #host    all         all         ::1/128               md5 
    You need to change the first 'md5' to 'trust', like this

    PHP Code:

    # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

    # IPv4 local connections:
    host    all         all         127.0.0.1/32          trust
    # IPv6 local connections:
    #host    all         all         ::1/128               md5 

    Save, and close the file.

    Click: Start > Programs > PostgreSQL 8.3 > Reload configuration



    If none of that works, or you need help or don't understand something, please let me know. I am off to bed soon though, so I may not be available til tomorrow morning/afternoon.

  3. #3
    Junior Member
    Join Date
    May 2009
    Posts
    15

    Default

    i tried everything that you said....none off passwords worked... when i changed md5 to trust it wont let me save it.. keeps saying..

    cannot create the C:/program files (x86)PostgreSQL\8.3\data\pg_hbas.confile.

    make sure the path and file name are correct.



    I have HM on my main cpu and everything works great every single time.

    I finally got a 2nd cpu and I am trying to put HM on it also. I will be available tomorrow evening.

    Thanks again for your help. See you then.

  4. #4
    HM Support netsrak's Avatar
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    25,795

    Default

    Quote Originally Posted by George Jackson View Post

    cannot create the C:/program files (x86)PostgreSQL\8.3\data\pg_hbas.confile.

    make sure the path and file name are correct.
    It must be pg_hba.conf !

  5. #5
    Junior Member
    Join Date
    May 2009
    Posts
    15

    Default

    Quote Originally Posted by netsrak View Post
    It must be pg_hba.conf !
    what does this mean ??

    what do i have to do to get HM working on my new cpu ??

  6. #6
    HM Support netsrak's Avatar
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    25,795

    Default

    You created / edited the wrong file. The name of the file for which Fozzy posted the description is pg_hba.conf not pg_hbas.confile.
    And you must change it as administrator.

    I think the best is if we help you out: Please schedule a remote support session with our support manager. Email fabio@holdemmanager.net, with a link to this thread and your forum name, so he can setup a Teamviewer session.

  7. #7
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,814

    Default

    Quote Originally Posted by George Jackson View Post
    what does this mean ??

    what do i have to do to get HM working on my new cpu ??
    It means you need to edit and save this file:


    Quote Originally Posted by fozzy71 View Post
    ........
    Edit pg_hba.conf
    ......
    That file is located at: C:\Program Files\PostgreSQL\8.3\data


    It seems you made a typo at some point:

    Quote Originally Posted by George Jackson View Post
    ....

    cannot create the C:/program files (x86)PostgreSQL\8.3\data\pg_hbas.confile.

    make sure the path and file name are correct.


    ......
    If you need assistance with getting this sorted out, you can email me to setup a remote support session.

    Please email fozzy@holdemmanager.net, with a link to this thread, and your forum name, so we can schedule a Teamviewer session. Download and install the Teamviewer software using all the default settings.

  8. #8
    Junior Member
    Join Date
    May 2009
    Posts
    15

    Default

    Quote Originally Posted by fozzy71 View Post
    It means you need to edit and save this file:




    That file is located at: C:\Program Files\PostgreSQL\8.3\data


    It seems you made a typo at some point:



    If you need assistance with getting this sorted out, you can email me to setup a remote support session.

    Please email fozzy@holdemmanager.net, with a link to this thread, and your forum name, so we can schedule a Teamviewer session. Download and install the Teamviewer software using all the default settings.


    wow.. i feel dumb.. sending email right now.

Similar Threads

  1. problems setting hem to work with i poker
    By jbarnsie in forum Manager General
    Replies: 7
    Last Post: 03-31-2009, 05:31 PM
  2. Replies: 2
    Last Post: 11-29-2008, 08:28 PM
  3. Problems setting HUD on Ipoker miniview
    By desci80 in forum Manager General
    Replies: 12
    Last Post: 10-16-2008, 07:22 PM
  4. setting up database problems
    By slatx in forum Manager General
    Replies: 2
    Last Post: 09-17-2008, 12:17 AM
  5. Problems with postgres...
    By jasdell in forum Manager General
    Replies: 1
    Last Post: 08-21-2008, 03:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •