Symptom
An exception condition "INVALID_SYSTEM" raised message is triggered when you are updating or distributing TMS configuration.
Using ST22 transaction in <SID> system specified in the error message to see the full description of the short dump, you get the following information:
Runtime Errors RAISE_EXCEPTION
ABAP Program CL_CTS_FILE_SERVICE===========CP
Application Component BC-CTS-ORG
Short Text
Exception condition "INVALID_SYSTEM" triggered
The source code extract section from the dump specifies that this Exception is raised based on the result of TMS_CFG_CHECK_DOMAIN_NAME function:
5 call function 'TMS_CFG_CHECK_DOMAIN_NAME'
6 exporting
7 iv_domain_name = domname
8 exceptions
9 invalid_domain_name = 1
10 others = 2.
11 if sy-subrc <> 0.
>>>>> raise invalid_system.
Read more...
Keywords
INVALID_SYSTEM TMS_CI_CHANGE_CONFIGURATION CL_CTS_FILE_SERVICE===========CP CL_CTS_FILE_SERVICE===========CM00N CL_CTS_FILE_SERVICE TMS_CFG_CHECK_DOMAIN_NAME lc_allowed STMS TMS Distribution Configuration RFC system error in system/destination TMSADM RFC_SYSTEM_FAILURE , KBA , BC-CTS-ORG , Workbench/Customizing Organizer , BC-CTS-TMS , Transport Management System , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.