Welcome to Zuora Product Documentation

Explore our rich library of product information

Pipeline Validation errors

This document provides details on error codes and remedies for pipeline validation.

Error code range: 70002601–70002660

CodeError CodeError MessagePossible Remedy
70002601PIPELINE_ID_MISSINGA pipeline ID is required.Provide a pipeline ID.
70002602PIPELINE_NAME_MISSINGA pipeline name is required.Provide a pipeline name.
70002603PIPELINE_TRANSFORM_MISSINGA pipeline transform is required.Add at least one transform to the pipeline definition.
70002604TRANSFORM_NODE_ID_MISSINGA node ID is required.Assign an ID to every node in the pipeline.
70002605TRANSFORM_NODE_TYPE_MISSINGA type is required for node “[Node Name]”.Set the node type (SOURCE, PROCESSOR, or TARGET).
70002606TRANSFORM_NODE_OPERATOR_TYPE_MISSINGAn operator type is required for node “[Node Name]”.Set the operator type (e.g., MAP, FILTER, AGGREGATE, SCRIPT).
70002607TRANSFORM_NODE_PREDECESSOR_MISSINGAt least one predecessor is required for node “[Node Name]”.Connect the node to an upstream source or processor.
70002608TRANSFORM_NODE_PREDECESSOR_ID_INVALIDThe predecessor ID for node "[Node Name]" is invalid."Provide a valid predecessor ID.
70002609TRANSFORM_NODE_METADATA_KEY_MISSINGThe metadata key “[Metadata Key]” is missing for node “[Node Name]”.Add the required metadata key to the node configuration.
70002610UNSUPPORTED_SCRIPT_LANGUAGEThe script language “[Language]” is not supported.Use JavaScript or Python.
70002611NO_SCRIPT_EXECUTION_ENDPOINTNo script execution endpoint is configured.Contact your administrator to configure the script execution endpoint.
70002612SOURCE_OPTION_MISSINGNo source option is configured for source operator “[Operator Name]”.Provide source options (test data or sample file) for the source.
70002613SOURCE_OPTION_SIZE_MISMATCHThe number of source options must match the number of sources.Provide exactly one source option per source operator.
70002614SOURCE_OPTION_PROCESSOR_ID_MISSINGA processor ID is required for the source option.Include the processor ID in the source option.
70002615PROCESSOR_OUTPUT_SCHEMA_MISSINGAn output schema is required for operator “[Operator Name]”.Define the output schema for the operator.
70002616FS_PATH_NOT_EXISTINGThe path “[Path]” does not exist for node “[Node Name]”.Verify the file path and ensure it exists and is accessible.
70002617SNOWFLAKE_LOAD_FOLDER_MISSINGA load folder is required for node “[Node Name]”.Specify the Snowflake stage load folder.
70002618SNOWFLAKE_UNLOAD_FOLDER_MISSINGAn unload folder is required for node “[Node Name]”.Specify the Snowflake stage unload folder.
70002619SCRIPT_LANGUAGE_MISSINGA script language is required for operator “[Operator Name]”.Set the language to javascript or python.
70002620SCRIPT_SOURCE_MISSINGScript source code is required for operator “[Operator Name]”.Provide the script code.
70002621SCRIPT_EXECUTION_ERRORA script error occurred in operator “[Operator Name]”: [Error Details].Debug the script using the error details. Test with sample data.
70002622ERROR_KAFKA_OPERATOR_CYCLEA Kafka source and target are using the same topic, which creates a cycle. Please use different topics for the source and target.Change either the source or target topic so they do not overlap.
70002623ERROR_S3_OPERATOR_CYCLEThe Amazon S3 source reads from a path that belongs to the S3 target, which creates a cycle. Please update the source or target paths.Change the source or target S3 path so they do not overlap.
70002624PIPELINE_DEFINITION_MISSINGA pipeline definition is required.Provide a pipeline definition.
70002625METER_RUNNING_COUNT_EXCEEDEDThe maximum number of running meters has been reached. Please stop a meter before starting a new one.Stop one or more running meters to free capacity. Contact support if you need a higher limit.
70002626METER_IS_ALREADY_RUNNINGThis meter is already running.No action needed — the meter is already active.
70002627METER_MUST_USE_AVRO_SCHEMAOperator “[Operator Name]” requires an event definition imported from an Avro file when the data format is Avro.Import an event definition from an Avro (.avsc) file and assign it to the operator.
70002628METER_TASK_SCHEMA_NOT_FOUNDThe event definition “[Event Definition Name]” was not found for operator “[Operator Name]”.Assign a valid event definition to the operator.
70002629METER_OPERATOR_NOT_MAPPED_TO_PINOTThe meter operator “[Operator Name]” has not been mapped to an analytics schema.Map the operator output to an analytics schema. Contact support if unsure.
70002630SCRIPT_LANGUAGE_NOT_SUPPORTED_FOR_TASKThe language “[Language]” is not supported for operator “[Operator Name]”.Use a language supported by this operator type.