Skip to main content

Error opening the LogReader

Comments

1 comment

  • Eric Weldon

    Hi Niva,

    For specific assistance, you should open a support ticket. From this error message, it looks like you are trying to convert a string to a number and if your data has non-numeric characters in it (like e, a through z, etc..) this will fail. You could either a) convert your data type to be nvarchar on your target instead of a number or b) filter out the records that cannot be converted (i.e. where field not like '%[a-z]%') on the replication. 

    0

Please sign in to leave a comment.