Tue Jul 25 13:53:49 PDT 2006
- Previous message: [Slony1-general] I always get a "ERROR: no admin conninfo for node "
- Next message: [Slony1-general] EXECUTE SCRIPT with 1.1.5 - trying to do the Right Thing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <mdavidson at cctus.com> 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 > Slony1-general at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/slony1-general > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://gborg.postgresql.org/pipermail/slony1-general/attachments/20060725/f54a2792/attachment.html
- Previous message: [Slony1-general] I always get a "ERROR: no admin conninfo for node "
- Next message: [Slony1-general] EXECUTE SCRIPT with 1.1.5 - trying to do the Right Thing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list