Data gets deleted when another infopackage runs

Hi SAP Gurus,
A very peculiar situation.
I have a DSO which is having 4 datasources. To load the data I am running them one by one. Now whats happening is when I load data from first infopackage I can see in datatarget thru display data.....but as soon as I load the data from second Datasource and display data...the first data disappaears. Can anyone please tell me what mistake I am making?
Regards
Shalini

Resolved.

Similar Messages

  • Suffix data gets deleted when SunOne server is restarted

    I manually created a new suffix for a program I'm installing. The program, during configuration, creates directory entries in this new suffix. Everything works great, but whenever you restart the SunOne server, the data entries underneath this suffix get deleted. the suffix is still there, but when you click on the Directory tab in the console, the directory entries have all disappeared for the suffix I created. Very bizarre. Any help would be appreciated!

    I checked both the access and the error logs, nothing of significance shows up. The suffix was originally created from the console manually. This problem occured on a Solaris 9 server, but I have been able to re-create it very easily on a Windows 2000 Advanced server.
    Using VMWare, I can easily keep going back and forth from the image with the data and the image with the data missing. I've also noticed that if I try to do an export of the data for this suffix, I get an error that says
    "LDAP server is unwilling to perform". I'm wondering if these two errors are related. When I try to do an export with a different suffix on this server, it works great. Right before you do the export, it tells you that if the server does not have the proper access rights on this file, the export will not succeed. I'm not sure how to check that. I did create the suffix manually from the console logged in as cn=Directory Manager". Should I be using a different id? Thanks for your help!

  • Data getting deleted when doing the validation

    Hi all,
    I have a web dynpro application to park an accounting document and I want the following functionality to it.
    When a user enters fund starting with 'P' then the cost center field should be greyed out and if WBS element field is not entered then I should see the error on the screen that it's a mandatory field.. For this I have written the following code:
    LOOP AT lt_el_tbseg INTO lo_el_tbseg.
        lo_el_tbseg->get_static_attributes(
                               IMPORTING static_attributes = lv_bseg ).
        CLEAR lv_bseg-lifnr.
        CHECK NOT lv_bseg IS INITIAL.
        TRANSLATE lv_bseg-geber TO UPPER CASE.
        IF lv_bseg-geber(1) = 'P'
                           *       navigate from <CONTEXT> to <EDIT_PROPERTY> via lead selection
          lo_nd_edit_property = wd_context->path_get_node( path = `Z_POSTING.CHANGING.T_BSEG.EDIT_PROPERTY` ).
    *       get element via lead selection
          lo_el_edit_property = lo_nd_edit_property->get_element( ).
          lo_el_edit_property->set_attribute(
            name =  `EDIT_WBS`
            value = 'ABAP_TRUE' ).
          DATA lv_projk TYPE wd_this->element_t_bseg-projk.
          IF lv_bseg-projk IS INITIAL.
            lv_error = 'E'.
            CALL METHOD lo_api_controller->get_message_manager
              RECEIVING
                message_manager = lo_message_manager.
            lv_message_string = 'WBS Element is a mandatory field'.
    *     report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
            EXIT.
          ENDIF.
        ENDIF.
        wa_bseg = lv_bseg.
        w_amt_line = wa_bseg-dmbtr + w_amt_line.
        wa_bseg-lifnr = lv_lifnr.
        APPEND wa_bseg TO lt_bseg.
        CLEAR wa_bseg,lv_bseg.
    endloop.
    but right now two things are happening in correctly:
    1. It's doing the correct validation and throwing the correct error message but it's clearing out the content of the item table that user entered on the screen.
    2. it's not making cost center as an non editable field.
    can you please suggest me what I am doing wrong here.
    Thanks,
    Rajat
    Edited by: rajatg on Jul 7, 2011 4:04 PM

        report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
            EXIT.
    your EXIT statement will get you out of the loop. rest of the records in internal table will nto be read

  • Upper-level Essbase data gets deleted on running CALC ALL

    Hi,
    We have a need to aggregate missing values (#Missing) to the parent level and so this is what we did. Go to EAS->Expand Essbase Servers->Expand the concerned application->Right-click on database->Edit->Properties and check the option to "Aggregate missing values". After doing this, we are having a peculiar issue when we execute "CALC ALL". We see that some of our upper-level data (non-level 0 data) gets deleted, and so we have to re-run all our business rules to calculate upper-level data. To be specific, we are having this issue of data going missing in accounting statements/reports such as Balance Sheet/Income Statement. In this reports, the rows are members of Account dimension (Dense) and the columns are members of Company dimension (Sparse). All other dimension are made POV. We did NOT have this problem when the 'Aggregate missing values' option was UNCHECKED. Does CALC ALL work differently when AGGMISS option is ON?
    We are using Hyperion Planning, Essbase and Financial Reporting (version 11.1.1.3).
    Thanks for any advice.
    Regards,
    ABG

    Hi John,
    Now that you mentioned your point about upper-level data, I double-checked the Account dimension members (for which the data was being deleted) and you are right that I am seeing a different behavior than I posted originally. Sorry about that. So this is what I am observing:
    The Account dimension has 'Balance Sheet' as one of the children. This member, 'Balance Sheet', has children: Cash, Receivables, Payables so on, and all children of 'Balance Sheet' are level 0 members. Now, we run calculation scripts to calculate the values of these members. These members form the rows of Balance Sheet report. After all the relevant calc script have been executed, I am running a script that has just CALC ALL in it. I am observing that the values of Cash, Receivables, Payables etc (level 0 children of Balance Sheet) are getting deleted when we have the option "Aggregate Missing Values" as checked in EAS.
    Then, I inserted SET AGGMISS OFF before CALC ALL in the script and now the values are intact! I am trying to understand why CALC ALL would delete those values when AGGMISS is ON?
    You said that most people do not use CALC ALL. What is the better alternative to aggregate the database then? Is it CALC DIM?
    Thanks and regards,
    ABG

  • Data gets deleted for the table RSTRFIELDSH

    If data gets deleted for the table RSTRFIELDSH at BW end
    ...what should i do?to get it back

    Wim,
    We lost the data from production. We ran Archive program to archive the data and archiving file is still exist.
    There is no possibliity to run the OUTBOUND process again to create the IDOCs.
    But only my concern is When we run the Transaction SARA we will be getting the data for other period as well.
    But I need to reload the data for three months only because that archiving file also has other period data as well.
    Can you send me details of how to use SARA Transaciton for particular period.
    Thanks,
    Kalikonda.

  • If you restore your ipad, does all your data get deleted?

    If you restore your ipad, does all your data get deleted?

    This could solve the "other" problem that you are experiencing right now. You really have nothing to lose by trying.
    Backup the iPad, restore to factory settings and then restore from the backup after you restore to factory settings to recover everything. You will also have to sync with iTunes in order to get your apps, music, etc back onto the device after restoring from the backup.
    That may totally solve the problem. But, on the other hand, as you mentioned, if the backup itself is the culprit - meaning that the backup is corrupt - when you restore from that backup, you could be right back where you started.
    Sometimes, when the "other" cannot be fixed any other way, you do have to restore to factory settings and NOT restore from the backup. Obviously you will lose all data when you do this, but you can still sync your iTunes content back to the iPad and you will not lose any music, apps, books and so on, as long as they are in iTunes on your computer.
    Most purchased content can be downloaded again at no charge as long as you use the same Apple ID and as long as the content is still available in the store in which you bought it (Music in iTunes, apps in the App Store ...)
    If that does not answer your question, just post again and I will do what I can to help you further.

  • KWorkSpaceBoss data gets deleted on indesign crash

    Hi Forum,
    A very happy new year to all .
    I have a small problem. I need to store global preferences in Indesign. I implemented that using the kWorkSpaceBoss. Now whenever indesign crashes, the data gets deleted. I noticed that even happens with global preferences of Indesign itself.
    What can I do to make this data persistant across all sessions?
    Thanks!

    Sorry, I thought you were talking about own crashes.
    The workspaces are mainly used to provide defaults that are promoted from application to document, and from document to newly instantiated objects. They are no long term secure database, even though they survive forced quit most of the time and Adobe appears to be interested in cases that cause corruption. If you can nail down such problems, submit them through the appropriate channels.
    When I used the word "secure" above, I also had your password scenario in mind - IMO these are better stored in dedicated services of the operating system, e.g. the key chain or some Windows authentication services, utilize Kerberos and so forth.

  • Will the app specific files get deleted when i remove/uninstall an app from iPad

    I mean those files added to an app using iTunes. For example, pdf files added to a reader.
    Do these files get deleted when i delete an app from iPad?

    I've learnt that this data do get deleted along with the app during deletion/uninstallation. Please correct me if I'm wrong.

  • Events in ical on my macbook get deleted when I sync w/my iphone5.

    Been having problems getting ical events to merge between iphone5 and macbook.  After some suggestions from the community, I discovered I have no icloud in ical system preferences, and events scheduled in ical on macbook gets deleted when syncing to my iphone5.  Getting frustrated.

    You probably have your iPhone set up to clear out old events.  My guess is that the events that are being deleted have already occurred.
    Check Settings > Mail, Contacts, Calendars > Sync, and make sure the events you want to keep are preserved.

  • How do I save photos that have been synced to my Ipad2, so that they do not get deleted when I sync with a different photo file on my computer.

    How do I save photos that have been synced to my Ipad2, so that they do not get deleted when I sync with a different photo foder on my computer (Pc win7).

    Place that first folder of photos that you synced to the iPad within the main folder of photos that you sync from and select them to sync again. You can place any number of subfolders within the main folder that you sync from and select those folders to sync. Just "tick"(select) the folders in the photos tab in iTunes.
    iOS and iPod: Syncing photos using iTunes

  • HT4901 My old calendar data gets deleted automatically after a few weeks. How do I stop this from happening?

    why does the calendar data get deleted after a few weeks on the iPhone and the iPad and the Mac Pro?

    On your iOS devices, go to Settings>Mail,Contacts,Calendars>Sync (in the Calendars section) and set this to All Events.
    Not sure about your Mac.  Try going to icloud.com, opening your calendar, clicking on the gear icon on the lower left and choose preferences, then on the Advanced tab make sure you haven't checked Hide Events next to Old Events.

  • With updating infinity blade 2 version 1.0.1 to 1.2 does your save data get deleted?

    please help me
    with updating infinity blade 2 version 1.0.1 to 1.2 does your save data get deleted?
    tnx every one

    No, it shouldn't. But sync your phone first, this will create a current iPhone backup. App data is included in the iPhone backup.

  • Resources getting deleted when trying to add at run time

    Hi All,
    When i am trying to add resources to another file at run time, some of the earlier resources are getting deleted. Please find the source code below:
    void CResourceIncludeSampleDlg::OnBnClickedButton1()
    CString strInputFile = _T("C:\\SampleData\\FileToInsert.zip"); // This File is 100 MB
    HANDLE hFile = CreateFile(strInputFile, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
    DWORD FileSize = GetFileSize(hFile, NULL);
    BYTE *pBuffer = new BYTE[FileSize];
    DWORD dwBytesRead;
    ReadFile(hFile, pBuffer, FileSize, &dwBytesRead, NULL);
    for (int iIndex = 1; iIndex <= 4; iIndex++)
    InsertResource(FileSize, iIndex, pBuffer);
    CloseHandle(hFile);
    void CResourceIncludeSampleDlg::InsertResource(DWORD FileSize, int iIndex, BYTE *pBuffer)
    CString strOutputFile = _T("C:\\SampleData\\ResourceIncludeSample_Source.exe");
    int iResourceID = 300 + iIndex;
    HANDLE hResource = BeginUpdateResource(strOutputFile, FALSE);
    if (INVALID_HANDLE_VALUE != hResource)
    if (UpdateResource(hResource, _T("VIDEOBIN"), MAKEINTRESOURCE(iResourceID), MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
    (LPVOID)pBuffer, FileSize) == TRUE)
    EndUpdateResource(hResource, FALSE);
    After completion of the execution, i am expecting output as 301, 302, 303 and 304 added under "VIDEOBIN" category. But only 2 (sometimes 3) resources are present. One resource
    is always deleted.
    Could you please let me know what could be wrong or any fix for the same ?
    Any help or sample source code is greatly appreciated.
    Thanks and Regards,
    Kishor Reddy
     

    Make sure that all precautions mentioned in the
    docum are met.
    "Before you call this function, make sure all file handles other than the one returned by
    BeginUpdateResource are closed." and also regarding LN and MUI files.
    -- pa

  • Data getting deleted from screen fields when  I Press Enter

    Hi Folks,
    I have a serious Issue need to resolve it urgently. I have created a subscreen in PS Module
    Prog: SAPLXCN1(Subscreen)
    Screen: 0600.
    Enhancement: CNEX0006.
    I have created a screen and populated the data via search helps, when I fill all the custom fields with values and press enter my data is getting deleted please give me quick solutiojn.
    Thanks & Regards,
    Ramcharan.

    Hi RAM,
    Check the Code where you are writning , (PBO or PAI)
    After that check the sy-ucomm for Enter and write your code accordingly,,.
    Thanks & regards,
    Dileep.C

  • Temp table gets deleted when calling another function

    Hello Everyone
    I am using temporary tables which gets deleted on commit to workaround a multiset union (which doesnt work on Oracle 9). Now, this table somehow gets deleted (the content) during execution of my stored procedure but there is no delete or commit statement.
    Here is what I am doing
    start
    delete temp table (just to be sure)
    prepare array
    loop array {
    output count of temp table
    a = some other function(...)
    output count of temp table
    insert stuff I need to temp table
    output count of temp table
    end
    The output is giving me (example). The correct result would be 140 at the end
    0
    0
    100
    0
    40
    I checked all further function calls, there is no delete or commit, just some objects are created (and collections) which are then processed and returned.
    Could it be that there is a automatic commit or something like that?
    Thanks
    Edited by: maschlegel on Jan 26, 2009 6:36 AM
    Edited by: maschlegel on Jan 26, 2009 6:37 AM
    Edited by: maschlegel on Jan 26, 2009 6:38 AM

    just some objects are created (and collections) which are then processed and returneAll DDL statements issue COMMITs implicitly - once before the statement is processed and once after. (so any data changes are committed even if the DDL statement fails).
    This is just one reason why it is such a bad idea to stick DDL statements in the middle of transactions.
    Cheers, APC
    blog: http://radiofreetooting.blogspot.com

Maybe you are looking for

  • Data guard: OMF and directory structure

    hi everybody, i guess this problem is not too complicated, but maybe i´m missing something. assumption: - 10.2.0.4 - data guard with physical standby (primary: node_a, standby: node_b) - primary db_unique_name=primary, standby db_unique_name=standby

  • Installing, Oracle8i does not Create a database

    Hi, When installing Oracle8i Personal Edition in my PC, it does create a database. However, it does show the screen that it is creating a database with the message "database creation in progress". First, I thought it may take a long time to create a

  • Hard disk CRASHED - did not save domain file but website still running...

    My macbook harddisk died a sudden and horrible death recently. (Yes, horrors...) Among other things, I did not backup my website domain file, but my website is stil in existence... Does anyone have any idea if I can import my website back into my new

  • C4750 extremely slow over network

    Hello, I just recently purchased a Photosmart C4750 and set everything up.  When I try to print from my Macbook with the USB plugged in, everything is fine.  When I try to print over the network, it prints extremely slowly.  It took about 10 minutes

  • Set value between 2 regions

    I have a page with 2 regions in one region i have a normal html and one item of type select list displaying deptname return deptno in another region tabular form with addrow/delete etc buttons when i change the selectlist and click on addrow i want t