> okay, i have been trying to set up FTS for weeks now....this is my
> newsfeeds.conf file setup the way i am assuming you are supposed to:
>
> ------------
> site me
> groups *
>
> site 192.168.1.100
> groups alt.*,local.*
> type dfeed
>
> site ftsfeed
> groups alt.*
> prog_name C:\WINNT\System32\xmit.exe
> type program
> --------------------
>
> as soon as i implement that, dnews locks up and i can't connect to it. it
> never fails. when i remove the ftsfeed, everything works great. i haven't
> even begun to get FTS working. i have the FTS directory entered correctly
> into dnews.conf as well. the xmit service was created and started
> successfully, too. please help. thanks.
Hi,
Change in newsfeeds.conf
site ftsfeed
groups alt.*
prog_name C:\WINNT\System32\xmit.exe
type program
To
site ftsfeed
groups alt.*
Once these changes are made, use the command
tellnews reload
Assuming you have completed steps 1-7 in the fts instructions
(http://netwinsite.com/dnews/ftsearch.htm) as previously discussed, this
should hopefully fix the problem.
- Roydon L.