cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in Extracter Checker

Former Member
0 Kudos
1,491

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member205352
Active Contributor
0 Kudos

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 ?

Former Member
0 Kudos

praveen,

When I press F4 ...

msg: " The DataSource 0CFM_DELTA_POSITIONS still has no target system for the delta update"

I have contacted Basis person..i'll update u on the improvements..

Thank You.

former_member205352
Active Contributor
0 Kudos

Have you done a init load.

Are you able to see delta queue in RSA7 ?

Former Member
0 Kudos

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

former_member205352
Active Contributor
0 Kudos

Delta mode of RSA3 will not work without doing init.

Former Member
0 Kudos

i tried with init option...its not working either..getting the same error msg:

Could not determine BW release of logical system

unable to replicate the datasource...how to solve this ??

regards,

KV

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

As suggested, after an init you can try with activating the datasource but RSA3 should be used only in FULL mode extraction. Running it in delta has been deactivated and is not recommeded because it can cause inconsistencies.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check the following threads, some more solutions are available.

and also check your logical system configuration once again.

Regards,

Hema

Former Member
0 Kudos

Thanks Hema,

But this is not helping.

Regards,

KV

Former Member
0 Kudos

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..

Former Member
0 Kudos

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

Former Member
0 Kudos

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...

Former Member
0 Kudos

when I give the target name ... its giving an error msg:Entry BWDEV does not exist in TBDLS (check entry)

I contacted Basis for this..I'll update u once this is solved...

Thank You.

Edited by: K V on Dec 31, 2008 7:54 AM

rohan_sinha01
Explorer
0 Kudos
was it solved? Please provide solution
Former Member
0 Kudos

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

Former Member
0 Kudos

Thank You Prasad,

Source System connection is perfectly Ok.

and RFC connection also...

and ur solution doesnt give a clear picture of the issue.

help me with any other clues..

Thank You