AVAILABLE STARTING WITH V2022.5
This page contains details about the types of warnings and error messages displayed at job-level.
Category | Scenario | Outcome |
---|---|---|
Metadata validation issues | Required attribute (global/localisable) on current title and empty Available in metadata template Example: <name>{{entity.attributes['en_US']['Name']}}</name> |
The following attribute(s) are empty:
|
Required attribute (global/localisable) on current title and emptyNot available in metadata template |
| |
Metadata validation issues | Required attribute (global/localisable) on parent titles and emptyAvailable in metadata template Example: <name>{{entity.attributes['en_US']['Name']}}</name> |
The following attribute(s) are empty:
|
Required attribute (global/localisable) on parent titles and emptyNot available in metadata template |
| |
Metadata validation issues | Not required attribute (global/localisable) on current title and emptyRequired in metadata template |
The following attribute(s) are empty:
|
Metadata validation issues | NEW Not required attribute (global/localisable) on parent title and emptyRequired in metadata template |
The following attribute(s) are empty:
|
Metadata validation issues | Attribute doesn’t fulfil validation rules Required in template Example: The metadata template contains <name>{{entity.attributes['en_US']['Name']}}</name> The “Name” attribute has “Rest” value but the requires a minimum length of 10 characters. |
The following attribute(s) are not valid:
|
Metadata validation issues | Attribute doesn’t fulfil validation rules and Not required in template |
|
Metadata undefined attribute | NEW Attribute not defined in metadata entity type and required in template |
The following attribute(s) have not been defined:
|
Metadata parsing issues | Invalid/incomplete metadata template annotation Example: The metadata template contains <attributes>{{entity.attributes}}</attributes> or <attributes>{{entity.attributes['en_US']}}</attributes> |
Unable to parse attributes
|
Metadata parsing issues | Metadata template containing values that cannot be resolved Examples: 1. The metadata template contains <typo>{{entity.parents}}</typo> We cannot solve ‘parents’. 1. The metadata template contains <fileVersion>{{entity.attributes['global']['Banner File'].version}}</fileVersion> |
Unable to resolve the remaining syntax
|
Metadata invalid locale | Invalid locale in metadata template Example: The metadata template contains <name>{{entity.attributes['en_USINVALID']['Name']}}</name> |
The following locale(s) for attribute are not valid
|
Missing parent | Title does not have a parent Parent property/attribute required in template Example: The metadata template contains <parent>{{entity.parent.id}}</parent> And the title does not have a parent. |
The following title(s) do not have a parent in its hierarchy
|
Missing tagged media | Required attribute of type tag in metadata set The package does not have a deliverable file tagged with attribute’s value (deliverable tag is missing in package template) Attribute required in template Example: <title>{{entity.attributes['en_US']['Trailer']}}</title> Trailer value is mediaContainer1 and package does not have a deliverable media with “mediaContainer1” tag |
Error fetching the file of the following Tag attribute(s)
|
Missing tagged media | Required attribute of type file in metadata set Attribute required in template File was deleted or removed from title |
Error fetching the file of the following File attribute(s)
|
Missing tagged media | Not required attribute of type tag in metadata set The package does not have a deliverable file tagged with attribute’s value (deliverable tag is missing in package template) Attribute required in template |
Error fetching the file of the following Tag attribute(s)
|
Missing tagged media | Not required attribute of type file in metadata set Attribute required in template File was deleted or removed from title |
Error fetching the file of the following File attribute(s)
|
Missing referenced title | Required attribute of type reference (title) in metadata set Attribute required in template Title was deleted from connect |
The following attribute(s) are not valid:
|
Missing referenced title | Not required attribute of type reference (title) in metadata set Attribute required in template Title was deleted from connect |
The following attribute(s) are not valid:
|
Missing tag | File referenced by tag in metadata template Used tag is not defined on organisation Example: The metadata template contains <wrongTag>{{entity.tags['simple'].filename}}</wrongTag> But the tag ‘simple’ does not exist. |
Error fetching the following tag(s)
|
Missing tagged media | File referenced by tag in metadata template There is no media in the current title, tagged with the required tag Example: The metadata template contains: <tagWithNoFile>{{entity.tags['simple'].filename}}</tagWithNoFile> And there is no media in the title, tagged with tag ‘simple’ |
Error fetching the file associated with the following tag(s)
|
Missing tagged media | File referenced by tag in metadata template There is no media in the parent title, tagged with the required tag Example: The metadata template contains: <tagWithNoFile>{{entity.parent.tags['simple'].filename}}</tagWithNoFile> And there is no media in the parent title(multiple levels), tagged with tag ‘simple’ |
Error fetching the file associated with the following tag(s)
|
Other issues | Metadata template was deleted after being referenced in package template |
Other issues:
|
MissingFileError | Package template with transcode deliverable Transcoder profile: Input type = File | Resolution mode = Tag No media on the title with the required tags of the transcoder profile (check the input tags of the transcoder profile) |
MissingFileError | Package template with transcode deliverable Transcoder profile: Input type = File | Resolution mode = Metadata Tag No media on the title with the required tags of the transcoder profile (check the input tags of the transcoder profile) |
MissingFileError | Package template with transcode deliverable Transcoder profile: Input type = File | Resolution mode = Metadata File Referenced file was deleted from title |
MissingFileError | Package template with transcode deliverable Transcoder profile: Input type = File | Resolution mode = Explicit Referenced file was deleted from title |
MissingFileTracksError | Package template with transcode deliverable Transcoder profile: Input type = File | Resolution mode = Any Track tag required in profile No track tagged with the referenced tag on input file |
Package template without transcode deliverable (so the file is missing) File property is required in metadata template Example: The metadata template contains: <fileWidth>{{package.deliverables['transcode1'].outputs['output1'][0].properties.width}}</fileWidth> But we don’t have a transcode task in our job, only the metadata task |
Error solving the following properties due to file missing:
| |
File copy of two deliverables (in package template) First one has only one audio track. The second one has both audio and video track (the duration is different than the first file). |