среда, 11 марта 2015 г.

На новой системе ошибка загрузки текстов. rsdmd 194

Тема.

Включаем t-Code RSKC - ALL_CAPITAL_PLUS_HEX


А вообще-то:

Note 1580561:Error RSDMD194 when loading BW master data


Symptom
Your BW master data load fails with the following RSDMD 194 error, viewable in the Details tab of the load monitor:
  • <characteristic_name>: Data record <number> ('........'): Version '........ ' is not valid
    Message no. RSDMD194
There may be some additional errors mentioned in the monitor, such as:
  • Too many error records - update terminated
    Message no. RSM2706
  • Error occurred in UPDATE_INFOCUBE for data target <technical name>
    Message no. RSAU499

Environment
  • Business Warehouse BW
  • Business Intelligence BI

Reproducing the Issue
Run a BW masterdata load of records which contain characters that the BW system doesn't recognise.

Cause
  • The error message RSDMD 194 means that you tried to load non-permitted characters into the BW system. Control characters from HEX00 to HEX1F are forbidden characters as per SAP Note 1075403 & such characters are not allowed in BW.
  • Often this issue is due to the fact that lowercase characters are not allowed in BW by default.

Resolution
In general, to resolve this RSDMD 194 problem, you would either:
  • remove the non-permitted character(s) in the source system of the particular load,
  • or you should change/convert these values to something acceptable using an ABAP routine within the transfer rules/update rules/transformation for each affected master data load (refer to those relevant SDN threads which contain sample code).
For the lowercase characters restriction, you must permit such characters at characteristic/InfoObject level as follows:
  1. Goto tcode RSD1
  2. enter the relevant characteristic/InfoObject name
  3. click the Change button
  4. in the General tab of the resultant screen, tick on the "Lowercase Letters" checkbox (see below screenshot).
  5. Do likewise for all other characteristics mentioned in the RSDMD 194 error message of the failing request.
  6. Reactivate the relevant DataSource(s) before reloading the data.
char_lowercase_flag.bmp

Keywords
PSA, masterdata, error 4, RSAR 119, RSM2 704, RSM2 706, RSDMD 190, RSAU 499, BRAIN060, BRAIN 060, BRAIN60.

References
This document refers to:
CSS SAP Notes
1373402Issues with invalid characters or SID Generation
1075403Unallowed characters and ALL_CAPITAL
173241Allowed characters in the BW System

Комментариев нет:

Отправить комментарий