Options

Error with INSERT Trigger in Job Monitor (LS Retail)

rahul_jnkrahul_jnk Member Posts: 61
Hi Everyone!

I'm trying to insert to a secondary table whenever there is an insert another table( Member Point Entry). The issue is when I manually do an insert by T-SQL then its getting inserted and the trigger is fired properly. But at our site we have data director (product from LS Retail for replication), and when table is inserted during replication I'm stuck at this sql error.

This is shown in job monitor.

Error when execute Query for Table: Member Point Entry >> This SqlTransaction has completed; it is no longer usable.

If anyone has any ideas on how to fix this, kindly share.

Regards,
Rahul

Answers

  • Options
    rahul_jnkrahul_jnk Member Posts: 61
    Found out the issue I guess it was related to Primary Key.
Sign In or Register to comment.