Despite how rock-solid the MetaMiner solution is, and the lengths we have gone to make sure no report, Universe or UNX file goes unturned, there's always the odd CMS disconnection or corrupt Web Intelligence report that must be addressed or investigated.
The following sections help you discover the deeper logging and error reporting capabilities of MetaMiner so you can quickly determine any issues and report them back to Infolytik Support for further troubleshooting.
SELECT
COUNT( ID )
,'POSSIBLE_ERROR' AS "EXTRACTION_STATUS"
FROM
crystal_Documents
WHERE
PROCESSINGERROR IS NOT NULL
AND ISDELETED = 0
UNION
SELECT
COUNT( ID )
,'SUCCESS' AS "EXTRACTION_STATUS"
FROM
crystal_Documents
WHERE
PROCESSINGERROR IS NULL
AND ISDELETED = 0