Hurriyet

5 Ocak 2015 Pazartesi

Oracle E-Business Suite: Deployments in EBS 12.2.* - Deploying Forms,Workflows,

With the newcoming changes to filesystem, to deploy a newly customized form we need to be sourcing the patch environment and then deploy forms.


Steps would be like:
1-Source the patch environment

 [applmgr@T1VSTEBSAPP01 ~]$ cd /u01/install/APPS/  
 [applmgr@T1VSTEBSAPP01 APPS]$ ls  
 EBSapps.env fs1 fs2 fs_ne scripts  
 [applmgr@T1VSTEBSAPP01 APPS]$ . EBSapps.env PATCH  

2- Stage the fmb under $AU_TOP/forms/US. Verify the $FORMS_PATH environment variable. FORMS_PATH must contain $AU_TOP/resource and $AU_TOP/forms/ (if for US this would be $AU_TOP/forms/US). If these directories are not set under $FORMS_PATH, set FORMS_PATH accordingly.

How do we check $FORMS_PATH variable?
[applmgr@T1VSTEBSAPP01 APPS]$ env | grep FORMS_PATH  
 FORMS_PATH=/u01/install/APPS/fs1/EBSapps/appl/au/12.0.0/resource:/u01/install/APPS/fs1/EBSapps/appl/au/12.0.0/resource/stub

3- Then we apply the customization by first going to the $AU_TOP then use the following command.

[applmgr@T1VSTEBSAPP01 US]$ pwd  
 /u01/install/APPS/fs1/EBSapps/appl/au/12.0.0/forms/US  
 [applmgr@T1VSTEBSAPP01 US]$ frmcmp_batch JGZZTAJA.fmb apps/ output_file=/u01/install/APPS/fs1/EBSapps/appl/jg/12.0.0/forms/US/JGZZTAJA.fmx compile_all=special

References:
1- Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2 - Form Deployment (Doc ID 1577661.1)
2-How to Generate a Specific Form Through AD utility adadmin (Doc ID 178722.1)

Hiç yorum yok:

Yorum Gönder