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
Huge error-rpt files created when report errors
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Raju
Past 24 Hours:
1
Prev. 24 Hours:
2
Overall:
5205
People Online:
Visitors:
370
Members:
0
Total:
370
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson Smart Office
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor CloudSuite
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:39 PM
Hi, I need help with an error on syteline while us
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1369
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
Huge error-rpt files created when report errors
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
Kert490
Basic Member
Posts: 14
1/15/2018 5:40 PM
We have had several instances where our Lawson drive space was suddenly eaten up with no warnings, going from under 50% to over 95% and causing failures. We have found that the space is being taken up by error files in the users print directory. There are 2 files created: error-rpt (around 40 GB) and error_rpt.dtl (around 5 GB). These are much larger than the normal files that are created when a report errors.
We can go through and delete the files and restore the space, but we would like to prevent the files from being created to avoid issues with having the drive fill up while people are using the system.
Does anyone know why these huge error files are being created?
Is there any way to prevent their creation, since they have no particular use and are harmful to the system?
Tags:
Reports
Kwane McNeal
Veteran Member
Posts: 479
1/15/2018 5:45 PM
Make sure none of the batch jobs and invoked programs are compiled in trace or debug mode.
Look in LAWDIR/product-line/obj for .idy and .int files, as those are usually the programs that have been compiled in trace or debug mode.
Other than that, we would need to know more about the specific job and perhaps a snippet of the error-rpt file to know what’s happening
(REMEMBER to not post a snippet containing sensitive data)
Tags:
Reports
Kert490
Basic Member
Posts: 14
1/16/2018 7:01 PM
We don't have any examples of the giant error-rpt files, since we delete them when it happens, but I will post it if it happens again before it is resolved.
I checked in our directory E:\INFOR10X\law\GHSE\obj for the .idy and .int files, but didn't find any. It is mostly just .gnt files which look to be compiled reports.
Is there another place we can see if the reports were compiled in debug/trace mode?
Tags:
Reports
Kwane McNeal
Veteran Member
Posts: 479
1/16/2018 7:29 PM
If you have no .idy or .int, then nothing is compiled in debug mode. Without knowing which programs are causing the issue or any snippets of the reports themselves, there’s nothing more I really could tell you.
Tags:
Reports
John Henley
Posts: 3353
1/16/2018 10:51 PM
This sounds like it's an error report generated by a particular batch job/report, not a job log file.
Do you only see it on particular jobs/tokens, and if so, which one(s)?
Tags:
Reports
Kert490
Basic Member
Posts: 14
1/18/2018 7:18 PM
The last two times the report created huge error files it was running the ap270. It was from 2 different users.
Tags:
Reports
John Henley
Posts: 3353
1/18/2018 7:39 PM
I would assume 1) you have a ton of AP data, and 2) the users are running AP270 with pretty broad parameters. If that is the case, that's just the way it is, and the users would need to be more cautious with the parameters.
Tags:
Reports
Kert490
Basic Member
Posts: 14
1/30/2018 7:55 PM
I do believe that the parameters have something to do with it. The users that that have the issue are using the "Company Group" parameter, which seems very vague and no one seems to know what a company group is. Does anyone know where the company group is defined.
The really odd thinks has to do with the REC_STATUS field in the APPAYMENT table. I did a trace while the AP270 was running forever (literally over 7 days) and found that it was querying the APPAYMENT table based on Company, at a rate of at least several times a second. The really odd thing is it kept incrementing the Value it queried on REC_STATUS. When I looked it was at 630,562,053 and climbing. Not sure how high it went. This is really bizarre since REC_STATUS is a tinyint and should only go to 256 and only contains 3 values.
So why would the AP270 report think it needs to use values of around 1 billion in a query for a tinyint? I'd love to be able to figure out where it gets the values to query from, but I don't have the understanding at this point. Any clue on how this works?
Kert
Tags:
Reports
Kwane McNeal
Veteran Member
Posts: 479
1/30/2018 11:28 PM
So, I reread this thread, and I wanted to make a few observations, then ask a few questions, then attempt answer your questions...
1) in your original post, you state that the error report has no use. The business would greatly disagree.
2) based on the points you focus on, I get the impression you background may be more of a system admin or DBA. If my observation is correct, the next parts will be value to you.
Based on that, my question is:
1) if you are more of a DBA / SQL developer, are you familiar with COBOL, and more importantly, Lawson’s way of doing COBOL?
Now, on to some potentially useful info.
1) Lawson S3 typically doesn’t store data in normalized form, for a variety of reasons, the most important being:
1) being rdbms vendor agnostic
2) simplifying access via COBOL (tables more closely match COBOL cookbooks)
...because of these, accessing the data will very rarely be as efficient as 4GL style access on normalized data.
That means you will see numerous redundant data lookups.
Now with that said, here’s a few things you can do.
1) see if you can tweak the caching values in the program’s cache configuration file (The AP270.cfg file). There is a guide on this on the Xtreme support site.
This will help reduce the redundant lookups, but will NOT likely reduce the error report file sizes. As John put it, that will be up to the business users running the jobs in a more efficient manner.
2) rewrite the report in a 3rd Party reporting tool, to eliminate the files and speed up. Understand, this CANNOT be done for any report that contains update logic of ANY KIND (barring logic for the CKPOINT table)
A few other things:
Whenever you see a file that has a corresponding .dtl file, that file is being INTENTIONALLY produced by the program, and will likely contain data relevant to the business. I really can’t understand why the files are getting so large. So I’d have the business really go through that and see if the output makes any sense. To John’s point, if you have a massive amount of data, and you run the AP270 wide open, it’s possible.
In that case, you may want to discuss with the business purging data they no longer need
Tags:
Reports
Please
login
to post a reply.