Sir,
I started the client server and reached to last step to enter userid as 1 and abc as password but when I hit Login its response is "Invalid user". Please tell me how to reslove this issue. Thanks |
Respected Patron,
Greetings from NGL Open Source 1. Open PgAdmin 3 from Start -> Programs -> Postgresql 2. Select newgenlib database on the left and click on "SQL Editor". This will open a SQL Window 3. Copy+Paste the below query update patron set user_password=md5('abc') where patron_id='1'; 4. Now press F5 (Or green arrow button) in SQL Window Editor 5. You will get a message. "Query successful and 1 row updated" 6. Now try to login into NGL application uising 1 and abc Looking forward to serve you. NGL Open Source Support Team, (Service Before Self) -- Verus Solutions, India. Web: www.verussolutions.biz Telephone: +91 741 678 3719,+91 741 678 2119, +91 402 771 9161,+91 402 771 9162 Yahoo Messenger: [hidden email] Google Talk: [hidden email] Skype Id for voice chat: newgenlib.oss Forums: http://forums.newgenlib.org On Saturday 25 October 2014 06:43 PM,
n.ahm [via NGL] wrote:
Sir,
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Thanks Sir, its working fine finally :)
Now I have our library data in .sql format and I want to upload my data into newgenlib. Kindly guide me how to do so. Thanks |
Respected Patron,
Greetings from NGL Open Source NGL has ready to use tools for importing data from 1. CSV (Excel Sheets) 2. MARC Communication format 3. MRK Files (Exported mrk file using MARC Edit tool) Kindly check if you have any of these formats ready Looking forward to serve you. NGL Open Source Support Team, (Service Before Self) -- Verus Solutions, India. Web: www.verussolutions.biz Telephone: +91 741 678 3719,+91 741 678 2119, +91 402 771 9161,+91 402 771 9162 Yahoo Messenger: [hidden email] Google Talk: [hidden email] Skype Id for voice chat: newgenlib.oss Forums: http://forums.newgenlib.org On Monday 27 October 2014 10:52 PM,
n.ahm [via NGL] wrote:
Thanks Sir, its working fine finally :)
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Free forum by Nabble | Edit this page |