Table data not processed

Hi,
I use oracle 10g DB. It receives data every 5 minutes from the hardware. There is a job called etl_mgr that runs every 5 minutes and processes these recordds and moves the processed data to some other table so that my application displays that data in the front end. This worked fine till 4 days back. Suddenly etl_mgr job stopped processing data that comes into the DB every 5 minutes. The job is still running and rescheduling every 5 minutes. It internally runs etl_mgr procedure to process data. The procedure compiles and executes without any issues. I am unable to figure out the rootcause. Any help in this regard would be very helful to me. Thanks in advance..
regards,
Nallapati

> .. and it processed 200 records of the 2000000 records. then it stopped processing.
How do you know it stopped processing? How do you know it was not stuck in an infinite loop in your code? How do you know that the remaining 99% of rows was not processed, but that your code ran into an exception, stuffed up the exception handling and caused that 99% to be rolled back?
> Do you think any issues with the tablespace ..
No. I think the issue is that you are looking at other things to blame for the problem. Instead of identifying what THE PROBLEM is.
Do not grasp at straws. Deal with the code and the data. Check that. Debug that. Execute that. Troubleshoot that.
Trying to blame a lack of tablespace is not acceptable unless you actually get an exception saying that more space cannot be allocated for an index or table. But you did not get that, did you? (and if you did, why did you not post the details of the message?)
You and this forum here need to deal with facts. That is the only way to provide tangible help for you. You and this forum cannot deal with speculation.. and that is what you are doing. Making wild assumptions that are devoid of any facts or evidence to back them up.

Similar Messages

  • Child Table data not coming in custom recon event.

    Hi All
    I have a requirement where I have to create a recon event from the custom java code. There is one attribute which is a multii valued attr. Now I am able to create the recon event but have not been able to bring the child table data to the event.
    following is the code I am trying with oimclient. countryList is the multi vlue field in the child table. On running I am getting "current Status" = Data Recieved and getting the employeeID, accessType and businessJust values with the even but not countryList
    HashMap record = new HashMap();
    record.put("employeeID", "test" + ran.nextInt());//"test1841519422");
    record.put("accessType", "testXXXX");
    record.put("countryList", "India");
    record.put("businessJust","Faltoo");
    HashMap record2 = new HashMap();
    record2.put("countryList", "India");
    long createReconciliationEvent;
    createReconciliationEvent = reconAPI.createReconciliationEvent("RO Name", record, false);
    System.out.println("Event: " + createReconciliationEvent);
    reconAPI.addMultiAttributeData(createReconciliationEvent,"countryList",record2);
    System.out.println("check2");
    reconAPI.providingAllMultiAttributeData(createReconciliationEvent,"countryList", true);
    System.out.println("check3");
    reconAPI.finishReconciliationEvent(createReconciliationEvent);
    System.out.println("closing successful2");
    Please let me know what else I should do, or what I am doing wrong

    What version of R2 or R2PS1? What is the exact patch level? There is an open issue on R2- with some BP &  PS1 (upto BP02 I think) where the issue occurs when there are multiple application instances of the same resource object. Do you have same scenario? If so what are the names of the application instance form names in the sandbox? Make sure you use the same form name for both the application instances in the sandbox.
    As long as the UD_ tables (both for parent and child) are filled up, it should be displayed in the child form of the resource under the accounts tab. The values from the child table are shown in the entitlements tab only if the child table column is marked with entitlement=true and you have run the entitlement list job.
    -Bikash

  • Setup tables data not getting deleted for application 11

    Dear Team,
    Trying to delete data from setup tables after completing few fields enhancements
    System triggering following error message and the data is not getting deleted
    Step 001 started (program RMCSBWSETUPDELETE, variant &0000000000010, user ID 00938H744
    Database problems with table MC11VA0ITMSETUP
    Job cancelled after system exception ERROR_MESSAGE
    Please guide
    Thanks,
    Sarasu

    Try to adjust the database tables using SE14 transaction.
    SE!4 --> Enter table name MC11VA0ITMSETUP -->Select radio button "tables" --> click on Edit -->Select processing type "Background" --> Click on "Activate and Adjust database".
    Here before performing the Activate and Adjust database function -- first try to check the data base object (click on check button and select database object --ok) if every thing is ok then proceed with the above steps.
    Next try to delete the setup tables and check.. hope this should work.
    Try to check the logs in SM21 and also check if the data source is active or not before deleting the setup tables.
    Regards
    KP
    Edited by: Konduru Prashanth. on Mar 2, 2012 6:08 PM

  • Dynamic table data not transfered to context WD4ABAP

    Hello Guys,
    Currently I have a urgent problem with Adobe Forms and WD4Abap. We are using AdobeReader 8.1.1 und Designer 7.1. Me problem is:
    1) I have an interactive form with dynamic table and simple fields...
    2) Data within textfields can be updated, created and deleted
    3) Data which is initially transfered to TABLES can be changed!!!
    4) BUT, if I add or delete a table row, this is NOT sent back to the WebDynpro context
    I am using the buttons out of the WebDynpro Navtiv Library. Furthermore, if I save the PDF on my Harddisk and start in manually (offline) add, change or delete data, the data is updated by checking it with the export data function within Adobe reader (Document->Form->Export Data)
    Is anybody able to help me, my ideas are on the end...
    Best
    Carsten

    Hi Carsten,
    Thanks again for your quick response.
    I tried using the code you supplied (changing the appopriate fieldnames to suit my form) but unfortunately I am still not able to access the added rows from my WD context. 
    Could you please clarify a couple of things for me?
    1.  In the following line, is "button_1a_+" the name of your button that adds new rows?
    > Carsten Sallaba wrote:
    >
    >$record.BEHAVIOR.PARAMETER.value = "button_1a_+";
    2. I presume that the following line in the code snippet should trigger the submit event on the WD, however this doesn't seem to be working for me, even after creating an action for the onSubmit event in the WD.  Do you have any further info on the changes that need to be made on the WD side?
    > Carsten Sallaba wrote:
    >
    > // DO NOT MODIFY THE CODE BEYOND THIS POINT - 705.20051128130428.257427.256785 - SubmitToSAP.xfo
    > ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    > // END OF DO NOT MODIFY
    Kind regards,
    Tammie

  • Table data not view after physical recovery

    hi,
    i have recoverd to another location physical backups of oracle files. i have all data but data in one table patient can not be viewed. however, if i execute count(*) query it retruns total number of rows. can any one help me.
    i am using 11g database and i am executing this query from sql*plus
    " select * from patients;"
    thanks
    susan
    Edited by: user3293897 on Jul 19, 2010 10:39 PM

    user3293897 wrote:
    hi,
    i have recoverd to another location physical backups of oracle files. i have all data but data in one table patient can not be viewed. however, if i execute count(*) query it retruns total number of rows. can any one help me.So you mean to say that the total count of the rows is correct but the display of data is not happening? Whats the error that you are facing? How you are trying to display the data, from teh sql*plus or from some application?
    HTH
    Aman....

  • Edited table data not found after physical backup

    hi,
    i have recoverd to another location physical backups of oracle files. i have all data but data in one table patient can not be viewed. however, if i execute count(*) query it retruns total number of rows. can any one help me.
    i am using 11g database and i am executing this query from sql*plus
    " select * from patients;". messegae received "no data found".
    thanks
    susan

    user3293897 wrote:
    hi,
    i have recoverd to another location physical backups of oracle files. How you've performed the recovery?
    i have all data but data in one table patient can not be viewed. however, if i execute count(*) query it retruns total number of rows. can any one help me.
    i am using 11g database and i am executing this query from sql*plus
    " select * from patients;". messegae received "no data found".
    You mean that the table has data in the first database, and you lose the data while copying and recovering the db?

  • Deletion of Dimension Table data in Process Chain Step

    Hi,
    I am trying to delete the InfoCube Contents using a Process Chian.This process is successfully deleting the Fact table contents, but not dimension table contents.
    I need your help to automate the deletion of dimension table contents.
    FYI--
    We are using BW 3.0 B.
    Thanks in Advance.
    Vardhan.

    Hi
    Unfortunately is not possible. I had in the past the same issue and I had also a confirmation from SAP.
    You can use RSRV to delete unsed value, manually or build a program.
    the process chain allows only to delete the fact table.
    regards
    Mike

  • ADF table data not refresh

    hi,
    i am create a adf table using data control. value of adf table depend on view object. where i bind a variable in where clause.
    now i am giving the value of whereClauseParam using using view object instance in backing bean method.
    when i pressed command button method run properly but adf table not refresh and not showing data.
    thanks in Advance

    public void callData(ActionEvent ae) {
    String amDef = "com.jagran.in.model.view.updatable.AppModule";
    String config = "AppModuleLocal";
    ApplicationModuleHandle handle = null;
    ApplicationModule am;
    try {
    handle = Configuration.createRootApplicationModuleHandle
    (amDef, config);
    //am = Configuration.createRootApplicationModule(amDef,config);
    // ApplicationModule sam = handle.useApplicationModule();
    am=handle.useApplicationModule();
    am.processChangeNotifications();
    ViewObject svo = am.findViewObject("BindView1");
    svo.setNamedWhereClauseParam("id","JK0554");
    svo.executeQuery();
    ((ViewObjectImpl)svo).refreshCollection(null, false, false);
    am.processChangeNotifications();
    svo.reset();
    while (svo.hasNext()) {
    Row r = svo.next();
    System.out.println( (String)r.getAttribute(1));
    } catch(Exception e)
    System.out.println(e);
    finally {
    if (handle != null)
    Configuration.releaseRootApplicationModuleHandle(handle, false);
    }

  • Table data not refreshing

    Hi ,
    I have created a data control which calls procedure to fetch data ...
    I drag and drop that on the page and create a table.
    This table also includes checkbox to update the some fields of the table.
    When i click on any specific row to update data,data gets updated properly.
    If i move to any other tab and again come back to that tab data get messed up (for example all the
    rows of one column is showing same data.
    ANy one has seen this issue in the past as I am not sure what leads to this behaviour?
    Thanks,
    shubhangi

    Hi,
    to persist data values, you don't call a setter on the table cell renderer but update the model. Soif you have input text component to render the table cell, then updating and submitting the data herin will update the ADF model, not the persisting model
    See sample #038 on http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html that shows a similar use case
    Frank

  • Table Data not coming

    Hi All,
          I am calling a RFC Function Module which gives me a table entries.
         When the FM is run in R/3 i m getting all table entries,but when i call the FM from Portal I am able to get only first line of the table.
         Can someone tell me wat wud be the problem? or how to retrieve the all entries in the tabe parameter?
    Thanks in advance,
    Madan

    Please check whether u have bound the context properly with your table UI element.  If you are not directly binding the RFC output node, check the cardinality of the custom node.
    Also u can write a sample code to check the size of the node which is returning the table, directly from the RFC output node.

  • Table Data not Displayed on DisclosureListener of af:ShowDetailFrame

    Hi,
    I need to populate a table with 2 empty rows when I disclose a showDetailFrame. I have written a method in appModule and populating the rows into the view object and calling that method from the backing bean. I have set the partial target on the table from the backing bean. But the rows are not displayed in the table. I have checked printing the estimated row count on the page and it displays the row count correctly.
    I checked the properties on the table, and I dont see any thing related to refresh the content of the table. Is there any property through which I can refresh iterator or am I missing some thing.
    Thanks,
    Morgan.

    Try as per the inputs provided by Vinod.
    If not, try to refresh the iterator pro-grammatically as per the following code:
    DCBindingContainer bindings =
    *(DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();*
    DCIteratorBinding iteratorBinding =
    *(DCIteratorBinding)bindings.get("<ITERATOR_NAME_IN_PAGEDEF>");*
    *if (iteratorBinding != null) {*
    iteratorBinding.executeQuery();
    Thanks,
    Navaneeth

  • How do i find out the tables (data)effected in a schema after a particular time stamp

    how do i find out the tables (data not structure)effected in a schema after a particular time stamp?
    pls email in [email protected]

    You can't do that. That would be a real security risc.
    /KAj

  • View Table Data

    I apologize in advance if this question is obvious - I am new to JDeveloper.
    In JDeveloper 9.x, I recall the ability to connect to an Oracle database and view the data in a table via a "Data" tab in the Connection Manager.
    Since then, I've installed JDeveloper 10 on a new computer, but find this "Data" tab is no longer available.
    How do I now view table data in JDeveloper?
    I see many tutorials on viewing data from new application. However, I simply want to examine the table data, not develop a new application.

    Assuming you are using JDeveloper 10.1.3 - when you double click a table in the database browser a window that shows it's stucture will be open.
    Look at the bottom of this window and you'll find the data tab.

  • Data not received in PSA Table

    hi guyz,
    im facing the below issue while loading master data attr from source system to bi system.
    im loading data from 0vendor_attr to ovendor object.
    only half of the records are processed and gets hanged.
    in monitor- administrator workbench its showing (60434 from 157912 records)
    below are the details of the issue:
    Data not received in PSA Table
    Diagnosis
    Data has not been updated in PSA Table . The request is probably still running or there was a short dump.
    Procedure
    In the short dump overview in BI, look for the short dump that belongs to your data request. Make sure the correct date and time are specified in the selection screen.
    You can use the wizard to get to the short dump list, or follow the menu path "Environment -> Short dump -> In Data Warehouse".
    Removing errors
    Follow the instructions in the short dump.
    please guide with your expertise.
    cheerz,
    raps.

    Hi Rajeev,
    Check the job in Background (SM37), you can analyze from here.
    Check the short dump in ST22.and check system performance once.
    If you are facing this problem first time, cancel the background job and make the request red.
    Then repeat the IP again, it will get successful.
    This should be due to performance issue or RFC problem of your system.
    If the job is active in SM37, cancel the job and make the status IP red.
    Re run the IP, it  will get successful.
    Regards,
    Venkatesh
    Edited by: Venky1903 on Aug 15, 2011 2:09 AM

  • Data not received in PSA Table - Data of request already deleted

    Hi
    I'm running a delta load on a BI 7.0 system and get this error Data not received in PSA Table.
    And when I click on the PSA table it telling me that  Data of request XXXXXX already deleted.
    I have tried to do a consistency check in RSRV. See if there's any IDOCs in pb87.
    And the short dump analysis just say: 
    A RAISE statement in the program "SAPLRSSM" raised the exception
    condition "NOT_EXIST".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    I've also tried to repeat the load but with no luck.
    Anyone know how to fix this?
    Thank you in advance

    Hi,
    Delete the bad requests in 3 targets and delete the data mart status in Source DSO.
    Also delete the green request in the Source DSO and repeat it.
    Once it loads successfully then load the data to other 3 targets.
    Rgds,
    Ram

Maybe you are looking for

  • SQL Update a Single Row Multiple Times Using 2 Data Sets

    I'm working in tsql and have an issue where I need to do multiple updates to a single row based on multiple conditions.  By Rank_ If the column is NULL I need it to update no matter what the Rank is. If the Ranks are the same I need it to update in o

  • Help, file error preventing me from opening project.  Overwrite save as new?

    Hi there, I've been working on a big project - saving locally and backing up at night, but now my daily file is corrupted and won't open...  I'm getting the following Do you want to overwrite the file or save as a new file? When I select "Overwrite"

  • Select list from query in report

    Hello everybody, I want to include a select list from a query in a report's colomn, but the select list should only be displayed conditionally. I wanted to do this with the help of "case when" in the corresponding SQL statement. The select list itsse

  • Details from fact table as dimension - solution review needed

    Hi experts, I found a convinient way to display details from fact table, as a dimension and need your opinion. Do you see any potential issues about this solution? Context - I use vertical federation in OBIEE 11.1.1.6 - all aggregated measures are in

  • [CS5] Create Export PDF Preset w/ High text quality

    Hello, I've created an Export Preset for PDFs using the PDF/X-1a 2001 Standards. I've left all the default settings, and the PDF looks good, but now its been requested that I make the text appear more "crisp". I'm wondering what settings I could twea