Do you have any question about this error?
Message type: E = Error
Message class: DMC_RT_MSG - DMC: Runtime Object Messages
Message number: 070
Message text: In destination &1 a C function aborted with return code &2
A <NP>C </>function that was called to determine system data could not
be executed at operating system level or is not even installed.
The call of function module <NP>DMC_SERVER_LIST</> is terminated with an
<NP>EXPORT </>parameter <NP>error</> <NP>></> <NP>0</>, with the
following <NP>C </>functions being involved:
<NP>C_SAPGPARAM</> and <NP>ThSysInfo</> in function module
<NP>RZL_GET_INST_STATE </>(error <NP>=</> <NP>1</>)
<NP>GetPerfData</> and <NP>Get1PerfData</> in function module
<NP>GET_CPU_ALL</> (error <NP>=</> <NP>2</>)
The <NP>C </>functions cannot be executed until the <NP>OS</> c
<NP>ollector</> has been started (via transaction <NP>ST06</>) in all
related systems (sender, central and receiver system).
Ask the system administrator to install the missing <NP>C </>functions
in the relevant <NP>SAP</>basis system.
Error message extract from SAP system. Copyright SAP SE.
DMC_RT_MSG070
- In destination &1 a C function aborted with return code &2 ?The SAP error message DMC_RT_MSG070 indicates that a C function in the destination specified has aborted with a return code that is provided in the message. This error typically occurs in the context of data migration or data transfer processes, particularly when using the Data Migration Cockpit (DMC) or related tools.
Cause:
C Function Failure: The error suggests that a C function, which is part of the underlying implementation, has encountered an issue that caused it to abort. This could be due to various reasons, such as:
- Incorrect parameters being passed to the function.
- Resource limitations (e.g., memory issues).
- Data inconsistencies or invalid data formats.
- Configuration issues in the destination system.
Return Code: The return code (
&2
) provides specific information about the nature of the failure. Different return codes correspond to different types of errors, and understanding the return code is crucial for diagnosing the issue.Solution:
Check Return Code: Investigate the specific return code provided in the error message. You can refer to SAP documentation or support resources to understand what the return code signifies and what actions can be taken.
Review Logs: Check the application logs and system logs for more detailed error messages or stack traces that can provide additional context about the failure.
Validate Data: Ensure that the data being processed is valid and conforms to the expected formats. Look for any inconsistencies or anomalies in the data that might cause the C function to fail.
Configuration Check: Verify the configuration settings for the destination system. Ensure that all necessary parameters are correctly set and that the destination is properly configured to handle the data being transferred.
Resource Availability: Check the system resources (CPU, memory, disk space) on the destination system to ensure that there are no resource constraints that could lead to the function aborting.
Consult SAP Notes: Search for relevant SAP Notes or Knowledge Base Articles (KBAs) that might address this specific error message or provide guidance on similar issues.
Contact SAP Support: If the issue persists and you cannot determine the cause or solution, consider reaching out to SAP Support for assistance. Provide them with the error message, return code, and any relevant logs or context.
Related Information:
By following these steps, you should be able to diagnose and resolve the issue related to the DMC_RT_MSG070 error message.
Get instant SAP help. Start your 7-day free trial now.
DMC_RT_MSG069
Cannot convert data (conversion object &4, conversion rule error)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMC_RT_MSG068
Subproject &1 is not defined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMC_RT_MSG071
Computer &1: number of processors >= number of work processes
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMC_RT_MSG072
Computer &1: number of processors is <= 0
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.