Symptom
When validating the S/4HANA On-Premise connection in Datasphere, below error message is displayed in the details:
Connection "<connection name>" couldn’t be established.
- Data flows can’t be used because of errors in the connection.
- Replication flows can’t be used because of errors in the connection.
- Remote tables can’t be used because of errors in the connection.
- Model Import is disabled.
Data Flows: Cause: ABAP connector(Axino) ABAP connection check FAILED: request failed: rc=1, msg="Message: Partner signaled an error: 00024error during logon\nCode: RFC_COMMUNICATION_FAILURE"
Please refer to SAP Note 2849542 for more information.
Replication Flows: Cause: ABAP connector(Axino) ABAP connection check FAILED: request failed: rc=1, msg="Message: Partner signaled an error: 00024error during logon\nCode: RFC_COMMUNICATION_FAILURE"
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP Datasphere
Reproducing the Issue
- Select the checkbox in front of the connection to S/4HANA On-Premise.
- Click Validate button.
Cause
This error message "00024error during logon" is thrown as a consequence of another error, which can be discovered once the steps in Solution are performed.
Resolution
The problem itself is not the ''00024error during logon" message, but the fact that the message is masking the actual logon and trusted return codes.
To understand why the RFC destination is not working and correct it, it is necessary to check these return codes. However, fixing the "00024 error during logon" message should be prioritized.
The way to do it is: changing the parameter 'login/quiet_mode' value from 1 to 0 in the target system. This is not a dynamic parameter, system restart is required.
After changing the parameter, instead of "00024error during login" a message with logon and trusted return codes will be returned. The meaning and solution of these return codes is documented in the notes below:
Keywords
remote tables, 00024error during logon, 00024, RFC_COMMUNICATION_FAILURE , KBA , DS-DI-CON , Connections , BC-MID-RFC , RFC , Problem
SAP Knowledge Base Article - Public