on 2008 Dec 31 4:32 AM
Hello Experts,
When I Execute datasource 0CFM_DELTA_POSITIONS in Delta mode, Iam getting the below error message.
Error msg: "Could not determine BW release of logical system"
Please help.
Points will be given.
Regards,
KV
Request clarification before answering.
In RSA3 check if you gave the Target source system aptly.You can use F4 help to get your source system.
Are you able to see data in delta queue RSA7 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No Praven,
this is how i started .......
I did not do Init load yet.... I have just activated the datasource 0CFM_DELTA_POSITIONS(treasury) in rsa5...
i have trasported(truck) in rsa6...
datasource is not replicating in BI system although source system connection is OK...
so now iam checking in rsa3 whether i have any records or not.... i checked with options D and C...both r not working...
did i miss any where...
Regards,
KV
Hi KV,
As you have performed init now ...Check in rsa3 and fill the target system field ...
Whether the records are coming for the datasource or not ?
Could be that your datasource is not activated ( M version is not same as A Version) :
Try : Se38 --> RSDS_DATASOURCE_ACTIVATE_ALL
Regards,
Supriya
Edited by: supriya saxena on Jan 2, 2009 11:56 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear KV,
Check this one..
Also,
It could happened because of one of activities:
You changed the logical system names of one of the systems, which
are connected to each other (with BW source system assignment or
only with a RFC connection).
Incomplete deletion and re-creation of a BW source system
assignment.
You copied a system with a database or client copy.Please view note
140276 in this regard. Also try a restore of the source system from
the BW system.
Hope this helps u.
Best Regards,
Venkat..
Hi
First test to extract all the "old" value and then make a Delta init after this period.
RSA3--> box Target System --> <fill in the name of the target system>
Better to check with Basis team on this.
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi KV......
Check in RSA3......whether u hav entered a correct value in the field Target sys..........the value given here is checked against the table ROOSGEN..........
Also u can check the SAP note : 493422........
If nothing works........its better to contact Basis person.......
Regards,
Debjani...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
find out if there is any issue with the RFC,
1. Go to the Source Systems under the Modeling tabe sellect your
SourceSystem and contextmenu (right click) and go with check.
2. Find if ther is any issue with the Extract checker go to T.coad RSA3
In the Execution Mode there is an option for Debug Mode.
Check the Debug Mode and go with Extraction tabe to Debug it
For Ex:
PROGRAM GP3TXQHZUZTOIJYM6H3QINXVNGD.
----
Generated subroutines for data transfer
----
Template.............: RSAPTD1
Generation program...: %_T01040
Generation date......: 31.12.2008
Generation time......: 10:22:58
Generation release...: 700
Generated by.........: SAPUSER
----
INCLUDE lrsapd00.
INCLUDE rsaucmac.
TYPE-POOLS: rsap, rsaot, rsfh, rsudt, srsc.
----
info source..........: 1_CO_PA_HULG
info source structure: ZOXID30233
transfer structure...: ZOXID30233
----
TYPES:
ty_t_cpinfos LIKE rsurcpinfo OCCURS 0,
lty_s_ext LIKE ZOXID30233,
lty_t_ext TYPE STANDARD TABLE OF lty_s_ext WITH DEFAULT KEY,
lty_s_tfe LIKE ZOXID30233,
lty_t_tfe TYPE STANDARD TABLE OF lty_s_tfe WITH DEFAULT KEY.
CONSTANTS:
g_c_mbc_languages(1) TYPE c VALUE
' '. "#EC NOTEXT
DATA
g_funcname LIKE tfdir-funcname VALUE 'RKE_BIW_GET_DATA_API'.
----
FORM DATA_TRANSFER *
----
........ *
----
--> P_T_SELECT *
--> P_T_FIELDS *
--> VALUE(P_S_REQUEST) *
--> VALUE(P_S_IDOC_PARAMETERS) *
--> P_SUBRC *
----
FORM data_transfer
TABLES p_t_select TYPE sbiwa_t_select
p_t_select_pass TYPE sbiwa_t_select
p_t_fields TYPE sbiwa_t_fields
p_t_fields_pass TYPE sbiwa_t_fields
USING value(p_s_request) TYPE rsap_s_request
value(p_s_idoc_parameters) TYPE sbiwi_s_parameters
CHANGING p_subrc TYPE sbiwm_subrc.
dynamically called by LRSAPU06, RSFHGEN2
DATA: l_datapakid TYPE rsap_s_task-datapakid,
l_subrc TYPE sbiwm_subrc.
IDOC tables/structures
DATA: l_s_ZOXID30233 LIKE ZOXID30233,
l_t_ZOXID30233
LIKE ZOXID30233 OCCURS 0.
extractor
DATA: l_fname LIKE rois-fname.
l_fname = 'RKE_BIW_GET_DATA_API'.
interface parameter: distinguish test from BW calls
DATA: l_read_only TYPE sbiwa_flag.
in case of delta request, call common delta extractor
CASE p_s_request-updmode.
WHEN sbiwa_c_updmode_delta.
l_fname = rsaot_c_extractor-gendelta.
WHEN sbiwa_c_updmode_repeat.
l_fname = rsaot_c_extractor-gendelta.
WHEN sbiwa_c_updmode_deltainit
OR srsc_c_updmode_initsimu.
l_fname = rsaot_c_extractor-gendeltainit.
ENDCASE.
Set SUBRC to 0 as default
p_subrc = 0.
PERFORM get_bwbcrl_testmode IN PROGRAM saplrsap
USING srsc_bwbcrl_20a.
IMPORT l_read_only FROM MEMORY ID 'RSFH_REO'.
IF p_s_request-immediate = rsfh_c_debug_on.
BREAK-POINT.
ENDIF.
Deadlocks bei paralleler Extraktion 30B SP07, Hw. 569760
IF p_s_request-updmode = sbiwa_c_updmode_full.
COMMIT WORK.
ENDIF.
************************************************************************
Initialization of application API
************************************************************************
CALL FUNCTION l_fname
EXPORTING
i_requnr = p_s_request-requnr
i_isource = '1_CO_PA_HULG'
i_maxsize = p_s_idoc_parameters-maximum_size
i_initflag = sbiwa_c_flag_on
i_updmode = p_s_request-updmode
i_rlogsys = p_s_request-rcvprn
i_read_only = l_read_only
TABLES
i_t_select = p_t_select_pass
i_t_fields = p_t
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.