Re: Unable to run Ngl Server
Posted by Discover Yourself on Dec 04, 2018; 9:07am
URL: http://ngl.70.s1.nabble.com/Unable-to-run-Ngl-Server-tp7577538p7577542.html
Hii..
Open your Command Prompt (Start->Run->Type command cmd-> Press Enter)
1.Type the following commands one after one
C:
cd \
cd "Program Files"
cd Postgresql
cd 8.3
cd bin
psql -d newgenlib -U postgres
The last command will prompt you to enter password. Enter newgenlib as password. This will connect you to newgenlib database using psql tool. Now type the following commands
\i C:/latestbackup.sql
try this will help you.