Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Security
Delete a Role in LSF9
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Saef
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5226
People Online:
Visitors:
189
Members:
0
Total:
189
Online Now:
New Topics
User Group Announcements
Carolina User Group Meeting
12/20/2024 3:15 PM
Date & Time: February 6, 2025, 8:30am - 4:00pm
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
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
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
Infor / Lawson Platforms
S3 Security
Delete a Role in LSF9
Please
login
to post a reply.
8 Replies
0
Subscribed to this topic
15 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
TBonney
Veteran Member
Posts: 281
5/16/2011 6:09 PM
Can a single role be deleted from multiple users in LSF9, without impacting any of the other roles, groups, etc. that are assigned to these users?
We have a role that was created and assigned to several hundred users previously. However, due to changes made since then, this role is now obsolete and unnecessary so we'd like to remove it from all users. However, we do not want any other changes to be made to these users.
Any ideas? Thank you.
TBonney
Veteran Member
Posts: 281
5/19/2011 1:25 PM
Does anyone have any ideas or feedback on this post? I see that several people have viewed it, but none have commented.
We also have an obsolete group that was created in Resource Manager & assigned to about 150 users, but which has since been replaced with another group, so it too is obsolete. I'd like to get rid of both if I can, withour effecting any of the other roles or groups presently assigned to the affected users.
Thank you for any ipnut anyone can provide.
Al
Basic Member
Posts: 17
5/19/2011 1:35 PM
I am not sure if you can mass delete somehow as I've never found a way. My experience has been you need to remove the security classes from the role to deleted, remove the role from each user account, then delete the role in Resource Manager. You will get an error message if you try to delete a role that is being used on RM user accounts.
TBonney
Veteran Member
Posts: 281
5/27/2011 4:21 PM
Thank you Al. That's what we have found as well, but were wondering if anyone had found any way to work around it. Thanks again.
Lee Wall
Basic Member
Posts: 4
6/1/2011 11:21 AM
Do you have Processflow Integrator? The only way I've found to mass delete a role from multiple user records is to use the Resource Query and Resource Update nodes in processflow integrator. Use the Query node to indentify all users with the oudated role, then the resource update node to remove the role from the user record.
Chris
Advanced Member
Posts: 23
6/1/2011 11:27 AM
The loadusers command can be used to replace a user (and all associated groups and roles) in Lawsom RM. We currently have a Perl script that automatically builds the necessary XML input file for loading new users. If you could query LDAP (which can be done with a Perl module), it should be possible to build the correct XML input to replace an existing user with a new version including whatever changes you require (adding or removing roles, etc.). We are planning on trying this.
TBonney
Veteran Member
Posts: 281
6/1/2011 11:45 AM
Thanks Lee Wall and Chris!
Basically what Chris suggested is how we did it as well. We ran scripts to create files indicating what all the current roles, groups, etc. are assigned to each individual and then updated the files by removing the target role we wanted to get rid of, then ran the loadusers to update using the newly edited xml files. However, this process was a long and involved one, so we are wondering if there might be a more efficient method out there.
Lee, would you be able to provide any additional information on how to utilize Process Flow to accomplish this? We do have PFI, but have never used the Resource Update node and are a little skiddish about doing so.
Thank you.
KK - Infor
Veteran Member
Posts: 61
6/1/2011 7:28 PM
You can achieve this using PFI/ PFX
- Have a Resource query node Inquire all the Roles/ Groups etc.
- Assign it to a variable
- Using Branch/ JavaScript strip out/ replace the ones you don't need
- Assign the rest using the Resource Update again.
This is a little more involved process, however works like a charm since it uses the standard Lawson tools.
TBonney
Veteran Member
Posts: 281
6/2/2011 11:18 AM
Thanks KK!
...and doing so through Process Flow has no impact to the user whose profile you're updating? (i.e. - no change in password is required, etc.)
That's our biggest concern, to be able to remove these obsolete roles without needing to mass communicate the change to all "affected" users, since it really has no impact to the end users.
Thank you.
Please
login
to post a reply.