
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 01:14 AM
Hi all,
I have one data source, that every time the associated job runs (daily), its captued in an in progress current update set. It looks like, every time its run, this is updated on the entry on sys_data_source:
And therefore, is captured in my current update set.
Any suggestions on how to stop it being captured in update sets?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 02:18 AM
The issue was that I had set myself in the "Run As" field on the scheduled job. Removing myself, stopped the update sets capturing the changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 01:48 AM
Any dictionary record with the "update_synch" attribute is true, captures data records in the update set. In the sys_data_source table, by default, we have the "update_synch" attribute for "collection" type dictionary record; therefore, records get captured in the current update set.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 02:18 AM
The issue was that I had set myself in the "Run As" field on the scheduled job. Removing myself, stopped the update sets capturing the changes.