Postgres error on installation

PostgreSQL is the database server used to store information. Do you have a question or are you having problem with PostgreSQL? If so, post them here.

Moderator: Moderators

Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 7:55 pm

I've tried installing with Postgres and get this window error each time.

[imgny6]http://img.photobucket.com/albums/v488/skoldpadda/Postgreserror.jpg[/imgny6]
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Re: Postgres error on installation

Postby APerfect10 » Fri Jan 25, 2008 8:48 pm

Make sure that you right click the installation file and run it as an administrator.

Best regards,

Derek
APerfect10
Site Admin
 
Posts: 4450
Joined: Sat Dec 08, 2007 6:03 pm

Re: Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 9:51 pm

Then I get this error

[img66z]http://img.photobucket.com/albums/v488/skoldpadda/postgres2error.jpg[/img66z]
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Re: Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 10:06 pm

Does this help?

=== Verbose logging started: 1/25/2008 20:03:27 Build type: SHIP UNICODE 3.01.4000.4039 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (0C:B0) [20:03:27:781]: Resetting cached policy values
MSI (c) (0C:B0) [20:03:27:875]: Machine policy value 'Debug' is 0
MSI (c) (0C:B0) [20:03:27:921]: ******* RunEngine:
******* Product: C:\Program Files\PokerTracker 3\postgresql-8.2-int.msi
******* Action:
******* CommandLine: **********
MSI (c) (0C:B0) [20:03:28:062]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (0C:B0) [20:03:28:359]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:28:437]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:34:703]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:34:921]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:37:312]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:37:421]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:39:343]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:39:406]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:40:515]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:41:015]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:42:328]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:42:687]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:43:765]: Note: 1: 1310 2: 5 3: C:\DOCUME~1\Owner\LOCALS~1\Temp\28e8918.msi
MSI (c) (0C:9C) [20:03:43:953]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg

The system cannot open the device or file specified.
MSI (c) (0C:B0) [20:03:45:906]: MainEngineThread is returning 110
=== Verbose logging stopped: 1/25/2008 20:03:46 ===
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Re: Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 10:32 pm

[quote="APerfect10"ufz]Make sure that you right click the installation file and run it as an administrator.

Best regards,

Derek[/quoteufz]

I'm logged on as the owner. What's the difference? I don't have any such "administrator" log on. There is no password for windows or my computer when I turn it on.
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Re: Postgres error on installation

Postby Josh » Fri Jan 25, 2008 10:46 pm

You've probably had PostgreSQL installed on your computer before and uninstalled it. Delete the C:\Program Files\PostgreSQL directory, and then open a command prompt (Start -> Run, "cmd" <enter>), then enter "net user postgres /delete". Start PT3 and let it install PostgreSQL. It should work this time with no problems.
Josh
Site Admin
 
Posts: 6222
Joined: Sat Dec 08, 2007 6:03 pm

Re: Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 10:48 pm

[quote="Josh"wig]You've probably had PostgreSQL installed on your computer before and uninstalled it. Delete the C:\Program Files\PostgreSQL directory, and then open a command prompt (Start -> Run, "cmd" <enter>), then enter "net user postgres /delete". Start PT3 and let it install PostgreSQL. It should work this time with no problems.[/quotewig]


Yes, I did. I will try these suggestions and let you know. Thanks for the tip.
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Re: Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 10:54 pm

Now I sequentially get these 3 error windows.

BTW, I did the previous steps and was told the command executed successfully.

[img5ly]http://img.photobucket.com/albums/v488/skoldpadda/PT3error.jpg[/img5ly]

1st one: "Can't open file 'C:\Program Files\Poker Tracker3/PokerTracker.log' (error 5: access is denied.)"
2nd: Error opening installation log file. Verify that the specified log file location exists and is writable."
3: Fatal Error. PT can't operated w/o PostgreSQL
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Re: Postgres error on installation

Postby Josh » Fri Jan 25, 2008 11:07 pm

Make sure you are running PT3 as admin.
Josh
Site Admin
 
Posts: 6222
Joined: Sat Dec 08, 2007 6:03 pm

Re: Postgres error on installation

Postby skoldpadda » Fri Jan 25, 2008 11:08 pm

[quote="skoldpadda"m9m][quote="APerfect10"m9m]Make sure that you right click the installation file and run it as an administrator.

Best regards,

Derek[/quotem9m]

I'm logged on as the owner. What's the difference? I don't have any such "administrator" log on. There is no password for windows or my computer when I turn it on.[/quotem9m]


This again then. And I'm still getting the first error I posted.
skoldpadda
 
Posts: 75
Joined: Fri Jan 25, 2008 7:33 pm

Next

Return to PostgreSQL [Read Only]

Who is online

Users browsing this forum: No registered users and 16 guests

cron