How to delete logs in audit trail

is it possible to delete entries on the audit trail? Let say for example, i want to delete all the entries for the year 2008, what will be the steps/transactions to use?
thanks in advance for your help.
regards,
markee

Hello Markee,
I got your point,
ask your developer to program a small report which would delete content of these tables based on your selection.
Selection could be time interval based on creation date.
For example:
select options: so_date type /SAPSLL/SPLAUD-CRSTP.
DELETE from /SAPSLL/SPLAUD
WHERE CRSTP in so_date
(so_date for example 01.01.2000 - 01.01.2005)
I am not the best developer but i believe this can be done in 5 minutes.
Hope this helps,
Best regards,
Gabriel.

Similar Messages

  • How to delete log files in ACS 3.3

    hi guys, does any 1 know how to delete log/accounting files (*.csv) in ACS 3.3 (software version under win2000 server)
    kindly let me know, coz i m not able to find any option that allows me to delete them

    Have you tried shutting down the ACS Service and moving / deleting the file in Windows 2000 Server.
    You have to turn on the ACS service after you have deleted the log file.

  • How to delete logs?

    How to delete logs which are in SLG1.
    Regards,
    Jeetu

    Hi,
    You can use transaction SLG2.
    If you want do it programmatically then you have to use BAL_DB_DELETE fm (First use BAL_DB_SEARCH to find the logs that you want to delete and use delete fm to delete)
    Hope this helps..
    Sri

  • How to delete log files in wheel group

    Let me start by saying that I've never used the terminal mode on a mac before, and I know nothing about UNIX. But here's my problem:
    My MacBook Pro, running OS 10.6, began filling up its boot disk for no apparent reason. I ran Disk Inventory X and found that a group of files had just been created in a folder called "Private" that is in the wheel group, to which I do not have access (I understand that this is a root admin group used by OSX). These files include, among others, a log file that is 20GB and was just created today. Since I can't access this folder as a normal user, how do I delete these files, and how can stop this from continuing to fill up my disk?

    Open the Console in the /Applications/Utilities/ folder and look at the various log files for an entry or group of entries which is repeated many times. When done, choose Go to Folder from the Finder's Go menu, provide /private/var/log/ as the path, and delete the files as you would any other.
    (60027)

  • How to delete log file after zipping in batch

        
        **please check my code ... and suggest any changes to be made ... i m able to zipp the logs but not able to delete those logs.........
            thanking you...
            this is my code....
            @echo off
            set zip="C:\Program Files\7-Zip\7z.exe"
            rem Findout Month, Year and Date
            FOR /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do set year=%%D
            FOR /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do set month=%%B
            FOR /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do set day=%%C
            rem Solve problem Year start and adding 0 in month
            if %month% EQU 01 (
            set month=12
            set /a year=%year%-1
            ) else (
            set /a month=%month%-1
            if %month% LSS 10 set month=0%month%
            rem Set file names for last month file.
            set lastmonthfiles=server.log.%year%-%month%-
            %zip% -tzip  a -y "%lastmonthfiles%.zip" %lastmonthfiles%*
            if exist %lastmonthfiles%.zip(
            DEL server.log.%year%-%month%-*
            ) else (
                echo file not found
                pause

    Actually it is only the 7Z filemanager that can delete files using the "Move" command and the "Delete after archiving" option.
    if EXIST %lastmonthfiles%.zip ( DEL server.log.%year%-%month%-* ) ELSE echo zip not found
    ¯\_(ツ)_/¯

  • How to delete logs FaceTime on my mac

    Hi can someone help me please before i lose my self respect altogether ..i have broken up with my bf and need to delete him from FaceTime to save my self from getting his numb.sad but true..have tried editing his number to something else nothing works...need help people ...ASAP..thanks

    How to back it up? On an external hard drive and where can I erase the partition (journaled)
    Also wouldn't it just like it is now? I think that the same memory loss(40gb that was meant to be the partition) will disappear from the restored Mac because of the back up now.
    I didn't really understand you what exactly I should do

  • 11g - Encrypt Payload shown in Audit Trail

    How to encrypt payload that's shown in Audit Trail of Composite in 11g ? I want to encrypt information like SSN, that's coming as input to my composite service, so that its protected from support teams monitoring the logs and audit trail through EM console.
    Is it possible to do this for whole composite or atleast within BPEL ?

    Eric,
    Is it possible to make the payload invisible or encrypted inside an 11g BPEL process? The policies will allow to encrypt the payload while sending to external services.
    What if I have a simple BPEL process that uses simple Assign activity and I want to encrypt the payload so that Admin might not be able to comprehend it in the Audit Trail.
    Audit level if set to Production can be changed by the Admin and hence is not a foolproof mechanism.
    Regards,
    Neeraj Sehgal

  • How to create log entry when session exceeded profile's limit ?

    Hi all,
    is there any way to create entry in log_table (or some log file) when session exceeded its profile's limit (i.e. idle_time) ?
    If this entry can be created when session status changes to 'SNIPED', it would be great.
    I've tried with trigger "AFTER SERVERERROR" but it doesn't fire on errors like below:
    ORA-02396: exceeded maximum idle time, please connect againThank for any help in advance.
    Oracle ver: 10.2.0.4 (Windows XP and Linux RH4).
    Tomasz K.

    Thanks for your reply.
    I had audit enabled already,
    but there is no real reason logged in audit trail why the session has been disconnected.
    ACTION_NAME has only 'LOGOFF' [clear exit] or 'LOGOFF BY CLEANUP' (which includes all "brute" disonnect reasons, as network failure, app failure or "session limit exceeded).
    Is there any way to differentiate 'LOGOFF BY CLEANUP' audit entries into more precise descriptions ?
    Thanks
    Tomasz K.

  • Customize Audit Trail??

    Is there any way to customize the information displayed in the Audit Trail of the workspace?
    In our case, we'd like instance variable displayed in the trail (the one used for a parametric role), so it can be seen exactly which role completed each task.
    Also, anyone knows the usage of the AuditEvent.generate(detail : "") ??
    Thx!

    Hi,
    Off the subject, but you did a really nice job on that answer on retrieving the number of instances assigned to participants.
    Back to your subject regarding pumping messages into the audit trail.
    You're right on using the
    AuditEvent.generate(detail : "Region is: " + region)
    statement. Here "region" is an instance variable.
    You probably already tried this and felt disappointed. Here's how you can see the audit trail information you added. Audit trail information is by default, collapsed into just showing the activity names and times each comleted or is in the process of being worked on.
    To show the audit trail information you added, either expand the activity you generated the event from or click the "Expand All" button. Look in the second coulmn labeled "Event".
    Obviously, you won't be able to show see the event if the logic in the activity has not been executed so the instance's current activity won't show your output.
    Hope this helps,
    Dan

  • SAP GRC PC10 CCM - How to delete obsolete audit trails

    Hi SAP experts,
    I would like to know how obsolete records related to CCM workflows (exceptions, remediation, audit trail of actions) can be deleted in GRC10.
    Thanks for your help in advance

    Hi SAP experts,
    I would like to know how obsolete records related to CCM workflows (exceptions, remediation, audit trail of actions) can be deleted in GRC10.
    Thanks for your help in advance

  • How can i delete the Audit Trails?

    env:
    system:OEL 5.8 X86_64
    audit vault:Oracle AuditVault and Database Firewall (12.1.0.0.0) – Server V35715-01 (3.4GB)
    i add a Audit Trails in the page Secured Targets,now i want delete it,but i do not find the delete button.
    screenshot: h*t*t*p*://img0.ph.126.net/u2c9GkfXVZAdq7FK5uz_Qw==/6597705284378683782.png

    delete the Secured Targets

  • How to create an audit trail report in SAPB12007

    Hello,
    I been looking for some ways to make an Audit Trail Report for our System Audit. Could anyone help me with this?
    I would like to generate a report that will list all the BP and ITem master data. the date its created and modified and if its modified what are the old values and the modified values.
    I browse the table ACRD for the BP history. how every it could be read as a report. So I was wondering if anyone knows what table should I look at if I am to get the old and new value of a modified transaction. Pls. note that I wanted to create a report.
    Thank you very much
    cat

    Here are the queries that I use for my audits internally. The first one is for customer changes. And the second one to control pricing.
    Query Name: Business Partner History Log
    Author: Vincent Motte                  
    Version: 1.0                          
    History:
    /SELECT FROM ACRD T1/
    DECLARE @DATE AS DATETIME
    /* WHERE */
    SET @DATE = /* T1.UpdateDate */ getdate()-30
    SELECT
    CASE
                    WHEN (SELECT ISNULL(T10.BankCode,0) FROM ACRD T10 WHERE T10.CardCode=T0.CardCode AND T10.LogInstanc=T0.LogInstanc-1)<>ISNULL(T0.BankCode,0)
                                    Then  'Bank details modified'
                     WHEN (SELECT ISNULL(T10.DflAccount,0) FROM ACRD T10 WHERE T10.CardCode=T0.CardCode AND T10.LogInstanc=T0.LogInstanc-1)<>ISNULL(T0.DflAccount,0)
                                    Then  'Bank  details modified'
                     WHEN (SELECT ISNULL(T10.DflBranch,0) FROM ACRD T10 WHERE T10.CardCode=T0.CardCode AND T10.LogInstanc=T0.LogInstanc-1)<>ISNULL(T0.DflBranch,0)
                                    Then  'Bank  details modified'
                    WHEN (SELECT COUNT(T10.CardCode) FROM ACRD T10 WHERE T10.CardCode=T0.CardCode and T10.LogInstanc<T0.LogInstanc)<=0
                                    Then 'Creation'
                    else ''
    END 'Alert',
    T0.UpdateDate 'Update Date', T1.[U_NAME] 'User',T0.CardCode, T0.CardName
    , T0.[CreditLine], T0.[DebtLine],
    T0.[Discount], T0.[VatStatus], T0.[LicTradNum], T0.[ListNum] 'Price List', T0.[DflAccount], T0.[DflBranch], T0.[BankCode],
    T0.[validFor], T0.[frozenFor], T0.[VatGroup], T0.[Deleted], T0.[PymCode], T0.[BlockDunn],
    T0.[WTCode]
    FROM ACRD T0 , OUSR T1 WHERE
    T1.INTERNAL_K=T0.UserSign AND T0.UpdateDate>=@DATE
    Query Name: Price Change log
    Description: extracts the price modification for each item in SBO for the past 30 days
    Version 1.0
    Author: Vincent Motte
    History:
    Select
    --T0.UserSign,
    T1.itemcode 'Item Code',
    T0.Price [Previous],
    T1.Price [Current],
    T2.ListName 'Price List',
    T0.Factor[Old Factor] ,
    T0.factor [New Factor],
    /* select the update date for the log instance(determined by the where condition )*/
    (Select distinct T3.Updatedate from aitm T3 where T3.itemcode= T0.itemcode and (T3.loginstanc +1)= T0.loginstanc ) 'Update Date',
    T0.loginstanc 'Instance',
    T2.listName 'Price List',
    /Select the base price list for the item's price list from the price list table/
    (Select T4.base_num from opln T4 where T4.listnum = T1.pricelist and T4.listnum = T0.pricelist) [Base PriceList ]
    --t0.Currency,
    --T1.CURRENCY
    From
    ait1 T0 inner join
    itm1 T1 on T0.pricelist = T1.pricelist and T0.itemcode = T1.itemcode
    Inner Join opln T2 on T1.pricelist = T2.listnum
    where
    /* Condition 1: Select all the items + their price change where the price has been changed and the base price list equals the price list itself. It counts the Log Instance from the item in
    the price list and substract one to get the last entry where the price was changed. The loginstance coutn ignores a count of 1
    T0.loginstanc =
    ((Select count (a.Loginstanc) from ait1 a where a.itemcode = T0.itemcode and a.pricelist = T0.pricelist group by a.itemcode having count(a.Loginstanc) > '1' ) -1)
    and
    /* Cater for prices in target price lists which may have been manually changed. */
    (T1.ovrwritten='y'and T0.Price <> T1.Price)
    or (T0.Price <> T1.Price and T2.base_num = T1.pricelist and T2.base_num = T1.pricelist
    and T2.base_Num = T2.listnum )
    Cater for cases where a currency change but not a price change may happen
    OR T0.CURRENCY <> T1.CURRENCY
    or
    Condition 2: Select all price changes where the price may have changed due to the price of the parent price lsit changing.
    As this type of price chnage is not recorded in the AIT1 the second log instance condition details that the base price list
    from opln does not equal the actual price list in ait1 or itm1.
    T0.loginstanc =
    (Select top 1 c.loginstanc from ait1 c where c.itemcode = T0.itemcode and c.pricelist = T0.pricelist and c.loginstanc <> '1' order by c.loginstanc desc)
    and T2.base_num <> T1.pricelist and T2.base_num <> T1.pricelist
    and T2.base_Num <> T2.listnum
    and
    caters for a change in the factors or prices in target price lists which may have been manually changed.
    ((T0.Factor <> T1.factor)
    or (T1.ovrwritten='y'and T0.Price <> T1.Price)
    or T0.price <> T1.price
    Cater for cases where a currency change but not a price change may happen
    OR T0.CURRENCY <> T1.CURRENCY
    and (T0.Price >= 0 or T1.Price >=0) and ((T0.Price <> T1.Price) or ((T0.Price <>
    (Select distinct b.pricelist from itm1 b right outer join OPLN T4 on b.pricelist= T4.listnum and b.pricelist <> T4.base_Num where b.pricelist = T1.pricelist and b.itemcode =T1.itemcode)))
    and (Select distinct T3.Updatedate from aitm T3 where T3.itemcode= T0.itemcode and (T3.loginstanc +1)= T0.loginstanc ) >getdate()-30

  • How to see when SR Escalation was created in the Audit Trail

    We have an FDA requirement that the Oracle SR audit trail show when an escalation was created and closed. The audit trail doesn't show this currently in our system. Looking for a way to make this appear in the audit trail.
    We need to be able to provide a single audit trail through the forms (reports are not acceptable) that shows all SR details (as standard functionality) along with when the escalation was created and de-escalated (or closed)
    Any ideas using 11.5.10.2?

    Abhishek 
    I tried to delete the extension, in the Log tab, I only got one error which is:
    Table CI_EEW_ORDERADM_H can't be created with package $TMP
    Seems like the deletion process tried to change the structure CI_EEW_ORDERADM_H.
    I checked this structure, there is already a field added by other developer, but this structure is apparently in another z-package.
    So what I should do now?
    Thanks

  • Regarding different logging levels in audit trail

    Hi everyone,
    where to find various logging levels (like 1-10) of audit trail in oracle...if so how to set that logging levels....reply please

    Auditing can be set with below option in oracle.
    AUDIT_TRAIL = { none | os | db | db,extended | xml | xml,extended }
    http://docs.oracle.com/cd/B19306_01/server.102/b14237/initparams016.htm

  • Activity log/audit trail log on asa

    my customer is asking how to have an audit trail log and activity log on there ASA.
    I need help please.
    Thanks

    Use a AAA server such as Cisco ACS (http://www.cisco.com/en/US/products/sw/secursw/ps2086/index.html)
    Hope that helps.

Maybe you are looking for