LBI Report Users II

 9 Replies
 0 Subscribed to this topic
 22 Subscribed to this forum
Sort:
Author
Messages
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Hey all:

I think I need to start a new post, to get back to the original question asked by Jan. Where to find the Report Users?

I've been able to find the Report Users that are configured on the main Report screen, but when you go to set up a schedule, these (can be) a different set of report users. My PM really needs the set of report users associated with the schedule to do an efficient job of cleaning up our reports.

Which tables can I (an possibly Jan) look to find this information?

Many thanks,
-Greg
David Levine
Basic Member Send Private Message
Posts: 6
Basic Member
Hello Greg,

By "Report Users", can I assume you mean users subscribed to receive scheduled reports? If so, I believe subscribed reports are found in rsuserprd.ers_distributionoptions. Joining to rsuserprd.ers_reportaccess on reportid, to retrieve "accessvalue" seems to do the trick.

HTH
David
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Thanks, David. I think this will work for me! Appreciate it!
ric9d
Veteran Member Send Private Message
Posts: 76
Veteran Member
Does anybody know which table contains the data for scheduled jobs? For example I have a sched_job_1 that runs every 15th of the month at 3:00AM, Which table contains 15th, 3:00AM,etc?
Matthew Nye
Veteran Member Send Private Message
Posts: 514
Veteran Member
https://www.lawsonguru.co...ft/6991/Default.aspx
If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
ric9d
Veteran Member Send Private Message
Posts: 76
Veteran Member
THANKS! Awesome......
ric9d
Veteran Member Send Private Message
Posts: 76
Veteran Member
Does anybody know how to convert that long number to date time?
Fieldname: NEXT_FIRE_TIME; Sample value: 1564826460000
Matthew Nye
Veteran Member Send Private Message
Posts: 514
Veteran Member
i tried a few times with minimal luck. post back when you figure it out though. i think its related to UNIX time or something.
If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
John Henley
Send Private Message
Posts: 3351
https://www.lawsonguru.co...scheduler-datetimes/
Thanks for using the LawsonGuru.com forums!
John
ric9d
Veteran Member Send Private Message
Posts: 76
Veteran Member
That worked. Thanks everybody