PDA

View Full Version : index file attachement: return error



pierregauthier
12-07-2009, 01:50 PM
Hi,
I'm using Mindtouch core version 9.8.0.16080 on awindows 2003 server.
I'm having problems when indexing file attachements.
My configurationis as follow
<indexer>
<path.store>C:\deki\web\bin\cache\luceneindex\$1</path.store>
<filter-path extension="doc"></filter-path>
<filter-path extension="pdf"></filter-path>

The error I get:
[DispatchThread #17] ERROR MindTouch.LuceneService.UpdateRecordDispatcher - DispatchFromQueue(async queue processor encountered an error)
MindTouch.Dream.DreamBadRequestException: unable to fetch content from 'http://fr455066b/@api/deki/files/573
at MindTouch.LuceneService.LuceneService.<ConvertToText>d__36.MoveNext()
at MindTouch.Dream.Coroutine.Iterate(IEnumerator`1 coroutine, TaskEnv env, Action`1 completion)

Could somebody help to find the reason why ?

mcraven
12-07-2009, 06:29 PM
Take a look at the following page:
http://developer.mindtouch.com/index.php?title=Deki/FAQ/File_Management/How_do_I...Index_file_attachments%3F

Windows uses the Microsoft iFilter service to index files.

Regards,
Mark C.