Maybe the UNC path is failing? I have no idea whether CFINDEX will support those, but just to try another path, what about using the mapped drive letter:
<cfcollection action="update" collection="myCollection" type="file" key="y:\file\content.doc" custom1="fileID" status="getStatus"/> On 6/20/06, Johnny Le <[EMAIL PROTECTED]> wrote: > Hi, > > I have a windows map drive to another server. I can read the files with > cffile fine, but when I use cfcollection to index the file, it doesn't do it. > When I cfdump the status, it says "File not found". > > So <cffile action="read" file="\\abc\file\content.doc" variable="content"/> > works fine. > > But <cfcollection action="update" collection="myCollection" type="file" > key="\\abc\file\content.doc" custom1="fileID" status="getStatus"/> doesn't > work. > > Would you please tell me what I need to do to make it work? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244237 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

