Colin, thank you for your response, but it doesn&#39;t  wok. And the logs do not show any error!<br>It&#39;s a mistery...<br><br>Thank you<br><br>bgk<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt;<br>
</div>The problem is probably in the $query. The zebrasrv may be logging an<br>
error that clarifies this. A problem I&#39;ve found in running this job is<br>
that the query is using an undefined attribute. Try this change in<br>
AuthoritiesMarc.pm:<br>
diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm<br>
index f9bf733..32dec17 100644<br>
--- a/C4/AuthoritiesMarc.pm<br>
+++ b/C4/AuthoritiesMarc.pm<br>
@@ -220,7 +220,7 @@ sub SearchAuthorities {<br>
              if (@$value[$i]){<br>
              ##If mainentry search $a tag<br>
                  if (@$tags[$i] eq &quot;mainmainentry&quot;) {<br>
-                $attr =&quot; \@attr 1=Heading-Main &quot;;<br>
+                $attr =&quot; \@attr 1=Heading &quot;;<br>
                  }elsif (@$tags[$i] eq &quot;mainentry&quot;) {<br>
                  $attr =&quot; \@attr 1=Heading &quot;;<br>
<br>
The change is present in HEAD but not in 3.0.x<br>
<br>
Hope that helps<br>
Colin<br>
<br>
--<br>
Colin Campbell<br></blockquote></div><br>