also missing hands after PT3 to PT4 convert
Posted: Sun Sep 29, 2013 12:29 pm
Hi,
Similar to this post I also just bought PT4, converted my PT3 database and I'm also missing hands. I did not want to hijack his thread so I created my own.
Is there a conversion log I could look at to see what's failing? Importing the original hand histories is not an option as this will throw away all my hand review notes which causes me to loose my progress tracking.
-edit2-
To add a bit of information. All hands are from the same player on PokerStars.
I have no filters set and if I do a raw query on the DB using the pgAdmin tool from postgresql I get:
FYI, Player id's are double checked and correct
Similar to this post I also just bought PT4, converted my PT3 database and I'm also missing hands. I did not want to hijack his thread so I created my own.
Is there a conversion log I could look at to see what's failing? Importing the original hand histories is not an option as this will throw away all my hand review notes which causes me to loose my progress tracking.
-edit2-
To add a bit of information. All hands are from the same player on PokerStars.
I have no filters set and if I do a raw query on the DB using the pgAdmin tool from postgresql I get:
- Code: Select all
PT3: select count(*) from holdem_hand_player_statistics where holdem_hand_player_statistics.id_player = 50 -> 8003
PT4: select count(*) from cash_hand_player_statistics where cash_hand_player_statistics.id_player = 5 -> 7803
FYI, Player id's are double checked and correct