Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with frmcmp on forms12c

marpagApr 5 2019 — edited Apr 15 2019

Hy

I have a problem with compiling a form that I need to convert from forms10 to forms12c.

The error is FORM NOT CREATED without the error list.
Someone can help me,

I used the classic shell command from linux:

  • frmcmp userid=ACCOUNT/ACCOUNT@cmt batch=no module=$i module_type=form compile_all=yes
    Many thanks
    Marco

Comments

Michael Ferrante-Oracle

Don't use the executable directly.  Instead use the provided shell script found in the instance home/bin.

$DOMAIN_HOME/config/fmwconfig/components/FORMS/instances/forms1/bin/frmbld.sh userid=ACCOUNT/ACCOUNT@cmt batch=no module=$i module_type=form compile_all=yes

vansul

If error is form not created then.

It might be due to create file permission in the output directory.

Or it might be issue with the libraries attached with any form.

Actually show the screenshot of actual wording of the output of the script which says form not created.

Gary_A

Michael, I think he is using the frmcmp.sh shell script, but just being lazy and not showing the actual command run.

However Mr. Random Number, FORM NOT CREATED can come from a whole slew of reasons. You need to show the entire output of what was shown when you ran the command. Why not compile it withing Forms so that it will show you ALL the code that it could not compile in context.

My guess is that you are missing a library that you had in 10g, but did not copy/compile to 12c.

1 - 3

Post Details

Added on Apr 5 2019
3 comments
669 views