Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create will start if assetstatus.cdslevel_last_syn is null or 0 and assets.cdslevel > 0.

Update access

...

level

CDS level change will start if  assetstatus.cdslevel_last_syn > 0 and assets.cdslevel > 0 and assetstatus.cdslevel_last_syn not equate to  assets.cdslevel

Update metadata

Metadate update will start if assets.cds_meta_change = 1. Please also set assetstatus.metadatasyncrequested = 1 when you implement CDS metadata update.

...

CDS2 only take and process the assets which get ingested into NetX successfully and current CDS and CDS2 status is not in error and not processing other requests. This requires assetstatus.netx_status field has to be greater than 500 and smaller than 600. assetstatus.cds2_status has to be either null, 0 or 807.

Create

Create will start if ALL of  cds_access_tiff_prev,  cds_access_master_prev, cds_access_jpeg_prev are equal to 'N' and ANY of cds_access_master, cds_access_tiff, cds_access_jpeg is not equal to 'N'.