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
Mass Load Roles
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Steve G
Past 24 Hours:
2
Prev. 24 Hours:
1
Overall:
5332
People Online:
Visitors:
371
Members:
0
Total:
371
Online Now:
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
Infor / Lawson Platforms
S3 Security
Mass Load Roles
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
17 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Jose
Basic Member
Posts: 15
2/23/2011 3:50 AM
Hello,
I am trying to figure out how to mass load roles to each ESS users. Going to each user and adding these roles is very time consuming and was in search of finding a faster way of doing this task.
Also, is there a way to have roles, prodline, and CheckLS set as a template so when a new user is added, we dont have to bother with adding roles, prodline, checkLS.
Dave Amen
Veteran Member
Posts: 75
2/23/2011 4:00 AM
Split
Hi Jose,
What you're looking for is the Mass Assignment tool in the LS9 Resource Manager.
With this, you can use any combination of attributes as selection criteria (maybe ESS Portal Role to get all ESS Users?).
Once you've entered the selection criteria, you can add Roles or change other attributes for many users in one fell swoop!
But please be careful - this thing is a loaded gun. It can fix thousands of users in seconds, and it can also destroy LDAP, so use it with caution!
As far as a template for new users, I don't have answer for that. Anyone else?
Best regards,
Dave
(303) 773-3535
Roger French
Veteran Member
Posts: 549
2/23/2011 6:42 PM
Split
There is a Perl script (floating around) which I've adapted and used for a few years now, which uses a 'template' to create the actual new users' XML records, which then can be loaded.
Give me your email address and I can send it to you.
Roger
Michael Landis
New Member
Posts: 2
2/24/2011 2:10 AM
Split
I'm not clear on whether you're trying to create new ESS accounts for new employees/users, or simply add an ESS role to existing user accounts. I've created scripting solutions for both types of scenarios using ksh, so either way, it can be done. Updating roles of existing LS users is the trickier endeavor because loadusers wants to replace the existing roles with what is specified in the Roles= value of your XML file. (Although I read a blurb today that this behavior may change soon to append instead of replace.) I accomplish this by using ldapsearch to query the LDAP first to get the list of existing roles for the user, then add my new role to that list and generate my XML record. If you're wanting to create a new user account with the ESS role, that's a little easier task, and you can plug just about any of the RM fields or Identities. The vast majority of our adds, terms and job-change updates are highly automated now.
Jose
Basic Member
Posts: 15
2/25/2011 1:10 AM
Split
I'm trying to do 2 things:
1) I would like to add 4 roles to existing users. However, some of the existing users already have specific roles assigned to them and I dont want those being replaced.
2) When creating new users, I would like for the 4 roles to be included, CheckLS=YES, product line = PROD, portal role "Associate" so that I dont have to add this information each time I create a user.
JeffR
Advanced Member
Posts: 22
4/12/2011 9:31 PM
Split
I created a Process Flow that actually does both things you are looking to do. I can update roles and groups for existing employees and I create the RM for new hires and rehires giving them ESS access.
Please
login
to post a reply.