nitesh rijal | 1 Jan 2010 06:44
Picon
Gravatar

Some issues related to KOHA 3.0

Hello all.


Happy New Year to all.

I have used KOHA for 3 months and now almost all of my problems has been solved. Thanks to all the members of the list who always replied to other posts and helped people out in the best way they could.

KOHA is such a stable package that I could modify the codes very well and get it to work as I wanted.

I have added few functionalities by modifying the codes. I have added biblio search option, direct biblio edit and also fulltext integration in a newer way.

I am now testing the barcode system to be used with our system. I hope it works too.

I am a bit confused that what happens when I scan a barcode, what inteface should I use to scan it and what features should I enable???

The other thing I wanted to ask is that is it possible to run the rebuild_zebra.pl in my server through a button click in the web interface by the client.

We have 12 libraries hosted in a single KOHA install using the multiple zebra multiple database facility. Each library's database needs to be selected first using "use library1" and then we need to export the KOHA_CONF as  "export KOHA_CONF=/etc/koha/library1-conf.xml" and then only we can execute the rebuild script. I was thinking to make another sh script to store all the commands that needs to be executed and then execute the script.

I just wanted to know that is it possible to execute a script in the server by clicking a button in the web interface.

Thanks and Happy New Year to all once again.

KOHA is a great community.

--
Nitesh Rijal
BE IT
email: rijal.it <at> gmail.com
url: http://niteshrijal.com.np
facebook: http://facebook.com/openrijal
twitter: http://twitter.com/openrijal
+9779841458173
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Picon

Re: zebra indexing

2009/12/29 Luís Díaz <ldiaz <at> greendata.es>:
> Hi all again
> reading some posts I just check this:
>
> echo $KOHA_CONF
> /etc/koha/koha-conf.xml
> echo $PERL5LIB
> /usr/share/koha/lib
>
>
> Under PERL5LIB directory I have C4 directory
> if I enter in I do not have any rebuild_zebra.pl scripts
>

If you are running Koha on Debian then the location of
rebuild_zebra.pl script is

/usr/share/koha/bin/migration_tools/rebuild_zebra.pl

HTH

--

-- 
With Regards
Abhishek Amberkar

http://www.kohaindia.org/
RDG Microelectronics Pvt. Ltd.
Mumbai, India
_______________________________________________
Koha mailing list
Koha <at> lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
Picon

Re: Zebra indexing

2009/12/29 Luís Díaz <ldiaz <at> greendata.es>:
> koha  koha-3.00.00 on linux red hat 5
>
> Hello all
> I have a question about zebra indexing.
> How can I check if this opion is installed?
> Now I use the NOZEBRA mode, but I would like to use the ZEBRA mode.
>
> I try this:
> ./rebuild_zebra.pl -b -w
> Zebra configuration information
> ================================
> Zebra biblio directory      = /var/lib/koha/zebradb/biblios

<snip>

You get to select "zebra" or "nozebra" at the time of Koha
Installation through web interface as per Koha installation docs. As
you said earlier that you are using "nozebra", there's no use of
running "./rebuild_zebra.pl -b -w". ( List members please CMIIAW ). So
you should try "rebuild_nozebra.pl" instead.

Hope That Helps.
--

-- 
With Regards
Abhishek Amberkar

http://www.kohaindia.org/
RDG Microelectronics Pvt. Ltd.
Mumbai, India
_______________________________________________
Koha mailing list
Koha <at> lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
Picon

Re: Some issues related to KOHA 3.0

2010/1/1 nitesh rijal <rijal.it <at> gmail.com>:
> Hello all.
> Happy New Year to all.

<snip>

> I have added few functionalities by modifying the codes. I have added biblio
> search option, direct biblio edit and also fulltext integration in a newer
> way.

I have some queries about full text integration. Can I contact you off-list?

> I am now testing the barcode system to be used with our system. I hope it

<snip>

> The other thing I wanted to ask is that is it possible to run the
> rebuild_zebra.pl in my server through a button click in the web interface by
> the client.
> We have 12 libraries hosted in a single KOHA install using the multiple
> zebra multiple database facility. Each library's database needs to be
> selected first using "use library1" and then we need to export the KOHA_CONF
> as  "export KOHA_CONF=/etc/koha/library1-conf.xml" and then only we can
> execute the rebuild script. I was thinking to make another sh script to
> store all the commands that needs to be executed and then execute the
> script.
> I just wanted to know that is it possible to execute a script in the server
> by clicking a button in the web interface.

Exporting variables and executing rebuild scripts is nothing but
Bash's functionality.
But perl does provide a way to execute bash commands. So I think you
don't need separate .sh files but just modify the existing Koha code.
Another advantage is Koha runs as a CGI application. So what you are
saying is possible.

The only problem I see here is, rebuilding a zebra index requires
superuser privileges. So I think it's not a good idea to provide a
user with such a "button". If you read Koha Installation Doc, they
have provided a CRON script which runs every 5 minutes to rebuild
zebra index. Of course you can adjust that interval anytime.

(I hope you are using Debian or equivalent GNU/Linux distribution to
run Koha on)

--

-- 
With Regards
Abhishek Amberkar

http://www.kohaindia.org/
RDG Library Services
Mumbai, India.
_______________________________________________
Koha mailing list
Koha <at> lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
Rifaudeen M.M. | 1 Jan 2010 14:25

Re: Wishes from South Eastern University of Sri lanka, Oluvil, Sri Lanka

Hello friends,
 
May I wish you for "a  relaxed Mind,
                         a peaceful Soul,
                                a joyful Spirit,                            a healthy Body &                               Heartful of Love"                   All these are my prayers for you & your family   Wish you a Happy New Year
 
 
Best regards,   MM Rifaudeen Acting Librarian _________________________________ Library South Eastern University of Sri Lanka P.O. Box No.01, University Park, Oluvil #32360, SRI LANKA. Ph.: +94 67 2255160 Mobile: +94 71 8035184 E-mail: rifayiqa-YNGb1sejOHZaa/9Udqfwiw@public.gmane.org  
 

From: koha-bounces-MiqU8s9CcdeGg0aVt5PjEHTaI6DYlTYJ@public.gmane.org on behalf of Abhishek Amberkar [अभिषेक]
Sent: Fri 1/1/2010 3:24 PM
Cc: koha
Subject: Re: [Koha] Some issues related to KOHA 3.0

2010/1/1 nitesh rijal <rijal.it-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
> Hello all.
> Happy New Year to all.

<snip>

> I have added few functionalities by modifying the codes. I have added biblio
> search option, direct biblio edit and also fulltext integration in a newer
> way.

I have some queries about full text integration. Can I contact you off-list?

> I am now testing the barcode system to be used with our system. I hope it

<snip>

> The other thing I wanted to ask is that is it possible to run the
> rebuild_zebra.pl in my server through a button click in the web interface by
> the client.
> We have 12 libraries hosted in a single KOHA install using the multiple
> zebra multiple database facility. Each library's database needs to be
> selected first using "use library1" and then we need to export the KOHA_CONF
> as  "export KOHA_CONF=/etc/koha/library1-conf.xml" and then only we can
> execute the rebuild script. I was thinking to make another sh script to
> store all the commands that needs to be executed and then execute the
> script.
> I just wanted to know that is it possible to execute a script in the server
> by clicking a button in the web interface.

Exporting variables and executing rebuild scripts is nothing but
Bash's functionality.
But perl does provide a way to execute bash commands. So I think you
don't need separate .sh files but just modify the existing Koha code.
Another advantage is Koha runs as a CGI application. So what you are
saying is possible.

The only problem I see here is, rebuilding a zebra index requires
superuser privileges. So I think it's not a good idea to provide a
user with such a "button". If you read Koha Installation Doc, they
have provided a CRON script which runs every 5 minutes to rebuild
zebra index. Of course you can adjust that interval anytime.

(I hope you are using Debian or equivalent GNU/Linux distribution to
run Koha on)



--
With Regards
Abhishek Amberkar

http://www.kohaindia.org/
RDG Library Services
Mumbai, India.
_______________________________________________
Koha mailing list
Koha-MiqU8s9CcdeGg0aVt5PjEHTaI6DYlTYJ@public.gmane.org
http://lists.katipo.co.nz/mailman/listinfo/koha

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
vinod kumar | 2 Jan 2010 06:47
Picon

Happy New Year

Hii Friends



Wish You all Happy New  Year 2010




Regards


vinod

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Picon

Keep this mailing list clean (WAS Re: Wishes from South Eastern University of Sri lanka, Oluvil, Sri Lanka)

I request you to start a new thread to convey your greetings to the
list instead of breaking the existing thread and editing the subject
line. Please do read following mailing list guide lines before
behaving foolishly on public mailing list.

http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

--

-- 
With Regards
Abhishek Amberkar

http://www.kohaindia.org/
RDG Library Services
Mumbai, India
Rupesh Gaur | 2 Jan 2010 10:41
Favicon

HAPPY & PROSPEROUS NEW YEAR

WISHING YOU AND YOUR FAMILY A VERY HAPPY & PROSPEROUS NEW YEAR 2010.



With warm regards,

Rupesh Gaur

Librarian
I G N College
(Affilated to Kurukshetra University Kurukshetra )
Ladwa (Kurukshetra)
Ph. No. 01744- 260334, 260114(O)
Mobile No 919466694800
919896294550 (R)

E Mail: rupesh_gaur <at> rediffmail.com
rupesh_gaur2003-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
gaurrupesh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Seth Mayo | 4 Jan 2010 06:43
Picon

Re: Barcode nightmare

Can Petrus give any hints as to which perl files need to be changed to
address barcode differences?  I'm going to see if I can do it myself
as I have some programming experience.  However, is there a
possibility of working with Petrus if I can't get it to work?

Seth Mayo
IT Technical Manager
Email:  smayo@...
-------------------------------------------------------
St Peter's Anglican Primary School
Howe Street
Campbelltown NSW 2560
PH: 02 4627 2990
Website:  http://www.stpeters.nsw.edu.au

2009/11/18 Agnes Rivers-Moore <arm@...>:
> We have just migrated 6 libraries. Of those 6, three have more than one
> variant of barcode, two had 4 types. Really a nightmare!
>
> It took us a lot of SQL and Perl script work by a consultant with those
> skills, but it is possible if the size of your collection makes it
> worthwhile. If you have a definable range of numbers that can be changed to
> one type, that can be done with SQL in the table after import, or by script
> editing the 952 fields before import. Better to use the first option if you
> want to import and match other circulation or item information after the
> MARC records are in.
> We also have a clever script that allows us to correct the Koha table by
> scanning the barcode, as if we were checking it out - saves the need to
> search for each title and edit the items individually. This was custom work,
> not part of Koha.
>
> I have copied this message to the consultant who did the work for us...
>
> Agnes
>
>
> Seth Mayo wrote:
>>
>> We are gradually getting everything together to move to Koha from
>> Alice.  Many of you will remember that back in July I was trying out
>> various library systems and decided that Koha was a great system to
>> get on board with.
>>
>> At this time of the year, the nitty-gritty of the system is going to
>> start getting looked at.  I have a few questions to ask regarding the
>> system but the most important one is:
>>
>> Is there a way to force Koha to re-write barcodes on the fly?
>>
>> Situation...
>>
>> Our library happens to have two barcode formats on books (long story):
>>
>> Type 1 Example: R36758W 2560
>> Type 2 Example: + 2560 013037 6
>>
>> There are two problems with this - both having to do with our existing
>> system (Alice for Windows) not actually cataloguing the whole barcode.
>>
>> Apparently when the system was set up, the following is what it was
>> set up to do (and thus what we need to achieve in Koha since changing
>> the barcodes on all the books is not an option):
>>
>> Type 1 conversion:  R36758W 2560 has been stored as R36758 (string is
>> concatenated)
>> Type 2 conversion:  + 2560 013037 6 has been stored as R13037 (string
>> is rearranged and concatenated - ie. first 4 characters removed
>>
>> The letter 'W' in the first type is randomised on the barcodes so
>> there is no way of recovering it.  The 'R' in the second type is
>> simply added to everything.
>>
>> Any help with any of this would be appreciated.
>>
>> Seth Mayo
>> IT Technical Manager
>> Email:  smayo@...
>> -------------------------------------------------------
>> St Peter's Anglican Primary School
>> Howe Street
>> Campbelltown NSW 2560
>> PH: 02 4627 2990
>> Website:  http://www.stpeters.nsw.edu.au
>> _______________________________________________
>> Koha mailing list
>> Koha@...
>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>
>>
>
> --
>
> Agnes Rivers-Moore
> Assistant Librarian
> Hanover Public Library
>
>
Joann Ransom | 4 Jan 2010 10:13
Picon
Favicon

Reminder next Koha community meeting 9:00 UTC+0 on 5 January 2010



--
Joann Ransom RLIANZA
Acting Head of Libraries,
Horowhenua Library Trust.
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Gmane