Wednesday, December 30, 2015

RPM 14.1 Installation orpatch Issue

RPM 14.1 Installation orpatch Issue


In RPM 14.1 Installation the installer skips the application rpm14 and rpm14 online help delployment part and show completed...

Issue is caused due to orpatch is not ran completely.
 In case the installation is showing completed and rpm14 and rpm14 online help deployments are not showing on the weblogic server admin console deployments section it means the orpatch section is getting skipped as show below from the installation logs.

run-orpatch:
     [echo] Running orpatch for RETAIL_HOME: /u03/rpm/retail_home
     [exec] 14:40:50 11/19/2015 Patch RPM_APP_14_1_0_5 for product RPM (Cummulative)
     [exec] 14:40:50 11/19/2015 Evaluating delete manifest against environment contents
     [exec] 14:40:50 11/19/2015 --------------- Begin Patch Action Summary ------------
     [exec] 14:40:50 11/19/2015 Actions that will be run on this Host:
     [exec] 14:40:50 11/19/2015 Actions that must be run elsewhere:
     [exec] 14:40:50 11/19/2015          JAVAAPP_RPM :    50 files
     [exec] 14:40:50 11/19/2015 ---------------  End  Patch Action Summary ------------
     [exec] 14:40:50 11/19/2015 Checking dependent configuration, if any
     [exec] 14:40:50 11/19/2015 Creating backup directory /u03/rpm/retail_home/backups/backup-11192015-144050
     [exec] 14:40:50 11/19/2015 No patch actions created, updated or removed files.  Skipping remaining actions
     [exec] 14:40:50 11/19/2015 ORPatch session completed successfully


 Solution:


1) Make sure your hostname and IP is in sync.

2) Also at time of installation you have given the hostname for the RPM first screen of asking host server details and not the IP address.

Retest the issue after entering the correct hostname.


********************************Done**********************************

For complete installation Help and Support please drop mail with your requirement at below mentioned Email-ID

We can setup Oracle RPM environment along with any Other MOM products for your learning with just some maintenance cost

info@orainstall.com



Creating User in Oracle Retail Price Management



Creating User in Oracle Retail Price Management - RPM

Step 1

Create a same user as RETAIL.USER in LDAP directory:


userid:- orcladmin
passwd:- Retail

Note- Above put your credentials for LDAP super user orcladmin
 
Go to dc=com, dc=oracle, cn=users

Step2

Create like a new user by right click on RETAIL.USER

I am creating a user "rpmuser1" similar like Retail.User

Step 3

Insert a new record with the newly created user:

insert into rsm_user_role (id, user_id, role_id, start_date_time, end_date_time) select rsm_user_role_seq.nextval, 'rpmuser1', -1001, nvl(get_vdate,sysdate) - 365, null from dual;

Done.....