Application Programming Interface Guide > Built-in Procedures > Procedures Reference > GetDataSourceReintrospectReport
 
GetDataSourceReintrospectReport
Get the reintrospect report for a reintrospection, if available. A reintrospection is started using ReintrospectDataSource. Retrieving the report using this call invalidates reintrospectID.
Location
/lib/resource/
Inputs
reintrospectId: The reintrospection ID provided by the ReintrospectDataSource procedure.
isBlocking: If TRUE, this call does not return until reintrospection has completed or has been canceled by another thread. If FALSE, this call returns immediately, regardless of completion.
Outputs
status: SUCCESS or FAIL (as appropriate) if the reintrospection completed during or prior to this call. INCOMPLETE if isBlocking is FALSE and the reintrospection is still in progress. CANCELED if the reintrospection was canceled by a separate call during this call. These values are available on the Constants tab of the /lib/util/System SQL definition set.
report: The reintrospection report.
Exceptions
NotFoundException: If the reinstrospectId does not exist. It does not exist if it was canceled or if a previous GetDataSourceReintrospectReport already retrieved the report.