Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Enterprise Resource Planning & Manufacturing
Lawson S3 Procurement
RSS slowness
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Hitman
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5208
People Online:
Visitors:
387
Members:
0
Total:
387
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
Enterprise Resource Planning & Manufacturing
Lawson S3 Procurement
RSS slowness
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
1 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
josh w
New Member
Posts: 2
11/28/2007 6:13 PM
Hey all,
Sorry if this is long, I just wanted to give as much information as I could...any help would be greatly appreciated.
Several months ago, we installed MSP11 on our Production system which required an upgrade to RSS. Over the past few weeks, some requesters have reported slowness during checkout in Shopping, some having to wait up to 10 minutes to checkout. The reports have been scattered by location as well as time of day, but it does not seem to be affecting all users, at least not to this degree. Also, a buyer using Receiving has reported the system taking about 2 minutes to process an approval.
We have a few customizations, hence little support from Lawson on this. There are 2 basic types of customizations we made- 1) aesthetic changes updating the XML, XSL, or HTML, and 2) additional validation using JavaScript on checkout, mostly to make sure the accounting unit/account/sub account combinations are valid. These new JavaScript functions call the Lawson DME object using the same structure as existing standard RSS. We've also verified the indices are being populated correctly and the number of records each query returns is very low. We have made no changes to Receiving which is also running slow.
We had a tough time in our testing systems stabilizing RSS. After many tests looking at memory and system settings (listed below), we changed the 'max_thread_proc' kernel setting from 64 to 256 and the system has not crashed since. Anytime the thread count for the tomcat process hit 64 or above (using glance), RSS would crash shortly after. Our production system is set to 256 and the highest thread count we've seen the past few days is about 180, and it has not crashed at all, it’s just running slowly.
We've activated Trace just prior to checkout (ctrl+shift+t) and see that the checkout seems to take minutes to get through our additional validation, but I don't see any errors in Tomcat logs or system logs.
We've not really been able to duplicate the issue on a test system since the issues have been reported, and the longest wait time we've had is 10-15 seconds.
My questions -- has anyone else experienced any issues with RSS running very slowly? Does what I’ve described sound like the slowness is being caused by our customizations in checking out (since trace shows they’re taking a long time to run) or does it sound more like that may just be a result of RSS itself running slow because of perhaps the thread count coming somewhat close to the limit (180 / 256) - could bumping this number up again solve the problem? Or from a system setting? Or from specific PC's (Lawson has said numerous times this version of RSS is PC-intensive)? Recommendations on proceeding?
Here are the additional steps we tried in our original testing with no success prior to changing max_thread_proc:
- Edit processflow.properties
- Change minDbconnection
- Change maxDbconnection
- Change Thread sizes
- touch $CGIDIR/dme.log
- change thread limits in /opt/tomcat/jakarta-tomcat-5.0.28/prod/conf/server.xml
- Removed customizations and disabled select processflows in WF05
- tomcat memory settings
- changed to 512min 512max
- Edit PoolMgrProperties
- Add initconns_dme = 5
- add maxconns_dme = 20
- change logging type (was debug)
-------------------
UNIX, HPUX, RSS 8.1.0.53, 8.0.3 MSP11, 8.0.3 ESP6, Portal 3.1.7.286
John Henley
Posts: 3353
11/28/2007 7:43 PM
Hi Josh, dumb question I hope: did you REMOVE $CGIDIR/dme.log touch file?? Also, I think you're tomcat max setting is way too low.
John Henley
Posts: 3353
11/28/2007 7:48 PM
P.S. See
https://www.danalytics.co.../archive/2006-11.htm
josh w
New Member
Posts: 2
11/28/2007 7:57 PM
Hi John,
Thanks for the quick replies and the link, I'll take a look. Yes, the dme.log file was removed after testing.
John Henley
Posts: 3353
8/7/2008 6:03 PM
Josh, I have found that 'max_thread_proc' kernel setting needs to be even higher, at least for LSF9 & RSS.
Please
login
to post a reply.