KB Article #57030

Releasing a Stuck Object - In Process State

Problem

While sending an object to production it stucks in the middle, the state hangs between "Recursive Check" and "Send to Server". Even the creation of Duplicate Broadcast from Entity Browser doesn't work.


Resolution

After setting the Oracle_Home and Oracle_SID log in into sqlplus using the user composer/composer (if the default value is not changed during installation) of composer.



Then issue the SQL statement



Please check the



Update FRM_OBJ set FRM_OBJ_STATUS=1 where FRM_OBJ_LOG_NAME =¿<Name of the stuck Object >¿;



This command will reset the status of the Object stuck.