1. Error when installing some InfoSources like 0BPARTNER_TEXT
The error msg is "Error when reading the update rules fr InfoCube 0CUSTOMER, ISource 0DBDUNS_IMPORT_ATTR in vers.M
Message no. RSAU705"
The same red errors occur for some InfoSource installations on our BW 3.5 system. There is no such a 0Customer cube in our system. And there is no such a 0DBDUNS_IMPORT_ATTR InfoSource in our system at all and it is not a Business Content at all that I can install.
2. When loading data from InfoPackage attached to the InfoSource 0PRODUCT_ATTR (Note: this attribute is obsolete on BW 3.5 and I am running it on BW 3.5, but should not get red errors anyway, right?), get red errors:
"**** Error from PSA **** RSAODS" where RSAODS is ID name.
3. When loading data from InfoPackage attached to the InfoSource BP_TEXT, get a short dump (below in between two dashed lines):
-
-
Runtime Errors MESSAGE_TYPE_X
Date and Time 12/01/2005 11:52:02
ShrtText
The current application triggered a termination with a short dump.
What happened?
The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
Error analysis
Short text of error message:
Data request to the OLTP ***
Technical information about the message:
Message classe...... "RSM"
Number.............. 000
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
Variable 3.......... " "
Variable 4.......... " "
Trigger Location of Runtime Error
Program SAPLRSSM
Include LRSSMU17
Row 2,708
Module type (FUNCTION)
Module Name RSSM_CALL_RSAR_DATA_REQUEST_1
Source Code Extract
Line SourceCde
2678 exporting
2679 funcname =
2680 'RSA1_OLTPSOURCE_GET_SELECTIONS'
2681 tables
2682 prmtab = l_t_fieldlist
2683 exceptions
2684 fm_not_found = 1
2685 nametab_fault = 2
2686 ref_field_missing = 3
2687 ref_structure_missing = 4
2688 others = 5.
2689 endif.
2690 if sy-subrc = 0.
2691 read table l_t_fieldlist with key
2692 name = 'I_LANGU_SELECTIONS'.
2693 if sy-subrc = 0.
2694 l_langu_sel = 'X'.
2695 endif.
2696 endif.
2697
2698 if l_langu_sel = 'X'.
2699 perform input_object_check in program saplrsai
2700 using p_t_rsldpio-oltpsource
2701 p_t_rsldpio-logsys
2702 'T' 'X'
2703 changing l_basosource
2704 l_langu_fieldnm
2705 l_with_langu.
2706 if l_langu_fieldnm is initial or
2707 l_with_langu is initial.
>>>> message x000.
2709 endif.
2710 call function 'RSA_PROFILE_LANGUAGE_GET'
2711 importing
2712 e_t_langu = l_t_langu_oltp.
2713 endif.
2714 endif.
2715 refresh: l_t_roosprmsc, l_t_roosprmsf.
2716 clear: l_t_roosprmsc, l_t_roosprmsf.
2717 l_t_roosprmsc-oltpsource = p_oltpsource.
2718 l_t_roosprmsc-rlogsys = l_rlogsys.
2719 l_t_roosprmsc-slogsys = p_logsys.
2720 l_t_roosprmsc-initrnr = g_rnr.
2721 call function 'RSSM_GET_TIME'
2722 importing
2723 e_timestamps = l_t_roosprmsc-timestamp.
2724 * ob der Init-Lauf gerade läuft, dann kein Delta anforderbar.
2725 * Lis macht nach init-phase des deltas ein commit, sonst am ende
2726 l_t_roosprmsf-oltpsource = p_oltpsource.
2727 l_t_roosprmsf-slogsys = p_logsys.
-
-
Thanks for everyone's input! I will give you reward points if your answers are correct!
Message was edited by: Kevin Smith