Welcome to Zuora Product Documentation

Explore our rich library of product information

File, ZDP & Prefetch errors

This reference details file, ZDP, and prefetch errors, covering error codes, their messages, and suggested remedies.

Error code range: 70002281–70002299

CodeError CodeError MessagePossible Remedy
70002281FILE_ALREADY_EXISTSThe file “[File Name]” already exists.Use a different file name or delete the existing file first.
70002282ZDP_METADATA_DUPLICATED_TABLE_NAMEThe table name “[Table Name]” is already in use in database “[Database Name]”. Please choose a different name.Choose a unique table name.
70002283ZDP_METADATA_NOT_EXISTINGThe data platform metadata “[Metadata Name]” was not found.Verify the metadata ID.
70002284ZDP_METADATA_CANNOT_UPDATE_WHEN_​CONCURRENT_MODIFICATIONThis metadata is being updated by another session. Please try again shortly.Wait and retry.
70002285ZDP_SYNC_DEFINITION_NOT_EXISTINGThe sync definition “[Sync Definition Name]” was not found.Verify the sync definition ID.
70002286PREFETCH_DEFINITION_NOT_EXISTINGThe prefetch definition “[Prefetch Definition Name]” was not found.Verify the prefetch definition ID. Create one if needed via the admin tools.
70002287ZDP_SYNC_DEFINITION_TABLE_REVISION_NOT_EXISTINGRevision “[Revision Number]” of table “[Table Name]” was not found.Verify the revision number and table name.
70002288ZDP_SYNC_DEFINITION_INVALID_PARTITION_BYAll tables must use the same partition-by column.Update table definitions so they share the same partition-by column.
70002289ZDP_SYNC_DEFINITION_INVALID_PARTITION_COUNTAll tables must have the same partition count.Align partition counts across all tables.
70002290ZDP_SYNC_DEFINITION_PARTITION_BY_NOT_EXISTINGThe partition column “[Column Name]” does not exist in table “[Table Name]”.Add the column to the table schema or choose an existing column for partitioning.
70002291PREFETCH_DEFINITION_FILTER_NOT_EXISTINGThe filter field “[Field Name]” does not exist in table “[Table Name]”.Update the filter to reference a valid column.
70002292PREFETCH_DEFINITION_VALUE_FIELD_NOT_EXISTINGThe value field “[Field Name]” does not exist in table “[Table Name]”.Update the value field to reference a valid column.
70002293ZDP_SYNC_DEFINITION_DUPLICATED_NAMEThe sync definition name “[Sync Definition Name]” is already in use. Please choose a different name.Choose a unique name.
70002294FILE_PATH_TOO_LONGThe file path “[File Path]” is too long. Please shorten it.Shorten directory names or reduce path depth.
70002295ZDP_METADATA_DUPLICATED_PRIMARY_KEYSOnly one primary key field is allowed. Please remove duplicates.Designate a single field as the primary key.
70002296ZDP_METADATA_EVENT_ID_FIELDS_MISSINGThe schema must include at least one event ID field.Add an event ID field to the schema.
70002297ZDP_METADATA_PRIMARY_KEY_FIELDS_MISSINGThe schema must include exactly one primary key field.Designate one field as the primary key.
70002298PREFETCH_MORE_THAN_ONE_FOUNDMultiple prefetch definitions were found. Please specify which one to use.Provide the specific prefetch definition ID.
70002299PREFETCH_NOT_FOUNDNo prefetch definition was found.Create a prefetch definition for this meter via the admin tools.