PublishingDataValidator checks the versioned database on the ATG Content Administration server to determine whether the following conditions are true:
The workspace ID for every asset exists in the
avm_devlinetable.The branch ID for every asset exists in the
avm_devlinetable.The
pred_versioncolumn of an asset refers to the same asset and version, and that both the asset and version exist.All references to other assets, whether versioned and unversioned, are valid—that is, they refer to an existing asset.
The
avm_devlinetable’s parent column refers to a valid parent.A workspace’s parent is a branch, and a branch’s parent is another branch.
A checked-in workspace’s
ci_timeandcheckin_dateare set, and the workspace is not editable.A project’s workspace value is valid and the workspace exists.
The project’s
checked_invalue matches its workspace’s value, and the project’scheckin_dateis set.

