I have 2 Different server using SQL Server 2005 with SP2 in the same domain using LAN.
I establish Merge Replication between the 2 servers on one table "EMP".
Note: EMP table have 1 child table with a foreign Key, so I change the Article properties in the Publication to be "Keep existing object unchanged"
At point of initialization, we got the following Error Message:
"
Command attempted:
{call sp_MSsetconflicttable (N'EMP', N'MSmerge_conflict_REP_ABC_TEST_EMP', N'W-TIP-0302', N'ABC', N'REP_ABC_TEST')}
Error messages:
Incorrect syntax near 'EMP_NO'. (Source: MSSQLServer, Error number: 102)
Get help: The merge process was unable to deliver the snapshot to the Subscriber. If using Web synchronization, the merge process may have been unable to create or write to the message file. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001)
Get help:
"
Any one can HELP ?
I establish Merge Replication between the 2 servers on one table "EMP".
Note: EMP table have 1 child table with a foreign Key, so I change the Article properties in the Publication to be "Keep existing object unchanged"
At point of initialization, we got the following Error Message:
"
Command attempted:
{call sp_MSsetconflicttable (N'EMP', N'MSmerge_conflict_REP_ABC_TEST_EMP', N'W-TIP-0302', N'ABC', N'REP_ABC_TEST')}
Error messages:
Incorrect syntax near 'EMP_NO'. (Source: MSSQLServer, Error number: 102)
Get help: The merge process was unable to deliver the snapshot to the Subscriber. If using Web synchronization, the merge process may have been unable to create or write to the message file. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001)
Get help:
"
Any one can HELP ?