- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi everyone,
I configured this PA job to collect data for the previous day. However, it is collecting data for two days prior instead. For example, today is 24th Feb, but it collected data for 22nd Feb instead of 23rd Feb.
I have also checked the score sheet, and it is empty for 23rd Feb.
Am I missing something in the configuration?
Solved! Go to Solution.
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @digvijaydp3,
I think the timezone might be the culprit here. Your job runs at 2AM and the Run as TZ is None, so it's picking up the system timezone. If that doesn't match your local timezone, the previous day calculation can easily shift by a day.
Quick thing to check — go to sys_properties and search for glide.sys.default.tz to see what timezone your system is running on.
Also try adjusting your relative end from 1 days ago to 0 days ago — having both start and end set to 1 days ago might be causing the boundary issue.
Give that a try and see if it helps! If this solved your issue, please mark it as Helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
HI @digvijaydp3 ,
Remember to also verify what the automated indicator is setup to. The job is just collection the data according to settings on pa jobs and automated indicator.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @digvijaydp3,
I think the timezone might be the culprit here. Your job runs at 2AM and the Run as TZ is None, so it's picking up the system timezone. If that doesn't match your local timezone, the previous day calculation can easily shift by a day.
Quick thing to check — go to sys_properties and search for glide.sys.default.tz to see what timezone your system is running on.
Also try adjusting your relative end from 1 days ago to 0 days ago — having both start and end set to 1 days ago might be causing the boundary issue.
Give that a try and see if it helps! If this solved your issue, please mark it as Helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
System Time zone is UTC and my local time zone is IST which is approx. 5:30 hours ahead from UTC. So for me this job runs on 7:30am.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Since the job runs at 7:30AM IST that rules out the timezone being the issue.
So the configuration is most likely the cause — try updating your relative end from 1 days ago to 0 days ago and run the job again. Having both start and end set to 1 days ago can sometimes cause it to collect data for 2 days prior instead of yesterday.
Give that a try and let us know if it picks up 23rd Feb correctly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank You @Schaganti,
"Also try adjusting your relative end from 1 days ago to 0 days ago — having both start and end set to 1 days ago might be causing the boundary issue."
This Worked.
