Tuesday, June 18, 2013

Error APP-FF-33980: Internal error attempting to generate package

Error APP-FF-33980: Internal error attempting to generate package
Error "APP-FF-33980: Internal error attempting to generate package". While saving the fast formula.

How to diagnosis:
Compile the fast formula using FFXBCP command
go to
$cd $FF_TOP/bin
$FFXBCP apps/apps 0 Y -k %% 'ENTER_THE_NAME_OF_THE_FAST_FORMUALA'

it will generate 2 files one .log and .out

Please check the log file to see the package name
Connect using
$sqlplus apps/apps
SQL> alter package packagename compile body;
SQL> show error

Note: If the Above solution has not worked, Kindly check the Database Function defined and the SQL Function called is valid and in order

No comments:

Post a Comment