Tuesday, May 9, 2017

OIM: How to Rollback a Published Sandbox

 

Problem:

A sandbox has been published with some UI changes. And users saw a blank screen after login.

Solution:

The problem is with the published sandbox, we can follow the below steps to rollback the published sandbox in OIM 11gR2 + versions

1. log in to Enterprise Manager

 2. In Application Deployments click o oracle.iam.console.identity.self-service.ear

 3. Right-click on Application Deployment and select MDS Configuration from the drop-down.

 4. Click on “Runtime MBean Browser” under the Advanced Configuration.

 5. Click on the “Operations” tab. Scroll down and find the MBean operation “listMetadataLabels” with parameters=0 click on it.

 6. Click on Invoke in the top right.

 7. In the list, copy the sandbox value, which will be like Creation_IdM_XXXXXXXXX (UI changes will be restored before this sandbox). Click on Return.

 8. Scroll down and find the MBean operation “promoteMetadataLabel” (the first one in the list) and click.

 9. Paste the value in the textbox, which is copied in Step 7, and click on Invoke.

 10. Restart OIM.

 

 Steps one-by-one:

 

 1-Login in http://YOURWLSHOSTFOROIM:PORT/EM

2- Expand OIM SELF and click on MDS Configuration

3-Runtime MBean Browser option as below

 

4-Click on Operations tab as below

 

5-listMetadataLabels and invoke. Then you will find the label you would like to be under.

 

6-Go back and select the promoteMetadataLabel operation in order to apply the label you just copied above.

7-Click Invoke and you should get this:


8-Restart OIM Server and you are now on the sandbox version you just invoked. Congratulations!



I hope this helps,

Thiago

No comments:

Post a Comment