Remove The Owner From An OMW Project

Read Time:30 Sec

In the past I wrote a post called “EnterpriseOne (E1) OMW Cleanup”. I used a SQL statement to remove my UserID from Object Management Workbench (OMW) projects that were automatically created by the ESU installation process.

Today, I used that same SQL to remove my UserID from OMW projects that the development team has requested that I move to a status 38. We do this to satisfy some auditing requirements and to stay consistent with other systems that we have.

Anyway, here is the SQL, again…

DELETE FROM sy811/f98221
WHERE PUOMWUSER ='userid'
AND PUOMWPRJID LIKE '%projectname%'

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 “Remove The Owner From An OMW Project

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 How To Manually Disable WebSphere Admin Console Security
Next post Trigger Library JDBTRG1 or JDBTRIG Not Found