iSeries User Profiles Report

Read Time:30 Sec

I used the process below to get a text file of the iSeries User Profiles that are on our iSeries:

  1. From the green screen run the following command
    DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(/)
  2. Start a SQL session
    STRSQL
  3. Type [Shift]-F1
  4. Choose option 1
  5. Change the “SELECT output” to 2
  6. Run an SQL select statement against the file you created in Step 1. The following statement selects all the active User Profiles
    SELECT UPUPRF, UPTEXT FROM / WHERE UPSTAT  '*DISABLED'
  7. Use iSeries Navigator to export the spool file that is created

Found in How can I list users whose status is disabled on AS/400 ?

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.
Happy
Happy
0
Sad
Sad
0
Excited
Excited
0
Sleepy
Sleepy
0
Angry
Angry
0
Surprise
Surprise
0

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

One thought on “iSeries User Profiles Report

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post FastPath UDC
Next post JDE Object Browser from PatWel Group Inc.