Thursday, February 8, 2024

HRMS Legislative Data Using Data Installer and hrglobal.drv

  If apply the Latest RUP patch in HRMS (R12.HR_PF.C.Delta.14 Release Update Pack)

Oracle Payroll - Version 12.2 and later

Oracle Human Resources - Version 12.2 and later

We can the following Post update steps

HR Legislative customers only:



1. adop phase=prepare

2. Source the Patch  environment file

2.[applmgr@visebsapp ~]$ cd /visapps/applmgr
[applmgr@visebsapp applmgr]$ ls
03241000.log  04011141.log  EBSapps.env  fs1  fs2  fs_ne
[applmgr@visebsapp applmgr]$ . EBSapps.env 

  E-Business Suite Environment Information
  ----------------------------------------
  RUN File System           : /visapps/applmgr/fs1/EBSapps/appl
  PATCH File System         : /visapps/applmgr/fs2/EBSapps/appl
  Non-Editioned File System : /visapps/applmgr/fs_ne


  DB Host: visebsdb.xyz.com  Service/SID: VIS


  E-Business Suite Environment Setting
  ------------------------------------
  - Enter [R/r] for sourcing Run File System Environment file, or
  - Enter [P/p] for sourcing Patch File System Environment file, or 
  - Enter anything else to exit

  Please choose the environment file you wish to source [R/P]:P

  Sourcing the PATCH File System ...



 3.Run Data Install:


java oracle.apps.per.DataInstall <un> <pw> thin <host:port:sid>

where

<un> is the username of the main apps account
<pw> is the password for this account
<host:port:sid> represents the database connection information



[applmgr@devebsapp applmgr]$ java oracle.apps.per.DataInstall apps apps thin visebsdb.xyz.com:1521:VIS

4.DataInstall for hrglobal


Patch Edition: V_20210404_1141


+-------------------------------------------------+
|             DataInstall Main Menu               |
+-------------------------------------------------+

1.    Select legislative data to install/upgrade

2.    Select college data to install/upgrade

3.    Select JIT to install/upgrade

4.    Select International HRMS Setup to install

5.    Exit to confirmation menu


Enter your choice : 1

 # Localisation         Product(s)               Leg. Data? Action
-- -------------------  ------------------------ ---------- -------------
 1 Global                    Human Resources                     
 2 Australia                Human Resources                     
 3 Australia                Payroll                             
 4 Belgium                 Human Resources                     
 5 Canada                   Human Resources                     
 6 Canada                   Payroll                             
 7 China                    Human Resources                     
 8 China                     Payroll                             
 9 Denmark                Human Resources                     
10 Finland                  Human Resources                     
11 France                   Human Resources                     
12 Germany              Human Resources                     
13 Hong Kong            Human Resources                     
14 Hong Kong            Payroll                             
15 Hungary              Human Resources                     
16 India                    Human Resources                     
17 India                    Payroll                             
18 Ireland                 Human Resources                     
19 Ireland                 Payroll                             
20 Italy                     Human Resources                     
21 Japan                   Human Resources                     
22 Japan                      Payroll                             
23 Korea, Republic of   Human Resources                     
24 Korea, Republic of   Payroll                             
25 Kuwait               Human Resources                     
26 Kuwait               Payroll                             
27 Mexico               Human Resources                     
28 Mexico               Payroll                             
29 Netherlands          Human Resources                     
30 Netherlands          Payroll                             
31 New Zealand          Human Resources                     
32 New Zealand          Payroll                             
33 Norway               Human Resources                     
34 Poland               Human Resources                     
35 Romania              Human Resources                     
36 Russian Federation   Human Resources                     
37 Saudi Arabia         Human Resources                     
38 Saudi Arabia         Payroll 
39 Singapore            Human Resources                            
40 Singapore            Payroll                             
41 South Africa         Human Resources                     
42 South Africa         Payroll                             
43 Spain                Human Resources                     
44 Sweden               Human Resources                     
45 United Arab Emirates Human Resources                     
46 United Arab Emirates Payroll                             
47 United Kingdom       Human Resources                     
48 United Kingdom       Payroll                             
49 United States        Human Resources                     
50 United States        Payroll                             
51 United States        US Federal Human Resources           

 <Product #><Action> - Change Action
 where <Action> is [I : Install, C : Clear]

 [Return]     - To return to main menu.

Enter your choice (for example 2I) : 1I

Enter --->


Enter your choice (for example 2I) : 16I

Enter ---->

Enter your choice (for example 2I) : 17I

Enter ----->




To exit DataInstall program use menu 5, and confirm your choices

1. Select legislative data to install/upgrade

2. Select college data to install/upgrade

3. Select JIT to install/upgrade

4. Select International HRMS Setup to Install

5. Exit to confirmation menu

Enter your choice : 5



DataInstall - Actions confirmation

Do you really wish to exit and save your changes?

[Y] - Yes, save then exit
[N] - No, don't save but exit
[Return] - To return to the DataInstall Main Menu

Enter your choice (for example Y) : y


DataInstall - Actions summary


The following actions will be performed:




# Localisation         Product(s)               Leg. Data? Action
-- -------------------  ------------------------ ----------   -------------
 1 Global               Human Resources          Installed   Install 

16 India                Human Resources          Installed   Install       
17 India                Payroll               Installed   Install


5.Apply hrglobal.drv:


adop phase=apply patchtop=$PER_TOP/patch/115 patches=driver:hrglobal.drv options=nocopyportion,nogenerateportion,forceapply


Complete the online patching cycle by running the following commands in the order shown:

6. $ adop phase=finalize
7. $ adop phase=cutover
8. $ adop phase=cleanup

Be sure to check the generated log files after hrglobal driver has completed to ensure no issues were encountered.











No comments:

Post a Comment

How to bounce the(restart) Apache server in Oracle EBS R12.2 ?

   1. login to our EBS instance using the putty tool 2. login applmgr user  3. Set the Apps Environment file applmgr  32497     1  0 Aug23 ?...