码迷,mamicode.com
首页 > 数据库 > 详细

Oracle EBS上传Form编译

时间:2016-09-06 23:53:20      阅读:781      评论:0      收藏:0      [点我收藏+]

标签:编译   ebs   from   

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编译

标签:编译   ebs   from   

原文地址:http://459313840.blog.51cto.com/2937517/1846641

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!