SQL Trigger on featurclass in SQL SERVER

1020
2
11-21-2019 06:48 AM
vijaybadugu
Occasional Contributor II

I created the trigger to access information from different tables and update in the feature class ( enabled with Attachments)  and sending email notifications in trigger itself. when i try to insert/update records from SQL Server and ArcMAP and ArcGIS Pro . it is working as expected. But when i try to insert/update records from Feature Service REST Request . It is giving errors . if we keep insert trigger , it is working as expected. if we try to append UPDATE trigger to it. it is throwing error. my observation is whenever inserting records using REST Feature service , The update trigger is also firing. Why ? How to overcome with this issue ? The feature class is not versioned.

2 Replies
KeithGerhartz1
Occasional Contributor II

I am having a similar issue. Did you ever get this resolved? If so, then can you please share? Thanks.

0 Kudos
vijaybadugu
Occasional Contributor II

Please let me know Exact issue. so that i can help you out.

0 Kudos