RE: Having issues installing HM2 on new laptop
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    22

    Default RE: Having issues installing HM2 on new laptop

    Hi,

    I'm going through the process of installing HM2 on my new laptop. But this pops up. I can neither use the postgres that is installed on my computer or download a new one following HM2.

    https://gyazo.com/a4aa0b4670c57bb92e9dc846179ce1a1

    How can I resolve the issue.

    Thanks,

    Christopher

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

    Default

    Windows 10?

    Make sure windows is fully updated until 'No New Important Updates are Found' (this may require multiple restarts and multiple 'check for updates'), including Internet Explorer (even if you use a different web browser).

    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:
    Code:
     net user postgres /del
    3) Reboot PC
    4) after reboot open cmd.exe again & run following commands:
    Code:
     net user postgres postgrespass /add
     net localgroup Administrators postgres /add
     net localgroup Users postgres /delete
     runas /user:postgres 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:
    Code:
     cd c:\
     start postgresql-8.4.22-1-windows.exe

Similar Threads

  1. Installing HEM on New Laptop
    By Dubya32 in forum Manager General
    Replies: 1
    Last Post: 10-31-2010, 07:45 AM
  2. hud not installing on new laptop
    By HITTHEPANDA in forum Manager General
    Replies: 1
    Last Post: 09-06-2010, 01:42 AM
  3. Problem while installing HEM on laptop
    By tlukasha in forum Manager General
    Replies: 1
    Last Post: 06-07-2010, 03:35 AM
  4. Replies: 4
    Last Post: 12-26-2009, 12:30 PM
  5. Installing HEM on laptop 2nd computer problem
    By dynamite140 in forum Manager General
    Replies: 3
    Last Post: 08-05-2009, 03:36 AM

Posting Permissions

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