Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Human Capital Management
Lawson S3 HR/Payroll/Benefits
PA100 going into Recovery
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Zac Shields
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5210
People Online:
Visitors:
493
Members:
0
Total:
493
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 S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
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
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
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
1372
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
Human Capital Management
Lawson S3 HR/Payroll/Benefits
PA100 going into Recovery
Please
login
to post a reply.
7 Replies
2
Subscribed to this topic
68 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Sheila Kendall
Advanced Member
Posts: 29
10/22/2014 12:00 PM
We have been having PA100 go into recovery almost daily for a couple of months. We have been working iwth Lawson Support, but so far none of us have found the cause yet. It does not go into recovery every tiem, it does not go into recovery every time for a specific action, although it "seems" like if it goes into recovery it is on three specific actions. We've recompiled, rebuilt indexes, checked bsi (although I believe Lawson support thinks there is an Oracle issue around bsi interface), we get inconsistent messages when it goes into recovery (as if it is just dumping out a message), we've run it at different times of the day. I am checking custom indexes to make sure KEY CHANGE = YES, but we have not recently added any new indexes. ANy ideas of other things we could try?
Donna Wirt
Basic Member
Posts: 17
10/22/2014 1:17 PM
I had an incident where Add-Ins didn't work with IC11 but did work with other IC programs. Below are the compile instructions Infor Xtreme support gave me. They worked. It might be worth it for you to try this or talk to IX about it.
Event Note:
Donna, I'm going to have you recompile IC11 using the following steps:
1. cd to $LAWDIR/productline/icsrc/int/pdlib
This directory contains "machine code" for the source located in $LAWDIR/productline/icsrc/icpdlib .
To speed up compile time these files are not rebuilt every time a program compiles. In order to make sure that all of these files have been properly rebuilt, remove all of the files in that directory. Removing these files forces the compiler to rebuild them when the next compile is executed. This will increase the time it takes to compile a program temporarily.
2. run a lstinvk compile (List Invoke)
Since many of the programs in the procurement suite call "invoked" programs, it is important that the invoked programs are re-compiled as well as the program itself after the files in $LAWDIR/productline/int/pdlib are removed.
Example: lstinvk -q productline ic11
3. run a qcompile against the program itself
Example: qcompile productline ic ic11
Sheila Kendall
Advanced Member
Posts: 29
10/23/2014 1:54 PM
That was a great idea. It did not change the results, but I had not tried that yet.
Karen Ploof
Veteran Member
Posts: 118
10/24/2014 1:02 AM
I assume that when it happens, you just recover the job and it completes successfully? Which would mean it's not a corrupt data issue.
Are the three actions the most common? If so, it's probably a coincidence that it fails when processing them. If not, is there something common? Are they the only ones that use every field (all 36 of them)? Are they the only ones that include user fields or fields that impact taxes or leave processing or fields that impact some other specific module? Are they the only ones that are often future-dated or affect positions 2-99? Are they the only ones that attempt to correct personnel action history?
Is there any chance PA100 is being run by multiple users at the same time resuting in a record lock? I know that's really reaching, but it's the only thing I can think of at this moment.
Sheila Kendall
Advanced Member
Posts: 29
10/24/2014 5:45 PM
All good questions. The three actions are common, do not use all of teh fields, but I think we are finding that it is occurringwhen it tries to do both PAEMPPOS and EMPLOYEE and we think it is about an update to user level and reporting location, which does lead us down a bsi path but has gotten us nowhere. Now, we are trying these odd things. It seems to be ok in trace mode but not as a normal compile. Not convinved on that one yet. Still trying it out
Karen Ploof
Veteran Member
Posts: 118
10/27/2014 4:53 PM
Sounds like you're able to identify the specific action that caused the failure. Have you tried to duplicate the problem by entering that action in a test environment with the Immediate flag set to "Y". Since it runs through the same logic as PA100, but for only the one transaction, it should be easier to debug (I'm not sure what the proper term is) and can easily be rerun as many times as necessary.
If you enter it in Immediate and it completes without issue, I would gess that whould be helpful info for the Lawson support folks.
Joe O'Toole
Veteran Member
Posts: 314
10/27/2014 8:10 PM
I'm not sure if this is related but we had a similar problem when we upgraded to 9.01 with a locked work file causing one of the HR batch programs to go into recovery. No one including Lawson could figure it out and they actually starting writing a JT to amend the code. What we believe to be the cause was that an incorrect platform of LSF was accidentally installed by someone (32 bit on our 64 bit server). Why the install worked and no other major application problems surfaced baffles me but when we reinstalled the 64 bit version the problem seemed to go away. Has any system maintenance been performed on your instance?
Sheila Kendall
Advanced Member
Posts: 29
10/28/2014 11:57 PM
Thank you for your replies. We had done the PA52 with immediate and they did always work. What we now think it is, is that the ulimit for the user lawson had to be set to unlimited. As we did suspect that it was a space/file size issue, this does seem to make sense. We have set it and twice now, it has run without going into recovery.
Please
login
to post a reply.