Ideally application specific roles should be available post deployment. In case the roles are not available, we can create the roles using the following steps:
  • Give all the privileges to the user which you are accessing the EM console. E.g. Deployers, monitors, operators.
  • Login to em console
  • Expand  Application Deployments >> OracleBPMProcessRolesApp(soa_cluster)
  • Right click on OracleBPMProcessRolesApp(soa_server1) >> Security >> Application Roles
  • Click on the search button (red marked in below screen shot). It will show all the available application specific roles.
  • To add new roles, click on Create button. Give Role Name and Display Name. Click on OK button.
  •  Repeat the steps for all the application roles.
  • Login to the server “soa_server1” and “soa_server2” using a SSH client such as (putty). 
  • Navigate to the config folder of the soa server:
  •   $DOMAIN_HOME/config/fmwconfig
  • Check whether the file “system-jazn-data.xml” is updated on both the servers or not. If the file is not updated in other managed server then do the following steps.
  • a.       Shut down the server.
    b.      Take the backup of the file system-jazn-data.xml
    cp system-jazn-data.xml system-jazn-data.xml_bkp
    c.       Take the system-jazn-data.xml file from server1 where it has been updated and replace it on the managed server.
    d.      Start the managed server.


    ************************************************