If the status tab for a data source shows that there are failures, you can find further information in the log file.
To view the log file for a data source configuration:
On the CAS host, navigate to the log directory of the CAS Server. This directory is located in
<install path>\CAS\workspace\logs
under the root directory of CAS.Open the
cas-service.log
file. You can identify log messages relating to a specific crawl because they contain the name of the data source within brackets. For example, a log message for a data source configuration named myDataSource might look like this:08-06-12 11:48:47 DEBUG [myDataSource] Starting work: Processing c:\My Documents\Test.doc (WorkExecutor$WorkRunnable)
For information on troubleshooting data source crawling errors, see the CAS Developer's Guide.