Hello, I am have created an ASP.NET dll using the Microsoft.SqlServer.Replication.BusinessLogicSupport class to override the Insert and Update handlers to implement my business logic. Within the function I am setting the historyLogMessage but I'm unable to view it after the replication takes place. Where does that message go to after the insert/updates are completed? I've tried setting the historyLogLevel to different values with no success. I thought the message would be sent to the replication monitor, but that isnt the case - am I missing something I need to configure to view this message, or is it going somewhere that I dont know about? Thanks for any help, Greg
Are you using this as a CLR procedure? If not then I don't see how you can control that on SQL side of it, may be you will are better of in referring to .NET related forums.