PDA

View Full Version : problems



NikkiROI
08-02-2009, 10:03 AM
i download 15 days trial and postgreql:

What this mean?

the following error occured when trying to initialize the holdem manager database:
ERROR:22023 new encoding (SQL-ACSII) is compatible whit the encoding of the database

netsrak
08-02-2009, 10:26 AM
This means that you installed Postgresql 8.4 which is not officially supported.

It needs a little bit manual work, see page 2 of this thread: http://www.holdemmanager.net/forum/showthread.php?t=12925

or uninstall it and install Postgresql 8.3

NikkiROI
08-02-2009, 11:27 AM
i delete postgres 8.4 and i do cmd net user /delete postgres.

i download postgres 8.3.

what this mean:

1815

netsrak
08-02-2009, 12:46 PM
This means that there are data in your postgresql installation folder (i guess from your 8.4 installation). Use the Windows Explorer to delete the data folder in the postgresql path.

NikkiROI
08-02-2009, 04:13 PM
This means that there are data in your postgresql installation folder (i guess from your 8.4 installation). Use the Windows Explorer to delete the data folder in the postgresql path.

how I do this?

fozzy71
08-02-2009, 04:19 PM
Start > My Computer:

C:\Program Files\PostgreSQL\8.4 or C:\Program Files (x86)\PostgreSQL\8.4

Delete anything in there.

NikkiROI
08-03-2009, 07:36 AM
hmm..

1820

can not delete.i run admin.

fozzy71
08-03-2009, 08:10 AM
hmm..

1820

can not delete.i run admin.

Have you tried rebooting and deleting it? If that is the only remnant of the 8.4 installation, I wouldn't be too worried about it, if you are installing 8.3 now.

NikkiROI
08-03-2009, 08:22 AM
yes,i reboot,but not help.

NikkiROI
08-03-2009, 08:45 AM
now work. thanks

bugs
08-06-2009, 02:58 AM
I get same error. But i think HM now supports 8.4, right? what should i do now? Thank you

netsrak
08-06-2009, 03:41 AM
This means that you installed Postgresql 8.4 which is not officially supported.

It needs a little bit manual work, see page 2 of this thread: http://www.holdemmanager.net/forum/showthread.php?t=12925

or uninstall it and install Postgresql 8.3

HM doesn't support 8.4 without the steps in the first link ...

bugs
08-06-2009, 04:29 AM
Ty, it helped.