Where is My Metadata?

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.

Crystal Reports, Crystal Reports Enterprise (XI3, BI4)

 
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
 

© 2013-2015 by Infolytik