Open Side Menu Go to the Top

10-26-2008 , 05:42 PM
During a session today, my computer suddenly crashed and restarted. When I attempted to restard full tilt and pt3, I got a message from PT3 saying roughly

"Full Tilt: Unable to import hand (#). Reason: Unable to execute query: COPY holdem_hand_summary FROM STDIN,, Reason: Fatal Error (ERROR: invalid header in block 4341 of relation "holdem_hand_summary" etc..

As a result, none of my hands are being imported and my HUD isn't working. Any advice?

thanks
Big PT3 problem
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Big PT3 problem
10-26-2008 , 06:02 PM
From the Database / Postgres FAQ:

There are two main reasons for this error. The first is a result of data corruption from a computer crash that requires reindexing your database. You can reindex your database from the PostgreSQL command prompt. Click Start --> Programs --> PostgreSQL --> Command prompt. At the prompt that appears, type “reindexdb -a” and hit enter. Be aware that if you have large databases this may take a while, so be patient and wait for it to finish.
(If the re-index doesn't work because you are not logged in as user 'postgres' enter: "reindexdb -U postgres -a").

The second reason for this error is a result of faulty hardware. You can set PostgreSQL to ignore these errors by clicking Start --> Programs --> PostgreSQL --> Configuration Files --> Edit postgresql.conf. In the configuration file that appears, go to the bottom of the file and add the text “zero_damaged_pages = on” on a new line and then save and close the file. Click Start --> Programs --> PostgreSQL --> Reload Configuration and PostgreSQL will ignore the damaged data. If you continue to have problems with that hard drive, you should consider replacing it.
10-26-2008 , 06:24 PM
Thanks so much. I'll try this.
Big PT3 problem
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Big PT3 problem

      
m