<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:1912344607;
        mso-list-type:hybrid;
        mso-list-template-ids:1920372608 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Koha folks,<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I&#8217;ve been pouring over this problem, consulting the
forums, free web and source code in an attempt to figure out why I&#8217;m
getting this error.&nbsp; The closest I&#8217;ve found is this old post from
2006: <a
href="http://www.nabble.com/Zebra-config-problem-(still-1)-td2747685.html#a2747685">http://www.nabble.com/Zebra-config-problem-(still-1)-td2747685.html#a2747685</a><o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Here is my procedure:<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span><![endif]>I&#8217;ve exported my name authority records from my
ILS in their proprietary XML format.<o:p></o:p></p>

<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>2.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span><![endif]>Converting their XML into MARCXML<o:p></o:p></p>

<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>3.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span><![endif]>Importing the MARCXML into Koha with ./bulkauthimport.pl
&#8211;m MARCXML<o:p></o:p></p>

<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>4.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span><![endif]>At this point, I can check the DB, and see my records
in auth_header.&nbsp; They have auth_ids, and both marc and marcxml.<o:p></o:p></p>

<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>5.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span><![endif]>When I run ./rebuild_zebra.pl &#8211;a, I get the
following (snipped for convenience; full output below):<br>
<br>
12:24:32-01/07 zebraidx(11611) [warn]
/tmp/Zvy3uS9fsy/authority/exported_records:0 record.abs:13: Couldn't find att
'any' in attset<br>
12:24:32-01/07 zebraidx(11611) [warn]
/tmp/Zvy3uS9fsy/authority/exported_records:0 Unable to acquire abstract syntax
for 'record'<br>
12:24:32-01/07 zebraidx(11611) [warn] Record didn't contain match fields in
(bib1,Local-Number)<br>
12:24:32-01/07 zebraidx(11611) [warn] Bad match criteria<br>
<br>
<o:p></o:p></p>

<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>6.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span><![endif]>When I attempt to search for any authorities, using
terms I know should match record #1, I get nothing.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>My initial guess is that I need to change my matching
criteria somehow&#8230;<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Any help would be greatly appreciated.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Cheers,<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Ian Walls<o:p></o:p></p>

<p class=MsoNormal>Systems Integration Librarian<o:p></o:p></p>

<p class=MsoNormal>NYU Health Sciences Libraries<o:p></o:p></p>

<p class=MsoNormal>(212) 263-8687<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Full output of error message:<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Records exported: 11020<br>
====================<br>
REINDEXING zebra<br>
====================<br>
12:24:32-01/07 zebraidx(11610) [log] zebra_start
/etc/koha/zebradb/zebra-authorities.cfg 1.3.50<br>
12:24:32-01/07 zebraidx(11610) [log] enabling cache spec=/var/lib/koha/zebradb/authorities/shadow:1G<br>
12:24:32-01/07 zebraidx(11610) [log] cache_fname =
/var/lib/koha/zebradb/authorities/shadow/cache<br>
12:24:32-01/07 zebraidx(11610) [debug][log] zebra_stop<br>
12:24:32-01/07 zebraidx(11611) [log] zebra_start /etc/koha/zebradb/zebra-authorities.cfg
1.3.50<br>
12:24:32-01/07 zebraidx(11611) [debug][log] zebra_register_open rw = 1
useshadow=1 p=0x80b5788,n=,rp=(none)<br>
12:24:32-01/07 zebraidx(11611) [log] enabling cache
spec=/var/lib/koha/zebradb/authorities/shadow:1G<br>
12:24:32-01/07 zebraidx(11611) [log] cache_fname =
/var/lib/koha/zebradb/authorities/shadow/cache<br>
12:24:32-01/07 zebraidx(11611) [log] dir /tmp/Zvy3uS9fsy/authority<br>
12:24:32-01/07 zebraidx(11611) [warn]
/tmp/Zvy3uS9fsy/authority/exported_records:0 record.abs:13: Couldn't find att
'any' in attset<br>
12:24:32-01/07 zebraidx(11611) [warn]
/tmp/Zvy3uS9fsy/authority/exported_records:0 Unable to acquire abstract syntax
for 'record'<br>
12:24:32-01/07 zebraidx(11611) [warn] Record didn't contain match fields in
(bib1,Local-Number)<br>
12:24:32-01/07 zebraidx(11611) [warn] Bad match criteria<br>
12:24:32-01/07 zebraidx(11611) [log] zebra_end_trans<br>
12:24:32-01/07 zebraidx(11611) [log] sorting section 1<br>
12:24:32-01/07 zebraidx(11611) [log] Iterations . . .&nbsp;&nbsp;&nbsp;&nbsp;
57<br>
12:24:32-01/07 zebraidx(11611) [log] Distinct words .&nbsp;&nbsp;&nbsp;&nbsp;
21<br>
12:24:32-01/07 zebraidx(11611) [log] Updates. . . .
.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
12:24:32-01/07 zebraidx(11611) [log] Deletions. . .
.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
12:24:32-01/07 zebraidx(11611) [log] Insertions . . .&nbsp;&nbsp;&nbsp;&nbsp;
21<br>
12:24:32-01/07 zebraidx(11611) [debug][log] zebra_register_close p=0x80b5788<br>
12:24:32-01/07 zebraidx(11611) [log]
Records:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 i/u/d 0/0/0<br>
12:24:32-01/07 zebraidx(11611) [log] user/system: 1/0<br>
12:24:32-01/07 zebraidx(11611) [debug][log] zebra_stop<br>
12:24:32-01/07 zebraidx(11611) [log] zebraidx times:&nbsp; 0.07&nbsp;
0.01&nbsp; 0.00<br>
12:24:32-01/07 zebraidx(11612) [log] zebra_start
/etc/koha/zebradb/zebra-authorities.cfg 1.3.50<br>
12:24:32-01/07 zebraidx(11612) [log] enabling cache
spec=/var/lib/koha/zebradb/authorities/shadow:1G<br>
12:24:32-01/07 zebraidx(11612) [log] cache_fname =
/var/lib/koha/zebradb/authorities/shadow/cache<br>
12:24:32-01/07 zebraidx(11612) [log] commit start<br>
12:24:32-01/07 zebraidx(11612) [debug][log] zebra_stop<br>
skipping biblios<br>
====================<br>
CLEANING<br>
====================<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<pre></PRE>
<html>
<body>
------------------------------------------------------------<br />
This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email.<br />
=================================
</body>
</html>
<PRE>
</pre></body>

</html>