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

Similar Messages

  • CREATE_OBJECT_CLASS_NOT_FOUND runtime error during extractor checking

    Hi Gurus,
    I had to modify a generic data source based on a database view. I had to add a field for extraction. Since this field was available in the tables on which the view was built but not used in the view, I modified the view to to include the field. Then, I modified the extract structure to include the newly added field.
    Now, when I try to check the extractor in RSA3 (extract checker), I end up getting a runtime error with details as below.
    Runtime Errors                    CREATE_OBJECT_CLASS_NOT_FOUND          
    Except.                    CX_SY_CREATE_OBJECT_ERROR          
    Date and Time                    3/6/2012     5:46:07     
         Short text                         
              CREATE OBJECT: The class "\CLASS=ZCL_IM_CLC" was not found.                    
         What happened?                         
              Error in the ABAP Application Program                    
              The current ABAP program "CL_EXIT_MASTER================CP" had to be                    
               terminated because it has                    
              come across a statement that unfortunately cannot be executed.                    
         Error analysis                         
              An exception occurred that is explained in detail below.                    
              The exception, which is assigned to class 'CX_SY_CREATE_OBJECT_ERROR', was not                    
               caught in                    
              procedure "INSTANTIATE_IMP_CLASS" "(METHOD)", 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 class "\CLASS=ZCL_IM_CLC" at CREATE OBJECT neither                    
               exists as                    
              local, nor as global class in the system, or is overshadowed by a local                    
              data type of the same name.                    
         Missing RAISING Clause in Interface                         
              Program                    CL_EXIT_MASTER================CP
              Include                    CL_EXIT_MASTER================CM002
              Row                    1
              Module type                    (METHOD)
              Module Name                    INSTANTIATE_IMP_CLASS
         Trigger Location of Exception                         
              Program                    CL_EXIT_MASTER================CP
              Include                    CL_EXIT_MASTER================CM002
              Row                    15
              Module type                    (METHOD)
              Module Name                    INSTANTIATE_IMP_CLASS
         Source Code Extract                         
         Line          SourceCde               
         1          METHOD instantiate_imp_class .               
         2                         
         3            DATA: abs_type_classname TYPE string,               
         4                  imp_obj            TYPE imp_obj_type.               
         5                         
         6          *   Look for objects that have been created for this class               
         7            READ TABLE imp_obj_tab INTO imp_obj               
         8                WITH TABLE KEY imp_name    = imp_name               
         9                               calling_obj = caller.               
         10            IF sy-subrc = 0.               
         11              instance = imp_obj-obj.               
         12            ELSE.               
         13              CONCATENATE '\CLASS=' imp_class INTO abs_type_classname.               
         14          *****  dynamic object creation     *******************************               
         >>>>>              CREATE OBJECT instance TYPE (abs_type_classname).               
         16          ******************************************************************               
         17              imp_obj-imp_name    = imp_name.               
         18              imp_obj-calling_obj = caller.               
         19              imp_obj-obj         = instance.               
         20              INSERT imp_obj INTO TABLE imp_obj_tab.               
         21            ENDIF.               
         22          ENDMETHOD.     
    Can anybody please help me solve this issue?

    Hi Ajay,
    Please check the following threads for your issue::
    System Exception
    Exception              CX_SY_CREATE_OBJECT_ERROR
    Why is CREATE_OBJECT_CLASS_NOT_FOUND ?
    Dump CREATE_OBJECT_CLASS_NOT_FOUND with BADI in MM_MATBEL archiving object
    Regards,
    Arpit

  • Extractor checker (RSA3)

    Hi,
    All, can any body please tell me what is a extractor checker is and the purpose of this in BI-7.03,
    Point's will be awarded
    Thanks in advance
    regards
    kittu

    Hi,
    RSA3 will simulate the dataload from a particular datasource, like you can how many records are there for full upload, delta upload.
    Here if you run RSA3 with debugging checkbox on, you can also debug the Extractor function module.
    Hope this helps.
    Best Regards,
    Rajani

  • Error at Extractor checker when seeing archive files

    hi experts...
                     i have archived (write and delete) one ODS successfully as shown in logs. But when i extract archive file it shows error
    Error ocuured during the extraction
    plz help me...
    rakesh jangir
    09890199562

    Well I guess I solved my own problem.
    I used the download direct site and signed into the download assistant after it installed and this seemed to let me initiate the down load.
    I also went to a direct Eth. connection and turned off the cookie blocks and McAfee.
    It took about 30 minutes to down load the program but the extraction and installation went without a problem this time.
    So I don't know what the exact fix was but it worked and I am up and running.
    The program seemed to have a problem loading files and looked like it quit responding. I had the other PC running and it is homegrouped with this one and also has Elem 11.  I turned off the other PC and this one seemed to work better loading files with the other one off.  I wonder if problems can arise if you have two PCs home grouped, both on with a number of photo files in each.
    Take care,
    Craig

  • 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

  • Delta in Extractor Checker

    Hi,
    i have created a generic datasource with Delta upload, which is based o a table.
    When i extracted it in the Extractor checke RSA3 with UPdate mode 'F', it works.
    When update mode is 'D', come an popup . It says that error occurs. I cant see the details of error.
    My question: How to check the delta datasource in Extractor checker?
    Thanks

    Hi ,
    Please check the below thread.
    How to check whether the Datasource is delta enabled or not
    Hope it helps.
    Thanks & Regards,
    Ramnaresh.P.

  • Extractor checker not working

    Hi Geeks,
    It seems all the questions in the world are vexing me today. Any ways.
    I activated 2LIS_03_BF using RSA5.
    I checked whether 2LIS_03_BF is transferred correctly in RSA6.
    Then I activated data-source in LBWE.
    I went to extractor checker (RSA3)to check whether 2LIS_03_BF works fine.
    But it does not extract any records, even though I have thousands of entress seating in MSEG ( material document)
    I am not giving any selection criteria. (even for selection criteria I my extractor checker is giving me 0 records)
    Help me most awaited.
    Monica

    Hi Monica,
    In RSA3 in the update mode option it will be by default full load...so when u r trying to extract the records for the BF datasource you are getting 0, because u didn't fill the setup tables..and in lo cockpit datasources won't pick data from the application tables so first we have to fill the setup tables
    As Pradip said their is no harm in filling the setup tables even if u any postings  THIS IS APPLICABLE ONLY TO DEVELOPMENT.
    IN PRODUCTION before filling the setup tables you have to make sure that the system is locked for any new or changed documents in the concerned application.
    thanks and regards
    neelu

  • Extractor checker - too few records

    Hi experts,
    I used extractor checker (rsa3) for Full Data on 2lis_11_vahdr and 2lis_11_vaitm. I got only 2 recrods in the results.
    Isn't there something wrong. VBAP has tons of records so does VBAK.

    it will show the number of records it has in setup tables.
    any of your colleague filled setup tables for only one or 2 document numbers, that is why it is showing is showing 2.
    Delete setup Tables data from LBWG transaction using your application area.
    refill the setup tables wihtout any selection. you will see entire data.
    Regards,
    Nagesh Ganisetti.
    Assign points if it helps.

  • 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 OK but actual Extract has no data!

    Hi all,
    Thanks for taking the time to read my post and for your help in advance
    I have a simple custom function module in ECC6.0 which is getting employee information from LDAP.  This information is then tagged on to a few other fields and sent to BW.
    I created a data source based on this function module and I'm trying to send the data to BW.  The Extractor checker is working fine and shows the right data. However, when I run the infopackage from BW I receive no data!
    I checked the IDOCs as well and noticed that the info IDOCs are sent back to BW with 0 data records, which is telling me that the extractor is not sending back any data, despite it showing the data in the extract checker (RSA3)
    Any thoughts?
    Thanks,
    Mamdouh

    Thanks everyone,
    The partner profile is ok, and when I test in RSA3 I see the data the I need - so running the extract in debug mode is fine, however running it in the background mode gives me 0 data records
    I don't think it is an authorization error either !
    Any thoughts?
    Thanks again

  • Data mis match in extractor checker

    Hi Gurus,
    Please help me to solve this issue.
    there is a mismatch of records when checking datasource through extractor checker. the extractor is showing 1476 records in r/3 table but i check the table in t-code se11 it is having only 506 records. so can any one help me what are the possible reasons and how to analysis and solve this issue.

    If generic datasource based on function module : check how the function module is designed to extract data.
    If generic datasource based on table : Check the table in se12 data with  same restrictions which you may use in RSA3.
    If generic datasource based on view :
    Check the view in se12 data with  same restrictions which you may use in RSA3.
    Hope this helps.

  • 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

  • Extractor checker

    can anybody tells me the steps to use extractor checker.I knw tht we use RSA3 and the screen give the datasource name.After this step wht shld i do.Also do i need connection to the R/3 system when i use RSA3.

    Hi Denzil,
    To check if the same data is loaded into BW, you cannot use the RSA3 tool. You would need to check by scheduling an InfoPackage. You have the option to just load to the PSA and you can check the data here.
    RSA3 can be used for other source systems, like CRM, but not for flat file systems as for flat file loads the datasource is just on the BW side, not in the source. But here too you can set up the load to just load till the PSA and once you are happy with the data, you can load further.
    Hope this helps...

  • Extractor Checker: How to see fields in APPEND structure?

    Hi Experts
    I have added a new field to a datasource (0CUSTOMER_ATTR). My logic is in place in include ZXRSAU02.
    I run the Extractor Checker and then check the result list to see that my logic is working. However.. i can't find a way to view all of the fields in the datasource. The Display List button shows a select range of fields (not even all of the standard structure), and unlike SE16, there doesn't seem to be a way to customise the list view to see the fields that I'm interested in (especially my appended field). I've tried all the menu options..
    Does anyone know a way to do this? Without seeing the field in the result, i can't verify my changes in the checker.
    thanks
    tony

    There is one button called current looks like variant click on it in RSA3 display.
    You will be able to hide or display fields.
    Hope this helps.
    Edited by: Praveen G on Oct 10, 2008 3:14 AM

  • 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

Maybe you are looking for

  • Deleted Printers & server-error-service-unavailable error

    If anyone is having trouble with this after updating to OS X 10.4.8. I updated to 10.4.8 on 5 different macs and every single one of them had this problem. This might have been discussed here before, but I thought I should make it known along with th

  • VerifyClient() throws exception that I don't understand...

    I got the following exception but I have no idea what I did wrong. Client verification failure. You must have a valid login to access this page. The error occuried in XXX.cfm line x (where x is the line I have <cfset verifyClient()> Any idea what doe

  • How can I turn off toplink logs?

    Hi, I am using OC4J 10.3.5.0. May I know how can I turn off toplink's logs? As it is currently generating something like this in stdout: DatabaseSession(219604438)--Connection(1514883920)--TopLink, version: OracleAS TopLink - 10g (9.0.4.5) (Build 040

  • Chart view - Management Reports - Compliance Calibrator 4.0

    Is posible to change scales in the graphics provided by Chart view in the option Management reports in the Compliance Calibrator? How? Thanks

  • PProHeadless.exe crash - still can't render anything with PPro CS4

    I ran into this problem back when I did the CS4 upgrade and wound up sticking with PPro CS3 because I could never get the CS4 AME to run under Vista 64-bit.  I recently did an upgrade to Windows 7 64-bit and was hoping that I could finally use PPro C