Consider the following scenario:
- You configure a merge replication in Microsoft SQL Server 2008 or in Microsoft SQL Server 2008 R2.
- The publication contains at least one table article.
- The table article contains one or more DateTime2 columns.
- You configure the article to use a custom businesslogic handler.
- The businesslogic handler handles events that occur during merge replication synchronization.
- The businesslogic handler uses a custom dataset to return the data.
- The business logic handler resolves a conflict.
The merge process could not store conflict information for article 'article_name'. Check the publication properties to determine where conflicts records are stored. 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-2147200992)
Error converting data type varchar to datetime2. (Source: MSSQLServer, Error number: 8114)
The Merge Agent encountered an error when executing code in the 'UpdateConflictsHandler' method implemented in the business logic handler 'C:\Resolver\BusinessLogicHandler_Sample.dll'. Ensure that the overridden 'UpdateConflictsHandler' method has been properly implemented in the business logic handler. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147199411)
Error converting data type varchar to datetime2. (Source: MSSQLServer, Error number: 8114)
The Merge Agent encountered an error when executing code in the 'UpdateConflictsHandler' method implemented in the business logic handler 'C:\Resolver\BusinessLogicHandler_Sample.dll'. Ensure that the overridden 'UpdateConflictsHandler' method has been properly implemented in the business logic handler. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147199411)