[postgis-users] OpenJump

2008-05-05 Thread Bob Pawley
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

Re: [postgis-users] OpenJump

2008-05-05 Thread Marcus C. England
Shouldn't localhost be on the Server line? I think instance can be left blank. -Marcus Bob Pawley wrote: 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 - Datab

Re: [postgis-users] OpenJump

2008-05-05 Thread Tomas Lanczos
Bob Pawley wrote: 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 - * T

Re: [postgis-users] OpenJump

2008-05-05 Thread George R. C. Silva
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

Re: [postgis-users] OpenJump

2008-05-05 Thread Matias Massigoge
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 > se

Re: [postgis-users] OpenJump

2008-05-05 Thread Chris Hermansen
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

Re: [postgis-users] OpenJump

2008-05-05 Thread Kevin Neufeld
I think "server" is the hostname the server is on (ie. localhost or your computer name). "Instance" refers to the name of the database that resides on the server. Bob Pawley wrote: I'm having a problem connecting OpenJump to Postgis. I've installed OpenJump c/w the Postgis plugin running Pos