How to find Object delete information when Audit is not enabled.

Hello Experts,
One of the object is deleted from our environment .
I tried fetching the deskin report frm acitvity universe but , no data availble as the audit option is not enabled .
Is there any way to get the information of object deleted , like who deleted it.
This is very import isssue to find out the information can any one help me with it.
Regards,

Hi Neo, in addition, I suggest you to remove any right to delete any object if it is in the Production environment.
If you are using the BusinessObjects tool, you should join ASUG at www.asug.com

Similar Messages

  • How to find the TECHINICAL INFORMATION of a CHECK MARK

    Hi Guys,
    How to find a technical information of a check mark on screen. I tried F1 AND click techinal field it showing wrong information.
    Thanks

    hey guys,
    This is a very common problem, you need to hold the mouse-click on the CHECK-BOX when you tick it, and while holding the click you hav to press F1.
    Do reward points, if useful and close the topic.
    Regards-
    Naimesh Kundanani

  • How to find Object Styles

    Hello,
    Adobes Scripting Guide: JavaScript explains well(more or less) how to find text, greps and glyph. But lacking is how to find Object Styles. The Find/Change Dialog box in ID does have this option.
    What I would like is a script that will find a style, then fill in the color of that style so that one can clearly see in a long document where the style was used. When there are only subtle differences between styles, this is helpful.
    The first thing to do is to clear all the options and that is my first stumbling block. In the following code the first line works, clearing the find of any parameters. The second line does not work.
    app.findObjectPreferences = NothingEnum.nothing;
    app.findChangeObjectOptions = NothingEnum.nothing;
    I also need to set the Search for Documents (not All Documents nor Selection) and to set the Type for All Frames.
    The second obstacle is setting the Find so that it will find the object I am looking for. The code below does not work but I do not know why.
    app.findObjectPreferences.getElements("Object Style 1");
    Any help is appreciated.
    Tom

    You need this:
    app.findObjectPreferences = null;
    app.findObjectPreferences.appliedObjectStyles = "Object Style 1";
    found_objects = app.activeDocument.findObject();
    Some things are different in scripting compared to the interface. For instance, the scope of the search in the interface is just "document" or "all documents", but in a script you can search a page, a spread, almost anything (I have to say that this is true for text and grep searches, I never tried it for objects). Finding frame types is different as well: there's no parameter for that I don't think. Instead, you have to find all frames that have a particular object style applied to them, then cycle through them checking their frame type; if the type matches your criteria, do what you want with it.
    Peter

  • How to find and delete duplicate photos in photo app

    how to find and delete duplicate photos in photo app

    Photos has no built-in tools to screen the library for duplicates. It relies on the warning on import, that should prevent you from importing duplicates.
    Once duplicate shave been imported, delete them manually, or use third-party tools.
    For example, these new apps claim to work with Photos:
    Power photos:  Fat Cat Software
    Duplicate annihilator: Brattoo Propaganda Software - Products
    PhotoSweeper: http://overmacs.com/photosweeper.html

  • Anyone have any suggestions on how to find an iPod touch when it's location is off?

    Anyone have any suggestions on how to find an iPod ouch when it's location is turned off?

    Unfortunatley, with location turned off it is impossible to locate it. Also if your IPod is dead or is not connected to wifi it will not give its location.
    My best reccomondation is refering to this link: http://support.apple.com/kb/ht2526
    Good Luck!
    Sorry I can't give you anything better!

  • How to find the deleted data in tables

    guys,
    how to find the deleted data in tables example: i want to see whether anyone deleted data in MB5B report tables like mbew, etc.,
    regards,

    Hi,
    MBEWH is actually the history table of MBEW. It will record all the changes. As I have told you earlier if you have deleted the record dirctly from the table then it will not come even in the table MBEWH
    That means no changes have been made.
    regards

  • HT1391 Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    .from iTunes, go to View > Show sidebar
    From sidebar > Itunes Store > Click top left on your Apple ID email address > Account > ...scroll down > Purchase History > View All

  • How to find Object name for a object?

    Hi Experts,
    How to find Object name for a particular Object? Is there a Tcode for it?
    __Like Object name for__
    Material number -  materialnr
    Goods receipts / return - matbeleg
    Accounting documents -  rf_beleg
    How to find Object name for other Objects? Is there a particular way?
    Thanks & Regards
    Chandan

    Hi,
    You can find objects in SNRO transaction.
    In SNRO search by giving long text...
    for eg., Service .. for service entry sheet. keep the first letter in capital letter only.
    Thanks & Regards,
    Anand.

  • How to find the profile information of a icloud account user?

    How to find the profile information of a icloud account user?

    This would actually be the Apple ID information and is only available to the user.

  • How to find out the time when the ASE started?

    Normally, ASE not reboot for production. Only for maintenance or performance tuning, maybe need to reboot ASE.
    Question is how to find out the time when ASE was started?
    one way maybe is check errorlog. Any more simple way no need to login to server OS?

    Hi Kent,
    In ASE 12.5 and up, you can do 'select @@boottime'  For older releases, a general method is 'select crdate from sysdatabases where dbid=2'
    1> select @@boottime, crdate from sysdatabases where dbid=2
    2> go
                                     crdate
                 Jul 15 2014  9:19AM             Jul 15 2014  9:19AM
    (1 row affected)
    Cheers
    Dan

  • Hey for the new iOS 5 how do you backup your information when you download updates without a computer?

    Hey for the new iOS 5 how do you backup your information when you download updates without a computer?

    Read here >  http://appadvice.com/appnn/2011/06/overtheair-wifi-syncing-backup-ios-5-tedious- routine

  • How to find out each Cell having Data or Not in Excel File by Using WDJ

    Hi Friends,
    I have one doubt on WDJ.
    I have to Upload Excel File. Click on Upload Button in Excel file Data will move to One Bapi. This is I was done. But my Requirement is if any empty Cell in Excel That File not uploaded it display one error message Please upload Correct Excel File
    How to find out each Cell having Data or Not in Excel File by Using WDJ. Please tell me.
    By Using this Code I have Upload Excel File
    InputStream text = null;
         int temp = 0;
         //wdComponentAPI.getMessageManager().reportSuccess("filePath Vijay:::");
         try
                   File file = new File(wdContext.currentContextElement().getResource().getResourceName().toString());     
    FileOutputStream op = new FileOutputStream(file);
                   if (wdContext.currentContextElement().getResource()!= null)
                          text = wdContext.currentContextElement().getResource().read(false);
                             while((temp=text.read())!= -1)
                                  op.write(temp);
                                  op.flush();
                                  op.close();
                                  path = file.getAbsolutePath();
                                  //wdComponentAPI.getMessageManager().reportSuccess("Path Name :::::"+path);
         catch(Exception ex)               
                   ex.printStackTrace();
    But my Requirement is If excel having any Empty Cell that excel file not uploaded.How to do this...
    Regards
    Vijay Kalluri

    Hi my friend
    I would like to share you some APACHE APi´s that i use when i have to read excel files in Web Dynpro.
    JAR = poi-3.2-FINAL-20081019.jar
    Some Example:
    POIFSFileSystem fs;
    HSSFWorkbook wb;
    HSSFSheet sheet;
    String myMexican_ValueFromExcelis = "";
    try {
             fs = new POIFSFileSystem(new FileInputStream();
             // and select the cell "y"
            cell = row.getCell( 0 );
            myMexican_ValueFromExcelis = cell.getCellValue();  
    }cach(Exception e){
    REgargds

  • How to find whether remote database is up or not (connected via dblink)

    Hi,
    I am using dblink to connect Biz database from Dev database.(Biz, Dev - database names)
    Running dbms job using the dblink from the Dev database to update data on Biz database...
    Problem is dbms job should run if and only if the Biz database is up for which i created the dblink...
    1) How to make sure or implement the check to find whether the Biz is database is up or not in Pl/sql or sql...
    2) How to reschedule the dbms jobs once the database is up
    pls suggest me how to find whether the database is up or not b4 running the dbms job?
    Using- Oracle 10g

    The only way to know whether the remote database is up (and whether the network between the two databases is up and whether the remote database's listener is up and whether the password configured in the database link is correct and whether the local TNS alias is correct, etc) would be to actually run a query against the remote database over the database link. In other words, the way to figure out whether the link is up is to let the job run and catch & handle exceptions when there are problems.
    By default, a job scheduled via DBMS_JOB will automatically reschedule itself if there is an unhandled exception by geometrically backing off (it waits 1 minute after the first failure, 2 minutes after the second, 4, 8, 16, 32 minutes, etc until it's marked as broken after 16 failures). You could, of course, catch appropriate exceptions and handle them in a reasonable fashion and manually reschedule jobs at intervals that make more sense for your particular job.
    Justin

  • How to clear GR/IR account when criteria is not matching

    Hi All,
    I have issue in clearing GR/IR account done by F.13.  Criteria field XREF3 in Criteria 3 given is not matching in WE and RE, so I cannot clear, this happend to once particular GR/IR only.
    So how to clear this GR/IR when Criteria is not matching.
    Syam

    Hi,
    You can clear it manually using F-03. In that T-Code it is a manual clearing and not automatic clearing...so you can select any line items you want to clear, only thing is that their balance should be Zero.
    Regards,
    SAPFICO

  • How do I turn AppleTV off when I'm not using it?

    How do I turn off AppleTV when I'm not using it?

    It actually goes to sleep instead of powering off. Apple TV only uses 6 watts of power. That would mean 10 Apple TVs would consume the same amount of power as one 60 watt bulb and that's when it's on (not in the sleep mode).
    You can set it to go to sleep after 15 min., 30 min., etc. of inactivity in settings. I think the default is 15 min. That doesn't include watching a movie. You can also put it in the sleep mode in settings, but the easiest way is with the remote.
    Hold the Play/Pause button on the reomte for 5 secs to put it to sleep. This only works from the main menu. To go to the main menu quickly, hold the menu button for 3 secs.
    Source

Maybe you are looking for

  • Question regarding WRT54G and XBOX LIVE

    I'm having trouble with XBOX live and when I called support they told me I had to change the ports on my Linksys from moderate to open...does anyone know how to do this?

  • Import Design Object doesn't work

    Hi people. I have a PI 7.11 and I'm trying to import in quality environment a particular software component from development environment... and this operation seems doesn't work. The transport is via file. The SC was already existing and I'm trying t

  • Iphoto Too much memory being taken up?

    I don't know if this has already been brought up but: When I go into my Iphoto, it says that there's 11 gigs taken up. But when I click on "Iphoto Library" it says that 26 gigs are being used. What's the deal? Garbage is empty. Is it thumbnails? And

  • Need help getting a book out of iphoto--hurry, hard drive is failing!

    I have a PowerBook with a failing hard drive. I have two books I have created and already printed in iphoto that I want to be able to transfer to my desktop iMac, for future printings. How do I do this? iMac   Mac OS X (10.4.9)  

  • Can I run more than two Mac OS X virtual guests on a Mac host?

    The way I read the Mac OS X 10.10 Yosemite license (http://images.apple.com/legal/sla/docs/OSX1010.pdf), I am not allowed to run more than two (2) virtualized  Yosemite guests on a Mac virtual host: (iii) to install, use and run up to two (2) additio