Re: [Koha] SRU Config

2021-05-07 Thread Tomas Cohen Arazi
Has anyone managed to set the SRU searching for this: https://muscat.rism.info/sru/sources?operation=searchRetrieve=siglum=100 I cannot! El vie, 7 may 2021 a las 13:46, Katrin Fischer () escribió: > Missed this one :) > > On 07.05.21 17:53, Thomas Klausner wrote: > > Hi! > > > > I figured it

Re: [Koha] Using API to import borrower data

2021-05-07 Thread Tomas Cohen Arazi
Yes. There's a route that can be used to inject new patrons: POST /api/v1/patrons There's a catch: extended attributes. Those cannot be added on stable versions, we introduced it now with 21.05. Both routes for dealing with them, and the ability to pass the extended_attributes to that POST route

[Koha] Using API to import borrower data

2021-05-07 Thread Elaine Bradtke
I'm not the technical half of the team, so I'm learning as I go along. Has anyone used API to import borrower records from another source? Elaine Bradtke VWML English Folk Dance and Song Society Cecil Sharp House, 2 Regent's Park Road, London NW1

Re: [Koha] [koha] COMBINE SQL REPORTS TO ONE WITH COLUMNS

2021-05-07 Thread Katrin Fischer
Hi James, that is not quite what you want yet, actually it's the other way around. But maybe it will spark some ideas: SELECT "Count of patrons" as "Type", count(*) as "Count" from borrowers UNION SELECT "Count of items", count(*) from items; Will give you: +--+---+ | Type 

Re: [Koha] SRU Config

2021-05-07 Thread Katrin Fischer
Missed this one :) On 07.05.21 17:53, Thomas Klausner wrote: Hi! I figured it out (with a little off-list help by Stefan Kugler - thanks!!) My working config now is: Hostname: services.dnb.de Port: 80(instead of 443) Database: sru/authorities (remove slash at the start)

Re: [Koha] SRU Config

2021-05-07 Thread Katrin Fischer
Hi Thomas, it looks like the DNB SRU server no longer requires registration, but this might still have a lot of useful information: http://abunchofthings.net/blog/freie-metadaten-von-der-dnb-per-sru/ It suggests using: sru=get,sru_version=1.1,schema=MARC21-xml And you will also want to set up

Re: [Koha] SRU Config

2021-05-07 Thread Thomas Klausner
Hi! I figured it out (with a little off-list help by Stefan Kugler - thanks!!) My working config now is: Hostname: services.dnb.de Port: 80(instead of 443) Database: sru/authorities (remove slash at the start) Database: sru/accessToken~TOKEN/authorities (though it seems

[Koha] SRU Config

2021-05-07 Thread Thomas Klausner
Hi! (reposting from IRC, where I got warnocked): Can somebody help me setting up a Z39.50/SRU server config? We want to query https://services.dnb.de/sru/authorities, but I don't get any results, because it seems Zoom gets a 400 error (which is not reported to the UI) I assume that dnb.de

Re: [Koha] Bulk-import authorities via SRU/Z39.50?

2021-05-07 Thread Thomas Klausner
Hi! On Fri, May 07, 2021 at 01:08:54PM +0200, Katrin Fischer wrote: > I am not aware of any script to get the data from the DNB directly. But > if you can create a file with valid MARC data, the bulkmarcimport and > the staged tools will be able to import it. ok, so I will write a script that

Re: [Koha] Bulk-import authorities via SRU/Z39.50?

2021-05-07 Thread Katrin Fischer
Hi Thomas, I am not aware of any script to get the data from the DNB directly. But if you can create a file with valid MARC data, the bulkmarcimport and the staged tools will be able to import it. Hope this helps, Katrin On 06.05.21 14:51, Thomas Klausner wrote: Hi! Is there a script / tool

[Koha] Fwd: Koha and Shibboleth

2021-05-07 Thread Michael Kuhn
Hi Joel and Chris Thanks for your messages! As Chris pointed out is correct - it is saying that the location is / (i. e. the entire site) and this wasn't the the cause of the 404 message indeed. So the following Apache configuration (according to