[OPEN-ILS-DEV] Z39.50 error 1000
Dan Scott
dan at coffeecode.net
Thu Nov 19 14:20:27 EST 2009
On Thu, 2009-11-19 at 13:21 -0400, Grant Johnson wrote:
> Hi all,
>
> Trying to get Refworks to successfully receive results via Z39.50.
>
> The US site works fine and gets results BIUT when we try to search from
> ScholarsPortal (Canadian)an error gets thrown.
>
> Specifically this one...
>
> "The Z39 Site University of Prince Edward Island is Busy. Please try
> your search again later. Specific Error returned = 10000"
>
> Apparently they are using the same config.
> What's error 1000?
>
> Any idea's?
Hey, that's 10000, not 1000!
A Google search for "yaz error 10000" returns
http://kobesearch.cpan.org/htdocs/Net-Z3950-ZOOM/Net/Z3950/ZOOM.pm.html
as one of the top hits, with:
sub ERROR_CONNECT { 10000 }
(defined as the corollary of the error codes in yaz/zoom.h)
So, I would interpret that as RefWorks couldn't connect to your Z39.50 server. I don't know why, though :(
More information about the Open-ils-dev
mailing list