Colin, thank you for your response, but it doesn't wok. And the logs do not show any error!<br>It'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">><br>
</div>The problem is probably in the $query. The zebrasrv may be logging an<br>
error that clarifies this. A problem I'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 "mainmainentry") {<br>
- $attr =" \@attr 1=Heading-Main ";<br>
+ $attr =" \@attr 1=Heading ";<br>
}elsif (@$tags[$i] eq "mainentry") {<br>
$attr =" \@attr 1=Heading ";<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>