Versions Compared

Key

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

...

CDS 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.cds_status has to be either null, 0, or 507. 

Note: TMAN currently scans database every hour (roughly 6 or 7 minutes past each hour?) to pick up tasks for CDS2. So changes to database records may not trigger action for as long as an hour.

Create

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

...

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.

Note: TMAN currently scans database every hour (roughly 6 or 7 minutes past each hour?) to pick up tasks for CDS2. So changes to database records may not trigger action for as long as an hour.

Create

Create will start if, in assets table, 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'. 

...