Source & Target Validation errors
This document provides error codes and remedies for source and target validation, covering a range of issues from missing connections to unsupported data formats.
Error code range: 70002301–70002414
| Code | Error Code | Error Message | Possible Remedy |
|---|---|---|---|
| 70002301 | BUCKET_NOT_FOUND | The storage bucket was not found. | Verify the S3 bucket name and region in the connection settings. |
| 70002302 | DEFAULT_BUCKET_NOT_FOUND | No default storage bucket was found for operator “[Operator Name]”. | Configure a default bucket in the connection or operator settings. |
| 70002303 | CONNECTION_MISSING | A connection is required for operator “[Operator Name]”. | Select or create a connection for the source/target operator. |
| 70002304 | SCHEMA_ID_MISSING | An event definition is required for operator “[Operator Name]”. | Assign an event definition to the operator. |
| 70002305 | PATH_MISSING | A folder path is required for operator “[Operator Name]”. | Specify the file path or S3 prefix for the operator. |
| 70002306 | PATH_INVALID | The folder path is invalid for operator “[Operator Name]”. | Correct the folder path — ensure it uses valid characters and format. |
| 70002307 | FILE_FORMAT_MISSING | A file format is required for operator “[Operator Name]”. | Select the file format (CSV, JSON, Avro, Parquet). |
| 70002308 | FILE_FORMAT_OPTION_MISSING | File format options are required for operator “[Operator Name]”. | Configure format-specific options (e.g., delimiter for CSV, compression type). |
| 70002309 | DELIMITER_INVALID_WITH_SEVERAL_CHARS | The delimiter must be a single character for operator “[Operator Name]”. | Ensure the delimiter is exactly one character (for example: comma , or tab \t). |
| 70002310 | DELIMITER_INVALID_WITH_LETTER_OR_NUMBER | The delimiter must not be a letter or number for operator “[Operator Name]”. | Use a non-alphanumeric single-character delimiter (for example: comma , or semicolon ;). |
| 70002311 | DEFAULT_PARTITION_KEYS_INVALID_WITHOUT_METER_ID | Default partition keys must include the meter ID. | Add the meter ID to the partition key configuration. |
| 70002312 | DEFAULT_PARTITION_KEYS_INVALID_WITHOUT_SESSION_ID | Default partition keys must include the session ID. | Add the session ID to the partition key configuration. |
| 70002313 | TOPIC_MISSING | A topic is required for operator “[Operator Name]”. | Specify the Kafka topic name. |
| 70002314 | DATA_FORMAT_UNSUPPORTED | The data format is not supported for operator “[Operator Name]”. | Choose a supported data format for this operator type. |
| 70002315 | BOOTSTRAP_SERVER_NOT_FOUND | No Kafka bootstrap server was found. | Verify the Kafka connection settings and bootstrap server address. |
| 70002316 | TOPIC_NOT_EXIST | The Kafka topic “[Topic Name]” does not exist. | Create the topic in Kafka or correct the topic name. |
| 70002317 | TOPIC_INVALID | The Kafka topic “[Topic Name]” could not be validated. | Verify the topic name and Kafka connectivity. |
| 70002318 | SCHEMA_ID_MISSING_FOR_AVRO_FORMAT | An event definition is required when the data format is Avro. | Assign an Avro-based event definition to the operator. |
| 70002319 | AGGREGATOR_TRIGGER_TYPE_UNSUPPORTED | The trigger type “[Trigger Type]” is not supported. Only “Timeout” is currently supported. | Set the trigger type to “Timeout”. |
| 70002320 | AGGREGATOR_GROUP_OR_TIME_FIELD_MISSING | Group fields or time fields are required for operator “[Operator Name]”. | Configure group-by fields and/or time fields in the aggregation operator. |
| 70002321 | AGGREGATOR_AGGREGATION_FIELD_MISSING | Aggregation fields are required for operator “[Operator Name]”. | Add at least one aggregation field (e.g., sum, count, avg). |
| 70002322 | AGGREGATOR_AGGREGATION_FIELD_DUPLICATED | Duplicate aggregation field “[Field Name]” found in operator “[Operator Name]”. | Remove the duplicate aggregation field. |
| 70002323 | AGGREGATOR_TIMEOUT_DURATION_MISSING | A timeout duration is required for operator “[Operator Name]”. | Set the timeout duration. |
| 70002324 | AGGREGATOR_START_EVENT_FIELD_MISSING | A start event field is required for operator “[Operator Name]”. | Configure the start event field for the session window aggregation. |
| 70002325 | AGGREGATOR_START_EVENT_VALUE_MISSING | A start event value is required for operator “[Operator Name]”. | Provide the value that indicates a session start. |
| 70002326 | AGGREGATOR_STOP_EVENT_FIELD_MISSING | A stop event field is required for operator “[Operator Name]”. | Configure the stop event field for the session window aggregation. |
| 70002327 | AGGREGATOR_STOP_EVENT_VALUE_MISSING | A stop event value is required for operator “[Operator Name]”. | Provide the value that indicates a session end. |
| 70002328 | AGGREGATOR_IDENTICAL_VALUE_START_STOP | The start and stop event values must be different for operator “[Operator Name]”. | Use distinct values for the session start and stop indicators. |
| 70002329 | AGGREGATOR_TIMEOUT_TYPE_MISSING | A timeout type is required for operator “[Operator Name]”. | Select a timeout type. |
| 70002330 | AGGREGATOR_EVENT_TIME_FIELD_MISSING | An event time field is required for operator “[Operator Name]”. | Map the event time field in the aggregation operator. |
| 70002331 | AGGREGATOR_MAX_ORDERNESS_INVALID | The max out-of-orderness value is invalid for operator “[Operator Name]”. | Provide a valid duration value (e.g., 5s, 1m, 1h). |
| 70002332 | AGGREGATOR_TIMEOUT_DURATION_EXCEEDED | The timeout duration for operator “[Operator Name]” exceeds the maximum of 31 days. | Reduce the timeout duration to 31 days or less. |
| 70002333 | DASHBOARD_MISSING_FIELD_FOR_CONDITION | A field is required for the filter condition. | Select a field for the dashboard filter condition. |
| 70002334 | DASHBOARD_MISSING_OPERATOR_FOR_CONDITION | An operator is required for condition “[Condition Name]”. | Select an operator (e.g., equals, greater than) for the condition. |
| 70002335 | DASHBOARD_MISSING_VALUE_FOR_CONDITION | A value is required for condition “[Condition Name]”. | Provide a comparison value for the condition. |
| 70002336 | DASHBOARD_UNSUPPORTED_OPERATOR | The operator “[Operator Name]” is not supported. | Choose a supported filter operator. |
| 70002337 | DASHBOARD_MISSING_TIME_RANGE | A time range is required. | Select a start and end time for the dashboard query. |
| 70002338 | DASHBOARD_INVALID_INTERVAL | The interval is invalid. | Select a valid aggregation interval. |
| 70002339 | DASHBOARD_MISSING_FIELD_FOR_ORDER_BY | A field is required for sorting. | Select a field to sort by. |
| 70002340 | DASHBOARD_MISSING_START_FOR_TIME_RANGE | A start time is required for the time range. | Provide a start time. |
| 70002341 | DASHBOARD_MISSING_END_FOR_TIME_RANGE | An end time is required for the time range. | Provide an end time. |
| 70002342 | ENRICHMENT_ACCOUNT_NUMBER_MISSING | An account number is required for operator “[Operator Name]”. | Map the account number field in the enrichment operator. |
| 70002343 | ENRICHMENT_CHARGE_NAME_MISSING | A charge name is required for operator “[Operator Name]”. | Map the charge name field in the enrichment operator. |
| 70002344 | ENRICHMENT_SUBSCRIPTION_ID_MISSING | A subscription ID is required for operator “[Operator Name]”. | Map the subscription ID field in the enrichment operator. |
| 70002345 | ENRICHMENT_TYPE_UNSUPPORTED | The enrichment type “[Enrichment Type]” is not supported for operator “[Operator Name]”. | Use a supported enrichment type. |
| 70002346 | SNOWFLAKE_TABLE_AND_QUERY_MISSING | A table or query is required for operator “[Operator Name]”. | Provide either a table name or a SQL query for the Snowflake operator. |
| 70002347 | SNOWFLAKE_TABLE_MISSING | A table is required for operator “[Operator Name]”. | Provide the Snowflake table name. |
| 70002348 | RULE_NAME_MISSING | A rule name is required for operator “[Operator Name]”. | Provide the decision table or rule name. |
| 70002349 | RULE_TYPE_UNSUPPORTED | The rule type “[Rule Type]” is not supported. | Use a supported rule type. |
| 70002350 | DEDUP_CHECK_TYPE_MISSING | A deduplication check type is required for operator “[Operator Name]”. | Select the check type (e.g., “Event ID” or “Specific Fields”). |
| 70002351 | DEDUP_SPECIFIC_FIELD_MISSING | Specific fields are required for deduplication in operator “[Operator Name]”. | Specify which fields to use for deduplication when using the “Specific Fields” check type. |
| 70002352 | DEDUP_MAXSIZE_INVALID | The maximum size is invalid for operator “[Operator Name]”. | Provide a valid positive integer for the deduplication cache size. |
| 70002353 | FILTER_CRITERIA_MISSING | Filter criteria are required for operator “[Operator Name]”. | Add at least one filter rule. |
| 70002354 | FILTER_RULE_COMBINER_MISSING | A rule combiner is required for operator “[Operator Name]”. | Select how multiple rules are combined (AND/OR). |
| 70002355 | FILTER_SOURCE_FIELD_MISSING | A source field is required for operator “[Operator Name]”. | Select the field to filter on. |
| 70002356 | FILTER_OPERATOR_MISSING | An operator is required for the filter in “[Filter Name]”. | Select a comparison operator (e.g., equals, contains, greater than). |
| 70002357 | FILTER_VALUE_MISSING | A filter value is required for operator “[Operator Name]”. | Provide the value to compare against. |
| 70002358 | SCRIPT_ERROR | Script error: [Error Details]. | Review the error details and fix the script. Test with sample data to identify the issue. |
| 70002359 | MAP_TRANSFORM_TYPE_MISSING | A transform type is required for operator “[Operator Name]”. | Select the transform type (e.g., Direct, Formula, Concatenation). |
| 70002360 | MAP_TARGET_FIELD_MISSING | A target field is required for operator “[Operator Name]”. | Specify the output field name for the mapping. |
| 70002361 | MAP_SOURCE_FIELD_MISSING | A source field is required for operator “[Operator Name]”. | Select the input field for the mapping. |
| 70002362 | MAP_FORMULA_MISSING | A formula is required for operator “[Operator Name]”. | Provide a formula expression for the mapping. |
| 70002363 | AGGREGATOR_TIME_FIELD_MISSING | A time field is required for operator “[Operator Name]”. | Map the time field in the aggregation operator. |
| 70002364 | AGGREGATOR_TIME_GRANULARITY_MISSING | A time granularity is required for operator “[Operator Name]”. | Select the time granularity (e.g., Minute, Hour, Day). |
| 70002365 | AGGREGATOR_TIME_GRANULARITY_UNSUPPORTED | The time granularity “[Granularity]” is not supported. | Choose a supported time granularity. |
| 70002366 | AGGREGATOR_SOURCE_FIELD_MISSING | A source field is required for operator “[Operator Name]”. | Select the field to aggregate on. |
| 70002367 | AGGREGATOR_OPERATOR_MISSING | An aggregation operator is required for “[Field Name]”. | Select an aggregation function (e.g., SUM, COUNT, AVG, MIN, MAX). |
| 70002368 | FILE_FORMAT_UNSUPPORTED | The file format “[File Format]” is not supported. | Use a supported file format: CSV, JSON, Avro, or Parquet. |
| 70002369 | USAGE_REQUIRED_SET_MISSING | [Required Value] is required for operator “[Operator Name]”. | Provide the required field in the operator configuration. |
| 70002370 | RATING_QTY_MISSING | A quantity field is required for operator “[Operator Name]”. | Map the quantity field in the rating operator. |
| 70002371 | RATING_OUTPUT_AMOUNT_MISSING | An output amount is required for operator “[Operator Name]”. | Configure the output amount field in the rating operator. |
| 70002372 | RATING_EVENT_TIME_MISSING | An event time is required for operator “[Operator Name]”. | Map the event time field in the rating operator. |
| 70002373 | RATING_EVENT_TIME_FORMAT_MISSING | An event time format is required for operator “[Operator Name]”. | Specify the date/time format of the event time field. |
| 70002374 | RATING_KEY_MISSING | A key is required for operator “[Operator Name]”. | Configure the rating key field. |
| 70002375 | AGGREGATOR_GROUP_FIELD_MISSING | A group-by field is required for operator “[Operator Name]”. | Add at least one group-by field. |
| 70002376 | QUERY_OLAP_SOURCE_MISSING | An OLAP source is required for operator “[Operator Name]”. | Configure the OLAP data source. |
| 70002377 | QUERY_GROUP_FIELD_MISSING | A group-by field is required for operator “[Operator Name]”. | Add at least one group-by field. |
| 70002378 | QUERY_AGGREGATION_FIELD_MISSING | An aggregation field is required for operator “[Operator Name]”. | Add at least one aggregation field. |
| 70002379 | QUERY_INTERVAL_UNIT_MISSING | A query interval unit is required for operator “[Operator Name]”. | Specify the interval unit (e.g., Minutes, Hours, Days). |
| 70002380 | QUERY_INTERVAL_VALUE_MISSING | A query interval value is required for operator “[Operator Name]”. | Provide a numeric interval value. |
| 70002381 | QUERY_INTERVAL_UNIT_INVALID | The query interval unit is invalid for operator “[Operator Name]”. | Use a valid interval unit. |
| 70002382 | CHARGING_GROUP_FIELD_MISSING | A group field is required for operator “[Operator Name]”. | Map the group field in the charging operator. |
| 70002383 | CHARGING_USAGE_QUANTITY_MISSING | A usage quantity is required for operator “[Operator Name]”. | Map the usage quantity field. |
| 70002384 | CHARGING_USAGE_QUANTITY_OPERATOR_MISSING | A usage quantity operator is required for “[Field Name]”. | Select the quantity aggregation operator. |
| 70002385 | CHARGING_USAGE_QUANTITY_OPERATOR_UNSUPPORTED | The usage quantity operator “[Operator Name]” is not supported for operator “[Operator Name]”. | Choose a supported quantity operator. |
| 70002386 | CHARGING_PRICE_MODEL_MISSING | A price model is required for operator “[Operator Name]”. | Select a price model (e.g., Per Unit, Tiered, Volume). |
| 70002387 | CHARGING_PRICE_MODEL_UNSUPPORTED | The price model is not supported for operator “[Operator Name]”. | Choose a supported price model. |
| 70002388 | CHARGING_UNIT_PRICE_MISSING | A unit price is required for operator “[Operator Name]”. | Provide the unit price value. |
| 70002389 | CHARGING_UNIT_PRICE_INVALID | The unit price is invalid for operator “[Operator Name]”. | Provide a valid numeric unit price. |
| 70002390 | USER_INPUT_DATA_MISSING | User input data is required for operator “[Operator Name]”. | Provide the required user input data. |
| 70002391 | PARTITION_KEY_TYPE_MISSING | A partition key type is required for operator “[Operator Name]”. | Select the partition key type. |
| 70002392 | PARTITION_SPECIFIC_FIELD_MISSING | A specific field is required for partitioning in operator “[Operator Name]”. | Select the field to use as the partition key. |
| 70002393 | PINOT_TOPIC_TABLE_MISSING | A topic and table are required for operator “[Operator Name]”. | Configure both the topic and table for the analytics operator. |
| 70002394 | FILE_SIZE_EXCEEDS_LIMIT | The maximum rolling file size exceeds the 2 GB limit for operator “[Operator Name]”. | Reduce the maximum rolling file size to 2 GB or less. |
| 70002395 | FILTER_OPERATOR_UNSUPPORTED | The filter operator is not supported for operator “[Operator Name]”. | Choose a supported filter operator. |
| 70002396 | AGGREGATOR_OPERATOR_UNSUPPORTED | The aggregation operator is not supported for operator “[Operator Name]”. | Choose a supported aggregation operator. |
| 70002397 | OPERATOR_GOT_INVALID_DATE_FORMAT | The date format “[Date Format]” is invalid in processor “[Processor Name]”. | Use a valid date format pattern (e.g., yyyy-MM-dd, yyyy-MM-dd'T'HH:mm:ss). |
| 70002398 | OPERATOR_FIELDS_MISSING | The field(s) “[Field Names]” are missing in operator “[Operator Name]”. | Add the missing fields to the operator configuration. |
| 70002399 | ENRICHMENT_MAPPING_FIELD_MISSING | A mapping field is required for operator “[Operator Name]”. | Configure the field mappings in the enrichment operator. |
| 70002400 | ENRICHMENT_APPEND_FIELD_MISSING | An append field is required for operator “[Operator Name]”. | Specify which fields to append from the enrichment lookup. |
| 70002401 | ENRICHMENT_DATA_QUERY_MISSING | A data query is required for operator “[Operator Name]”. | Provide the data query for the enrichment lookup. |
| 70002402 | SCRIPT_CONTEXT_UNSUPPORTED | The “context” parameter is not supported in scripts. | Remove usage of the context parameter from your script. Use the supported script API instead. |
| 70002403 | ENRICHMENT_EVENT_FIELD_MISSING | An event field is required for operator “[Operator Name]”. | Map the event field used as the lookup key. |
| 70002404 | ENRICHMENT_REFERENCE_FIELD_MISSING | A reference field is required for operator “[Operator Name]”. | Map the reference (lookup) field in the enrichment source. |
| 70002405 | ENRICHMENT_VALUE_FIELD_MISSING | Value fields are required for operator “[Operator Name]”. | Specify which fields to retrieve from the enrichment lookup. |
| 70002406 | ENRICHMENT_TABLE_MISSING | A table is required for operator “[Operator Name]”. | Specify the lookup table. |
| 70002407 | ENRICHMENT_PREFETCH_DEFINITION_MISSING | A prefetch definition is required for this enrichment. | Create and assign a prefetch definition for the enrichment operator. |
| 70002408 | ENRICHMENT_PREFETCH_DEFINITION_NOT_READY | The prefetch definition is not ready yet. | Wait for the prefetch job to finish, or manually trigger a prefetch. |
| 70002409 | ZDP_SYNC_DEFINITION_NOT_READY | The sync definition “[Sync Definition Name]” is not ready yet. | Wait for the sync job to complete. |
| 70002410 | USAGE_TARGET_CUSTOM_FIELD_NOT_DEFINED | The custom field “[Field Name]” is not defined in the Usage object. | Define the custom field in Zuora's Usage object settings before referencing it in the meter. |
| 70002411 | AGGREGATOR_TIMEOUT_WINDOW_START_FIELD_MISSING | A window start field is required for operator “[Operator Name]”. | Map the window start field. |
| 70002412 | AGGREGATOR_TIMEOUT_WINDOW_END_FIELD_MISSING | A window end field is required for operator “[Operator Name]”. | Map the window end field. |
| 70002413 | MAP_TRANSFORM_TYPE_UNSUPPORTED | The transform type “[Transform Type]” is not supported for target field “[Field Name]” in operator “[Operator Name]”. | Choose a supported transform type for the target field. |
| 70002414 | STREAMING_SORT_NOT_SUPPORTED | Sorting is not supported for Streaming API, Amazon S3 (Incremental mode), or Kafka sources. | Remove sorting from the meter, or switch to a batch-compatible source type. |