Re: windows service not working

From: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
To: "Kalyan Vaidyanathan" <kalyan_v(at)hotmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: windows service not working
Date: 2008-04-11 13:31:37
Message-ID: 7be3f35d0804110631i5160c3a6i2edfb86ce9fb57c6@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Kalyan,

> Hi,
> I just installed postgresql 8.3 on my windows xp desktop. For some
> reason, I am not able to start it as a service from the control panel (I
> have set it to start manually). But if I bring up pgAdmin III UI, I can
> connect to the db from there.

if you can connect to the database, there is something running. Either
the database not as a service, or something else.

So, propably your service fails to start because the port 5432
(propably the default) is still in use.

you should fire up eventvwr and check the application log. There you
may find more about the reason why you cannot start your service.

Also have a look at $PGDATA/pg_log (default below
PostgreSQL/8.3/data), if anything is written there.

best wishes

Harald

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
fx 01212-5-13695179
-
EuroPython 2008 will take place in Vilnius, Lithuania - Stay tuned!

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Kalyan Vaidyanathan 2008-04-12 01:21:47 Re: windows service not working
Previous Message Raymond O'Donnell 2008-04-11 09:11:29 Re: windows service