EBS Customizations (MOSC)

MOSC Banner

Compiling Forms in 11i through Shell Script

edited Dec 13, 2010 12:05AM in EBS Customizations (MOSC) 6 commentsAnswered
Hi, I am trying to compile Oracle 11i Forms through the following Shell Script:

if f60gen $XBOL_TOP/forms/US/<Form Name> <Login Details>
then
    echo "Form Compiled Successfully."
else
    echo "Error while compiling form "
    echo "EGL-10005:Login id: $APPS_LOGIN_ID "
    echo "$APPS_LOGIN_ID may be invalid."
    echo "Please check and rerun"
    echo "Aborted."
    exit 1
fi

But, when it runs, it compiles the form, generate the fmx and goes into the else part also.
I am not able to figure out the error.
Can anyone help..?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center