> 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?

When you use CFFILE, the CF service needs to have rights to access the
filesystem in question. When you use CFCOLLECTION in CFMX 7, I think that CF
issues a command to the Verity service, which will also need to have rights
to access the filesystem in question. Beyond that, I don't know whether
Verity has other problems accessing remote Windows shares.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244242
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to