

- #POKERTRACKER 4 POSTGRESQL UNABLE TO CONNECT INSTALL#
- #POKERTRACKER 4 POSTGRESQL UNABLE TO CONNECT 64 BIT#
- #POKERTRACKER 4 POSTGRESQL UNABLE TO CONNECT DRIVER#
#POKERTRACKER 4 POSTGRESQL UNABLE TO CONNECT 64 BIT#
If you have at least 4 Gigs of ram and a 64 Bit OS then we recommend installing the 64 Bit version of 9.0.
#POKERTRACKER 4 POSTGRESQL UNABLE TO CONNECT INSTALL#
Do not install 9.1, 9.2, or 9.3 - these versions are not designed for desktop optimisation, we do not support them due to this reason, the most recent version we support is 9.0. PokerStrategy's support and community may be able to help unless you entered in a non-standard user/password combination for ElephantĢ) Manually uninstall PostgreSQL 8.3 along with the associated user account, then install Postgres 9.0, our currently recommended version if you are manually installing. I would very much appreciate your help.If you do not remember the password, you have two options.ġ) Get the correct password and user name, then enter it into PokerTracker 4. My question to you guys is have I gone about writing the script above correctly? Or can you suggest some chnages that may make it work? The popup msgbox error I am getting is: The requested action with this object has failed.
#POKERTRACKER 4 POSTGRESQL UNABLE TO CONNECT DRIVER#
I have installed the ODBC driver for PostgreSQL on the local computer and had taken the format of the ODBC connection from a sample script incorporating it in to my Access Script format. The problem is I am trying to convert my AutoIT script to support the PostgreSQL. I converted the database to Postgres and it all works fine on the remote computer. I had this working perfectly with Microsoft Access on the local machine but the database got too large and queries took too long. MsgBox(1, "", "Table Name = " & $TableName & " Players ID = " & $PLayersID & " Screen Name = " & $ScreenName & " SeatNumber = " & $SeatNumber & " Session ID = " & $SessionID & " VPIP = "& $VPIP)

$SessionID = $oRS.Fields ("session_id").value $SeatNumber = $oRS.Fields ("seat_number").value $ScreenName = $oRS.Fields ("screen_name").value $PlayersID = $oRS.Fields ("player_id").value To verify which version of PostgreSQL you will be replacing, at the Terminal command line prompt type: ls /Library/PostgreSQL/ The Terminal will respond with a list of all the directories shown in the folder found at /Library/PostgreSQL, each version number will be installed in its own directory. $TableName = $oRS.Fields ("table_name").value If $oRS.Fields ("ScreenName").value = $PlayerID Then

$oRS.Open ("SELECT game.table_name, game_ayer_id, (SELECT players.screen_name from players where game_ayer_id = ayer_id) AS screen_name, game_at_number, game_ssion_id, (SELECT vol_saw_flop/total_hands AS VPIP FROM session WHERE game_ssion_id=ssion_id AND ayer_id=game_ayer_id) AS VPIP FROM game, game_players WHERE (((game.game_number)=" & $GameNumber & ") AND ((game_players.game_id)=.))", $oConn, 1, 3) Getting Players for current session - Includes VPIP $oConn.Open ("Driver= SERVER=IP address of server DATABASE=PokerTracker Uid=postgres Pwd=password PORT=5432 ") error appears to be on this line!!! PokerTracker 4 does not support the new 5 Card Omaha games such as the one launched by PokerStars in the Winter on 2012. For convenience, both Holdem and Omaha are in the same PokerTracker 4 application however, they are separate purchases. I have a PostgreSQL database on another computer and I am trying to access it across the network. PokerTracker 4 supports both Holdem and Omaha. I have searched your forum for my answer and found a couple of helpful topics but none actually answers my problem.
