I'm having a problem with displaying the output from a standard SAP program; Both the end-user and myself are consistently getting a short dump due to an exception condition of SYSTEM_FAILURE reported in the SAP system (7.02 EHP16). The support team found SAP Note 2039517 which matches perfectly (even to the surrounding code). It says the problem is that there is no Front End available, so we have tried running the offending program with the SAGUI traces on.
This results in the following files (among others) - FWIW, this is the results from a Monday morning, but I got similar results on a Sunday afternoon as well.
sapfewdll_01_0001_01_6976_1524.err.trc
<92=Error(07.03.16 11:08:34.659): Error in RFC and lower layer Error: TSV_TNEW_PAGE_ALLOC_FAILED
function tsvAllocPages
module $Id: //bas/740_REL/src/krn/abap/runt/abtsv.c#5 $ SAP
line 2992
48814724121472412321Session memory
<92=Error : CSapRfc::TrRfcRequest: See RFC trace file or SAP system log for more details
rfc00684_06976.trc
**** Trace file opened at 20160307 110834 AUS Eastern Daylight Time, by saplogon
**** Versions SAP-REL 740,0,89 RFC-VER nU 3 MT-SL
************************************************************
* ERROR TSV_TNEW_PAGE_ALLOC_FAILED
* function tsvAllocPages
* module abtsv.c#5 $ SAP
* line 2992
* parameter 1 488
* parameter 2 1472412
* parameter 3 1472412
* parameter 4 32
* parameter 5 1
* parameter 6 Session memory
************************************************************
Notify Installed UI hook
Points to consider:
- I haven' t found any evidence of a problem in the RFC work process on the SAP system,
- As you can see, it's a relatively modern SAP GUI ,
has anyone seen this before, or failing that, is there any documentation someone can point me to regarding how to interpret SAP GUI traces ?