Friday, August 30, 2013

Custom Logo on login page

The rebranding steps to place the custom logo in OIM11gR2 does not display the logo on the login page. 

To workaround the problem upload the image to oracle.iam.ui.view.war by following these steps and let us know the result.

cp /app/Middleware/Oracle_IDM1/server/apps/oracle.iam.ui.view.war /opt
mv /app/Middleware/Oracle_IDM1/server/apps/oracle.iam.ui.view.war /opt/oracle.iam.ui.view.war.bak
mkdir /opt/view
cd /opt/view
jar xvf ../oracle.iam.ui.view.war
rm /opt/oracle.iam.ui.view.war
cp /app/Middleware/Oracle_IDM1/server/apps/oim.ear/eidms-banner.png images/oim_graphic_v1.2.png
jar -cvfM /opt/oracle.iam.ui.view.war . 
cp /opt/oracle.iam.ui.view.war /a

OIM 11gR2 Upgrade to PS1 Issue

OIM 11gR2 Upgrade to PS1 Issue.


This is a very common error been faced by lot of people who are upgrading from OIM11gR2 to PS1.

If you hit the below error
Hi in the last step of upgrade where the script has to be run OIMUpgrade.sh we are getting the below error.

Aug 15, 2013 11:49:02 AM oracle.iam.oimupgrade.standalone.feature.csf.CSFUpgrade getAdminPassWordSEVERE: Error in decrypting the system passwordcom.thortech.xl.crypto.tcCryptoException: Cannot read from policy store. Reason is PolicyStore Error, Specified file does not exist: 

Aug 15, 2013 11:49:02 AM oracle.iam.oimupgrade.standalone.feature.csf.CSFUpgrade getAdminPassWord
SEVERE: Error in decrypting the system password
com.thortech.xl.crypto.tcCryptoException: Cannot read from policy store. Reason is PolicyStore Error, Specified file does not exist: /apps/oracle/oradata2/Oracle/Middleware_PS1OIM/Oracle_IDM1/server/upgrade/logs/MT/migrationDir/system-jazn-data.xml
at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.initKeyStore(tcDefaultDBEncryptionImpl.java:79)
at 

Revert to your staring point on OIM11gR2 (with any BP is fine) Take a backup of your WLS domain and perform the missing step: http://docs.oracle.com/cd/E27559_01/install.1112/e27301/install.htm#CIHEDAJE .

Perform the DB policy store steps in OIM11gR2 (before even upgrading to Ps1):
Try then to start OIM. If everything starts fine, continue with the PS1 upgrade.