首页 > 代码库 > Oracle EBS上传Form编译
Oracle EBS上传Form编译
1、备份
cd $CUXWL_TOP/12.0.0/forms/ZHS
/d01/CWTEST/apps/apps_st/appl/cuxwl/12.0.0/forms/ZHS
ll CUXWL_PO_RCV*.fmx
CUXWL_PO_RCV2.fmx
CUXWL_PO_RCV.fmx
扩展:
cp CUXWL_PO_RCV2.fmx{,.bak}
cp CUXWL_PO_RCV.fmx{,.bak}
如果部署的FORM有问题,使用备份的CUXWL_PO_RCV.fmx CUXWL_PO_RCV2.fmx 还原即可
2、上传文件到:
$CUXWL_TOP/12.0.0/forms/ZHS/
/d01/CWTEST/apps/apps_st/appl/cuxwl/12.0.0/forms/ZHS
CUXWL_PO_RCV_201609.fmb
CUXWL_PO_RCV2_201609.fmb
3、编译执行,记得路径修改成正确的,前后路径一样
cd $AU_TOP/forms/ZHS
/d01/CWTEST/apps/apps_st/appl/au/12.0.0/forms/ZHS
frmcmp_batch Module=/d01/CWTEST/apps/apps_st/appl/cuxwl/12.0.0/forms/ZHS/new.fmb Userid=apps/apps Output_File=/d01/CWTEST/apps/apps_st/appl/cuxwl/12.0.0/forms/ZHS/CUXWL_PO_RCV.fmx Module_Type=FORM
frmcmp_batch Module=/d01/CWTEST/apps/apps_st/appl/cuxwl/12.0.0/forms/ZHS/new2.fmb Userid=apps/apps Output_File=/d01/CWTEST/apps/apps_st/appl/cuxwl/12.0.0/forms/ZHS/CUXWL_PO_RCV2.fmx Module_Type=FORM
Oracle EBS上传Form编译