R12.2.10 forms migration
Is there a way to upgrade Oracle Forms (at least the custom form) in EBS 12.2.10 to the newer forms 12c.
I converted a form, but it doesn't compile on my Solaris (unix) and gives just the error:
FRM-10043: Cannot open file.
Compiling Using the following:
Solaris Unix: 5.11
export FORMS_PATH=$FORMS_PATH:$AU_TOP/forms/US:$AU_TOP/resource:$CUST_TOP/forms/US:.
frmcmp_batch.sh userid=apps/apps batch=yes module_type=form compile_all=yes module=/u01/TEST1/fs2/EBSapps/appl/custom/12.0.0/forms/US/<form name.fmb>
On Windows 10: Opened it, and compiled it fine. But, on unix, I need to compile it and throws the error.