[pgadmin-support] pgAgent installation fails - LIBPQ.DLL is missing - PostgreSQL 9.0.2 x64 - 2008 Windows Server x64

2011-01-21 Thread Stane Mikolič
Hello, I have a problem with installing pgAgent on my Windows server. 1. Installed PostgreSQL 9.0.2 without errors with one click installer for windows "postgresql-9.0.2-1-windows_x64" 2. pgAdmin III successfully connects to postgres database with password provided in instalation 3. script pqag

Re: [pgadmin-support] pgAgent installation fails - LIBPQ.DLL is missing - PostgreSQL 9.0.2 x64 - 2008 Windows Server x64

2011-01-21 Thread Piotr Czekalski
Hello there. I was facing the same problem. I think the real reason is PgAgent is an x86 code, actually running with means of WoW on your x64 Windows System, while Postgres 9.x is truly x64 now thus you do have a LIBPQ.DLL byt 64bit one, while PgAgent is looking for x86 one. I've found the f

Re: [pgadmin-support] pgAgent installation fails - LIBPQ.DLL is missing - PostgreSQL 9.0.2 x64 - 2008 Windows Server x64

2011-01-21 Thread Piotr Czekalski
Some more information -when you finally make it working remember that your service is WoW one, thus you won't be able to see that in regular service manager. To install PgAgent run |"C:\Program Files\pgAdmin III\pgAgent.exe" INSTALL pgagent –u OSUser –p OSUSerPassword | Watch registry (|HKE

Re: [pgadmin-support] pgAgent installation fails - LIBPQ.DLL is missing - PostgreSQL 9.0.2 x64 - 2008 Windows Server x64

2011-01-21 Thread Stane Mikolič
Hello, Piotr, your workaroudn works like magic. What I did... 1. install 9.0.2 x32 on the same machine 2. copy the files from your list to pgAgent folder --> except comerr32.dll which I couldn't find on my system. 3. uninstal x32 version 4. run "C:\Program Files\pgAdmin III\pgAgent.exe" INSTALL