Re: [Koha] LOC Z39.50 Connection configuration setup
At 09:42 AM 6/7/2016 -0400, G.C. wrote:
[snip] So, one possibility is that there is a firewall blocking the LC Z39.50 server outright, or just your ability to access port 210. To distinguish, you could try the following command:
curl http://lx2.loc.gov
That will always give <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>403 Forbidden</title> etc, etc Try using: curl http://lx2.loc.gov:210 which should give: <?xml version="1.0"?> <zs:explainResponse xmlns:zs= etc, etc Our production Z39.50 to LoC works perfectly using lx2.loc.gov:210 LCDB USMARC utf8 Best -- Paul
If you get a response like the following:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Forbidden
You don't have permission to access / on this server.
... it means that while you are able to access the Z39.50 server on port 80, access to port 210 is blocked. If that's the case, your next step would be to check with your server and network administrators to see if there is an outgoing block on port 210.
Regards,
Galen -- Galen Charlton Infrastructure and Added Services Manager Equinox Software, Inc. / Open Your Library email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
--- Maritime heritage and history, preservation and conservation, research and education through the written word and the arts. <http://NavalMarineArchive.com> and <http://UltraMarine.ca>
Hi, On Tue, Jun 7, 2016 at 12:44 PM, Paul A <paul.a@navalmarinearchive.com> wrote:
At 09:42 AM 6/7/2016 -0400, G.C. wrote:
curl http://lx2.loc.gov
That will always give <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>403 Forbidden</title> etc, etc
Well no, it will not give that response if it turns out that the entire host is blocked, not just port 80.
Try using: curl http://lx2.loc.gov:210 which should give: <?xml version="1.0"?> <zs:explainResponse xmlns:zs= etc, etc
Given that Decka David has already indicated that yaz-client failed to connect to lx2.loc.gov/LCDB -- and that form of zurl uses the default port of 210 -- a curl of the SRU interface on port 210 is unlikely to provide any new information. Regards, Galen -- Galen Charlton Infrastructure and Added Services Manager Equinox Software, Inc. / Open Your Library email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (2)
-
Galen Charlton -
Paul A