Unable to delete a set of records from PSA

Hello All,
I am trying to delete a PSA request (INIT With data transfer) which had about crores of records. But in my PSA, I can still see about 16000 records from the earlier deleted request.
Please advice as my next INIT is not brininging in any records. the issue is very critical...
Regards
Sneha

Hi,
Check out for any other History Init Request available in the PSA and delete it. Or use the program - RSAR_PSA_CLEANUP_DIRECTORY to clean the PSA Completely. Next, check out in the InfoPackage menu, Scheduler - > Initialization for source system, whether there is any successful Initialization request is available or not. If available delete the request by selecting delete from all the systems.
Now, you can again use the Init Infopackage to initialize the delta.
Regards,
Geeta

Similar Messages

  • Unable to delete the error out record in Pending transactionsinterface form

    Hi Team,
    Help me having this issue....
    "Unable to delete the error out record in Pending transactions interface form".
    Version:11.5.10.2
    Regards,
    Arul

    Can you please give a more elaborate context?
    What application, responsibility and form, how are you trying to delete from the interface table, from front-end or via API?
    Thanks
    JD

  • I am trying to free up some room on my touch and am unable to delete any songs or books from the listing.  With iTumes open and my touch listed I open the touch.  I then select the items I want to delete from the touch and press the delete button.

    I am trying to free up some room on my touch and am unable to delete any songs or books from the listing.  With iTumes open and my touch listed I open the touch.  I then select the items I want to delete from the touch and press the delete button.  Nothing happens.  I have also tried to right click on the item, but a delete option is not listed.  What do I need to do to get rid of some books?

    Open itunes, connect ipod, go to each tab, select what you want to be on the ipod, sync

  • Deleting 3 millon duplicated records from 4 million records

    Hi,
    I want to delete 3 million duplicate records from 4 million records in production. We dont have the partitions. I cann't recreate table using CTAS Option. So I have to delete the data in batch because of shared environment and people acceessing the data.
    Is there any fastest way to delete the data in stead of using bulk delete by using max rowid.
    please help me out.
    Regards,
    Venkat.
    Edited by: ramanamadhav on Aug 16, 2011 8:41 AM

    After deletion of data( with suggestion given by Justin), make sure that latest statistics are also taken.
    After such a heavy delete there is always a mismatch between num_rows and actual count.
    the best way is to shrink space and then gather table statistics, other wise optimizer will get confused and it will not take into consideration correct statistics.
    For e.g.
    16:41:55 SQL> create table test_tab_sm
    as
    select level col1, rpad('*888',200,'###') col2
    from dual connect by level <= 100000;16:42:05   2  16:42:05   3  16:42:05   4 
    Table created.
    Elapsed: 00:00:00.49
    16:42:08 SQL> exec dbms_stats.gather_table_stats(ownname => 'KDM', tabname => 'TEST_TAB_SM', cascade => true);
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.51
    16:42:17 SQL> select table_name,num_rows,blocks,avg_row_len,chain_cnt from user_tables where table_name = 'TEST_TAB_SM';
    TABLE_NAME                       NUM_ROWS     BLOCKS AVG_ROW_LEN  CHAIN_CNT
    TEST_TAB_SM                        100000       2942         205          0
    1 row selected.
    Elapsed: 00:00:00.01
    16:42:28 SQL> delete from TEST_TAB_SM where mod(col1,2) =1;
    50000 rows deleted.
    Elapsed: 00:00:01.09
    16:42:39 SQL> select table_name,num_rows,blocks,avg_row_len,chain_cnt from user_tables where table_name = 'TEST_TAB_SM';
    TABLE_NAME                       NUM_ROWS     BLOCKS AVG_ROW_LEN  CHAIN_CNT
    TEST_TAB_SM                        100000       2942         205          0
    1 row selected.
    Elapsed: 00:00:00.01
    16:42:47 SQL> exec dbms_stats.gather_table_stats(ownname => 'KDM', tabname => 'TEST_TAB_SM', cascade => true);
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.26
    16:42:55 SQL> select table_name,num_rows,blocks,avg_row_len,chain_cnt from user_tables where table_name = 'TEST_TAB_SM';
    TABLE_NAME                       NUM_ROWS     BLOCKS AVG_ROW_LEN  CHAIN_CNT
    TEST_TAB_SM                         50000       2942         205          0
    1 row selected.
    Elapsed: 00:00:00.01
    16:43:27 SQL> alter table TEST_TAB_SM move;
    Table altered.
    Elapsed: 00:00:00.46
    16:43:59 SQL>  select table_name,num_rows,blocks,avg_row_len,chain_cnt from user_tables where table_name = 'TEST_TAB_SM';
    TABLE_NAME                       NUM_ROWS     BLOCKS AVG_ROW_LEN  CHAIN_CNT
    TEST_TAB_SM                         50000       2942         205          0
    1 row selected.
    Elapsed: 00:00:00.03
    16:44:06 SQL> exec dbms_stats.gather_table_stats(ownname => 'KDM', tabname => 'TEST_TAB_SM', cascade => true);
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.24
    16:44:17 SQL> select table_name,num_rows,blocks,avg_row_len,chain_cnt from user_tables where table_name = 'TEST_TAB_SM';
    TABLE_NAME                       NUM_ROWS     BLOCKS AVG_ROW_LEN  CHAIN_CNT
    TEST_TAB_SM                         50000       1471         205          0
    1 row selected.
    Elapsed: 00:00:00.01
    16:44:24 SQL> We can see how the no. of blocks changes. It changed from 2942 to 1471 which is half and in your case it will be 1/4th times of what it was using.
    There are other options for shrinking space as well other than MOVE.
    alter table <table_name> shrink space;Try it out and you can see the difference yourself.

  • Deleting records from PSA

    Hi,
      Can anyone tell me how to delete the errorneous records from psa table. i have abt 24 data packets each have abt 23000 records.
    the error is the dta package 23 and 24.
    regards,
    nithesh
    Edited by: nithesh prakash on Sep 16, 2008 7:56 AM

    Hi.,
    Another thing........why your data oacket failed.......is your extraction got completed...........
    If your data packets failed due to SID issue...........then you load the master data....delete the request without making it red from the target ............go to RSA1 >> click on PSA >> find the request and reconstruct it.........
    Otherwise if you extraction is completed............do manual update.......ie right click on data packet >> do manual update.........before that make the settings background.........otherwise in foreground it will take long time..................
    Hope this helps you...........
    Regards,
    Debjani.......

  • Is there a way to notify/alert users about records from PSA

    Hi All,
    During transaction data load in BW 3.5 I am using the option" No update of transaction data if Master data does not exist" in the Infopackage.
    If any records don't meet this criteria they will show in different Request in PSA.
    My question: Is there a way to notify/alert users about these records from PSA?.
    Through process chain we can't send any alerts in this case as loads will not fail.
    Please help.
    Thank you.
    Sree

    Brian, Accepeted. We can not create Infoset on PSA.
    To create report on PSA, follow this.
    https://websmp104.sap-ag.de/~sapidb/011000358700008145112002
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/968dab90-0201-0010-c093-9d2a326969f1
    /message/5239445#5239445 [original link is broken]
    Thanks...
    Shambhu

  • Unable to get stable set of records

    I am getting error in the below statement, can someone help me to find out what is wrong here? i need an immediate help on this...
    ORA-30926: unable to get a stable set of rows in the source tables
    ORA-Error in executing meeting_occurrence table
         EXECUTE IMMEDIATE 'MERGE INTO meeting_occurrence m1
         USING (SELECT distinct     m.ma_start_date , -- start date
              m.ma_end_date , -- end date
              m.l_no , -- location no
              m.ma_no , -- meeting number
              m.dtc_no , -- day time code id
              m.dtc_time , -- dtc_time
              m.lob_no , -- line of business id
              m.msc_status , -- meeting occurance status id
              s.user_id -- leader id
         FROM '|| v_schema_name|| ' meetings_assigned m ,
         (SELECT u.user_id,sm.e_no , sm.ma_no, sm.l_no
         FROM '|| v_schema_name||' schedule_meeting sm,
         '|| v_schema_name||' employee e ,
         users u
         WHERE e.e_no = sm.e_no and e.e_no = u.employee_number and sm.FJC_NO =''L'') s
         WHERE m.l_no = s.l_no (+)
         AND m.ma_no = s.ma_no (+)
         AND EXISTS ( SELECT 1 FROM day_time_code dtc
         WHERE m.dtc_no =dtc.day_time_code_id ) ) m2
         ON (m1.meeting_number = m2.ma_no
         AND m1.location_id = m2.l_no)
         WHEN MATCHED THEN
         UPDATE
              SET m1.start_date = m2.ma_start_date ,
              m1.end_date = m2.ma_end_date ,
              -- m1.leader_employee_id = m2.user_id ,
              m1.day_time_code_id = m2.dtc_no ,
              m1.dtc_time = m2.dtc_time ,
              m1.line_of_business_id = m2.lob_no ,
              m1.meeting_occurrence_status_id = m2.msc_status ,
              m1.site_id = :v_site_id ,
              m1.last_upd_date = :v_sysdate ,
              m1.last_upd_by = :v_last_upd_by
         WHERE m1.meeting_number = m2.ma_no
         AND m1.location_id = m2.l_no
         WHEN NOT MATCHED THEN
         INSERT
              meeting_occurrence_id ,
              start_date ,
              end_date ,
              location_id ,
              meeting_number ,
              day_time_code_id ,
              dtc_time ,
              line_of_business_id ,
              meeting_occurrence_status_id ,
    leader_employee_id ,
    site_id ,
              created_date ,
              created_by ,
              last_upd_date ,
              last_upd_by
         VALUES
         ( meeting_occurrence_id_seq.nextval ,
              m2.ma_start_date , -- start date
              m2.ma_end_date , -- end date
              m2.l_no , -- location no
              m2.ma_no , -- meeting number
              m2.dtc_no , -- day time code id
              m2.dtc_time , -- dtc_time
              m2.lob_no , -- line of business id
              m2.msc_status , -- meeting occurance status id
              m2.user_id , -- leader employee id
              :v_site_id , -- site id
              :v_sysdate ,
              :v_created_by ,
              :v_sysdate ,
              :v_created_by
         )' USING v_site_id ,v_sysdate, v_last_upd_by,v_site_id,v_sysdate,v_created_by,v_sysdate,v_created_by;

    No, there can be multiple records from M2.
    there can be 1 to many relation from M1 to M2.
    if duplicate l_no and ma_no exists in M2, it should update the same row in m1 since combination of this column is unique

  • Deletion of  a particular record  from database table

    hai friends,
         i want to <b>delete</b> (or)   <b>insert</b> particular record from  predefined sap table... that is with out module pool programming...  can i delete or insert a record to or from  the table..
         thanks in advance
    @jay

    hi,
    ucan do it without module pool programming in your normal report program.
    To insert a line into an index table, use the statement:
    INSERT <line> INTO <itab> [INDEX <idx>].
    <line> is either a work area that is convertible to the line type, or the expression INITIAL LINE. If you use <wa>, the system adds a new line to the internal table <itab> and fills it with the contents of the work area. INITIAL LINE inserts a blank line containing the correct initial value for each field of the structure.
    To select the lines that you want to delete using a condition, use the following:
    DELETE FROM <target> WHERE <cond> .
    All of the lines in the database table that satisfy the conditions in the WHERE clause are deleted. The FROM expression must occur between the keyword and the database table.
    You should take particular care when programming the WHERE clause to ensure that you do not delete the wrong lines. For example, if you specify an empty internal table in a dynamic WHERE clause, all of the lines in the table are deleted.
    If at least one line is deleted, the system sets SY-SUBRC to 0, otherwise to 4. SY-DBCNT contains the number of lines deleted.
    regards,
    keerthi

  • Setting audio recording from mono to stereo

    How do you set the audio recording from mono to sterio on windows vista?

    Select them all the timeline and press Opt-L.

  • Can we delete error records from PSA

    Hi,
    I am loading data from Myself source system to Infocube. I have 10 Laks records. Out of these 10 Lakhs records, only  2 error records were there. Due to this load failed. suppose I have 100 data packets, these two records is there in 98 data packet Now only 98th Data packet is showing RED in Details tab. So Now I want to use the data which is loaded into cube except the Data packet 98. Now my question is , If I change this request in INFOCUBE as GREEN , Can I see the data for records except 2 error records (Data Packet 98). Bcz, I dont have time to load this again. This is Quality system.
    Or Can I modify those 2 records without deleting the request from the Infocube.
    Please suggest me how to proceed.
    Thanks in Advance,
    Shivaram

    Hi,
    You cannot delete records from the PSA but you can edit the records in the PSA but for that you have to delete the request from the Cube. Then after editing the records in the PSA you have to load the records into the Cube by running the infopackage.
    Otherwise you have to create a Error Stack from the Update mode and then you can load the records into the Cube without that records. The Error Stack will hold the incorrect records which you can edit later
    But overall you have to delete the failed request from the Cube and then load it again for moving it to next target or for reporting

  • Unable to delete Jane's Addiction song from iphone6

    My iphone6 came with a Jane's Addiction song that I am unable to remove.  I can't swipe to delete and the only show music on phone option doesn't help.  Any ideas?

    I had the same problem and I eventually found an annoying way to get around it - but it worked. Here is what I did:
    1. Put back up copies of all PDFs I wish to keep in a folder on my desktop (or where ever is convenient).
    2. Delete ALL files (books & PDFs) from iBooks on the device.
    3. Open iBooks and select "File" > "Move Books From iTunes". (Nothing seemed to happen, but I think this step is necessary)
    4. Select each title in iBooks and hit Delete (on the keyboard). A pop-up asks if I am sure I want to delete it from my computer, click yes.
    5. Some of the PDF titles remain in iBooks after deleting. This is because I imported them twice - once into iTunes and again into iBooks. When this is the case, repeat step 4.
    6. Drag the back up files back into iBooks. If you have purchased books you should be able to download them from the iBooks store again if you want to.
    7. Open iTunes, plug in the device and select the device in the bar in the top left. Under "Settings" > "Books" in the sidebar there should be only the newly added files.
    8. Select syncing options as you prefer and sync the device.
    9. From now on only import PDFs into iBooks. Do NOT drag them into iTunes.
    It is an annoying process to go through, especially if you have many files, but it is the only way I could delete those annoying doubles. On the bright side, it was a good way to clear out all my unwanted files and start over. I hope this helps

  • DKA790GX Platinum, Unable to delete Raid set.

    Back in mid February I wrote in with an issue regarding side port memory, this problem evolved to where the system would shut down even whilst in Bios. I used your wonderful flash utility to update the Bios from 1.1 to 1.3 and finally to 1.6 with no improvement, thanks again to Bas and Walker X for their kind input.
    The board was returned and six weeks later a replacement arrived, this new board is now up and running with a fresh installation of XP pro and latest drivers from MSI.
    The problem I have now, two of the samsung drives were setup as Raid 0 on the old board, when connected to the new board, bios changed to accommodate, from boot the drives are scanned and reported as ID 01 Mode 2+0 Raid 0 LD Size 639.99 Track-Mapping 65535/255/63 Functional. when I press Ctrl F to enter fast build utility, I am taken to the Bios setup screen? and not fast build.
    Any suggestions would be much appreciated.
    I would like to format these drives for re use, can I do this in windows or must I delete Raid set first via fast build utility?
    The fresh installation drive is disconnected during the above process.
    System spec.
    DKA790GX Platinum with 1.6 Bios chip.
    AMD Athlon X2 7750BE Retail.
    Crucial 2x2GB DDR PC2-8500.
    3X Samsung F1 SATA 11 320GB Drives.
    Jeantech Orchid 500Watt PSU

    Thanks Svet for your fast responce, please excuse my lack of knowledge on Raid, the above was the first Raid set ever configured.
    With Raid set to IDE in Bios, this shows as one drive (E) in my computer, do I format this?

  • Project Management ' unable to delete project set'

    Hi
    we are using oracle11i (11.5.10.2) on windows 2000 server service pack 4,database version 10.2.0.3 and Oracle Project patch set Level 11i.PA.L
    while deleting prject sets we are getting error 'you have gained access to this page using the browser navigation buttons and therefore,cannot make any changes nor take any actions.please click return to portal and access this page using the application navigation'
    Thanks
    Regards
    Umair

    Umair,
    Run the query in the following document to determine the patchset level for Projects on your instance.
    Note: 420715.1 - Release 11i - Maintenance Pack, Patchset, and Rollup Patch Level for Projects
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=420715.1
    Regards,
    Hussein

  • Data Load for 20M records from PSA

    Hi Team,
                   We need to reload a huge volume of data (around 20 million records) of Billing data (2LIS_13_VDITM) PSA to the first level DSO and then to the higher level targets.
    If we are going to run the entire load with one full request from PSA to DSO for 20M records will it have any performance issue?
    Will it be a good approach to split the load based on ‘Billing Document Number’?
    In Case, If we the load by 'Billing Document Number'; will it create any performance issue from the reporting perspective (if we receive the data from multiple requests?) Since most of the report would be ran based on Date and not by 'Billing Document Number'.
    Thanks
    San

    Hi,
    Better solution put the filter based on the year and fiscal year.
    check the how many years of data based on the you can put filter.
    Thanks,
    Phani.

  • How  to delete(remove) one row(record) from a dynamic table

    Hi,
    I have adynamically created table.
    I want to delete 1 record(Row) from that Dynamic table.
    Say if my dynamic table contains 5 records(rows);after deletion of 1 record(1 complete row)from that dynamic table,the number of records(rows) should be 4 .
    Please suggest me how to proceed.
    Please provide me some sample code.Its not working
    I tried with these code:-Its not working-->
    IPrivateExportexView.IEt_WriteoffNode node=wdContext.nodeEt_Writeoff();
    IPrivateExportexView.IEt_WriteoffElement nodeEle= node.createEt_WriteoffElement(new Zfrm_Writeoff_P());
    node.removeElement(nodeEle);
    Please suggest
    Thanks
    -Sandip

    Hi,
    *int n=wdContext.nodeTable().getLeadSelection();*
    *wdContext.nodeTable().removeElement(wdContext.nodeTable().getTableElementAt(n));*   
    Further more , an example is given below for better understanding , do modifications according to your need.
    node :
           value node - Table (cardinality - 0..n , selection 0..1)
                              no    ( value attribute - string  )
                              name (value attribute - string )
       // create node elements 
         for(int i=0;i<5;i++)
        IPrivateClearnodeElements.ITableNode node = wdContext.nodeTable();
        IPrivateClearnodeElements.ITableElement ele = node.createTableElement();
        ele.setNo((101i)"");
        ele.setName("name :"(i1));
        node.addElement(ele);
    // Apply template Table -- select -- table node  or
    // create a table UI element and set the property Datasource - Table ( of the context)  
                             Insert Colum , in that column, next insert celleditor , of type text view  , bind the property text -- to "name " of Table node of the context
               Insert Colum , in that column, next insert celleditor , of type text view  , bind the property text -- to "no " of Table node of the context
    // create a action "removeElement"
    // create a button "Remove Element "  --> Event action -- removeElement
    // under the action write down the code :
    public void onActionremoveElement(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionremoveElement(ServerEvent)
        // before removing display elements
        wdComponentAPI.getMessageManager().reportSuccess("Before  deletion :");
         for(int i=0;i<wdContext.nodeTable().size();i++)
             wdComponentAPI.getMessageManager().reportSuccess(wdContext.nodeTable().getTableElementAt(i).getNo()) ;
         wdComponentAPI.getMessageManager().reportSuccess(wdContext.nodeTable().getTableElementAt(i).getName()) ;
        int n=wdContext.nodeTable().getLeadSelection();
        wdContext.nodeTable().removeElement(wdContext.nodeTable().getTableElementAt(n));
       // After deletion
        wdComponentAPI.getMessageManager().reportSuccess("After deletion :");
             for(int i=0;i<wdContext.nodeTable().size();i++)
                   wdComponentAPI.getMessageManager().reportSuccess(wdContext.nodeTable().getTableElementAt(i).getNo()) ;
                   wdComponentAPI.getMessageManager().reportSuccess(wdContext.nodeTable().getTableElementAt(i).getName()) ;
        //@@end
    If helpful , give points .
    Let me know if any problem u face .
    Thanks,
    Srini

Maybe you are looking for