I'm trying to install pg_autovacuum as a windows service. The windows user account used is a local one and it has admin privileges. I'm executing:
pg_autovacuum -I -N winuser -W pwdwinuser -U pguser -P pwdpguser
and I get:
"ERROR: The account name is invalid or does not exist, or the password is invalid for the account name specified."
I've tried with different admin users but the answer is always the same.
Any ideas?
If I execute pg_autovacuum as standalone, all works fine.
PostgreSQL version: 8.0.1
Operating system: WinXP Pro SP2
Thanks in advance,
Marc Soleda
pg_autovacuum -I -N winuser -W pwdwinuser -U pguser -P pwdpguser
and I get:
"ERROR: The account name is invalid or does not exist, or the password is invalid for the account name specified."
I've tried with different admin users but the answer is always the same.
Any ideas?
If I execute pg_autovacuum as standalone, all works fine.
PostgreSQL version: 8.0.1
Operating system: WinXP Pro SP2
Thanks in advance,
Marc Soleda