strange anytotx errors

Post Reply
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

strange anytotx errors

Post by legedza.henry »

Hi there,

Can someone shed some light on the following issue:

We are using V5.02 with plugin

The crawling seems to stop normally but prematurely. When I check the error log I notice files which give the following error.

2005-01-06 16:00:37 http://www.decs.sa.gov.au/docs/files/co ... TATION.doc Error translating via anytotx: 100 2005-01-06 16:00:37 Anytotx translator C:\Webinator\etc\antiword\antiword -mTitle -mSubject -mKeywords -l -fMSW --timeout=120 --error-log=C:\data/texis/doctest/anytotx-errors.1640 --max-depth=9 --content-type=application/msword C:\WINNT\TEMP\cvti01020a stderr output for follows 100 Get Filesize error for C:\WINNT\TEMP\cvti01020a: 2: No such file or directory 100 I can't get the size of 'C:\WINNT\TEMP\cvti01020a' 100 2005-01-06 16:00:37 Anytotx translator C:\Webinator\etc\antiword\antiword -mTitle -mSubject -mKeywords -l -fMSW --timeout=120 --error-log=C:\data/texis/doctest/anytotx-errors.1640 --max-depth=9 --content-type=application/msword C:\WINNT\TEMP\cvti01020a returned exit code 1 for in the function txdatatran_translatefile (C:\Webinator\anytotx.exe -fmsw --timeout=120 "--error-log=C:\data/texis/doctest/anytotx-errors.1640")

I have tried excluding a few but the crawl just keeps finding them.

Thanks
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

strange anytotx errors

Post by Kai »

This can happen if the user that is running Webinator (usually I_USR) does not have full control of the temp directory (C:\WINNT\TEMP in this case). It may have write perms, but not list-folder perms, which allows it to create temp files that it then cannot read (anytotx needs List Folder in addition to Read).

Give I_USR (or whatever user your web server runs CGI programs as) full control to C:\WINNT\TEMP. If you cannot do that, create another temporary dir that you can give full control too, and set the Temporary Dir option under All Walk Settings to that dir.
Post Reply