Skip to end of banner
Go to start of banner

Ingest 2.0 Configuration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

The following offers an overview of 4 concepts configuring how ingested items are transformed from their original representation into one or more access representations.

Configuration

Concept

Database Table

Purpose

Properties

File formats

file_formats

Pronom ID, Allowed, Forbidden, …

Transformations

transformations

  • Into which format with a particular widht, height, dpi, bit rate etc to transform an original representation

  • For example transformation into JPG (fmt/42) using 2000x2000 pixels

Transformation ID, Target Pronom ID, Extension, Width, Height, Dpi, Bitrate, etc

Transformations - Formats

file_formats_transformations_links

  • Which transformations to generate for a particular format

  • For example convert TIFF (fmt/353) into JPG (fmt/42)

Tranformation ID, Pronom ID

Transformations - Cluster groups

transformation_cluster_group_links

On which cluster groups to store the access representation created by the transformation

Transformation ID, Cluster group Pools

Error handling

Access representation failure policy

The organisation setting failed_access_representation_policy determines what happens when a transformation fails to generate an access representation.

There are two options:

  • SKIP

    • The default option

    • The Internal.BrowseStatus field of the data record and original representation will be set to failed

    • The access representation itself will be deleted

    • The ingest flow simply continues

  • REJECT_PARENT

    • The Internal.BrowseStatus field of the data record and original representation will be set to failed

    • The Administrative.RecordStatus of the data record, original representation and access representation will be set to Rejected

  • No labels