No ABAP Short Dump if an RFC Logon Fails

Further information about the reason for the logon problem is also missing.

Cause and Prerequisites

ABAP short dumps are only output when an RFC logon fails if profile parameter "rfc/signon_error_log" is contained in the profile file of the corresponding application server:

Solution

Add profile parameter rfc/signon_error_log for the corresponding application server instances with the corresponding value assignment (1 or 2, see above) to the profile file. Start the server again with this profile.

To reset the profile parameter, either remove the profile parameter from the profile file or set the profile value to zero (i.e. rfc/signon_error_log = 0). Then start the server again with this profile.