Quest Script Job/Monitor screen shows Status Message of "350: aborted due to script engine failure".
Right clicking shows all items grayed out.
Manually clean up the failed job using below instructions.
1. sqlplus login as install user
sqlplus> update quest_script set status_code = 210 where status_code=350;
sqlplus> update quest_script_group set status_code='50', status='Completed' where status_code='300' and status=’Interrupted';
sqlplus> commit;
2. Stop and start QSA
note: this will reset Repository job status codes.
3. In the GUI right click on the job that now says completed and delete it
SpaceManager | Scripts/Job Monitor | 'SPC Repository Update Job' | Right Click | Properties | Delete
4. Rerun the job