BI : RSA3 Extractor Dump

Hi experts ,
I am testing the number of data for 0FI_GL_4 in source system with tcode rsa3. but it is apparently giving me a dump "no memory no paging". 
I want to know the number of data that should be loaded into BI. Kindly advise me is there any apparent way of testing the number of records in the source system.
thanks & regards ,
M.S

RSA3 is an Extractor Tester - it is meant to test Extraction with regard to functionality and extract consistency...
Also RSA3 will run in a dialog process and usually the session memory for a dialog process is limited which is why you get the dump whereas when you extract data - it runs using a background process whose session memory is higher...

Similar Messages

  • Errors occurred during the extraction in RSA3 - Extractor Checker

    Hello,
    I'm trying to check the standard datasource - 0CRM_QUOTATION_I (CRM Quotation Item) in RSA3 (extractor checker) in the CRM system but it returns a pop-up 'Errors occurred during the extraction'.
    Could someone please let me know where and how to check the error as it is not very obvious from the pop-up?
    Many thanks.
    Regards,
    Sri.

    HI  Sri,
    Sometimes the BWA5 Adaptor settings are not properly transported to QA from DEV ,
    Try this ,
    Create a transport request manually from DEV again for the below object in TCODE : SE03 ( Objects in Requests --> Include Objects in a Transport Request  --> Under selection by type and name --> choose radio button --> Selected Objects and provide the below entries )
    R3TR   SMO4   0CRM_QUOTATION_I
    ( you will have to enter SM04 and datasource name only ,press enter it will pick up R3TR automatically ) and then transport to QA
    This should resolve the issue
    Regards,
    Sathya

  • Extractor Checker(RSA3)getting DUMP

    Hi Friends,
                     When i try to execute the datasource 0CFM_DELTA_POSITIONS, it is giving the dump, actually i've given the parameters like this before going to be excuted:
    Data Records / Calls: 999999
    Diplay Extr. Calls: 10
    Update Mode: D
                    But if i give the less no fo Data Records/Calls 350 and display Extr. Calls 10, then it is showing the data around 4,000 change recors, so in this case, if the volume of data is high, then it is going dump.
               Ver:  ECC6
                Swap Memory: 16 GB
                 RAM: 4GB
    Awaiting for your inputs,
    Regards,
    BalajiReddy

    Hi,
    This problem comes when there is not enough table space for capturing your RSA3 data.
    You have to talk to your basis guy and ask him to increase the table space and also the time.
    Hope this helps
    Assign points if useful.
    Regards,
    Kiran

  • RSA3 - Extractor returns different amount of records

    Hello,
    I created an additional datasource for COPA. I have an existing datasource that has worked well. The reason for creating the additional one is because a new field needed to be extracted.
    Both datasources are the same with the exception that the new one has 1 more field.
    When I use RSA3 to test the extractor for the Original datasource I get 1098 records.
    When I use RSA3 to test the extractor for the New datasource (that has 1 additional field) I get 1000 records.
    Why is there a difference in the number of records returned by the extractor? (I am using the same parameters in RSA3, just switching the datasource)
    Thanks!
    Nick

    hi Nick,
    what's the setting for following ? (100 and 10 ?)
    Data Records / Calls
    Display Extr. Calls

  • RSA3 Extractor Testing problem importing request selection values

    Hi, I am trying to use RSA3 to test an extract and I am trying to pull in the values from an existing request on the BW side.  When I specify the request ID it only pulls in 7 values.
    The request I am pulling from has 9 values for "Document Type - BLART" and 18 values from "Account - RACCT".  When I specify the request ID I am only getting 7 values for BLART and none of the others.
    Any ideas why RSA3 wouldn't pull in all of the values?

    Hi,
    If the Datasource is LO then it will fetch the data Setup tables, so see it properly. See teh below articles about RSA3
    Checking the Data using Extractor Checker (RSA3) in ECC Delta Repeat Delta etc...
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80f4c455-1dc2-2c10-f187-d264838f21b5&overridelayout=true 
    Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/d-f/data%20flow%20from%20lbwq_smq1%20to%20rsa7%20in%20ecc%20and%20delta%20extraction%20in%20bi.pdf
    https://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • RSA3 - Extractor seems to run forever for a particluar datasource

    Hi All,
    I am trying to check a infocube export datasource - 8ZBVOLVOL1 in RSA3 and it seems to run forever and never returns any values. I am using the default values in the settings :
    Request Id - TEST
    Data records/calls - 100
    Display Extr Calls - 10
    Update Mode - F
    Target Sys - "Empty"
    In the selections I am not making any selections just running them as default, but I also tried inputting the selections and even then it seems to run forever.
    I checked the datasource in RSA6 and it seems to be fine.
    I am hoping someone can help me out here.
    Thanks in advance,
    Rahul

    Hello,
    1.First try to execute the InfoPackage and check whether data is loaded to the other InfoCube.
    2. If you have anyother generated datasource try the same in RSA3.
    3. Check the MySelfSourceSystem (BW System) in Source System -> Check and make sure there is no issues.
    If not,try these options
    1. Try to recreate the fact table views using the ABAP Report(SE38) SAP_FACTVIEWS_RECREATE
    2. Regenerate the datasource again (Export datasource)
    3. Goto RSA3 and check it again
    Thanks
    Chandran

  • RSA3 Extractor - Full vs Delta

    Is there any setting that will tell me whether the I'm performing a delta extract vs a full extract. I need to perform slightly different code in my generic extractor code?

    Hi Philipp,
    This is a pretty open-ended question.  I will give you a few examples of when I use each ....
    Delta's:
    1.) If the record set is large and changes a lot daily.  If you have a large initial load, let's say 2Million records and you get about 200k records per month, then you want to use a delta mechanism. There are just too many records to reload daily. 
    2.) If the record set is wide (many fields instead of a few), it will take less load time to run a delta than a full load.
    3.) Datasource restrictions....some business content datasources don't have full loads and vice versa (some don't have deltas).
    4.) Do my loads take too long?  If so, I will convert full loads to delta's to shave off time here and there.
    Full
    1.) I gauge this mainly based on load time.  If it takes 5 minutes to load 100k records, then it's going to take longer to figure out what delta's were missed (if there was a problem) than it would to just reload the dataset.
    2.) Do my requirements dictate that I need to drop and reload the dataset?  The best example of this would be the current year's forecast.  Some companies revise the forecast and don't want to keep any previous revisions.
    3.) Some data loads load a snapshot of a specific date.  So, if I wanted to take a snapshot of inventory in a DSO/ODS on Monday, I would Datamart it into a Cube doing a full load for Monday's date.
    Hope it helps!
    Thanks,
    Brian

  • Extractor dump

    Hi,
    I am trying to extract from DS 0SRM_TD_CF..its giving me dump
    Any idea wha  can b done????
    CREATE_DATA_UNKNOWN_TYPE
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not
    caught in
    procedure "BBP_BI_GEX_CONSOLIDATE" "(FUNCTION)", nor was it propagated by a
    RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The dynamically specified type "\PROGRAM=GP464MCPGMVO3MPYK5OEI" at CREATE DATA
    is no valid data type.
    The type is either unknown or an object type.
    Thanks
    Prashant

    Hi,
    There has been no change in extract structure....it was running normal few days back..infact when i run delta in BW its running fine but full upload gives me error
    Thank
    Prashant

  • RSA3 returns dump

    Hi,
    I have a FM which seems to be correct because it compiles fine and returns the rows I want. But if I chech this one in the RSA3 transaction I get the error:
    When calling the function module "MYZFM", one of the parameters
    needed according to the interface description was not specified.
    This parameter was "E_T_DATA".
    Can anybody tell me which is the reason of this error?
    And, what happens whether I use variable in the FM Import Tab? How do I pass the values for these variable when running RSA3?
    Thanks in advance for your help.
    Regards.

    Hi David,
    I suggest you use RSAX_BIW_GET_DATA_SIMPLE as the sample FM to restructure your FM and it will then have all the necassary parameters.
    Below are necessary parameters required to include in FM:
    Please search over SDN to use the same FM for generic datasources. You will get better idea.
    Thanks
    Amit

  • Error in Extractor checker - RSA3

    Hi gurus,
    I tried to run the extractor 0CO_PC_ACT_10 in RSA3-extractor checker and it just take so long and then it dumps. I am just confused because this extractor works fine and very fast when I loaded data to BW with the same selection as I run the checker.
    Any ideas would be greatly appreciated.
    Thanks,
    Edson

    Hi,
    I uploaded 525 records in BW with runtime of only 1m 23s but when i run the checker with the same selection as with my infopackge, it takes so long and then dumps.
    st22 says...TSV_TNEW_PAGE_ALLOC_FAILED, The internal table "IT_208" could not be enlarged further. You attempted to create a block table of length 1106192 for the internal table "IT_208".
    I think this means it exceed the allocated time to run a certain program.
    My question is why it takes so fast to upload in BW and in other hand it dumps in RSA3? Is it because RSA3 is being run on line? .. is there a way to run it in backgroud and just check the extracted data afterwards?
    I am not sure of my thoughts.. i just thinking of some possibilities.
    Thanks,
    Edson

  • RSA3-Dump

    Hi All,
    While executing the extractor(data source)  0customer_text i am getting the dump in RSA3. The dump says  one of the filed names in the SELECT clause was not recongnized.
    In RSA3 i am only providing Data records / Call = 100000 and No. of . Extr.calls = 1000.
    Please tell me why it is happening...

    Hello,
    When you are selecting more number of records, the RSA3 extractor checker is giving dump because the internal tables or Database read statements you are using are consuming all the temproary system place.
    In the dump you might get some error messages like:
    o The maximum size of an SQL statement has been exceeded.                
    o The statement contains too many input variables.                       
    o The space needed for the input data exceeds the available memory.      
    In such cases, the best way to eliminate these errors is to try and improve the enhancement CMOD performance. In my case, I faced the same issue, we were passing our records to a different database program from CMOD and storing the result which we got from the program into a internal table and using it in CMOD. To eliminate this problem, we instead of passing all the records passed portions to the program and it worked.
    The best way to improve performance is to eliminate the duplicates when looping the DataSource data, it helps!
    Regards,
    Pankaj

  • R/3 Extractor Checker doubt

    I created a Custom Master and text datasource and when i do the RSA3 Extractor checker  :
    if i change the "Data Records / Calls" and try the extractor, the number of records extracted changes :
    Like if i entered :
    Data records / calls  = 1000 - i get "570 records"
    Data Records / Calls = 10000-i get 57 records.
    My question is that :  why is the number of records extracted not Consistent ??????
    Similarly if i change the "Display Extr. Calls"
    to 1 or 10 , the number of records changes.
    Any suggestion please.
    Thanks,
    Shalini

    Hi Shalini,
    The idea in of these 2 fields in RSA3 is like this:
    Data Records / Calls = 1000
    Display Extr. Calls  = 1
    This means display one call and each call can include maximum of 1000 records. If you change the second parameter to 10, it means, display 10 calls (packages) with max of 1000 records per package.
    Unfortunately, this figure is not always correct. I do not know the scenarios but like you mentioned, it is not always correct.
    Thanks and Regards
    Subray Hegde

  • Debugging Extractor for determining Time stamp values.

    Hi,
    Am in the process of debugging a FISL extractor that uses the Function module G_BIW_GET_TT_DATA to fetch records into BW.
    Since the RSA3 extractor checker does not allow me to debug with Update mode Delta, I am not being able to ascertain exactly how this extractor determines the Timestamp for fetching records into BW...
    If you could shed some light into this or could suggest a method through which I could debug a delta load it would be really helpful.
    Thanks and Regards
    VK!

    Hi,
    Debug the same in BW while loading it to some Info provider from R/3 at the stage of transformation using delta.
    I hope it will help.
    Thanks,
    S

  • Bw datasource activate- extractor check

    I have activate datasource: 2LIS_11_VAHDR      t-code: SBIW
    2LIS_11_VAHDR       Sales Document Header Data
    and activate LO-cockpit    t-code: LBWE
    Then , I use RSA3 extractor check , prompt: 0 data records selected .
    image: http://www.itpub.net/thread-1162136-1-1.html
    This is why? please advise.
    No data in sap erp, and use replicate metadata is no effect in BW, my flow is right?
    Many thanks.
    Regards,
    Steve

    You need to fill setup tables first.
    have a look these link...
    [Setting up Delta Process for LO Extractors for First Time Using Queued Delta|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d019f683-eac1-2b10-40a6-cfe48796a4ca]
    [Logistic Cockpit Configuration|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50326ace-bac2-2b10-76bb-bd1a20ed2b57]
    Regards,
    Ashish
    Edited by: Ashish Tewari on May 9, 2009 1:12 PM

  • WBS Commitments issue 0CO_OM_WBS_7 extractor - 0WBS_C11 cube

    Hi All,
    We have a problem with "WBS overview" report (on cube 0WBS_C11)
    displaying wrong "Commitment" values . The data flow is designed to 
    update from PSA directly to Cube . i.e Update rules are built from
    "commitments" info source
    0CO_OM_WBS_7---->0WBS_C11 cube directly .
    RSA3- extractor checker is showing correct "commitment" values but PSA is showing more entires whichis reflecting in the reports,since PSA feeds cube directly
    For example
    for a sample WBS :lsap-80751-100010
    RSA3 result:
    WBSelement               FY/Period   Amount    DocDate    User
    lsap-80751-100010        005/10     0            05/05/10    A
    lsap-80751-100010       008/10    3155         05/07/10   B
    Total value for Commitments in RSA3 is "3155" which should be the expected result in Query.
    PSA dispalying 3 entries instead of 2 and thus CUBE summarizing all the
    below 3 values showing commitment = "6310"
    WBSelement           FY/Period   Amount      RefDocNumber#          Sch.line deldate   DocDate    User
    lsap-80751-100010       005/10  0             0010131115(PR)           14/05/10        05/05/10    A
    lsap-80751-100010       008/10  3155          4700001009(PO)          06/08/10              05/07/10    B
    lsap-80751-100010       005/10  3155       0010131115(PR)          14/05/10        05/05/10    C
    Could you please advise as we are using standard extractor ,  and not sure why the
    commitment values are displaying incorrectly

    Hi Prabhu,
    If I am recalling it correctly, it uses the COOI table for commitment data.
    I hope the data issue is resolved, since we also tried to do it using delta, but didn't worked, then we use the full load option only.
    So for commitment data we placed a DSO in between PSA and cube and  they need to be refreshed before the actual full load.
    The DSO was used to reconcile the data with COOI table and also staged many more filed's which can be used for future reporting.
    Thank-You.
    Regards,
    VB

Maybe you are looking for