Re: [ADMIN] register a service in Windows

2010-04-29 Thread Josi Perez (3T Systems)
Peter, thank you for your efforts in try to help me and sorry for send the message directly to you, not for the list. No success yet - I'm starting (and stoping) manually the 2 extra services. About the locale, I removed this option at initdb - I will try to solve this after the service is running

Re: [ADMIN] register a service in Windows

2010-04-23 Thread BlackSkaven
Hello, just use pg_ctl register ;) http://www.postgresql.org/docs/8.4/interactive/app-pg-ctl.html Good luck, Peter Am 22.04.2010 20:11, schrieb Josi Perez (3T Systems): > I tried to use SC Windows command (Service Commander) with an > administrative login, but no success again: > net user *pos

Re: [ADMIN] register a service in Windows

2010-04-22 Thread Josi Perez (3T Systems)
I tried to use SC Windows command (Service Commander) with an administrative login, but no success again: net user *postgres* mypass /add *sc* *create* pgsql-8.4 binpath= "C:\*postgres*\8.4\bin\pg_ctl.exe runservice -w -N pgsql-8.4 -D C:\data5\" type=own start=auto displayname= "* PostgreSQL* 8.4

[ADMIN] register a service in Windows

2010-04-19 Thread Josi Perez (3T Systems)
Hi, I'm trying to start automatically 3 postgresql services in Windows without success. What I already do: 1) Install postgres8.4.2 binaries for Windows - ok, this service installs automatically without any action mine; 2) Created 2 new clusters: C:\Program Files\PostgreSQL\8.4>bin\initdb --pgda