Loading...
 

CX_DB_UTILITY::GetCorruptObjectsSel

CX_DB_UTILITY::GetCorruptObjectsSel

Description:

This function returns the objects from an error log created with 'cxcosr.exe -A ...', taking into account only the errors specified in parameters 2 and 3

Code example:
// show corrupt objects found by CXCOSR.EXE -A ... "errors.lst" [ 5, 6, 80 ] [ 285, 286 ] dbUtil Call(GetCorruptObjectsSel) FillObox(, objects)
Stack
Stack Position Object type Brief description
Stack(In) Top CX_DB_UTILITYTool object
Top 1 STRINGError log (file name)
top 2 VECTOR<INTEGER>Vector Error Codes
top 3 VECTOR<INTEGER>Vector SanityCheck codes
Stack(Out) Top COLLECTION Found objects

Function call: Call(GetCorruptObjectsSel)