cancel
Showing results for 
Search instead for 
Did you mean: 

Exit code 200 scanning SharePoint collection

StuartMcArthur
Level 3

I have an issue when scanning a SharePoint site collection, certain sites fail to perform a full metascan with an Exit code of 200. This code is not listed in the documentation. 

Has anyone else had the same or similar issue when scanning SharePoint collections. 

2 REPLIES 2

Rod_p1
Level 6
Employee Accredited Certified

Stuart the SparePoint scanner log for the site in question will have more detailed logging and provide context for the failure.

If you can look into the log and follow the progress you should see the point of failure rather than the exit code stating it was not a clean scan.

To determine the exact log versus looking at the console output you can determine the site identification number and check the log sharepoint_scanner_#.log under the directory C:\Program Files\DataInsight\log\scanner on the collector worker node assigned to the designated SharePoint webapp.

To determine the number you can either seek it out via commandline:

C:\Users\administrator>configdb -pT sitecoll |findstr IA

|8|http://sharepoint1/sites/IA|2|1|3|3|Indexer1|Indexer1|C:/DataInsight/data/indexer/default/8/8|5,6|http://sharepoint1/sites/IA|

Note: the output includes a header but also every site and the filter to a part of the name eliminates it. #|sh_id|sh_name|sh_type|sh_enabled|filer_id|idx_id|idx_name|idx_ip|idx_folder|exts|url|

Or it is available via the console with a mouse:

Use the Settings tab and choose your SharePoint sources from the Inventory panel on the left. Then click on the webapp hosting the site in question and go to its' Monitored Sites view. Mouse over any column header and choose ID from the dropdown to enable the ID column.

SPID.jpg

You will now see the ID in the leftmost column as example My IA site is number 8 as above.

SPID#.jpg

 Typically in reviewing the logs, we can ignore the WARNING: tags and focus on ERROR: or SEVERE: for problem determination.

Please ensure the Client version:  and the Webservice version: parameters match.

The log is cumulative up to a defined size allowing you as Admin to review past scans to the current one to identify a new issue or long standing problem.

If you need assistance with review the Veritas Support team has trained technicians available to assist you otherwise we can follow up here with your next question.

 

Rod

 

 

Thanks for your assistance and guidance. 

I have reviewed the logs and reduced the pagefile and this is still hit and miss with completing a successful scan. Turns out that the Sharepoint server is being problematic with other processors running and this is highly likely why i am receiving this issue. The client is investigating the issue. Data Insight has been ruled out as the cause.