Comments
Sort by recent activity
Still getting the failure on Sync. I added the "do not include plumbing for transactional...".
Still fails with same error. / comments
Still getting the failure on Sync. I added the "do not include plumbing for transactional...".
Still fails with same error.
I should have guessed that one.
I just ran the compare sucessfully. I am getting the following issue when I attempt the sync:
The following error message was returned from the SQL Server:
============================================
[1776] There are no primary or candidate keys in the referenced table 'dbo.ORG40100' that match the referencing column list in the foreign key 'orgRelation_MSTR'.
Could not create constraint. See previous errors.
The following SQL command caused the error:
ALTER TABLE [dbo].[ORG00100] ADD
CONSTRAINT [orgRelation_MSTR] FOREIGN KEY ([ENTITYID]) REFERENCES [dbo].[ORG40100] ([ENTITYID])
=============================================
I'm not sure, but I'm thinking it ma be a dependency issue.
Ideas? / comments
I should have guessed that one.
I just ran the compare sucessfully. I am getting the following issue when I attempt the sync:
The following error message was returned from the SQL Server:
========...