I've had this kind of problem before when I haven't set up the role correctly. If you're working on a local (e.g. Linux) postgresql / postgis instance using say PSQL you don't notice any problems, but if you try to connect from another machine, you get frustration.
Make sure your role requires a password. Matias Massigoge wrote: > Hi Bob, > > I'have just try'd the DataStore connection with postgis and its > working fine, if you want to try this i can show you my parameters. > Good luck > > Matías > > On Mon, May 5, 2008 at 4:23 PM, George R. C. Silva > <[EMAIL PROTECTED]> wrote: > >> Try: >> name: nameofyourconnection >> driver: postgis >> server:localhost >> instance: (public or the schema youre working on) >> user >> pass >> >> Att. >> >> George >> >> Bob Pawley escreveu: >> >> >>> I'm having a problem connecting OpenJump to Postgis. >>> >>> I've installed OpenJump c/w the Postgis plugin running Postgresql 8.3 and >>> >> Postgis 1.2. >> >>> The connection manager requires- >>> Name - Database >>> Driver - postgis >>> Server - 8.3 >>> Instance - localhost >>> User - postgres >>> Password - ***** >>> >>> The connection keeps getting refused. Am I giving the manager the correct >>> >> information?? The term 'instance' is unknown to me. >> >>> Bob >>> >>> >>> _______________________________________________ >>> postgis-users mailing list >>> [email protected] >>> http://postgis.refractions.net/mailman/listinfo/postgis-users >>> >>> >>> >> _______________________________________________ >> postgis-users mailing list >> [email protected] >> http://postgis.refractions.net/mailman/listinfo/postgis-users >> >> > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > -- Regards, Chris Hermansen mailto:[EMAIL PROTECTED] tel+1.604.714.2878 · fax+1.604.733.0631 · mob+1.778.232.0644 Timberline Natural Resource Group · http://www.timberline.ca 401 · 958 West 8th Avenue · Vancouver BC · Canada · V5Z 1E5 _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
