Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Financial Management
Lawson S3 Financials
Report of Completed Jobs
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Starr
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5327
People Online:
Visitors:
232
Members:
1
Total:
233
Online Now:
DarrenB
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Financial Management
Lawson S3 Financials
Report of Completed Jobs
Please
login
to post a reply.
8 Replies
2
Subscribed to this topic
43 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
hussey1213
Basic Member
Posts: 16
3/28/2018 12:39 PM
Does anyone know if there is a way to get a dump/report of Completed user jobs? We're trying to perform some job analysis; determine run times, number of times users are running jobs, etc. In LID I can copy from Completed Jobs in jobschd manually but that's going to be time consuming. Any help would be greatly appreciated.
Thank you.
Todd Mitchell
Veteran Member
Posts: 87
3/28/2018 12:50 PM
Split
You can try something like this:
rngdbdump -ntc gen queuedjob -v status=0 username=$userName jobname=$jobName
Kwane McNeal
Veteran Member
Posts: 479
3/28/2018 12:53 PM
Split
Todd is correct, though if you want completed jobs, you’ll need the status to be 63. I believe zero (0) is for running jobs.
hussey1213
Basic Member
Posts: 16
3/28/2018 1:02 PM
Split
rngdbdump -ntc gen queuedjob -v status=63 username=$userName jobname=$jobName
Would this command only be for an indivdual user's jobs? I'm hoping to get information for all users
Todd Mitchell
Veteran Member
Posts: 87
3/28/2018 1:04 PM
Split
Yes, sorry:
# Known Job Statuses:
# Code Meaning
# 0 - Running
# 30 - Waiting
# 31 - Waiting Step
# 32 - Waiting On Time
# 33 - Waiting Recovery
# 34 - Needs Recovery
# 35 - Invalid Parameters
# 36 - Queue Inactive
# 37 - On Hold
# 60 - Recurring Skipped
# 61 - Recovery Deleted
# 62 - Cancelled
# 63 - Normal Completion
# 80 - ??
Todd Mitchell
Veteran Member
Posts: 87
3/28/2018 1:06 PM
Split
rngdbdump -ntc gen queuedjob -v status=63
Todd Mitchell
Veteran Member
Posts: 87
3/28/2018 1:09 PM
Split
Keep in mind though that this will produce a lot of data depending on how often you run your purge (deljobhst).
Kwane McNeal
Veteran Member
Posts: 479
3/28/2018 1:09 PM
Split
And for your list, there’s a more completely list, let me find it...
Status 80 is the control record... it stores the last job number. It must always exist.
hussey1213
Basic Member
Posts: 16
3/28/2018 1:18 PM
Split
Extremely helpful, thank you all!!!!
Please
login
to post a reply.