Hi, I installed koha2.0.0 on the day it came out and was hoping I was going to install it in our library. However I just stumbled across another problem with the z3950 search :-( Here is what I've done. 1. Set up 9 z3950 servers. 2. Run ./processz3950queue from the command prompt 3. When search for the first time, 9 Processing ISBN=.... at server ... (n forks) lines appear, where n = 1..9. So far so good. 3b. After a few seconds they _all_ come back with 'no records found', followed by _all_ 'search done'. So far so good. 4. However when I search again, there are still 9 Processing ISBN=.... at server ... (n forks) lines, but this time n=5..13. 4b. After a few seconds they _all_ come back with 'no records found', followed by _all_ 'search done'. 5. When I search again, there are still 9 Processing ISBN=.... at server ... (n forks) lines, but this time n=9..17. 5b. After a few seconds they _all_ come back with 'no records found', followed by _all_ 'search done'. 6. The next search is different, as the script goes to line 325, which has a comment: # $forkcounter >=12 So (5-1) + (9-5) + would be (13-9) = 12. Bingo, the if stament falls through. Can someone please tell me how to fix or what I have possibly done wrong. Thanks tomasz kotula.
T & J Kotula a écrit :
Hi,
I installed koha2.0.0 on the day it came out and was hoping I was going to install it in our library. However I just stumbled across another problem with the z3950 search :-(
Here is what I've done.
1. Set up 9 z3950 servers.
could you dump your z3950servers table & mail it there ?
2. Run ./processz3950queue from the command prompt 3. When search for the first time, 9 Processing ISBN=.... at server ... (n forks) lines appear, where n = 1..9. So far so good.
n=1..9 => means you have 9 z3950 servers ??? Try with 1 only, then add another... You say ISBN=... You have an isbn here isn't it ? -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Paul, thanks for your prompt reply.
could you dump your z3950servers table & mail it there ? I'll try to do it tomorrow, as at the moment the server is in my car and I'm just about to go and show koha to a couple of library people.
3. When search for the first time, 9 Processing ISBN=.... at server ... (n forks) lines appear, where n = 1..9. So far so good.
n=1..9 => means you have 9 z3950 servers ??? Yes, I have 9 servers and 1..9 are the ($forkcounter+1) numbers as printer by the: print "$$/$id : Processing $type=$term at....
Try with 1 only, then add another... Good idea. I will do that (again tomorrow) and see what brakes it.
You say ISBN=... You have an isbn here isn't it ? Sure, it was even a valid ISBN.
tomasz.
participants (2)
-
paul POULAIN -
T & J Kotula