PDA

View Full Version : Getting Error Msg..



coachbcardiff
07-13-2009, 08:47 PM
I have HMR running on Windows Vista..playing on UB/Ablsolute.

I got this message- "unable to read data from transport connection. An existing connection was forcibly closed by the remote host." Also-"An error while retrieving the imported file list".

I tried to follow directions to delete "postgresql"..and re-install. Now as I try to re-install "postgresql"...it is not accepting any passwords.

I am not real computer friendly..and am stuck. Help!

fozzy71
07-14-2009, 12:30 AM
That error is typically a service or firewall issue.

http://208.109.95.123/faq/afmviewfaq.aspx?faqid=34

http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=171



For the reinstalling issue.

You are supposed to delete the postgres user account before reinstalling, so it will accept the default user name and password again. If you are to the install process now, it may be easiest to just enter your own user account name.

Default name/pass is:

postgres/postgrespass

other possible passwords are: dbpass or svcpass


If you have already uninstalled SQL those won't do much good.


Here are your 2 choices, in terms of simplicity. If you are still in the midst of the install process and getting this type of error:

7) If you get an error similar to the one below change the Account Name to something other than postgres, so postgreuser or holdemmanager for example.

http://www.holdemmanager.net/faq/files/Image/postgrePassError.jpg


http://www.holdemmanager.net/faq/?f=176


Otherwise you can probably do this:


If you can cancel the install you can delete the postgres user account and start the install over:


- run the command - start > run > cmd >


net user postgres /delete

- reboot.
- install again, with your firewall uninstalled or turned off if windows firewall



If none of that helps, please let me know and we will help you get it back up and running properly.

coachbcardiff
07-14-2009, 02:36 AM
I did all of the steps. The one that I am not sure about is the "run as administrator"..when I right click the 3 exe files..and go to properties..it does not allow me to click on the "run as administrator" box.

I did all of the firewall steps..and reinstalled the postgre...

I am still getting the "failure to establish a connection to 127.0.0.1" message. I am sure it has to do with the firewall somehow..hmr is still working on my laptop.

netsrak
07-14-2009, 03:55 AM
Is your postgreql service running or not. You find it in the windows services

coachbcardiff
07-14-2009, 01:38 PM
where do I find "windows services"?

netsrak
07-14-2009, 02:10 PM
Try Google, it works...

Control panel->Administrative Tools
or
Start->Run->cmd-> services.msc

coachbcardiff
07-14-2009, 02:44 PM
that was it..thanks.