I have just LIS'd with Lawson and I must say, they've fallen a bit short on this whole User ID thing with LSF9. My challenge is this:
I have more than 5000 self-service users loaded in PROD and need a way to migrate them to a TEST (and DEV) environment. LAWSON OFFERS NO WAY TO DO THIS. :wwf:
So, before I reinvent the wheel, I thought I'd ask: Has anyone else has attempted and/or been successful with this?
My thoughts on the approach is this:
- I still need to define the DEV_EMPLOYEE identity definition.
- I have a utility to export various user-related LDAP records from ADAM, so I will use this as a starting point.
- Once dumped, I can do an 'awk' or equiv to search and replace PROD with DEV
- Then I can load the .ldif files into ADAM and all should be well
So, how crazy am I? I know the dump / load concept works as I have automated the user creation process in LSF9 for our self-service users. Thoughts?