Re: [Koha] Fwd: Re: bulkmarcimport

2017-05-10 Thread Bob Ewart
I found the problem. I had created a framework for archives, but didn't set the MARC structure. MARC Bibliographic framework test should have caught that, but didn't. Staged MARC record management did manage to import a 5 record batch, but fairly consistently went into an endless loop. Once I s

[Koha] Fwd: Re: bulkmarcimport

2017-05-10 Thread Katrin
I started a staged import run about 6:16pm with 499 records. It's now 6:46pm and it's still running. The only error messages I could find are in the koha-zebraserve-output.log, 499 [warn] ir_session (exception). This from a fresh reload of the koha database; I loaded about 6000 serials records

Re: [Koha] bulkmarcimport

2017-05-10 Thread Katrin
Hi Bob, I've never used the bulkmarcimport.pl with matching rules, so I am not much help there. But wondering, why don't you use the staged import tools? 13.000 records should not be a problem and it's easier to set up and can be undone if the results are not as you expected them to be. Katr

Re: [Koha] Problem adding Notices and Slips

2017-05-10 Thread Katrin
Hi Luis, at the moment you can't define a new slip in Koha like this. Usually Koha expects a notice with a certain code and module that then is used when a specific event or action triggers it. For example: a hold is set to waiting, a notice with the code HOLD will be sent to the patron etc.

Re: [Koha] Borrower book

2017-05-10 Thread Indranil Das Gupta
Hi, On May 11, 2017 1:13 AM, "Luis Moises Rojas" wrote: > > Hi everybody, > > Is there is a way to NOT ALLOW user to take a book if there is only 1 copy? Mark the copy as "not for loan" in the item record (marc field 952) Regards idg > I mean: The user can use the book IN SITU. > > -- > *Luis

[Koha] Borrower book

2017-05-10 Thread Luis Moises Rojas
Hi everybody, Is there is a way to NOT ALLOW user to take a book if there is only 1 copy? I mean: The user can use the book IN SITU. -- *Luis Moisés Rojas P.* ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katip

[Koha] Staff client missing purchase suggestion link

2017-05-10 Thread vinod mishra
Dear All, Koha allows the staff to put the purchase suggestions on users behalf through staff interface though in system preferences it has been marked as "not allowed". But acquisition home page is missing "suggestion management" link therefore staff is not able to view the same if he/she has mad

[Koha] bulkmarcimport

2017-05-10 Thread Bob Ewart
I'mtrying to import about 13K records from our serials and archives recordsin dbText for Libraries into Koha. (Our books were converted in 2009) I tried: bulkmarcimport.pl -b -file serial-01.mrc -v -framework SER -all -match Control-number,001 001Code where 001Code is the matching rule set

Re: [Koha] Slow Koha OPAC login process

2017-05-10 Thread Michael Kuhn
Hi Tomás Thanks for your hints! You wrote: > output_with_http_headers is a function that calls the templates code. > I would bet it is an IO problem. > > Please run iotop while reproducing the problem. I would expect to see > some iowait. I installed the command "iotop" and ran it when reproduc

Re: [Koha] Slow Koha OPAC login process

2017-05-10 Thread Tomas Cohen Arazi
output_with_http_headers is a function that calls the templates code. I would bet it is an IO problem. Please run iotop while reproducing the problem. I would expect to see some iowait. Do you have template_cache_dir set? Is it on a fast hard drive? You could try mounting a tmpfs filesystem in the

Re: [Koha] Slow Koha OPAC login process

2017-05-10 Thread Michael Kuhn
Hi Yesterday Mark Alexander wrote: Excerpts from Michael Kuhn's message of 2017-05-09 19:57:51 +0200: With my poor Perl knowledge I have now measured the execution time of the various parts of script "opac-user.pl". As I found out everything is always very fast (using less than 1 second execut