Viewing Run Instances for a Mass Ingestion Specification
Each time that you run a mass ingestion specification, the Mass Ingestion Service generates a run instance. You can view the run instances in the Execution History view on the Overview page in the Mass Ingestion tool.
The following image shows run instances in the Execution History view on the Overview page:
- 1. Execution History view. Displays the run instances of the mass ingestion specification.
- 2. Start Time. Displays the start time for the run instance.
- 3. Service Name. Displays the Data Integration Service where the mass ingestion specification is deployed.
- 4. Status. Displays the status of the run instance.
You can also list the run instances for a mass ingestion specification from the command line.
For more information, see
listSpecRuns in the "infacmd mi Command Reference" appendix.
Run Instance Status
The run instance status might display Completed, Failed, Running, Aborted, Canceled, Queued, or Unknown.
The following table describes the status that might be displayed for each run instance:
Status | Description |
---|
Completed | The run instance of the mass ingestion specification is completed. All data is ingested to the target successfully. |
Failed | The run instance of the mass ingestion specification failed. Some data failed to be ingested to the target. |
Running | The run instance of the mass ingestion specification is running. Some data is being ingested to the target. |
Aborted | The run instance of the mass ingestion specification is aborted. The run instance was aborted from the command line. |
Canceled | The run instance of the mass ingestion specification is canceled. The jobs to ingest some source tables in the mass ingestion specification are canceled on the Data Integration Service. |
Queued | The run instance of the mass ingestion specification is queued. The jobs to ingest some source tables in the mass ingestion specification are queued on the Data Integration Service. |
Unknown | The status of the mass ingestion specification run instance is unknown. The Mass Ingestion Service cannot fetch the status of the run instance. The status for the run instance might display Unknown in the following circumstances: - - A Model repository is not configured in the monitoring settings for the Mass Ingestion Service.
- - The Data Integration Service is disabled.
|