Sorry, could not install PostgreSQL - Page 2
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Junior Member
    Join Date
    Jan 2018
    Posts
    1

    Default

    Quote Originally Posted by Ishikawa View Post
    So for your Windows locale you should change Administrators to Administrateurs and Users to Utilisateurs in that failed commands and do rest of them (commands).
    I think I have the same problem just with German.
    But where and how can I/should I change Administrators to Administratoren and Users to Benutzer?

  2. #12
    PostgreSQL Whisperer
    Join Date
    May 2011
    Posts
    890

    Default

    please run following command in cmd and post screenshot with results here:
    net localgroup

  3. #13
    Junior Member
    Join Date
    Aug 2018
    Posts
    1

    Default

    Quote Originally Posted by udbrky View Post
    Did you install it as administrator?

    Uninstall PostgreSQL & try the following steps:

    1) Run cmd.exe as Admin (Start > Search 'cmd' > Right-Click > Run As Admin)
    2) in CMD window run (type the code then hit Enter key) following command:
    net user postgres /del
    3) Reboot PC
    4) after reboot open cmd.exe again & run following commands:
    net user postgres postgrespass /add
    net localgroup Administrators postgres /add
    net localgroup Users postgres /delete
    runas /userostgres cmd.exe

    When it asks about password please input postgrespass & don`t worry if you don`t see any new symbols\inputs in cmd window. If you did all steps right then you should get new cmd window for postgres user.

    5) Download PostgreSQL installer (http://get.enterprisedb.com/postgres...-1-windows.exe) & move (copy/paste) it from the \Downloads folder to C:\
    6) in new cmd window for postgres user run following commands:
    cd c:\
    start postgresql-8.4.22-1-windows.exe
    Good evening.

    When you they ask about the password, what should i write? I've never installed PostgreeSQL and was installing through HoldemManager installer. I have the same problem here and can't install Postgre. Tried to install it separately but it showed the error "Couldnt reach some modules". What should I do?

    Thank you.

  4. #14
    PostgreSQL Whisperer
    Join Date
    May 2011
    Posts
    890

    Default

    Hello,
    Could you show screenshot with exact error message. I`ve never see "Couldnt reach some modules" message due to PostgreSQL installation

  5. #15
    Junior Member
    Join Date
    Jan 2019
    Posts
    1

    Default

    Hello, I'm french user and I had the exact same problem than sCeU and I did succesfully all the procredure you linked before.

    but when I install postgresql via you method, I got a new error message... :




    hope u can help .

  6. #16
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898
    Regards udbrky (Chris)

  7. #17
    Junior Member
    Join Date
    Jan 2019
    Posts
    6

    Default Sorry could not install PostgreSQL

    Quote Originally Posted by udbrky View Post

    Hi, I am facing a similar issue.

    Using the installer above, I end up with the error message "Sorry could not install PostgreSQL" after the bar runs and some files are written into C:

    I run Windows10 on an Asus ROG laptop.

    I have taken the following steps prior:
    1. Uninstalled 3rd party Antivirus
    2. Disabled all Windows Defender Firewall
    3. Diabled Windows Defender Antivirus
    4. Allowed inbound and outbount port 5432 as mentioned in FAQ
    5. Run installer as administrator

    Hence I'm at a dead end, please help.

    Below is the details from the installer:

    Output folder: C:\Program Files (x86)\PSQLINSTALL
    top level install dir -->C:
    Is admin account
    fs=NTFS
    .NET found
    Extract: TestFirewall.exe... 100%
    Extract: TestFirewall.exe.config... 100%
    Antivirus Installed: False
    test antivirus returned 0
    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 (x86)\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:\PostgreSQL --> C:\PostgreSQL-prev-2019-01-Jan-13-42-46
    Create folder: C:\PostgreSQL-prev-2019-01-Jan-13-42-46
    Moving files: C:\PostgreSQL\*.* to C:\PostgreSQL-prev-2019-01-Jan-13-42-46\
    Remove folder: C:\PostgreSQL\
    renamed dir
    wrote testfile
    Create folder: c:\postgreSQL
    Execute: "C:\Program Files (x86)\PSQLINSTALL\postgres84.exe" --mode unattended --superpassword postgrespass --prefix c:\postgreSQL --datadir c:\postgreSQL\data
    postgres installdir: C:\Program Files (x86)\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

  8. #18
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    Quote Originally Posted by joelchong View Post
    Hi, I am facing a similar issue.

    Using the installer above, I end up with the error message "Sorry could not install PostgreSQL" after the bar runs and some files are written into C:

    I run Windows10 on an Asus ROG laptop.

    I have taken the following steps prior:
    1. Uninstalled 3rd party Antivirus
    2. Disabled all Windows Defender Firewall
    3. Diabled Windows Defender Antivirus
    4. Allowed inbound and outbount port 5432 as mentioned in FAQ
    5. Run installer as administrator

    Hence I'm at a dead end, please help.

    Below is the details from the installer:

    Output folder: C:\Program Files (x86)\PSQLINSTALL
    top level install dir -->C:
    Is admin account
    fs=NTFS
    .NET found
    Extract: TestFirewall.exe... 100%
    Extract: TestFirewall.exe.config... 100%
    Antivirus Installed: False
    test antivirus returned 0
    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 (x86)\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:\PostgreSQL --> C:\PostgreSQL-prev-2019-01-Jan-13-42-46
    Create folder: C:\PostgreSQL-prev-2019-01-Jan-13-42-46
    Moving files: C:\PostgreSQL\*.* to C:\PostgreSQL-prev-2019-01-Jan-13-42-46\
    Remove folder: C:\PostgreSQL\
    renamed dir
    wrote testfile
    Create folder: c:\postgreSQL
    Execute: "C:\Program Files (x86)\PSQLINSTALL\postgres84.exe" --mode unattended --superpassword postgrespass --prefix c:\postgreSQL --datadir c:\postgreSQL\data
    postgres installdir: C:\Program Files (x86)\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
    Try this:

    https://www.holdemmanager.com/Downlo...Setup_8560.exe

    If you continue to have problems, please duplicate the issue and send us log files with a detailed description of what you were doing and what problems you were experiencing:
    - Open Windows Event Viewer's (Control Panel - System & Security - Administrative Tools or Start - Search - 'Event Viewer') - Windows Logs - Applications.
    - Check for any errors and send the information (Save All Events As...).
    - Please send your \HM2Logs folder files as well - http://hm2faq.holdemmanager.com/ques...ger+Support%3F

    When sending any files please zip them (right-click - send to - compressed folder) before attaching them to an email. If the attachment is larger than 10MB please upload them to a file hosting site like dropbox, then right-click - 'copy dropbox link' and paste the download link directly into the support ticket email. If you have any problems with dropbox try using filedropper.com
    Regards udbrky (Chris)

Similar Threads

  1. Replies: 2
    Last Post: 05-27-2014, 08:56 PM
  2. Cant install PostgreSQL
    By scary44 in forum General Support
    Replies: 2
    Last Post: 02-27-2012, 06:34 PM
  3. Replies: 1
    Last Post: 10-06-2011, 04:17 PM
  4. Install problems and cannot install PostGreSQL
    By kylephilly in forum Manager General
    Replies: 2
    Last Post: 03-19-2010, 12:54 AM
  5. I TRY TO INSTALL PostgreSQl and it won't let me
    By redstar in forum Manager General
    Replies: 72
    Last Post: 05-30-2009, 08:45 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
  •