Which can we prefer while deleting data

Hi..
suppose both master data and transaction data were loaded.If we want to
delete data from both of them (or) either one of them,which one can be
preffered to delete?..
It is an interview question..,at what circumstances in real time,deletion of data
like situations ll happen?..
plz solve this..
Thanks & Regards
sarau

Hi,
The order of deletion is:
Deltion of Transaction Data first.
Then delete the Master data. Because the master data refernce is used in transaction data. Thats why we need to deleted the Cubes' data first.
May be this is what he wants to hear from you.
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • Error  While  Deleting Data  From ODS

    Hi all,
    We are getting short dump while deleting data from a perticular ODS.
    Part of short dump is--
    trigger Location of Runtime Error
       Program                                 SAPLRSAC
       Include                                 LRSACU75
       Row                                     535
       Module type                             (FUNCTION)
       Module Name                             RSAR_TRANSTRUCTURE_ACTIVATE
    help is desperately required
    Regards
    Srini--

    try to activate InfoSource and later delete data.
    Check if all ODS related objects are consistent and active.
    also pls attached the whole dump for more clarity if this does not work.

  • "Transfer structure  does not exist" while deleting data from a DSO

    Hello experts,
    while deleting data from a DSO I get the following messages:
    @5B\QInformation@     Database table /BIC/AAKIVO1400 was deleted and recreated
    @5C\QError@     Transfer structure  does not exist
    When I try it twice process works without any problems. I get then the following msgs:
    @5B\QInformation@     InfoCube / DataStore object "AKIVO14" contains no data (yet)
    @5B\QInformation@     Database table /BIC/AAKIVO1400 was deleted and recreated
    So I think the first deletion works but ended with errors. What could be the reason?

    Please check if data from new and chage log table is also deleted.
    For the error message : Do you have 3.5 flow ? Check your transfer structure , if it is active and then again try to right click and delete data from DSO.
    - Monika

  • HT5824 Im trying to make the appointments on the calendar in my phone transfer to the icloud.if i reset my documents in icloud, can or will it delete data on my iphone?

    Im trying to make the appointments on the calendar in my phone transfer to the icloud calendar on my PC. If i reset my documents in icloud, can or will it delete data on my iphone?

    Hi jordanpaulbrown,
    I apologize, I'm a bit unclear on the exact configuration you are currently using/describing. If you are talking about My Photo Stream, you should be aware that it only stores stores photos for 30 days in order to allow for other device to connect and download the photos. If you would like to keep them long term off of your iPhone, you may want to set up your computer (Mac or Windows) to automatically download them. You may find the following article helpful:
    iCloud: My Photo Stream FAQ
    If you are running iOS 8 on your iPhone, you may also find the following article about changes to Photos useful:
    Get help finding your Photos in iOS 8
    Regards,
    - Brenden

  • Error while deleting data from a write optimized DSO using a Process Chain?

    Dear Bwers,
    I am facing a strange error while using process chains to delete data from data target which is a write optimized DSO. The process shows as failed but the data gets deleted in the DSO. The error message is as below. Did anybody have a similar problem? Any suggestions.
    Thanks
    Raj
    Error while deleting content of InfoCube/DataStore object ZLSD_G03
    Message no. RSDODSO153

    Please, check if you get any short dump in ST22 related to this issue.

  • How can i Read and Delete data in Infocube

    Can some help me how to read and delete data in infocube before loading data from direct DSO.
    I should be able to read and delete condition with combination (0FISCPER, 0COMP_CODE).
    Let us say we load JAN, comp _ code : 0001 (10 records )and JAN comp _ code :003 (30 records ) and JAN, comp _ code : 004 (20 records ) to infocube
    second time if DSO gets data of JAN, comp _ code : 0001 (40 records ) it doent need to be 10 old + 30 new, it can be 9 old 21 new lay i need to delete 1 old rec which i dont need. so that is the reason i want delet all JAN, comp _ code : 0001  recods before loading.
    Can some one help me

    Hello,
    You could use the selective deletion available with the cube to get the selective data for 0FISCPER, 0COMP_CODE combination deleted.
    If you go in the manage of cube & Content tab, you would find the selective deletion option at the bottom of screen.
    If you enter the option, you could give your selections for deleting the records and run the job.
    Please let me know if you need any more help.
    Regards,
    Pankaj

  • Error while deleting data source : Message RSO414

    Hello Guys,
    We have activated data source 2LIS_04_PKKANBAN and entire standard BI content . When i tried to extract data, i got 0 records initially and after that i came to know that some functions needs to be activated in ECC to extract KANBAN data.
    We activated some function and deleted & filled setup tables for KANBAN and i can see data in RSA3 (368 Records). Then i tried to extract data into SAP BI. it took  me 20 minutes but ended with error. "Data Source needs to be activated again as it was changed (We just activated one function only) nothing changed to data source" I activated data source again in ECC and replicate on SAP BI side but i am not able to get it in activated mode.
    I tried to activate it manually and it takes 20-25 minutes but i am not able to activate it and getting error "Error when activating DataSource : MESSAGE NO  RSO414 " "Error when resetting DataSource 2LIS_04_PKKANBAN to the active version". i also can't delete data source as when i try to delete it, i get the error "ERROR WHEN DELETING DATA SOURCE : MESSAGE NO RSO414" .  What to do in this situation ?
    Regards,
    Komik Shah

    Hi Rahul,
    I tried it but it didn't help me.
    Also there is no FM in SAP BI called RS_DATASOURCE_ACTIVATE_ALL. I have activated  data source in my ERP system  and replicated same on BI side as we don't have standard Transfer Rules or Transformation, i can't use RS_TRANSTRU_ACTIVATE_ALL .
    Regards,
    Komik Shah

  • PS script which can search Personally Identifiable Information data in sharePoint site

    I would like to write a  PS script which can search for and report on Personally Identifiable Information like card numbers, etc in SharePoint site. I would like to find it in txt as well as xls word .
    Velu K

    Hi Velu,
    Based on your description, my understanding is that you want to get the needed user properties for all the users using PowerShell.
    I recommend to use the code below for getting the properties to txt file using PowerShell and you need to grant Full Control permission on the User Profile Service Application for the user who execute the commands:
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server")
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server.UserProfiles")
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
    #change the URL to your root site URL
    $site = new-object Microsoft.SharePoint.SPSite("http://sp");
    $ServiceContext = Get-SPServiceContext $site
    $ProfileManager = new-object Microsoft.Office.Server.UserProfiles.UserProfileManager($ServiceContext)
    $AllProfiles = $ProfileManager.GetEnumerator()
    #You need to create the text file called UserProfiles in C disk(you can change the name to be what you want and put it in the place where you want )
    $file = new-object System.IO.StreamWriter "C:\UserProfiles.txt";
    $file.Writeline("DisplayName|Accountname|workEmail");
    #get the user properties you want
    foreach ($profile in $AllProfiles) {
    $DisplayName = $profile.DisplayName
    $AccountName = $profile[[Microsoft.Office.Server.UserProfiles.PropertyConstants]::AccountName].Value
    $workEmail = $profile[[Microsoft.Office.Server.UserProfiles.PropertyConstants]::workEmail].Value
    $file.Writeline($DisplayName+"|"+$AccountName+"|"+$workEmail);
    $file.close();
    $site.Dispose()
    More references:
    http://social.technet.microsoft.com/wiki/contents/articles/19780.sharepoint-2010-export-user-profile-properties-to-a-text-file-using-powershell.aspx
    http://blogs.catapultsystems.com/rhutton/archive/2012/10/11/updating-a-user-profile-picture-using-powershell-exception-calling-quote-ctor-quote-with-quote-1-quote-argument.aspx
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Victoria Xia
    TechNet Community Support

  • Error while deleting data from 0BPARTNER!!!!

    Hello All,
    I'm trying to delete the data from 0bpartner master table.
    I went into the contents of 0bpartner..selected the record i want to delete and after i delete the record i saved it, but it is not saving and i'm getting the following message.
    InfoObject 0LONGITUDE (version A) is not compunded
    Please suggest me if there is any other way to delete the data...
    Thankz in Advance

    Hi,
    Step1
    in the infoobject 0BPARTNER . go to the Business Explorer tab
    Step2
    Go to Geographical type and set  non Geo characteristic and activate the infoobject.
    Step3
    Now try deleting the data for 0BPARTNER hope you will be able to delete it
    why error is poping up ??
    LONGITUDE and LATITUDE attributes are used. ALTITUDE, PRECISID and SRCID are reserved for future use.
    If you reset the geographical type of a characteristic to Not a Geo-Characteristic, these attributes are deleted in the InfoObject maintenance.
    hope you can solve the Issue
    in case if you really need those 3 object then you need to make the setting looking at this document below and ten delete the master data(its based on your requirement)
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/7c91931bed374ee0000800091c1b0e/content.htm
    Santosh

  • Any KM which can insert , update and delete

    hi everyone ,
    i have a oracle target which i want to keep synchronize daily with sql server source which means if there is any deletion in source ,i want a deletion in target too . Hope iam clear .
    Is there is any KM that can do insert ,update and delete . i know the other way is to truncate and load but i few tables which are millions of records doing truncating daily not possible .
    is there is any way out for this issue ?
    Thanks

    Or
    1) create to load only the PK into a temp table (yellow interface as suggestion)
    2) create a procedure to delete your target with a "not exists" option from the created temp table
    3) create an "normal" interface with Incremental Update
    Make any sense?

  • Is it possible for IPhoto to go through images and find duplicates which can then be safely deleted?  I have so many duplicates that it would take me weeks to physically go through them and delete individually.   I

    Is it possible for IPhoto to seek out duplicate images and then delete them?

    Try one of these:  iPhoto Library Manager, Duplicate Cleaner for iPhoto,  Duplicate Annihilator  or iPhoto Applescript to Remove Duplicates.  The second and last are free. The first is, IMO, the better app and has many other features.
    OT

  • Need a character which can nullify a tab while printing a variable

    My variable has data as  vinod,,reddy,,g
    When, I am passing to script it should print as it is, but it is printing as vinod                     reddy                           g
    This is causing error to read the text as lot of space is coming inbetween...
    I know ,, will act as tab in Script. But need some character which can be placed inbetween the data of ,, so that it gets nullified in sap script while printing and data prints as vinod,,reddy,,g

    declare variable like data: lv_space type char10 value '          '
    pass vinod &lv_space& reddy &lv_space& g.

  • Can't Delete Data Fi

    Please forgive me if this has been solved before, i've searched the forum and several pages of this forum and found nothing that will help.
    I had a problem with a lock up which i fixed with recovery mode, but since then (probably before, or what caused the lock up) i can't seem to delete the data files.
    I have a 60gb Nomad Jukebox Zen Xtra. I have the latest updates for the software and firmware.
    I go into the explorer to delete these files, each takes about 2 minutes to 'prepare' it comes up with 'deleting' but no progress bar, this stays for about 2 minutes and then just disapears, the thing is, no progress bar shows and it looks like its locking up then cuts back to the window and its all fine. The file seems to appear to be gone, it does this with all the data files.
    Huzzah i think.
    But no, i go back out of the explorer, when i go back in, the files are still there. I also can't copy to the directory either, it starts 'preparing' then it comes up with an error saying that it cant write the data to the dri've. Ive tried it with different files with the same message.
    Deleting and copying music onto the Zen is perfectly fine and works like a treat, its just the data files.
    I'd love to be able to access the data files directly on the Zen and delete them like the audio but i can't.
    Can anyone help me please? I've searched the forums and searched the Knowledge base.

    I have the same problem;
    I own a 20GB Zen Touch and I can't copy or delete data files and folders because of an error saying "cannot read file from jukebox". OS is Windows XP pro.
    The problem started some days ago; before, it was all correctly functioning.
    I tried with clean up from recovery mode and rebuilding the library, but the problem it's still annoying me.
    I will try to connect my player to another pc with Windows 2000 pro and I'll post the result!

  • Can't Delete Data Load Request

    Hi All,
    During the initial data load there was some error and the data load in Manage ODS is shown as RED, also 12 records are seen as uploaded, which can be seen in New Data Tab. This request is also seen as available for reporting but with RED Light. Now, we want to delete this request but we can't, the reason is beyond our knowledge. Can some help how to delete this request, so that we can load data again. Below is wht we could get
    Message type__________ E (Error)
    Message class_________ RSMPC (Messages for Process Chains of Generic Processes)
    We didn't use Process Chain for uploading the initial data
    Thanks & Regards
    Vikas

    Hi,
    Go to the info package
    select the "Sheduler" menu
    Delete the initial upload data and try the initial load again
    regards
    Happy Tony

  • ITAB_DUPLICATE_KEY error while deleting ODS data

    Hello again
    i am getting ITAB_DUPLICATE_ERROR message while deleting data from ODS.
    kindly let me know how to proceed.
    as ours is full load it is very important to delete the previous data.
    Rgds,
    Ala.

    I also am getting the same error under the same circumstances.  I understand that RS_FIND_ISOSMAP_DUPREC will give a list of duplicate records in RSISOSMAP.  How then are the duplicate records deleted?
    Any ideas on what caused the duplicate records to be created?  I did have some trouble connecting the source system to BW.

Maybe you are looking for

  • Worked example using 'patch' and 'sed' to make a pkg

    I would like this to be reviewed, please. The methododology may need to be standardized a bit more. Also, of course, the way I have used scripts may be a bit controversial. Certainly, anyone who knows what they are doing could easily do without these

  • CI issues on Linux - CentOS + Hudson

    Hi there, I got some issues to generate the Junit reports, it gets up to "Waiting for client connection" then do nothing for a few seconds. When it gets back this is what I get in the console: runUnitTests:      [java] Loading configuration file /opt

  • ARRGGGGHHH!!!   Print to video

    Hi All, I have a seemingly new issue here. I have a sequence in FCP which I am trying to ouput via F/W to my DSR 30. The deck "seems" to not see the correct type of signal on its DV port. Yes, I checked all of the settings, like output, playback, etc

  • Is there any way to synch mail on two Macs so it doesn't have to be read twice?

    Is there any way to process mail once instead of having to go through it again on each device? If you read or delete a message is there any way to have this synched on other devices?

  • Visual Composer Numeric Field and decimals

    I have a numeric field in a visual composer application.  Sometimes the field has a value like 23.11 and other times it can have a value such as 23.00 with zeroes after the decimal point.  If there are numbers after the decimal like the .11 it works