Datasource Deleted!!!

Hey ,
Some one has deleted a data source via TR RSA6 in our Development R3 system.
In sm21 i dont get any trace of it.
In TR st03 i only get a list of user who have used the transaction .
Is there nay methos where in I can trace who deleted the data source.
Regards,
Ashish .A. Poojary

Hi,
I am not sure if the data source is delted then a TR is created or not...but you can go to table E071 and give the table name here...may be you can try to give extract structure of the data source orn the name of the data source and it may show you the last TR and changed by the person.
but if is present in RSA5 then better to invest energy there in activation rather then finding the culprit
Thanks
Ajeet

Similar Messages

  • Deleting a Record in Database - Error Message

    Hello.
    I have made a database, where i can view, edit, add new
    records and its all working fine. I am trying to also have a delete
    feature on it. I have created the link for it to delete, and added
    the commands but im getting an error message when i hit delete
    saying :
    "The web site you are accessing has experienced an unexpected
    error.
    Please contact the website administrator.
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    Element DEPART is undefined in QARTIST.
    i have looked through my coldfusion pages over and over but i
    cant see anything which is wrong and i cant figure out what line
    there might be a mistake on! could someone inform me what this
    error message is saying to me please?
    Thanks very very very very much in advance

    Hello.
    Thanks very much for the response!
    I have searched more on the missing variable but still cant
    work out whats wrong.
    Not sure why its saying 'depart' specfically as that is the
    3rd row in the table.
    Not too sure on where to go frm here. Could i ask for a bit
    more specific help?
    I have 3 an index page which displays the 7 rows + a link to
    edit any of the returned data :
    <td>#qArtists.CurrentRow#</td>
    <td>#qArtists.FirstName#</td>
    <td>#qArtists.LastName#</td>
    <td>#qArtists.Depart#</td>
    <td>#qArtists.Hotel#</td>
    <td>#qArtists.Board#</td>
    <td>#qArtists.Price#</td>
    <td><a
    href="updateartist.cfm?artistid=#qArtists.ArtistID#">Edit</a></td>
    Then i have a :
    artist.cfc which i added the delete code to :
    <cffunction name="deleteArtist" access="public"
    returntype="void">
    <cfargument name="artistid" type="numeric"
    required="yes">
    <cfquery datasource="#application.datasource#">
    DELETE FROM artists
    WHERE ArtistID = #arguments.artistid#
    </cfquery>
    </cffunction>
    then i have a delete.cfm file
    <cfif IsDefined("form.artistid")>
    <cfinvoke
    component="cf8essentials.cfc.Artist"
    method="deleteArtist">
    <cfinvokeargument name="artistid"
    value="#form.artistid#"/>
    </cfinvoke>
    <cflocation url="/cf8essentials/artists/index.cfm"
    addtoken="no">
    </cfif>
    <cfform>
    <cfinput type="submit" name="submit" value="Delete">
    <cfinput type="button" name="cancel" value="Cancel"
    onclick="history.back()">
    <cfinput type="hidden" name="artistid"
    value="#url.artistid#">
    </cfform>
    really not sure what part im doing wrong as i have fllowed
    two different tutorials which do it different and both of theirs
    work but im not sure what ive done wrong. Could you advise further
    has ive been pulling my hair out over this for the past couple of
    days now! thanks very much in advance again!

  • How to run setup for new datasources without breaking old datasources?

    Hi,
    I am wondering how to install some more data sources (2LIS_05_Q0NOTIF, 2LIS_17_10NOTIF and 2LIS_18_10NOTIF) without breaking the delta mechanism for other data sources when I start to use the new datasources.
    I have installed some QM cubes (0QM_C04, -05, -08 and -11) and delta loads run every night.  Now I want to add two more cubes (0QM_C02 and -03). The new cubes use datasources that are not yet available.
    If I now activate the needed datasources, delete the content of the setup tables again and run 'Application-Specific Setup of Statistical Data' for 'Quality Management', 'Plant Maintenance' and 'Service Management', I am afraid that I will re-initialize the delta queue for the datasources that are already in use... In other words: I am afraid of breaking all datasources in application 05, 17 and 18...
    I cannot find documentation addressing this problem. Any input, anyone?
    Best regards,
    Christian Frier

    Hi all,
    if I understand you all correctly, I can use the following plan:
    0) Wait until no documents are posted on the R/3 side.
    1) Run the delta loads and check that the queues are empty (RSA7 and LBWQ).
    2) Delete the setup tables.
    3) Run the 'Application-Specific Setup of Statistical Data'
    4) Create and execute infopackages for initial dataload (for the new datasources).
    5) Create and execute infopackages for delta loads      (for the new datasources).
    6) Run the infopackages for delta load from the 'old' datasources without running a new initial dataload.
    So basically 6) is the step I worry about.
    That is that I can start to use 2LIS_05_ITEM, 2LIS_17_ITEM and 2LIS_18_ITEM without breaking the delta sequence for 2LIS_05_TASK, 2LIS_17_TASK and 2LIS_18_TASK.
    regards,
    Christian

  • Data loaded successfully in RSA3, but can not find data in BW PSA

    Dear all:
    We have custom datasource enhanced through BADI. For one column, in the source system RSA3, I can see this field populated with data, but in BW, when I load the data in PSA and check, this field is blank...
    I tried seeral ways like re-replicate datasource, delete the datasource in BW and re-replicate, but not work.
    Did anybody meet the same situation before? How to handle this issue?
    Any post would be appreciated and thank you all in advance!
    Tim

    Hi Pavan:
    Thanks for your reply.
    I don't have any selection field for this datasource, and the number between ECC and BW matches. Actually the problem is only for one field, on ECC side RSA3, this field are populated with values, while in BW PSA, this column is there, but all the content are blank.
    I do call one function module called to populate that field:
    CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
          EXPORTING
          CLASS                      = ''
            CLASSTEXT                  = 'X'
            CLASSTYPE                  = '023'
          CLINT                      = 0
            FEATURES                   = 'X'
            LANGUAGE                   = SY-LANGU
            OBJECT                     = W_OBJECT
            OBJECTTABLE                = 'MCH1'
            KEY_DATE                   = SY-DATUM
            INITIAL_CHARACT            = 'X'
          NO_VALUE_DESCRIPT          =
            CHANGE_SERVICE_CLF         = 'X'
          INHERITED_CHAR             = ' '
          CHANGE_NUMBER              = ' '
          TABLES
            T_CLASS                    = ITAB_CLASS
            T_OBJECTDATA               = ITAB_OBJECTDATA
          I_SEL_CHARACTERISTIC       =
          T_NO_AUTH_CHARACT          =
          EXCEPTIONS
            NO_CLASSIFICATION          = 1
            NO_CLASSTYPES              = 2
            INVALID_CLASS_TYPE         = 3
            OTHERS                     = 4
        IF ITAB_OBJECTDATA IS NOT INITIAL.
           READ TABLE ITAB_OBJECTDATA INTO wa_OBJECTDATA WITH KEY atnam = 'ZLOBM_PLNTMFG'.
           <LS_ESMI_BW_MD_ZBATC0001>-ZORIGPLNT = wa_OBJECTDATA-AUSP1.
        ENDIF.
    The code is very simple, it just call the standard FM and fetch the value from the return table, is there any thing wrong with my code?
    Thanks!
    Tim

  • [Another] RIA Services Problem

    Setup: External SQL Server Database > RIA Service (standard setup) > POCOs.  I attached the RIA Service as a data source, my entities and tables show up, built screen on top of them, everything works perfectly as expected.
    Problem: Modify the POCO to add a column or two > modify the RIA Service queries accordingly to return data to the new columns, no compile errors > Update DataSource > Everything still works except the new properties don't show up
    in add datasource wizard, and don't show up in the entity designer once the update is complete.  I've tried Clean > Rebuild All, rebuilding the RIA project prior to updating and all the usual LS datasource troubleshooting steps.  I know that one
    way to fix it is to delete the datasource, delete all the code gen folders, get the 150 scary can't find Application.Server.dll errors, close the solution, reopen the solution, and Rebuild All again until it works, BUT at this stage I don't want to delete
    all the code and screens associated with the datasource!  I'm convinced this is a bug in the add datasource wizard.  Anyone know any tricks??

    I do a lot of RIA stuff in LS and I must say that I've fortunately not experienced this issue as yet. In the early days of LS there were issues similar to these where it would not pick up if you changed the attributes on your RIA entities (e.g. make it required)
    but those all seem to have been sorted in later versions.
    However, the issue you experienced above would be very annoying, so glad you got it sorted. Might be worth while reporting a bug on Connect for it though.
    Regards, Xander. My Blog

  • SQL Server does not exist or access denied.

    Hello all,
    I am having a really frustrating time with our servers....
    once a week, the cold fusion server can't (or won't) connect
    to our separate MS-SQL server. It reports back an error that the
    connection could not be found or is denied. Our servers are running
    Windows 2000 Server and have the latest SP installed.
    To fix the problem, I just restart coldfusion and that's it.
    I have searched google groups and these forums but have not found
    any real solution. Can someone help??
    Thank you!!

    Perhaps you have some investigating to do the next time this
    occurs?
    Have you tried any of these...
    * Go to CF Admin and verify the datasource
    * Delete and recreate datasource
    * Try to create a new datasource
    * Try to ping SQL Server from CF server
    Also, in general, you should consider not using ODBC.
    Good luck!

  • Problem while creating infocube in BI 7

    hello,
    while loading transaction data from flat file ...i have a problem with infocube creation..i have created datasource sucessfully..iam able to c  data in preview also..but while creating infocube iam unable to see my infoobjects in the mibble panel..wat could be the reason ? and also iam unable to activate infocube...

    hi roja,
           Some times the infoobjects even activated and kept in dimensions of the cube they will be inactive and when u are activating the cube will not get actviated.... i hope u can see the inactive infoobjects in the panel after u try to activate the infocube..
    try one thing if u can see the inactive infoobjects then remove them and create new infobjects and use them and then try to activate.... i came across the same scenario ....i solved like this ...
    as u r saying u already used in the datasource please create new infoobjects which are inactive with a differnet name and change in the datasource(delete the data if present in datasource)  and add the new infoobjects in the cube and then activate.....
    regards
    vamsi

  • Data from a deleted datasource

    Hi guys,
    I've deleted a datasource and since all data loaded with this datasource seems to be deleted in my cube when I do a report on these. Nevertheless, the requests of these are still in the cube.
    Who can say me if the data have been really deleted ? If no, the way to retrieve them ?
    MANY THANKS...

    Thanks for your answer...
    Unfortunately the data in the PSA have been deleted in the same time I deleted the Datasource.
    Is it normal that the system deletes data already loaded when we delete the datasource?

  • Abap Code to Delete the Duplicate Entries in Datasource

    hI Friends I have a code that I am writing to delete the duplicate entries from CRM Custom Datasource  but it is throwing me error that INVERNO The specified type has no structure and therefore no component called INVERNO Should i define the structure please correct my code below so that it will work to delete the duplicate entries          
    Please help
    Data: l_s_ZOXD530051 like ZOXD530051. ***Extract Structure of Data source
    Case i_DATASOURCE.
    when 'ZZ_DS_CUSTOM_CRM_VALUES'.
    Sort C_T_DATA by INVERNO ZMKT_TYP.
    *write this Statement.
    DELETE ADJACENT DUPLICATES FROM C_T_DATA COMPARING INVERNO ZMKT_TYP.
    endcase.
    Thanks
    Soniya
    null

    Hi
    It means there's no field called INVERNO:
    Data: l_s_ZOXD530051 like ZOXD530051. ***Extract Structure of Data source
    Case i_DATASOURCE.
    when 'ZZ_DS_CUSTOM_CRM_VALUES'.
    <b>*Sort C_T_DATA by INVERNO ZMKT_TYP. <------</b>
    Sort C_T_DATA by INTRENO ZINS_TYP.
    *write this Statement.
    DELETE ADJACENT DUPLICATES FROM C_T_DATA COMPARING INTRENO ZINS_TYP.
    endcase.
    Max

  • How to activate Purchase datasource without deleting setup table for others

    Hi Gurus,
    In developement system purchasing datasources 2LIS_02_HDR, 2LIS_02_ITM and 2LIS_02_SCN are active and deltas are also running for these.
    Now acccording to the requirement We need to activate other datasources as well like 2LIS_02_CGR and SGR .........
    To so this do we have to run the setup table again or any other option is there for this??
    As this step would take lots of time in Production and for this downtime would be required which is not feasible.
    Please suggest some solution.
    Thanks in Advance,
    Uday Shankar.

    Hi,
    We will do the setup (Filling and Deleting) concept based on application component it's not based on DS .S you don't have other way.
    Regards
    Ram.

  • How to deal with delete record in generic delta of generic datasource

    Hi,
       Anyone can give me suggestion about the delete record in generic delta  of generic data. I need extract data with a generic datasource and hope deleted record in datasource also can be "delete" in next delta extraction. I do a test with generic delta. It seem that the delete record can not be updated in ODS. but updated record can be updated in next delta extraction.
    How dose BW generic delta deal with the deleted record with generic delta mechanisim? Or how can I use generic delta mechanisim to realize that BW "delete" the deleted record of source system in ODS with delta extraction?
    Thanks in advance!
    Billy

    Delete is not supported in delta mechanism of generic delta extractor. You will need to add a workaround for that.
    - Capture the deleted records somewhere (maybe enhance the txn deleting the record so the key is written to a Z table). Take these records to BW and manipulate the recordmode to affect deletion of corresponding record from ODS.
    - If your generic delta is based on FM, and if the 'delete' is captured in change document tables, add the logic to check change document tables whether any records are deleted, and if yes, send those to BW with appropriate recordmode to achieve deletion.

  • How to delete modified version datasource

    I have a datasource in M version and A version. I am getting datasource activation error in BI 7.0
    Please let me know how to delete Modified version.
    Thanks
    Liza

    I removed a field from LO datasource 2LIS_11_VAITM , activated, tested  successfully in R/3.
    I replicated the datasource successfully in BW. But when activate the data source I am getting short  dump ST22 ,the error message is  "  The ASSERT condition was violated".  I am BI 7.0.
    BW side in datasouece I found a not equal to sign ( which means M version is not equal to A version) and datasource is inactive.
    ST22 -
    Short text
        The ASSERT condition was violated.
    Error analysis
        The following checkpoint group was used: "No checkpoint group specified"
        If in the ASSERT statement the addition FIELDS was used, you can find
        the content of the first 8 specified fields in the following overview:
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
    Thanks
    Liza

  • To Retreive Deleted datasource-VERY URGENT

    Hi BI Gurus,
    There was a requirement for us to delete one cube.
    By mistake we have deleted the datasource and the transfer rules related to that cube, but that datasource is used by some other cubes also.
    Please let me know the possible ways of retreving the datasource and the transfer rules and this is not transported yet.
    Thanks in advance.
    Kind Regards,
    Raghu

    If you have saved your Transfer rules few days back then there is a slight possibility to get it. I am not sure if it will work.
    Ask your basis team to take a back dated restore of the system. The date should lie betwwen the date you saved and activated your transfer rules and the date you deleted the DS.
    But mind you, when you restore the system on a particular date, the henceforth developments will go away.
    Regards
    Gajendra

  • Full request deletion from same datasource in different R/3 systems.

    Hi,
    I have a cube in which data is full loaded . I have a two R/3 Systems e.g. A and B.  there is a standard datasource which is loading data as a full load. this same datasource is pulling data from these two R/3 Source system i.e. A and B. Now My problem is I want to remove earlier data from the same datasource from cube before new data arrives in the cube.
    There are settings to be done at infopackage level, I want to know what setting shall I do so that only source system relevant data get deleted from the cube before new data with full load arrive in the cube.

    Hello,
    you need to check:
    Datasources Are the same
    Source Systems Are the same
    Selections are same or more comprehensive
    When you start the infopackage manually, it will ask you to confirm deletion of data packages.
    BR
    Ondrej

  • Having trouble to delete datasource from JDeveloper IDE

    Hi,
    I am having trouble to delete datasource from JDeveloper IDE, neither can I change it.
    1. I deleted the datasource entry.
    2. Then I delete the entry in SIQA-data-sources.xml file in project root directory. SIQA is my workspace.
    3. There is no entry in C:\JDev10g\jdev\system10.1.2.0.0.1811\oc4j-config\data-sources.xml where is embedded oc4j server
    after close JDeveloper embeded OC4J Server configuration dialog box and reopen it. It will come back.
    I have no way to delete it or change database url.
    The version I have is 10.1.2.
    I hope to hear response asap.
    Thanks in advance.
    JQ

    Delete the JDBC Connection in the Connections Navigator corresponding to the data source.

Maybe you are looking for

  • Newby to iMovie '09

    I am new to Imovie '09 and I want to use it to do my daily video blog. I have been looking at different blogs and the way the Sean "P.Diddy" Combs has his set up is what I to use. If you look at one of his vblogs (http://www.youtube.com/watch?v=G94Gs

  • IPhone 4S Photos directly to an external drive

    Does anyone know how to transfer iPhone 4S photos directly to a WD external hard drive without the need to first transfer to iPhoto?

  • Oracle 9i install problem in Windows XP under Virtual PC

    Let me start by saying, I apologize for this. I know 9i is deprecated, but it is the only liensed copy of Oracle we have. I can get it to install under Windows XP with no problems at all. However, when I try the same install in a virtualized XP envir

  • I lost a box from his iphone 4s, how can it be restored?

    I lost a box from his iphone 4s, how can it be restored?

  • Planned Order - Original requirement

    Hi everyone, I would be very grateful if someone could tell me how to obtain (at tables level or using any function module) the original requirement from which a planned order has been generated (by executing MPS). I mean I have a PRqRel (Release ord