Hi Jimmi,
The error TSV_NEW_PAGE_ALLOC_FAILED means that more memory was requested
because the program needed to expand an internal table, but is not available.
When Extended Memory is used up, the process will go into PRIV mode
as it starts using Heap Memory (or vice-versa). No other user will be able to use this work process while it is in PRIV mode.
If there is enough heap for it to finish, you will not see the error TSV_NEW_PAGE_ALLOC_FAILED and the work process will be freed.
This seems to be a problem with loading of shared memory.
Check value of parameter abap/shared_objects_size_MB in RZ11.
Set the parameter to minimum 250 and increase it when necessary, as per SAP note 1281896. You must start the system newly so that the change becomes effective.
Also take a look at SAP Note 1166259.
Gervase