Re: [Koha] imported reocrd indexing in KOHA
Sohel, I'm not sure I understand your question. Are you saying you need to do this without having command line access? I don't know of any way to do this without some kind of command line access, that can either be a local login or via SSH if it is installed. For regular index updates a cron job needs to be set up to run rebuild_zebra.pl . Also, make sure you include the list in your replies. Someone with a better answer than myself may respond. Write back with more details about exactly what you are trying to do, and your system setup - is this a local machine that you have access to? What linux distro and version, what version of Koha, etc. Best, Doug From: sohel pathan [mailto:it_pathan@yahoo.com] Sent: Sunday, February 20, 2011 11:11 PM To: Doug Dearden Subject: Re: [Koha] imported reocrd indexing in KOHA Sir Thanks a lot for your consistent reply. I want to know that, Is it possible to generate index without executing rebuild_zebra.pl (means without touching the KOHA application)? ________________________________ From: Doug Dearden <dearden@sarsf.org> To: sohel pathan <it_pathan@yahoo.com> Sent: Fri, February 18, 2011 9:19:53 PM Subject: RE: [Koha] imported reocrd indexing in KOHA Sohel, To change ownership on all the files in the directory and all directories and files below, first cd to the correct directory - I think in the default install it is /usr/share/koha, if you are running a dev install it will be something different. Once you are in the right directory do "chown -R koha:koha ./" . That will change the ownership to the koha user and koha group on all files. You will need to run that when logged in as root. Also, there might be some zebra files in the /var/lib, /var/lock, /var/log, /var/run directories. Again I have a dev install so these get installed a little differently, I'm not positive about where they are on a default install. Best, Doug -----Original Message----- From: sohel pathan [mailto:it_pathan@yahoo.com<mailto:it_pathan@yahoo.com>] Sent: Friday, February 18, 2011 6:13 AM To: Doug Dearden Subject: RE: [Koha] imported reocrd indexing in KOHA thanks 4 help. I also want to know that what setting i have to make in linux install directory to run zebra index. On Fri, 18 Feb 2011 03:50 IST Doug Dearden wrote:
Sohel,
This sounds like you don't have Zebra running right. Check here: http://koha-community.org/documentation/faq/searching/#18 .
Also check the INSTALL file for your particular Linux distro and make sure you have done all the steps relating to the Zebra indexing in there.
This can also get broken if the user you are running Zebra as doesn't have the needed permissions on the files, check that also. If you installed as "root", and are now trying to run as "koha" you may not have the permissions needed. You will need to change file permissions.
Best,
Doug
From: koha-bounces@lists.katipo.co.nz<mailto:koha-bounces@lists.katipo.co.nz> [mailto:koha-bounces@lists.katipo.co.nz<mailto:koha-bounces@lists.katipo.co.nz>] On Behalf Of sohel pathan Sent: Thursday, February 17, 2011 2:20 AM To: koha@lists.katipo.co.nz<mailto:koha@lists.katipo.co.nz> Subject: [Koha] imported reocrd indexing in KOHA
Sir,
I want to know how indexing of mark record is achieved in KOHA to searched imported record from other resource.
I am importing books reocrd from SQL server databse into KOHA's MySQL database.
Data is successfully imported into the KOHA's database but it can nor be searched from the KOHA's catalogue search.
I also want to know that in which directory the indexing is saved?
How can be index generated?
I don't perl but i know C# .net very well\
Please reply me.
Every suggestion is appreciated.
Thanks
Sorry if I missed someone commenting on this already:
I want to know how indexing of mark record is achieved in KOHA to searched imported record from other resource. I am importing books reocrd from SQL server databse into KOHA's MySQL database. Data is successfully imported into the KOHA's database but it can nor be searched from the KOHA's catalogue search.
My understanding is that the right way to populate your Koha is to create MARC records from your source data and use Koha's tools to import that. I believe successfully importing data directly into the SQL databases, bypassing Koha's scripts, would require more knowledge of Koha's internal design than you or I have. Confirmation or correction of this by others with more experience would be welcome.
participants (2)
-
Doug Dearden -
hansbkk@gmail.com