TSV_TNEW_PAGE_ALLOC_FAILED error in APD execution
  Symptom:    During APD execution, the job fails with error and throws a dump. The dump can be seen in transaction ST22 or double clicking on job log itself.   TSV_TNEW_PAGE_ALLOC_FAILED error         Cause:   This dump is seen when the work processess are busy and there are not enough system resources to handle the APD execution   Mostly the APD is processing lakhs or records at a time.   Solution:    Make sure that work processess are free while running the APD, go to SM66 and analyze the status of your BW system. If possible try to cancel the jobs that are not required  Run the below programs to clear the temporary tables before repeating the failed APD-    Go to transaction RSANWB, search for your APD technical name, double click on name to open the APD in display mode.     Go to top menu. Choose Environment -> Clean up temporary tables     Press "Delete" button         3. Check the performance setting of the APD, uncheck  the option "Execute in memory"     ...