Replay and Reprocess errors
This document provides details on replaying and reprocessing errors including error messages and possible remedies.
Error code range: 70002701–70002747
| Code | Error Code | Error Message | Possible Remedy |
|---|---|---|---|
| 70002701 | ERRORS_ALREADY_REPROCESSED | All errors have already been reprocessed. | No action needed. All errors from this run have been reprocessed. |
| 70002702 | FAIL_GET_TASK_LIST | Unable to retrieve the meter task list. | Retry the operation. If it persists, contact support. |
| 70002703 | ONLY_ONE_SOURCE_ALLOWED | Only one source operator is allowed for this operation. | Ensure the meter has only one source for this operation. |
| 70002704 | ONLY_ZUORA_BULK_API_SOURCE_ALLOWED | Only the Zuora Bulk API source type is supported for this operation. | Switch to a Zuora Bulk API source. |
| 70002705 | WAIT_PREVIOUS_REPROCESS_JOB_FINISH | A reprocess job is still running. Please wait for it to complete. | Wait for the current reprocess job to finish before starting another. |
| 70002706 | PLEASE_FINISH_PREVIOUS_REPROCESS_JOB | Please complete the current reprocess job before starting a new one. | Finish or cancel the existing reprocess job first. |
| 70002707 | ONLY_BULK_API_OR_S3_ALLOWED | Only Bulk API or Amazon S3 source operators are supported for this operation. | Use a meter with a Bulk API or S3 source. |
| 70002708 | EVENT_TIME_RANGE_REQUIRED | An event time range is required because this pipeline includes a Zuora usage target. | Provide an event time range (start and end dates) for the run. |
| 70002709 | ONLY_ONE_ZUORA_USAGE_ALLOWED | Only one Zuora usage operator is allowed per meter. | Remove extra Zuora usage operators. |
| 70002710 | ONLY_ONE_ZUORA_BULK_API_ALLOWED | Only one Bulk API source operator is allowed per meter. | Remove extra Bulk API sources. |
| 70002711 | INGESTION_TIME_RANGE_REQUIRED | An ingestion time range is required because this pipeline includes a Bulk API source. | Provide an ingestion time range for the run. |
| 70002712 | SCHEMA_ID_REQUIRED_FOR_OPERATOR | A schema ID is required for operator “[Operator Name]”. | Assign an event definition (schema) to the operator. |
| 70002713 | RUN_DELETION_JOB_FIRST | Please run a deletion job first. | Run a deletion job to clean up data before proceeding with a replay. |
| 70002714 | COMPLETE_PREVIOUS_REPLAY_JOB_FIRST | Please complete the current replay job before starting a new one. | Wait for the current replay to finish. |
| 70002715 | START_DELETION_JOB_FIRST | A deletion job is needed to clean up the previous failed replay. Please run it first. | Start a deletion job to remove data from the failed replay, then retry. |
| 70002716 | PLEASE_COMPLETE_DELETION_JOB | Please complete the deletion job before starting a replay. | Wait for the deletion job to finish. |
| 70002717 | REPLAY_TIME_RANGE_SHOULD_BE_SAME_AS_DELETION_JOB | The replay time range must match the deletion job: [Start Date] to [End Date]. | Set the replay time range to exactly match the deletion job's range. |
| 70002718 | FAIL_CONVERT_REPLAY_PIPELINE_FOR_MISSING_OPERATOR_TYPE | Unable to create replay for pipeline “[Pipeline Name]” (entity “[Entity Name]”): operator type is missing. | Check the meter definition for the indicated entity and ensure all operators have a type set. |
| 70002719 | FAIL_CONVERT_REPLAY_PIPELINE_FOR_MISSING_META_DATA | Unable to create replay for pipeline “[Pipeline Name]” (entity “[Entity Name]”): metadata is missing. | Ensure all operators in the meter have required metadata configured. |
| 70002720 | FAIL_CONVERT_REPLAY_PIPELINE_FOR_MISSING_RUN_ID | Unable to create replay for pipeline “[Pipeline Name]” (entity “[Entity Name]”): run ID is missing. | Provide a valid run ID for the replay. |
| 70002721 | FAIL_CONVERT_REPLAY_PIPELINE_FOR_INVALID_RUN_ID | Unable to create replay for pipeline “[Pipeline Name]” (entity “[Entity Name]”): run ID “[Run ID]” is invalid. | Provide a valid run ID from the meter's run history. |
| 70002722 | DELETION_ONLY_APPLIES_TO_ZUORA_USAGE_JOB | Deletion jobs only apply to meters that include a Zuora usage operator. | Deletion jobs are only available for meters with a Zuora usage target. |
| 70002723 | DELETION_TIME_RANGE_INCONSISTENT | The deletion job time range must match the previous replay: [Start Date] to [End Date]. | Set the deletion time range to match the failed replay's time range. |
| 70002724 | PLEASE_COMPLETE_PREVIOUS_REPLAY_JOB | Please complete the current replay job before starting a new one. | Wait for the current replay to finish. |
| 70002725 | PLEASE_COMPLETE_PREVIOUS_DELETION_JOB | Please complete the current deletion job before starting a new one. | Wait for the current deletion job to finish. |
| 70002726 | PREVIOUS_SESSION_ID_NEEDED | A previous session ID is required for replay. | Provide the session ID of the run you want to replay. Find it in the run history. |
| 70002727 | EVENT_TIME_RANGE_INVALID | The event time range is invalid. Please check the start and end dates. | Ensure the start date is before the end date and both are valid dates. |
| 70002728 | INGESTION_TIME_RANGE_INVALID | The ingestion time range is invalid. Please check the start and end dates. | Ensure the start date is before the end date and both are valid dates. |
| 70002729 | DATE_TIME_FORMAT_INVALID | The date/time format is invalid. | Use a supported date/time format (e.g., yyyy-MM-dd'T'HH:mm:ss). |
| 70002731 | MAXIMUM_EVENTS_THAT_CAN_BE_PROCESSED | A maximum of [Maximum Event Count] events can be processed at once. | Reduce the number of events or split them into multiple batches. |
| 70002732 | PARAMETER_FORMAT_INVALID | The format of parameter “[Parameter Name]” is invalid. | Check the expected format for the parameter and correct it. |
| 70002733 | PREVIOUS_SESSION_NOT_FOUND | The previous session was not found. | Verify the session ID from the run history. |
| 70002734 | PREVIOUS_SESSION_NOT_NORMAL | The previous session is not a normal run and cannot be used for replay. | Select a normal (non-test, non-replay) run session for replay. |
| 70002735 | SINK_SERVER_MISSING | A connection name or bootstrap server is required for the sink. | Configure the connection or bootstrap server in the sink operator. |
| 70002736 | SINK_TOPIC_MISSING | A topic is required for the sink. | Specify the output topic. |
| 70002737 | SINK_UNSUPPORTED_FORMAT | The format “[Format]” is not supported for this sink. | Use a supported output format. |
| 70002738 | SINK_METER_ID_MISSING | A meter ID is required for the sink. | Provide the meter ID. |
| 70002739 | SINK_SCHEMA_ID_MISSING | A schema ID is required for the sink. | Assign an event definition to the sink. |
| 70002740 | SINK_GLOBAL_ID_MISSING | A global ID is required for the sink. | Provide the global ID. |
| 70002741 | TABLE_PATH_NOT_EXISTING | The table does not exist at “[Path]”. | Verify the table path exists. |
| 70002742 | EVENT_DEFINITION_STORAGE_NOT_SUPPORTED | Storage is not supported for this event definition. | Use a different event definition that supports storage, or remove the storage configuration. |
| 70002743 | EVENT_TIME_REQUIRED | An event time is required. | Ensure the event includes an event time field with a valid value. |
| 70002744 | SUBJECT_MISSING | A subject is required for operator “[Operator Name]”. | Specify the NATS subject. |
| 70002745 | ERROR_NATS_OPERATOR_CYCLE | A NATS source and target are using the same subject, which creates a cycle. Please use different subjects for the source and target. | Change either the source or target subject. |
| 70002746 | PARAMETER_MISSING_FOR_TASK | [Required Value] is required for operator “[Operator Name]”. | Provide the required parameter. |
| 70002747 | PARAMETER_INVALID_FOR_TASK | The value “[Value]” for “[Field Name]” is invalid in operator “[Operator Name]”. | Correct the parameter value. |