I have tried to enable the Rowkey ProjectResourceSpread. After almost 2hrs the background job failed, please see screenshot below.
Any pointers will be much appreciated.
The Oracle related error message is:
ORA-06512: at "IFSAPP.TRANSACTION_SYS", line 1632 ORA-06512: at "IFSAPP.TRANSACTION_SYS", line 683 ORA-06512: at "IFSAPP.TRANSACTION_SYS", line 1226
Many thanks
Miguel
Best answer by durette
Background job errors aren’t always properly captured. TRANSACTION_SYS is the package that runs the background job itself. My recommendation is to set up a full copy of PROD and run it there “direct” (i.e. live or in real time) and read the error after it errors out there.
I suspect this is running out of UNDO tablespace, but getting the real error message is far better than making a guess.
Our DBA is checking on this number now. I think this might be related to projects having a long life and the view holding data at week level. I wonder how this view could cope if you are dealing with 100 of projects and trying to use the Resource Forecasting module and multi-company level.
We are on UPD6.
This amount of records is available in our TEST environment only were I have been testing the Resource Forecasting functionality.
Background job errors aren’t always properly captured. TRANSACTION_SYS is the package that runs the background job itself. My recommendation is to set up a full copy of PROD and run it there “direct” (i.e. live or in real time) and read the error after it errors out there.
I suspect this is running out of UNDO tablespace, but getting the real error message is far better than making a guess.