Event not getting fired from schedule job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 11:21 AM
Hi all,
I have created an event and I am firing it from scheduled job. Event gets fixed in dev after I execute scheduled job. I moved everything to QA by AES as this is inside custom app.
In QA, when I execute scheduled job, event won't get fired. I added logs, everything shows up.
I ran same code from scheduled job in background script, event got fired.
Anyone faced same issue? How we can fix this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 07:43 PM
Event is in the Event Registry [sysevent_register] table?
The scheduled job is in the right scope? This may can be a cross-scope security restriction (this event triggers a script include, flow?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 09:45 PM
@John Constant event and job are in same custom scope of ours. This event wil trigger a notification. Work well in dev but not in test instance