NGL Desktop - Issue

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

NGL Desktop - Issue

nsid
Hi there,

I am trying to open NGLDesktop (on server) but I am getting the message "Database i not connecting properly, please check"

Any ideas?

Reply | Threaded
Open this post in threaded view
|

Re: NGL Desktop - Issue

nsid
This is my postgres-ds.xml

---
<?xml version="1.0" encoding="UTF-8"?>
<datasources><local-tx-datasource><connection-url>jdbc:postgresql://localhost:5432/SIT</connection-url><driver-class>org.postgresql.Driver</driver-class><user-name>newgenlib</user-name><password>newgenlib</password></local-tx-datasource></datasources>
---

which I guess is ok. I want to run NGL Desktop from the server (locally).
Reply | Threaded
Open this post in threaded view
|

Re: NGL Desktop - Issue

nsid
Changing
postgresql://localhost:5432/SIT

to

postgresql://localhost:5432/newgenlib

 and NGL Desktop is working fine.

@NGL Team
I downloaded NGL DESKTOP from SourceForge (http://sourceforge.net/projects/newgenlib/files/NewGenLib%20Desktop/version3/) so you may consider change the "SIT" to "newgenlib" for anyone who will download it.

Hope that helps :-)
Reply | Threaded
Open this post in threaded view
|

Re: NGL Desktop - Issue

Hemant Singh
what is the name of your ngl database  ??

i think its should be newgenlib   so SIT will not work  if yr database name is SIT than it will work
Reply | Threaded
Open this post in threaded view
|

Re: NGL Desktop - Issue

Ashok
I gone through several postings about NGL Desktop. To avoid the error everybody suggested to modify "postgres-ds.xml". I am also did the same but there is no result. Surprisingly, when did the modification i.e. 'newgenlib' in both the files (postgres-ds.xml  and postgres-ds) I got the gesult. Please guide me if I am wrong.