Actually, #6 is the root of #1 and #2 and probably #4.&nbsp; The problem with is your system and mysql recognizing your timezone, I believe.&nbsp; Test this on the command line with the following commands:<br><div style="margin-left: 40px;">
unset TZ<br></div><div style="margin-left: 40px;">date<br>export TZ=&quot;US/Central&quot;<br>date<br></div><br>See what timezone your system *is* configured for (with TZ unset) and see if the system can handle your TZ.&nbsp; I&#39;m guessing the system itself can, but mysql doesn&#39;t like it.&nbsp; <br>
<br>So the next thing to look at are the TZ&#39;s in mysql, and updating them with <a href="http://dev.mysql.com/doc/refman/5.1/en/mysql-tzinfo-to-sql.html" title="4.4.7.&nbsp;mysql_tzinfo_to_sql — Load the Time Zone Tables"><span><strong class="command">mysql_tzinfo_to_sql</strong></span></a>:<br>
<div style="margin-left: 40px;"><a href="http://dev.mysql.com/doc/refman/5.1/en/mysql-tzinfo-to-sql.html">http://dev.mysql.com/doc/refman/5.1/en/mysql-tzinfo-to-sql.html</a><br></div><br>Note, your sysadmin can run (and even schedule) rebuild_zebra.pl without setting TZ, just to get you started.&nbsp; <br>
<br>As for #5, the normalized call number for sorting is the call number... normalized for sorting.&nbsp; That is, certain classes of characters that are to be treated as equivalents are mapped to a common character.&nbsp; In your example, it looks like whitespace is mapped to &quot;_&quot;.&nbsp; <br>
Basically, don&#39;t worry about it unless call number order elsewhere seems not to be accurate.<br><br>That leaves really only #3, for which you should check that you have the best version of your barcode font installed, or try to characterize which data &quot;blocks out&quot; and which prints OK.&nbsp; <br>
<br>--Joe Atzberger<br><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 3:56 AM, Zeno Tajoli <span dir="ltr">&lt;<a href="mailto:tajoli@cilea.it">tajoli@cilea.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<div class="Ih2E3d"><br>
&gt;1) When we catalog new items (whether it be a record we have<br>
&gt;imported in, an item we have added to an existing record or a new<br>
&gt;record we have done original cataloging for) we are unable to get it<br>
&gt;to show up in the results screen when we search for it in the<br>
&gt;catalog. &nbsp;I can enter the barcode at check in and it comes up and I<br>
&gt;can enter the barcode in at checkout and check it out to a patron<br>
&gt;and it comes up fine. &nbsp;It just doesn&#39;t come up when I search for it<br>
&gt;in the catalog.<br>
&gt;<br>
&gt;2) Because the book is not coming up when I search for it I&#39;m also<br>
&gt;not able to search for it when I want to print the barcode. &nbsp;I can<br>
&gt;print the barcode using a barcode generator but it should work in the program.<br>
&gt;<br>
&gt;<br>
</div><div class="Ih2E3d">&gt;And finally,<br>
&gt;6) &nbsp;Our It person found this today:<br>
&gt;<br>
&gt;Cron job to update Zebra indexes every 15 minutes returning the<br>
&gt;following via email:<br>
&gt;X-Cron-Env: &lt;HOME=/home/koha&gt;<br>
&gt;X-Cron-Env: &lt;PERL5LIB=/home/koha/kohaclone&gt;<br>
&gt;X-Cron-Env: &lt;KOHA_CONF=/home/koha/koha-dev/etc/koha-conf.xml&gt;<br>
&gt;X-Cron-Env: &lt;TZ=US/Central&gt;<br>
&gt;X-Cron-Env: &lt;SHELL=/bin/sh&gt;<br>
&gt;X-Cron-Env: &lt;PATH=/usr/bin:/bin&gt;<br>
&gt;X-Cron-Env: &lt;LOGNAME=koha&gt;<br>
&gt;X-Cron-Env: &lt;USER=koha&gt;<br>
&gt;<br>
&gt;DBD::mysql::db do failed: Unknown or incorrect time zone:<br>
&gt;&#39;US/Central&#39; at /home/<br>
&gt;koha/kohaclone/C4/Context.pm line 675.<br>
<br>
<br>
</div>problems 1), &nbsp;2), &nbsp;6) are the same:<br>
you use Zebra as indexer and Zebra doesn&#39;t work &nbsp;well<br>
<br>
So tell ro your IT support to read CAREFULLY the install.* files in<br>
the koha package and try to start Zebra and indexing of the<br>
bibliographic/holding data.<br>
<br>
Bye<br>
<font color="#888888"><br>
Zeno Tajoli<br>
CILEA - Segrate (MI)<br>
tajoliAT_SPAM_no_prendiATcilea.it<br>
(Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @)<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br>