[Koha-bugs] [Bug 3087] Z39.50 server returns usmarc format records for UNIMARC DB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 24 12:15:55 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3087

--- Comment #39 from Paul Poulain <paul.poulain at biblibre.com> ---
Addition to the previous erratum: the sed is not enough... it does not change
usmarc.mar, that is required for Authorities in grs1 The authority search badly
fails until you've updated usmarc.mar to have:
name unimarc
reference unimarc

(instead of 
name usmarc
reference usmarc
)

So upgrading requires 3 steps:
cd path/to/your/zebra/config/files
sed -i 's/syntax="usmarc"/syntax="unimarc"/' `grep -rl 'syntax="usmarc"' *`
vi etc/usmarc.mar

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list