Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/20/2024 07:45 AM
Hi Team,
i have created UM campaign at(11AM IST) and set 1 day as expiry; next day i logged in checked at 4PM IST. On Campaign the status is marked as OVER DUE,i ran the expiry job. But job didnt expired. Late evening sometime campaign expired.
My question how time is calculated in campaign expiry scenarios ?
03/20/2024 08:59 AM
Maybe the job didnt complete and hence the campaign was not showing as expired when you checked at 4 PM.
Anyways it would be based on the end_date in the campaign table
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.
03/20/2024 09:27 AM
the job is scheduled for every 3o mins.
do you have the sql readily available? if so kindly share
03/20/2024 09:30 AM
Give your campaign name and try to find the output
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.
03/20/2024 09:32 AM
on a side note: what is that UI or application using for Saviynt SQLs? Looks cool
03/20/2024 10:31 PM
MYSQL Workbench
Validate information in DB
select campaign_name,creation_date,end_date from campaign
04/11/2024 10:46 AM
its seems like a bug; campaigns are not getting expired on time.
I request you to launch the campaign and mark the expire date to 1 day. Run the below sql command to check the end date and time. Login back to saviynt at below end_date(UTC) time and Check if the campaign get expires. Ideally it should get expire after 24 hours. My observation is its taking more than 4 hours to get expired.
NOTE: expiry job is scheduled for 30 mins and i have manually triggered the job at enddate_time as well.
select campaign_name,creation_date,end_date from campaign
04/11/2024 07:58 PM
Validated in v24.4 its working as expected
04/12/2024 09:44 AM
its not working in 24.3
04/12/2024 05:03 PM
Validated in v24.3 and v24.1 also its working
04/14/2024 09:07 PM
Validated in 23.10 and 23.11 als also working as expected.