help compiling form6i [message #232171] |
Thu, 19 April 2007 13:38 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
deahayes3
Messages: 203 Registered: May 2006
|
Senior Member |
![doublemint78%40yahoo.com](/forum/theme/orafaq/images/yahoo.png)
|
|
I have a new form I would like to compile for Application suite, I was giving the following code to compile form but the second step can not find .fmx am I missing something?
ls -l /u01/app/appltest/au/11.5.0/forms/US/BGQTRAIN.fmb
cp /u01/app/appltest/au/11.5.0/forms/US/BGQTRAIN.fmb /u01/app/appltest/au/11.5.0/forms/US/BGQTRAIN.fmb_070415
$ ls -l /u01/app/appltest/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx
$cp /u01/app/appltest/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx /u01/app/appltest/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx_070415
$ put the form source onto this host in the following directory
$ cd /u01/app/appltest/au/11.5.0/forms/US
$ $ORACLE_HOME/bin/f60gen module=/u01/app/atest/au/11.5.0/forms/US/BGQTRAIN.fmb userid=apps/dba output_file=/u01/app/atest/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx module_type=form batch=yes compile_all=special
$ more BGQTRAIN.err
[Updated on: Thu, 19 April 2007 13:39] Report message to a moderator
|
|
|
|
Re: help compiling form6i [message #233328 is a reply to message #232171] |
Wed, 25 April 2007 13:12 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
deahayes3
Messages: 203 Registered: May 2006
|
Senior Member |
![doublemint78%40yahoo.com](/forum/theme/orafaq/images/yahoo.png)
|
|
this is the second step
$ ls -l /u01/app/appltest/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx
the .err files said on-error trigger didnt compile, I removed it, it now compiles thanks.
|
|
|