Also you can try specifying the IP address instead of 'localhost' as it might not be able to resolve host name correctly.

Thanks,

Shoaib Mir
EnterpriseDB (www.enterprisedb.com )

On 7/26/06, Melvin Davidson <[EMAIL PROTECTED]> wrote:
> ERROR: no admin conninfo for node 134589040

>STORE PATH ( SERVER=1,CLIENT=2,CONNINFO='dbname=pgbenchdb1
>host=localhost user=slonyuser');
>STORE PATH ( SERVER=2,CLIENT=1,CONNINFO='dbname=pgbenchdb2
>host=192.168.1.24 user=slonyuser');

Is it possible that your port for postgresql is other than 5432?
If so, you need to also specify that in your connection info and path.

eg: NODE 1 ADMIN CONNINFO='dbname=pgbenchdb1 host=localhost port=<actual
value> user=slonyuser';
    STORE PATH ( SERVER=1,CLIENT=2,CONNINFO='dbname=pgbenchdb1
host=localhost port=<actual value>user=slonyuser');
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to