How to Create a Group that Only Aborts Orders
(Doc ID 2159780.1)
Last updated on AUGUST 31, 2020
Applies to:
Oracle Communications ASAP - Version 7.0.2 to 7.2.4 [Release 7.0.0 to 7.2]Information in this document applies to any platform.
Goal
On : ASAP 7.0.2 version,
We are trying to create a group that has only the "Abort Work Order" permission. To create the group, we updated the ejb-jar.xml and weblogic-ejb-jar.xml in ssam.jar and followed the procedure on https://docs.oracle.com/cd/E18887_01/html/e18879/adm_asap_security.htm. But the group does not seem to work.
The following are the steps taken:
Goto /servers//upload/asap${ENV_ID}
jar xvf asap${ENV_ID}.ear ssam.jar
jar xvf ssam.jar META-INF/ejb-jar.xml
jar xvf ssam.jar META-INF/weblogic-ejb-jar.xml
Edit ejb-jar.xml and weblogic-ejb-jar.xml to add/remove/modify roles to users/groups
jar uvf ssam.jar META-INF/ejb-jar.xml
jar uvf ssam.jar META-INF/weblogic-ejb-jar.xml
jar uvf asap${ENV_ID}.ear ssam.jar
restart Weblogic
How can we create a group that has only "Abort Work order" permissions.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |