<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
I am running RT 4.0.10 oh a CentOS server (64bit).<br>
I have set up full text search with mysql and sphinx 2.0.7.<br>
<br>
I was able to search using the "search" tool from sphinx, but whenever I tried a search in RT I got 0 results.<br>
<br>
Looking in the RT log I found this error:<br>
<blockquote><big><tt><span class="forum_text">"ERROR 1430: There was a problem processing the query on the foreign data source.</span></tt></big><br>
<big><tt><span class="forum_text">Data source error: INTERNAL ERROR: 1st column must be bigint to accept 64-bit DOCID"</span></tt></big><br>
</blockquote>
<br>
After a lot of research, I dropped and recreated the AttachmentsIndex table, changing the
<b>Id</b> field from <b>int(10)</b> to <b>bigint</b>. <br>
Now search in RT works correctly.<br>
<br>
Hope this helps.<br>
Bye<br>
Cristiano<br>
<div class="moz-signature">-- <br>
<b><i>Cristiano Guadagnino</i></b><br>
<small>Servizio Data Administration<br>
Bankadati S.I.<br>
Gruppo Credito Valtellinese<br>
Tel. +39-0342-522172</small><br>
</div>
</body>
</html>