Initial ingest
CDS
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.
Create
Create will start if assetstatus.cdslevel_last_syn
is null or 0 and assets.cdslevel
> 0.
Update access levels and/or size limits
Update metadata
Metadate update will start if assets.cds_meta_change
= 1. Please also set assetstatus.metadatasyncrequested = 1
when you implement CDS metadata update.
Delete
Delete will start if assetstatus.cdslevel_last_syn
> 0 and assets.cdslevel
= 0.
CDS2
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.
Add Comment