Re: [Koha] Questions on authority import from third party
If I'm not wrong, in your $9's you need to have the 001 of the corresponding auth. Or better, auth_header.authid. The utility misc/link_bibs_to_authorities.pl can do this. You will lose previous $9's, of course. But there are problems with subjects. Then run rebuild_zebra.pl -b -r. Bye. Stefano
Date: Wed, 4 Apr 2012 10:30:17 +0200 From: Hugo Agud <hagud@orex.es> To: Koha list <koha@lists.katipo.co.nz> Subject: [Koha] Questions on authority import from third party Message-ID: <CADT_QRStgko_83Mf_qDzoE8CGFHT9vXgCA6ARcBeHuoarakCxA@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Dear all
We have imported bib records and auth records from a local system successfully, but now we have the bib records with tag 9 with old authid, that doesn't match with the new koha authid (after importing koha have assigned a new authid) and If we add a new record of an existing auth, it copies the new authid and doesn't match with the existing authid catalogued in the bib records.
We are thinking different options, but I wish to ask you If anybody has easier sync auth and bib records in koha...
a) we can overwrite the 001 koha filed with the 003 (where we copied the old authid from the old ILS) b) we can modify the *Authority plugin & indicators* for copying the auth id into 009 ( the 034 (the old authid) when exists and the 001 (koha generated authid) when no 034 (the old authid)
Any hep will be welcomed!!
--
*Hugo Agud - Orex Digital *
Hi Stefano Yes we need to match $9 and 001... but 001 is assigned by Koha, we have the right number at auth 003... we will correct with some mysql, but perhaps somebody knows an easier way... Thanks a lot for your advice ;) 2012/4/4 Stefano Bargioni <bargioni@pusc.it>
If I'm not wrong, in your $9's you need to have the 001 of the corresponding auth. Or better, auth_header.authid. The utility misc/link_bibs_to_authorities.pl can do this. You will lose previous $9's, of course. But there are problems with subjects. Then run rebuild_zebra.pl -b -r. Bye. Stefano
Date: Wed, 4 Apr 2012 10:30:17 +0200 From: Hugo Agud <hagud@orex.es> To: Koha list <koha@lists.katipo.co.nz> Subject: [Koha] Questions on authority import from third party Message-ID: < CADT_QRStgko_83Mf_qDzoE8CGFHT9vXgCA6ARcBeHuoarakCxA@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Dear all
We have imported bib records and auth records from a local system successfully, but now we have the bib records with tag 9 with old authid, that doesn't match with the new koha authid (after importing koha have assigned a new authid) and If we add a new record of an existing auth, it copies the new authid and doesn't match with the existing authid catalogued in the bib records.
We are thinking different options, but I wish to ask you If anybody has easier sync auth and bib records in koha...
a) we can overwrite the 001 koha filed with the 003 (where we copied the old authid from the old ILS) b) we can modify the *Authority plugin & indicators* for copying the auth id into 009 ( the 034 (the old authid) when exists and the 001 (koha generated authid) when no 034 (the old authid)
Any hep will be welcomed!!
--
*Hugo Agud - Orex Digital *
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- *Hugo Agud - Orex Digital * *www.orex.es* * * Director Avenida Sarriá 29 · 08029 Barcelona <http://twitter.com/OrexDigital> :<http://orexsl.blogspot.com>hugoaguda - Tel: 93 539 40 70 Fax: 93 539 33 30 hagud@orex.es · http://www.orex.es/ No imprima este mensaje a no ser que sea necesario. Una tonelada de papel implica la tala de 15 árboles y el consumo de 250.000 litros de agua. Aviso de confidencialidad Este mensaje contiene información que puede ser CONFIDENCIAL y/o de USO RESTRINGIDO. Si usted no es el receptor deseado del mensaje (ni está autorizado a recibirlo por el remitente), no está autorizado a copiar, reenviar o divulgar el mensaje o su contenido. Si ha recibido este mensaje por error, por favor, notifíquenoslo inmediatamente y bórrelo de su sistema.
participants (2)
-
Hugo Agud -
Stefano Bargioni