Analysing Dataservice Audit

Hi,
For one of our dataservice which is having slow response (around 1800 ms ) , the audit is showing the following info:
query/wrappers/file
time: 906
it is NOT showing the name or source info like
query/wrappers/file
name:ld:PhysicalLayer/XXXLookUp/XXXLookupTable.xml
time: 16
Any clue ?

Hi,
The Xml read was the cause of the performance issue. Currenlty it is resolved by creating a DS function with XML response inlined.
regards
gkumar

Similar Messages

  • Analysing Task Audit, Data Audit and Process Flow History

    Hi,
    Internal Audit dept has requested a bunch of information, that we need to compile from Task Audit, Data Audit and Process Flow History logs. We do have all the info available, however not in a format that allows proper "reporting" of log information. What is the best way to handle HFM logs so that we can quickly filter and export required audit information?
    We do have housekeeping in place, so the logs are partial "live" db tables, and partial purged tables that were exported to Excel to archive the historical log info.
    Many Thanks.

    I thought I posted this Friday, but I just noticed I never hit the 'Post Message Button', ha ha.
    This info below will help you translate some of the information in the tables, etc. You could report on it from the Audit tables directly or move them to another appropriate data table for analysis later. The concensus, though I disagree, is that you will suffer performance issues if your audit tables get too big, so you want to move them periodically. You can do this using a scheduled Task, manual process, etc.
    I personally just dump it to another table and report on it from there. As mentioned above, you'll need to translate some of the information as it is not 'human readable' in the database.
    For instance, if I wanted to pull Metadata Load, Rules Load, Member List load, you could run a query like this. (NOTE: strAppName should be equal to the name of your application .... )
    The main tricks to know at least for task audit table are figuring out how to convert times and determing which activity code corresponds to the user friendly name.
    -- Declare working variables --
    declare @dtStartDate as nvarchar(20)
    declare @dtEndDate as nvarchar(20)
    declare @strAppName as nvarchar(20)
    declare @strSQL as nvarchar(4000)
    -- Initialize working variables --
    set @dtStartDate = '1/1/2012'
    set @dtEndDate = '8/31/2012'
    set @strAppName = 'YourAppNameHere'
    --Get Rules Load, Metadata, Member List
    set @strSQL = '
    select sUserName as "User", ''Rules Load'' as Activity, cast(StartTime-2 as smalldatetime) as "Time Start",
          cast(EndTime-2 as smalldatetime) as ''Time End'', ServerName, strDescription, strModuleName
       from ' + @strAppName + '_task_audit ta, hsv_activity_users au
       where au.lUserID = ta.ActivityUserID and activitycode in (1)
            and cast(StartTime-2 as smalldatetime) between ''' + @dtStartDate + ''' and ''' + @dtEndDate + '''
    union all
    select sUserName as "User", ''Metadata Load'' as Activity, cast(StartTime-2 as smalldatetime) as "Time Start",
          cast(EndTime-2 as smalldatetime) as ''Time End'', ServerName, strDescription, strModuleName
       from ' + @strAppName + '_task_audit ta, hsv_activity_users au
       where au.lUserID = ta.ActivityUserID and activitycode in (21)
            and cast(StartTime-2 as smalldatetime) between ''' + @dtStartDate + ''' and ''' + @dtEndDate + '''
    union all
    select sUserName as "User", ''Memberlist Load'' as Activity, cast(StartTime-2 as smalldatetime) as "Time Start",
          cast(EndTime-2 as smalldatetime) as ''Time End'', ServerName, strDescription, strModuleName
       from ' + @strAppName + '_task_audit ta, hsv_activity_users au
       where au.lUserID = ta.ActivityUserID and activitycode in (23)
            and cast(StartTime-2 as smalldatetime) between ''' + @dtStartDate + ''' and ''' + @dtEndDate + ''''
    exec sp_executesql @strSQLIn regards to activity codes, here's a quick breakdown on those ....
    ActivityID     ActivityName
    0     Idle
    1     Rules Load
    2     Rules Scan
    3     Rules Extract
    4     Consolidation
    5     Chart Logic
    6     Translation
    7     Custom Logic
    8     Allocate
    9     Data Load
    10     Data Extract
    11     Data Extract via HAL
    12     Data Entry
    13     Data Retrieval
    14     Data Clear
    15     Data Copy
    16     Journal Entry
    17     Journal Retrieval
    18     Journal Posting
    19     Journal Unposting
    20     Journal Template Entry
    21     Metadata Load
    22     Metadata Extract
    23     Member List Load
    24     Member List Scan
    25     Member List Extract
    26     Security Load
    27     Security Scan
    28     Security Extract
    29     Logon
    30     Logon Failure
    31     Logoff
    32     External
    33     Metadata Scan
    34     Data Scan
    35     Extended Analytics Export
    36     Extended Analytics Schema Delete
    37     Transactions Load
    38     Transactions Extract
    39     Document Attachments
    40     Document Detachments
    41     Create Transactions
    42     Edit Transactions
    43     Delete Transactions
    44     Post Transactions
    45     Unpost Transactions
    46     Delete Invalid Records
    47     Data Audit Purged
    48     Task Audit Purged
    49     Post All Transactions
    50     Unpost All Transactions
    51     Delete All Transactions
    52     Unmatch All Transactions
    53     Auto Match by ID
    54     Auto Match by Account
    55     Intercompany Matching Report by ID
    56     Intercompany Matching Report by Acct
    57     Intercompany Transaction Report
    58     Manual Match
    59     Unmatch Selected
    60     Manage IC Periods
    61     Lock/Unlock IC Entities
    62     Manage IC Reason Codes
    63     Null

  • Any code analysis , audit tool for adf

    Hi,
    Anyone aware of any code analysis and audit tool for ADF.
    Thanks,
    Rohit

    duplicate.
    Free Security testing tool ADF
    Edited by: ADF 7 on Jan 18, 2012 11:05 PM

  • Error while testing Inbound Idoc

    The error message "Interface for function Z***** is incorrect*." is shown while trying to test an incoming IDOC in we19.
    PL HELP!!!!!!!
    The procedure followed by me was,
    WE31 created custom segments,
    WE30 Created custom basic type,
    we81  Custom message type,
    se37 function module,
    we82,
    we57,
    bd51,
    we42,
    bd67,
    we20,
    Am not able to figure out why exactly is the error message being shown.
    please tell me if a step was missed or what the possible error is, I think the parameters of function module are correct....

    Hi friend,
    if it is help full please give max reward point.
    Standard program, RBDMOIND is scheduled or executed online to determine whether the communication was successful. If IDoc is Dispatched to destination system, RBDMOIND updates the status of the IDoc to 12 (Dispatched OK), Otherwise remains in status 03.
    Two programs enable cross-system reporting:
         RBDSTATE: It reports the status of the incoming IDocs to sending system, using ALEAUD message and ALEAUD01 IDoc
         RBDAUD01: It executed on sending system to analysis the audit log and display the output as a report          
    IDoc Status in Receiving System          IDoc status in Sending System via ALEAUD
    53 – Application docu posted     =>     41 – Application docu created in receiving sys
    51 – Error: Application docu      =>     39 – IDoc in receiving sys. Status repeated
         not posted                         each time RBDSTATE runs.
    68 – Error: No further processing     =>     40 – Application docu not created
    ALE Auditing
    BDM7          =>     ALE Audit: Statistical Analysis
    BDM8          =>     ALE Audit: Sending the Confirmations
    RBDSTATE     =>     Run on Receiving System to return Audit Message

  • Changing encoding to "CP1252" in B2B Adapter

    Hi Experts,
    Issue is regarding the change in encoding to "CP1252".
    1) We are having special characters in our payload which were not read by UTF-8 so it was failing in mapping. After we changed the same to CP1252 using below XSL code it worked fine and passed through the system.
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" encoding="cp1252"/>
    <xsl:template match="/">
    <xsl:copy-of select="*"/>
    </xsl:template>
    </xsl:stylesheet>
    It worked fine after using XSL map.
    2) In Configuration, we have an option of character set(ISO-8815-15 or UTF-8) but its not working when we are using, For what this option is being used? I am not sure what gets changed if we are using this in AS2 Channel?
    3) XML Anonymizer bean is not working with AS2 adapter, its showing UTF-8 in the mapping. I think B2B doesn't support this bean.
    Please suggest an alternative to XSLT and Java mapping, as client requirement is that they want to have only graphical mapping and no other mapping is to be used.
    Thanks!
    Regards,
    Nidhi

    Hi Ruchir,
    Thanks for your reply.
    Setting encoding parameter is not working. Also, XSLT which i was using it worked 2 days back and now it is not working and failing with the same error.
    Error
    After analysing the audit log for the successful messages(two days back) i realised that the messages were in error with the same error as above, but after retrying the third time it was delivering successfully. But, today its failing after the third retry as well.
    I have a strong belief that encoding is not an issue, as I can see from the error that message subversion is having an issue and when I am changing it to EAN008 instead of SFTI01 it is working fine without any issue.
    Please suggest what needs to be done.
    Thanks,
    Nidhi

  • System Level Logs

    Hi All,
        from where i can know the ale/idoc/edi System Level Logs.
    plz dont send link.

    Hi Friend,
    System Level Logs:
    WE08          =>     Input File Log
    SM13          =>     Asynchronous Update
    ST22          =>     Monitor Dump Analysis
    SM21           =>     Monitor System Log
    SM58          =>     Display Transitional RFC Log (tRFC Monitoring)
    BDM7          =>     Statistical Analysis of Audit Log
    SO01          =>     SAP Inbox (Business Workplace of User)
    BD87          =>     Status Monitors.
    BDMONIC3     =>     SAP CCMS Monitor for Optional Components (ALE/ EDI)
    RZ20           =>     CCMS Monitor Sets – Maintenance Functions
    IDOC           =>     IDOC & EDI Basis : Repair & Check Programs
    BD84           =>     Re-processing of IDocs after ALE Input Error

  • BOFC: Consolidated Amounts always will be splittet?

    Hi Experts,
    I have the following issue in my BOFC Consolidation which is built up by rules. Deletion of accounts will be not mentioned here. This issue is just a little case:
    Step 1: Take amount from account consolidated participations (dimensional analysis: partner), Audit ID 0PCK01 and write this amount on difference account 1 on Audit ID INVEST10.
    Step 2: Take amount from account retained earnings (no dimensional analysis), Audit ID 0PCK01 and write this amount on difference account 1 on Audit ID INVEST10
    Step 3: Take whole amount from account difference account 1, Audit ID INVEST10. If this amount is positive, write the whole amount (sum on difference account 1) on account goodwill, Audit ID INVEST11. If the amount is negative, write the whole amount (sum on difference account 1) on account badwill, Aufit ID INVEST11.
    I 've tried some days with in my opinion logical possibilities. Dimensional analysis, Thereshold with + oder - signs or different possibilities of creating rules... Always are two amounts (from the first two steps) shown in my schedule. I want to have just the balance of the difference account 1 (which is shown correct on difference account) booked in balance sheet back.
    It would be nice if somebody has any hint for me and my consolidation!
    Cheers
    Udo
    Edited by: Udo Lindemann on Jul 14, 2010 2:36 PM

    Call the number in the update.
    http://www.apple.com/support/macbook_macbookpro/batteryupdate/
    I had a new battery delivered to my door three days after I called them.
    Mort

  • Flashback tables

    Can anyone please tell me; what is the difference between Flashback being enabled and Flashback logging? Flashback Logging has something to do with point in time recovery? I tried a flashback (from Enterprise Manager; in 10g), on particular tables, and at the end it told me that "the selected tables ...have been flashed back", but the data warehouse team member tells me the rows are not there. . . .
    Additionally, from what I understand, because flashback is enabled, and UNDO_AUTO_RETENTION is set to 900, the limit of flashback is the undo recovery period (for me on the undo advisor graph - 143953 minutes {best possible}, or 5760 {auto tuned}); how do I know how long Flashback may last 'back till'.
    If I have to perform a Whole Database Recovery; can I do it for only certain tables to a point in time? Thanks for any help, DW

    You should check the Oracle Concept
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14220/high_av.htm#i36677
    Overview of Oracle Flashback Features
    If a major error occurs, such as a batch job being run twice in succession, the database administrator can request a Flashback operation that quickly recovers the entire database to a previous point in time, eliminating the need to restore backups and do a point-in-time recovery. In addition to Flashback operations at the database level, it is also possible to flash back an entire table. Similarly, the database can recover tables that have been inadvertently dropped by a user.
    Oracle Flashback Database lets you quickly bring your database to a prior point in time by undoing all the changes that have taken place since that time. This operation is fast, because you do not need to restore the backups. This in turn results in much less downtime following data corruption or human error.
    Oracle Flashback Table lets you quickly recover a table to a point in time in the past without restoring a backup.
    Oracle Flashback Drop provides a way to restore accidentally dropped tables.
    Oracle Flashback Query lets you view data at a point-in-time in the past. This can be used to view and reconstruct lost data that was deleted or changed by accident. Developers can use this feature to build self-service error correction into their applications, empowering end-users to undo and correct their errors.
    Oracle Flashback Version Query uses undo data stored in the database to view the changes to one or more rows along with all the metadata of the changes.
    Oracle Flashback Transaction Query lets you examine changes to the database at the transaction level. As a result, you can diagnose problems, perform analysis, and audit transactions.

  • SM20/SM20N audit report analysis - in background

    Hi,
    I would like to create an audit log / audit report analysis in background.
    I've found an article bu interested to understand if it is the only way to do that ?
    article: http://sap.ittoolbox.com/groups/technical-functional/sap-security/security-audit-reports-using-sm20-1019745?cv=expanded
    Any idea ?
    Dimitry Haritonov

    i have not tried it but yes thats what mentioned in the Note 838847
    Instructions for Releases 4.6C and 6.20
    Creating the RSAU_SELECT_EVENTS program:
    Title: "Selection of audit events from the audit files (background variant)"
    Type: Executable program
    Application: Basis
    Package: SECU
    Logical database:
    See the correction instructions for the source code.
    if your question is answered , mark it answered and award the points ..
    Regards
    dEE

  • BOBJ 4.1SP1P1 Auditing Advanced Analysis events

    All -
    I am trying to capture Analysis Views through the standard Oracle Auditing universe. Auditing configuration within CMC has everything selected but when I I run a query for Analysis Views = Object Type, I only see events for Create and Modify (Event Type). I don't even see the Analysis View description through Object Name.
    Any suggestions?
    Thanks!

    Hi Carter,
    Following information could help us understand better:
    Auditing Page screenshot.
    Screenshot of query.
    Also check for Document Name from Activity universe.
    Furthermore, check the analysis events that are triggered from Admin Guide found here. (page 642)
    Regards,
    Onkar

  • Frequency Analysis on Adobe Audition CS5.5 for bioacoustics research

    Hi everyone,
    In need of some help.
    I research whale/dolphin sounds, and have previously used Raven Pro for analysis. Ive found Adobe Audition produces a much better spectrogram (think it must be the FFT algorithm) and allows me to visualize a lot of whale calls that I may have missed previously by visual inspection on other software.
    I need to measure these calls. Basically I need the duration (seconds), minimum frequency (kHz), maximum frequency (kHz) etc.
    I have played around with the Frequency Analysis tool in Adobe Audition, and this cannot compute these figures for me at all. In Raven, it was extremely user friendly, and all you had to do was highlight the call by moving your cursor over and selecting the call, and in the left hand window, it would tell you the min F and max F and duration for that swatch that you had highlighted. Is there any way of doing this in Adobe? I know you can visually see on the right hand side the Frequency axis- but it doesn't give you the exact frequency i.e. I need it to be to 2 decimal places eg. 2.12 kHz minimum etc.
    I have inserted a screen grab of what I mean when you "highlight the call".
    Is there any way of doing this? I would be incredibly surprized if Adobe Audition does not have the ability to do so. But I have read through the manual and gone through a lot of threads and just can't find any information on it. Any help would be greatly appreciated!!!!!!!
    Thankyou so much in advance
    Bec.
    p.s. Whilst Im asking, is there anyway to change the time format in the "Selection/View" box? Ive seen you can display it many many ways, but I need it in seconds, and the most sensible time format is mm:ss.ddd. Is there anyway I can change it to just ss:ss? There are a bunch of options for frame times, but nothing else for actual time.

    becbioacoustics wrote:
    I need to measure these calls. Basically I need the duration (seconds), minimum frequency (kHz), maximum frequency (kHz) etc.
    I have played around with the Frequency Analysis tool in Adobe Audition, and this cannot compute these figures for me at all. In Raven, it was extremely user friendly, and all you had to do was highlight the call by moving your cursor over and selecting the call, and in the left hand window, it would tell you the min F and max F and duration for that swatch that you had highlighted. Is there any way of doing this in Adobe? I know you can visually see on the right hand side the Frequency axis- but it doesn't give you the exact frequency i.e. I need it to be to 2 decimal places eg. 2.12 kHz minimum etc.
    I have inserted a screen grab of what I mean when you "highlight the call".
    Is there any way of doing this? I would be incredibly surprized if Adobe Audition does not have the ability to do so. But I have read through the manual and gone through a lot of threads and just can't find any information on it. Any help would be greatly appreciated!!!!!!!
    When you highlight a section, in the bottom right corner of the screen you'll find the timing section, and in there the box marked 'duration' will show you exactly how much time you've highlighted. In Frequency Analysis, the way to note highest and lowest frequencies is, unfortunately, manual and involves finding them with the cursor and noting the cursor information (under the display). If you open the advanced window, you'll get more information, including the level of the frequency at the cursor position. Also there's a bug in the display (or more to the point, the way it's calculated) which means that if you highlight just one section in the spectral view, this isn't what the Frequency Analysis display shows - I'm reporting that one.
    p.s. Whilst Im asking, is there anyway to change the time format in the "Selection/View" box? Ive seen you can display it many many ways, but I need it in seconds, and the most sensible time format is mm:ss.ddd. Is there anyway I can change it to just ss:ss? There are a bunch of options for frame times, but nothing else for actual time.
    No I'm afraid there isn't. I did try a cheat to see if I could at least get the timeline to do this, but that won't work either. Yes I think it should be there as an option too...

  • Solaris/SAP Memory Analysis/Audit

    Experts,
    We have a landscape that is only a couple of years old, but seeing some paging and buffer issues.  We are running in a solaris/Oracle environment, and I was wanting to do some memory analysis, or a memory audit to make sure that we had everything configured correctly. 
    Memory is not really my stong suit, so if any of you have some handy resources that you dont mind sharing, I would like to  research and better understand. 
    Our Prod Landscape is this:
    Sun e2900 (#1) 8cpu (multicore) 64g
    Global Zone - Ecc 600 ASCS /Oracle 10.2 Cluster (Slave)
    Local zone - BI 7 CI+DB
    Local Zone - XI 7 CI+DB
    Sun e2900 (#2) 8cpu (multicore) 64g
    Global Zone - Ecc 600 ASCS /Oracle 10.2 Cluster (Master)
    Local zone - ECC CI
    Qty 3 - Sun V490 (#1, #2, #3) 4cpu (Multicore) 16g
    Global Zone - OS only
    Local zone - ECC APP
    Local zone - BI APP
    Local zone - XI APP
    I have the performance tuning book, and have been studying up on buffers and parameters.  But first mainly looking to research how memory is assigned, where, and determine if any changes need to be made, or there is memory room to increase buffers.
    Thank you.
    Phillip

    Apologies.  I was struggling with how exactly to articulate the question.  And even more with how to go about determining where we are with our memory both inside and outside of SAP.  With Solaris you have Zones (containers), projects, oracle, sap, user environment settings, etc.  All of which have an impact on memory, either from consumption, or limitation of memory (projects and user environment settings.) 
    I have looked at ST02, and we do see swaps of greater that 10k, however, before increasing the buffers, I'm trying to determine what memory we have available, and where the current memory is being used.
    Our response times are not absurd.  We hover around 800 - 1000 ms.  Our CPU is average less than 15% util.  But I think there is room for improvement/tuning on our memory and buffers, because performance does degrade over a period of weeks without an app restart.
    Thank you for your response, and the help link.  I am reviewing it now.
    Best Regards,
    Phil May
    Edited by: Phil May on Sep 11, 2009 9:52 AM

  • Analysis of security audit log_SM20N Showing Empty

    Dear All
    I am taking security audit logs using SM20N , the result showing selection was empty
    please reply

    Hi,
    Check SAP  Note 875835 - SecAudit: Analysis finds no audit events
    Thanks
    Sunny

  • Audition's Spectral Analysis Bug

    Hello there, 'ive been using audition for a short period of time and i've found it one of the best recording/editing softwares i have ever used. Anyway, there's something on the spectral analysis window that is bothering me. I don't if it's just some configuration that is messed up or if it is the fact that i'm new to it, but it appears nothing, just a white and stuffless window. I'm attaching a .jpg so you may undestand the issue.
    How could i fix this issue?

    If you wouldn't mind sending me a quick info file from Audition, I may know the cause of that problem.  In Audition, if you click Help > About Adobe Audition and click the SYSTEM INFO button, it will write out a text file with some information about the installation.  If you could send that as an attachment to [email protected], I'd appreciate it very much.  I'll be better able to verify if what we believe to be the cause of the effects issue you describe is in fact relevant to your installation.
    Thanks in advance,
    Durin

  • Terminal - Security Audit Log analysis.

    I have enabled, security audit log for our landscape. But the terminal column is only of 8 characters in length.
    Whereas the names of terminals (Desktops and laptops) in my organisation is 15 character.
    Hence it is not possible to identify, from which particular workstation a transanction was executed.
    I am using SAP R/3 4.6C.
    Can anybody help?
    Regards,

    Thanks Eric,
    I too guessed the same...Because I have checked in ECC6...This shows ....the full name of the terminal.

Maybe you are looking for

  • Is there a way to darken the dates (numbers) on ical. After installing Lion I can barely read the dates of the month in ICal

    Is there a way to darken the dates (numbers) on the ICal calender. I can barely read mine after installing Lion.

  • BW Upgrade Tool

    Hi All, We are developing a BW Upgrade Tool. A part of which gives information about System Landscape that may be useful before or after upgrade for a Basis Consultant. Following information is obtained as a output of the tool. So could you please gl

  • Error DBIF_RSQL_INVALID_RSQL in R/3

    Dear All, I have some data to be extracted from R/3 (from custom generic datasource), but it always return red and the error message is : "Job terminated in source system -- Request set to red" and no record to be loaded. Then I checked to SM37 in R/

  • FB1S - Change Document Date

    Hello ABAP experts I've been asked by our client to make a modification when posting open items through txn FB1S (or in their case F-03).  When posting a document through this txn, the document date is set as equal to the posting date.  The users wan

  • Shared services issue

    Hi all hyp gurus, we have a strange requirement.we have activer directories configured .there are 2 of them . i have native groups also and i have some provisions to groups of this . now my requirement is to give the user of ad the provisions of user