Problem with excluding object from syncronize
rdobrich
Posts: 60
I have following problem then try to exclude some object:
I Try to compare two databases (working and empty database).
I have all object including in synchronizing.
The script failed (let say because of ordering or something else)
Now I try to exclude that failed object from the list.
I try to sync again.
I have the same error. Script include that excluding object.
After experiment with this I realize why.
In comparation option I have check 'include dependencies'
This is little confuse. I know that option include all dependencies for object. But when I wont some object not to include that option, Script force to create that.
I think that excluding some object from the list have to exclude that object from creating (from object dependencies of parent object)
I Try to compare two databases (working and empty database).
I have all object including in synchronizing.
The script failed (let say because of ordering or something else)
Now I try to exclude that failed object from the list.
I try to sync again.
I have the same error. Script include that excluding object.
After experiment with this I realize why.
In comparation option I have check 'include dependencies'
This is little confuse. I know that option include all dependencies for object. But when I wont some object not to include that option, Script force to create that.
I think that excluding some object from the list have to exclude that object from creating (from object dependencies of parent object)
This discussion has been closed.
Comments
You are right that we do not support explicit object exclusion. If you have an object that depends on another one, then without the "include dependencies" option this object cannot be synchronized (the script would raise a dependency error or the resulting database will be most likely inconsistent). In the future we will show more information that could help in such cases.
Regards,
Andras
Red Gate Software Ltd.