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.