Hi all, I'm wondering what codes may appear in the 'found' field in the reserves table and what they each mean? I have these FAQs in the manual for other tables: http://manual.koha-community.org/3.4/en/reportsfaq.html#accounttypefaq and want to add one for the reserves table. Thanks Nicole
Hi Nicole, Il 16/07/2011 16:04, Nicole Engard ha scritto:
I'm wondering what codes may appear in the 'found' field in the reserves table and what they each mean?
I have these FAQs in the manual for other tables: and want to add one for the reserves table.
do you speak about the tables 'reserves' and 'old_reserves' at MySQL level ? As is possible to see in C4/Reserves.pm the values are: -NULL: means the patron requested the 1st available, and we haven't choosen the item -T(ransit): the reserve is linked to an item but is in transit to the pickup branch -W(aiting) : the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf -F(inished) : the reserve has been completed, and is done The link of full documentation of the module: http://perldoc.koha-community.org/C4/Reserves.html Generaly speaking the sitr http://perldoc.koha-community.org/ is a good place to find documentation of Koha internal. Bye Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
Thank you very much. Nicole On Tue, Jul 19, 2011 at 8:55 AM, Zeno Tajoli <tajoli@cilea.it> wrote:
Hi Nicole,
Il 16/07/2011 16:04, Nicole Engard ha scritto:
I'm wondering what codes may appear in the 'found' field in the reserves table and what they each mean?
I have these FAQs in the manual for other tables: and want to add one for the reserves table.
do you speak about the tables 'reserves' and 'old_reserves' at MySQL level ?
As is possible to see in C4/Reserves.pm the values are:
-NULL: means the patron requested the 1st available, and we haven't choosen the item -T(ransit): the reserve is linked to an item but is in transit to the pickup branch -W(aiting) : the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf -F(inished) : the reserve has been completed, and is done
The link of full documentation of the module: http://perldoc.koha-community.org/C4/Reserves.html
Generaly speaking the sitr http://perldoc.koha-community.org/ is a good place to find documentation of Koha internal.
Bye Zeno Tajoli
-- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
Good morning, y’all. We are running Koha on a non-public server over Solaris 10. Here’s our basic info: Koha version: 3.02.10.000 OS version ('uname -a'): SunOS biblio 5.10 Generic_127111-06 sun4u sparc SUNW,Sun-Fire-V245 Perl interpreter: /opt/csw/bin/perl Perl version: 5.010001 Even with only 2500 bib records loaded, the system is slow. I’ve tried most of the tuning suggestions posted on the list and others -- nothing has made any difference to response time. We are experiencing 15-20 seconds wait time for our search results. The log files show nothing unusual. The only thing I haven’t done is load the perl modules into httpd.conf. I am loading mod_perl. We will have to abandon our attempt at the installation if we can’t speed things up. So I have two questions. 1. Can anyone recommend third party support with Solaris/Koha (we are a Solaris shop, so our techs are looking at the Solaris part – our other library systems are fine). 2. Any Solaris sites out there who can recommend additional Solaris-specific tweaks? TIA! Best regards, Angela Angela K. Secrest Director, Library/LRC Support Houston Community College Phone: 713.718.7592 Web: http://library.hccs.edu/ Follow: twitter/HCCLibraries This email may contain confidential and/or privileged information. If you are not the intended recipient (or have received this email in error) please notify the sender immediately and destroy this email. Any unauthorized copying, disclosure or distribution of the material in this email is strictly prohibited.
Hi, Il 26/07/2011 13:24, Angela.Secrest ha scritto:
We are running Koha on a non-public server over Solaris 10. Here’s our basic info: [..] Even with only 2500 bib records loaded, the system is slow.
this is possibility, I'm not sure. Is your pc only in an intranet ? If yes, do you allow to recive files from outside ? If no, do you have enable one of the cover option (for example GoogleJackets) ? Cover are dowloaded from the client, directly from Amazon, Google, etc. For example a link fro Amazon: <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=4700"> <img src="http://images.amazon.com/images/P/143436576X.01.TZZZZZZZ.jpg" alt="" class="thumbnail"> </a> So it is possible that you wait 20 sec. because you can't go outside your intranet. Bye Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
Angela.Secrest schreef op di 26-07-2011 om 11:24 [+0000]:
Even with only 2500 bib records loaded, the system is slow.
The number of bib records doesn't really slow down Koha significantly. It certainly does sound like something else, such as a network timeout. What's the state of the firewall on the machine? It's possible to ask apache to log the amount of time it took to serve a request, perhaps turn that on and see if the issue is with Koha or with the browser. Actually, just using the Firefox plugin "firebug" might help with that. Does the Solaris server spend time under IO load during the time it's waiting? My rather slow (Linux) laptop runs Koha in a VM with several times the number of records as that much faster, so it's definitely something odd in your setup. Robin.
participants (4)
-
Angela.Secrest -
Nicole Engard -
Robin Sheat -
Zeno Tajoli