LIS Links

Connecting Library and Information Science Professional in India

Information

NewGenLib

Users of NewGenLib Open Source ILS Software.

Website: http://www.newgenlib.com/
Location: Hyderabad
Members: 16
Latest Activity: Nov 17

Discussion Forum

Chintha Nagabhushanam

Do You know SQL Table structure in NewGenLib

Started by Chintha Nagabhushanam May 21.

Comment Wall

Add a Comment

You need to be a member of NewGenLib to add comments!

kishor sakariya Comment by kishor sakariya on November 17, 2009 at 3:49pm
Dear Mr. Chintha Nagabhushanam,

I have download and install Newgenlib software on windows 2000 server platform. the installation made by professional programmer and as per your ppt presentation on slide share, the installation is successful, but i am unable to work on it, when I try to work on newgenlib the the message appear on the screen...

" you are not priviledge to access this function, please contact system administrator:"

I cant understand where am I wrong ?

Please help me

Thanking you

-Kishor Sakaria
Junagadh
Chintha Nagabhushanam Comment by Chintha Nagabhushanam on November 12, 2009 at 7:19pm
NewGenLib Desktop Installation Note


Note: NewGenLib Desktop directly connects to postgres database. Hence it is very necessary to mention to the postgres database about the clients systems' information. If you are launching the NewGenLib Desktop from clients, you need to make a note of the following steps

Make a note of the IP address of the client on which you are planning to install the NewGenLib desktop.

Open pg_hba.conf file using your favourite editor. In Windows you can open it using the following procedure, click on Start -> Programs -> Postgresql 8.0 -> Configuration files -> pg_hba.conf. In linux (in fedora) you may find it in /var/lib/pgsql/data directory

In pg_hba.conf you can see a section “IPv4 local connections”, under this section add this value host all all {ipaddress of the client}/32 trust.

In step 3, means give a tab space and {ipaddress of the client} means ip address of the client that you made a note in step 1.

Open postgresql.conf file using your favourite editor. In Windows you can open it using the following procedure, click on Start -> Programs -> Postgresql 8.0 -> Configuration files -> postgresql.conf. In linux (in fedora) you may find it in /var/lib/pgsql/data directory

Under the section Connection Settings, you will find a property named “listen_addresses” (without the double quotes). Its value must be '*' (please note that the astrix must be closed with 2 single quotes as shown. Also if the line in which “listen_addresses” (without the double quotes) is starting with a # (hash) , please remove the hash. There fore that line must look like this listen_addresses = '*'

Under the section Connection Settings, you will find a property named “port” (without the double quotes). Its value must be 5432. Also if the line in which “port” (without the double quotes) is starting with a # (hash) , please remove the hash. There fore that line must look like this port = 5432

Now restart the postgresql service.

Please note that erroneous entries in pg_hba.conf or postgresql.conf may result in failure of postgresql server. Therefore please refer to postgres documentation carefully (http://www.postgresql.org/docs/8.0/static/auth-methods.html#EXAMPLE-PG-IDENT.CONF ) before making any changes

If you want to install NewGenLib on multiple clients, make multiple entries of the clients' ip addresses in pg_hba.conf as mentioned in step 3

Now install NewGenLib Desktop on the client.

Download desktop.war.zip file from NewGenLib downloadable files in sourceforge.net

On the server extract the contents of this zip file into jboss-3.2.1_tomcat-4.1.24/server/default/deploy directory. After extraction you must see a directory named desktop.war in the deploy directory

Start the Jboss Server

In the Client machines, to launch the NewGenLib Desktop application please use this URL http://
Chintha Nagabhushanam Comment by Chintha Nagabhushanam on November 12, 2009 at 7:10pm
Dear Srinivas
may be you have forgot these two instructions

1. variable name(use all capital): JAVA_HOME
2. Variable value: {drive letter}:\j2sdk1.4.2_03
see the instructions........................................
Chintha Nagabhushanam Comment by Chintha Nagabhushanam on November 12, 2009 at 7:09pm
Dear Donikena Mahender
If you open PGADMIN (Post Gress SQL) it will ask you password then ENTER IT, open the Newgenlib DATABASE you seel number of tables observe regularly which tables are carrying data from diffrent modules.
ex: Circularion transations there is cir_transation TABLE every transaction stored in that. similary follow all the tables try it :)
Donikena Mahender Comment by Donikena Mahender on October 29, 2009 at 2:41pm
Good ofternoon sir,No sir, please tellme about SQL structure in New Zen lib
srinivas Comment by srinivas on October 17, 2009 at 12:54pm
Goodmorning sir,
I have installed Newgenlib Sofware by downloading from newgenlib site but after typing http://localhost:8080/newgenlibctxt/LaunchApplication in browser iam getting error

HTTP Status 500 - No Context configured to process this request

so please rectify my error ,iam waiting for your replay
Sangshan Comment by Sangshan on September 23, 2009 at 3:14pm
Dear Chintha,

Good evening.. I have some queries about Newgenlib Software that how to install "Desktop application and configure mail server" (I have done it but I couldn't get result because It has occurred some error that database doesn't connected properly)

Please look at my request and give solutions for these problem...

Thanks............
Bhoop Singh Comment by Bhoop Singh on August 24, 2009 at 10:41am
My New engineering college and I am trying to intall newGenlib in my Library.I have also attend a workshop on the Newgenlib in BIMTECH,Noida
B Singh
Jaipur
Chintha Nagabhushanam Comment by Chintha Nagabhushanam on August 19, 2009 at 12:17pm
Hello to everybody

Some people asking how to install NewGenLib ILS on different OS
here is instruction and pl. check there are good number of slide presentations on the www.

Installation Instructions for NewGenLib on windows 2000/XP


Min requirements of the Server
Hardware: Pentium 4 or equivalent, 1GB RAM and 40GB Hard disk
Software: Windows 2000prof, 2000 Adv Server, XP Home, XP Prof, and 2003 server

Min requirements of the Client
Hardware: Pentium 3 or equivalent, 128MB RAM, and 1 GB of min hard disk
Software: Windows 98/ME/2000prof/2000adv server/XP home/XP Prof/2003/Red hat Linux 8.0/9.0/10


Installation of NewGenLib Server

1. Installation of j2sdk1.4.2_03
a. Double click on j2sdk-1_4_2_03-windows-i586-p.exe file in NewGenLib Installation
b. Make of note of Install to: path
c. create a Environmental variable named JAVA_HOME and value is the path mention in point 1.b
i. Go to desktop, right click on My Computer and click on properties.
ii. Go to Advanced tab, and click on Environmental Variables
iii. Click on New button in the System variables area
1. variable name(use all capital): JAVA_HOME
2. Variable value: {drive letter}:\j2sdk1.4.2_03
3. And click on Ok button at all places
2. Installation of Postgres database
a. Double click on NewGenLib Installation/Postgresql Extract/postgresql-8.0.exe
b. Select English as language and click on Start
c. In Service Configuration
i. Account password is “newgenlib”. Click on Next button
1. It’ll ask to create a directory. Clcik on Yes
2. It’ll say that password is weak, do you want postgres to generate a random password. Click on No
ii. In Initialize database cluster, the password is “newgenlib”
iii. In Enable Contrib Modules
1. Also select Fuzzy String Match and Tsearch2 . Click on Next button
3. Restore NewGenLib database. This database can be a blank database or your recent backup
a. Start ->Program->Postgressql 8.0 -> PG Admin III
b. Double click on Postgres database server and enter password “newgenlib”
c. Right click on databases and click on New Database
i. Name: newgenlib
ii. Owner: postgres
iii. Encoding: UNICODE
iv. Table space: pg_default and click on Ok button
d. Expand databases-> Schemas->and select tables. Under tables, you may find 4 tables. Delete/Drop all the four tables, by right clicking on each of them and selecting Delete/Drop.
e. Again select newgenlib database and right click and click on Restore
f. In the file name point to NewGenLibInstallation/blankdatabase2_1.backup. In case of first installation, select above database. If it is not a first time installation, you’ll have to point to the latest backup file.
g. And click on done button
4. Installation of Application server
a. Copy the contents of NewGenLib Installation/jboss-3.2.1_tomcat-4.1.24 folder into any drive directly. Means do not copy its contents into any sub directories.
b. You’ll see a directory named jboss-3.2.1_tomcat-4.1.24
c. Go to jboss-3.2.1_tomcat-4.1.24/bin and create a shortcut for run.bat on the desktop. And rename the shortcut on the desktop to NewGenLib Server
5. Extract the contents of NewGenLib Installlation /NewGenLibFiles.zip into C: drive only. And not into any sub directories
6. Setup NewGenLib parameters
a. Open C:\NewGenLibFiles\SystemFiles\Env_var.txt. Set JBOSS_HOME to the correct drive
b. IPADDRESS={IPADDRESS OF THE SERVER}



Installation of NewGenLib Clients

7. Install NewGenLib Installation/j2sdk-1_4_2_03-windows-i586-p.exe
8. Install NewGenLib Installation/oo2.0/setup.exe


To Launch NewGenLib Application on Clients for the first time

9. Open Internet Explorer and in the address bar enter http://{ipaddress of the server}:8080/newgenlibctxt/LaunchApplication
10. In Security Warning, click on Start button
11. In the server details, enter the ipaddress of the server and click on Ok Button
12. In Desktop integration click on Yes button.

Note:
1. After a successful installation please click on Utilities -> Update database scripts. Select firebird as database and click on Ok Button.
2. Any problem in the above process please contact 040-32406537,32422232
Mr. Sambhaji Patil Comment by Mr. Sambhaji Patil on August 12, 2009 at 10:28am
Dear all friends i am very happy to join this group ........thanks and keep in touch

sambhaji patil
 

Members (16)

Chintha Nagabhushanam Anjaneya Nayak Durga Prasad Shobha S. Rasve Balbir kaur Pandher Sajida Tabassum GopiKumar.D Mr. Sambhaji Patil Bhoop Singh Sangshan Rajnish srinivas Parvez Ahmad kishor sakariya Donikena Mahender Vinod Kumar Mishra
 
 

About

Badan Barman Badan Barman created this social network on Ning.

Create your own social network!

Discussion Forum

Library Standards

Discussion about Library Standards.

5 discussions

LIS Education

Discussion about LIS Education

13 discussions

NET/SET/SLET Examination

Discussion about NET/SET/SLET Examination

21 discussions

LIS Research

Discussion about LIS Research

20 discussions

LIS Profession

Discussion about LIS Profession

22 discussions

Library Acquisition

Discussion about Library Acquisition

6 discussions

Library Classification

Discussion about Library Classification

2 discussions

Library Cataloguing

Discussion about Library Cataloguing

4 discussions

Library Services

Discussion about Library Services

8 discussions

Library Management

Discussion about Library Management

5 discussions

Library Automation

Discussion about Library Automation

6 discussions

Library Software

Discussion about Library Management Software

8 discussions

Network and Consortium

Discussion about Network and Consortium

1 discussions

Digital Library

Discussion about Electronic / Digital / Virtual Library

6 discussions

Institutional Repository

Discussion about Institutional Repository

4 discussions

Content Management System (CMS)

Discussion about Content Management System (CMS)

3 discussions

Learning Management System (LMS)

Discussion about Learning Management System (LMS)

1 discussions

Open Access

Discussion about Open Access

2 discussions

Document Delivery Service

Discussion about Document Delivery Service (DDS). Ask for articles / books from your colleague here.

7 discussions

Others

Discuss Any Others Topics You Like.

8 discussions

Groups

Site Statistics



Counting Since 11th January 2009.
 

© 2009   Created by Badan Barman on Ning.   Create Your Own Social Network

Badges  |  Report an Issue  |  Privacy  |  Terms of Service

Sign in to chat!