Check Details
Check objective
Ensure the integrity of dependencies between objects.
Check content
Check whether the objects referenced by storage processes, views, and functions are within the synchronization scope.
Potential issue
Dependencies between objects are checked.
Fixing Method
It is recommended to include all related dependent objects within the synchronization scope.
If dependent objects do not need to be synchronized, create them in the target database in advance.
It is suggested to consider modifying object definitions to remove unnecessary dependencies or excluding objects with complex dependencies from the synchronization scope.