cfcollection and Windows map drive?

2006-06-20 Thread Johnny Le
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

Re: cfcollection and Windows map drive?

2006-06-20 Thread Rob Wilkerson
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

RE: cfcollection and Windows map drive?

2006-06-20 Thread Dave Watts
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.