HI - What is the best approach to debugging missing content from a Sharepoint repository? I have a Sharepoint repository restricted to a specific site path, and have the following rules setup in the Job:
Path matchRule typeAction /*.CSSfileexclude /*.cssfileexclude /*.GIFfileexclude /*.giffileexclude /*.JPEGfileexclude /*.jpegfileexclude /*.JPGfileexclude /*.jpgfileexclude /*.PNGfileexclude /*.pngfileexclude /*.xls*fileexclude /*.XLS*fileexclude /*.JSfileexclude /*.jsfileexclude /*/Lists/Calendar/*fileexclude /*fileinclude /*libraryinclude /*listinclude /*siteinclude I¹m running the search with the debug mode turned on in the properties.xml file: <property name="org.apache.manifoldcf.connectors" value="DEBUG²/> However, even with this turned on there are no references to the documents I¹m missing in any of the logs. Any ideas would be appreciated! Phil
