CallManager Trace Analysis Application

If it’s helpful to anyone I created an application to analyze a “Text based trace log” within CallManager. You can see a few screenshots and download the application for free at http://www.aaronsoftware.com/products/win/TraceTextParser/default.asp
I found the application to be very helpful while analyzing the call processing and haven’t seen anything else like it. Currently other Telco professional use NotePad to search for dd=. Within this application you can search for dd, cn, ip, device and many other fields. I would appreciate any feedback to enhance the application.
Jason Lopez

hi,
value fields are defined in KEA6. Also goto SPRO IMG, Controlling / Profitability analysis for the whole COPA customizing in R/3
I don't know about a "mater data" table neither texts for value fields. Texts are maintained in their Data Element (RKE_VV215 for instance).
You can get the texts by creating a view on DD03L and DD04T
Join
DD04T     ROLLNAME     =     DD03L     ROLLNAME
DD04T     AS4LOCAL     =     DD03L     AS4LOCAL
Fields:
FIELDNAME
DDLANGUAGE
SCRTEXT_S
SCRTEXT_M
SCRTEXT_L
Selections:
DD03L     FIELDNAME     LIKE     '%VV%'     AND
DD03L     TABNAME          EQ     'CE11000'
hope this helps...
Olivier.

Similar Messages

  • Urgent : How to do the SQL trace analysis

    Hi Floks,
    How to do the SQL  Trace analysis and any another tools is there to test abap programming then this tools runtime analysis,extended Programming Checking,Code inspector .How to utilize that tools .please forward me
    thanks
    suresh

    HI,
    <b>SQL Trace Use:</b>
    The SQL Trace function is an on-demand log of selected SQL statements that are issued against the database through the Open SQL Engine. The SQL Trace can be switched on or off dynamically. The log format is database independent. Besides the SQL statement text, each log record contains information about the point in time when the statement was executed, its duration, its input parameters and results (where applicable) as well as context information.
    <b>
    Features</b>
    The SQL Trace is especially useful for:
    Development
    SQL Trace can help JDO, enterprise beans, servlet and JSP developers to learn which kind of database accesses their code produces.
    1.      Performance analysis
    Typically, performance issues are caused by inefficient database accesses. In this case SQL Trace can be used to show the issued SQL statements and their duration, thus helping to identify inefficient SQL statements.
    <b>Activities</b>
    Typically, you should use the SQL Trace when you need to check the behavior of a particular application. This is the following scenario:
    Look at the below links, you will get the idea
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/801f89454211d189710000e8322d00/content.htm
    Re: Runtime Analysis vs SQL Trace
    http://www.sapbrain.com/TOOLS/SQLTRACE/SQL_TRACE.html

  • How to trace an application which is not in the current directory?

    Hi,
    When I use simple example 'Trace' to trace my application in current directory, it works well.
    But I cannot trace the applications which are in different directory or in an .jar file. Even I've already add it to the classpath.
    The following is my test:
    I put Myapp.class in .\classes
    java -cp .;.\classes com.sun.tools.example.trace.Trace Myappit shows me:
    java.lang.NoClassDefFoundError: Myapp
    Warning: classic VM not supported; client VM will be used
    Exception in thread "main" -- VM Started --
    -- The application exited --Can anyone help me ?
    thanks

    The following is my test:
    I put Myapp.class in .\classes
    java -cp .;.\classescom.sun.tools.example.trace.Trace MyappThere are two JVMs involved when you are tracing or debugging.
    Rather than putting the classpath on your command line, set it as
    an environment variable so that both JVMs can use it. That way, the
    second JVM (which is executing the Myapp class) will be able to find it.
    If your current directory is %JAVA_HOME%/demp/jpda, then this example
    will trace the SwingSet2 demo program:
    set CLASSPATH=".;%JAVA_HOME%/lib/tools.jar;%JAVA_HOME%/demo/jfc/SwingSet2/SwingSet2.jar"
    java com.sun.tools.example.trace.Trace SwingSet2Let me deconstruct the CLASSPATH:
    . is on the classpath so the first JVM will locate
    the com.sun.tools.example.trace.Trace class relative to
    your current directory. You may also use the absolute
    path instead of dot.
    %JAVA_HOME%/lib/tools.jar is there so both JVMs
    can locate the JDI (Java Debug Interface) classes in tools.jar.
    %JAVA_HOME%/demo/jfc/SwingSet2/SwingSet2.jar is
    there so the second JVM (the debugee) can load the
    SwingSet2 class..

  • Viewing an Analysis Application in BI Launch Pad : "Error while generating Web Item"

    Dear all,
    I'm testing an Analysis Application containing an SDK Extension.
    It works fine when I execute the application locally.
    However, when I execute it on the BI Platform, this error message comes up : Error while generating Web Item
    I do have installed the Extension on the Platform :
    The Adaptive Processing Server running the Analysis Application Service has been restarted.
    Thanks for your help
    Hans

    Hi Hans,
    We are also facing the same issue, were you able to resolve this issue by any chance, if yes please share the solution.
    Regards.
    SJ

  • Vendor Aging Analysis Application

    I need help with the documentation of vendor aging analysis application, which extract the data from Vendor Master Table and from Vendor Transaction Tables. Vendor master display the risk category and transactions record of vendor.  How does company plan the cash resources forecast with this application? Please explain in detail, how this application works?

    Hi ,
    Please post your thread to SAP  b one General
    Sorry for repetiion , it's site slowdown issue .
    rgds,
    Prem
    Edited by: PremRaj kaushik on May 28, 2009 12:21 PM

  • How to read the CallManager traces?

    Hello,
    I've collected a couple of CallManager traces in order to do some troubleshooting. Is there any tool or software available to read the traces in a simple way? At this moment when I open the text file, I can see only codes. Any help will be highly appreciated.
    Regards,
    Sana

    try VLT
    Cisco Voice Log Translator 2.7 User Guide
    http://www.cisco.com/en/US/docs/voice_ip_comm/cvlt/2_7/english/user/guide/vlt27_ps556_TSD_Products_User_Guide.html
    you can download it here:
    http://www.cisco.com/cgi-bin/tablebuild.pl/voice-tool
    maybe this will show the info the way you're looking for, i know for sure this one can handle H225 and H245 message since it's the one i use when i want to look at messages from a specific call since it can filter them by protocol or call reference among others. i always end up reading the txt but it's a lot easier if you have the timestamps to look at when there are a lot of calls on the same file =)
    HTH
    javalenc

  • Trace Analysis

    Where can I obtain the details and "interpretations" of a trace, i.e., what does ringmode=1 mean?; what does CallState=1 mean? Where can I get whatever all the trace headings, messages, etc.??????? If anything, we don't have any CCM plugins, and we don't have Trace Analysis tool configured nor installed on our cluster. Thank you in advance for your assistance.

    Though a little old now, there is a book out there written by Paul Giralt which talks in detail about CCM traces.  Its titled "Troubleshooting Cisco IP Telephony."  This covers CCM 4.x, but the basics of traces haven't changed much since then... just won't include a lot of the newer 5.x and later features.  Will do a good job of covering media and call flow however.
    ISBN-10: 1587050757
    ISBN-13: 978-1587050756
    I have been in TAC supporting CUCM for more than 5 years and I still refer to Paul's book from time to time.
    --Matt

  • Performance Tunned Trace/ Analysis tool

    Hi,
           I am seraching for any tool / utility provided by SAP in the ABAP Development workbench to trace/analyse the perofrmace of DB Accesses , Internal table operations in programs so I could analyse the inefficient ABAP code and could replace the same with efficient.
    thanks and regards,
    Avakash.

    Hi Avakash,
    Check this info.
    You can use ST05 to find the performance of each select.
    u can use SE30 - runtime analysis to find which part of your code is taking more time.
    using ST05:
    activate the trace --> execute the program --> deactivate the trace --> display trace.
    then go to Trace list --> Summarize trace by SQL statements.
    here u can analyze performance of all the selects.
    If you want to compare the duration by the selects in your program itself then use: GET RUNTIME statement.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • E2E trace analysis in Solman

    Dear all,
    I have some question about the E2E trace analysis on solman. Hope you can help me!~
    1. We are using Solman 7.1 SP6 and we will upgrade to SP10 or SP11 in recent months. We want to use solman RCA trace analysis to trace ERP ABAP program. Could anyone can told me how to do this? I can do the HTTP trace in solman with RCA trace analysis but I don't know whether we can also nalysis the ABAP trace in solman.
    2. We have many printers in our PRD systems and all printers connected to a SPRINTER server. Now we need some suggestion on how we can monitoring these printers with solman. Also we hope to use the RCA tools to nalaysis the problem on printer such as the printer are offline/dead halt/printing very slowly and so on.
    Is this possible?

    Hi Yushuai,
    1. Using E2E in SolMan you can capture the movement of request and response to any JAVA and ABAP system. It will show you that what ABAP program has been called but It will not tell you what happening inside ABAP program.
    Regards,
    Ravi Maheshwari

  • SMD E2E Trace analysis - Urgent!!

    Hi,
    I have configured Root cause analysis for r/3 system. Everything is working but unable to enable the system in Trace analysis. Its says, Trace status could not be evalutated.
    The system meets all the prerequisites in note 1061383 and Exeption,Configuration analysis are working fine for it.
    Please help
    Ajay Kande

    Make sure your RFC destinations in java in monitored system to the SLD are working correctly, ie VA > Server > Services > SLD Data Supplier.
    Do a "trigger" to make sure you can pass info to the SLD.

  • Option to stop Excel download from OLAP analysis application

    Hi Experts,
    As a project requirement, we have to control (stop) Excel download from OLAP analysis application.  The PDF download however need to continue.
    I don't find any option using the "Authorization Control" on BOE platform. Is there anyway, we can achieve this ?
    Regards,

    Ahh... sorry Anil... I wasn't clear in my response. When I said "Ironically, it’s one of the features where we get requests for new capabilities." what I meant was that customers want to export to Excel feature to have even more capabilities.
    For example we added the option to have key and text values in separate columns, or to repeat the members names in stacked hierarchies. We also added supported for XLSX to overcome the 65535 row limit and changed the Export to Excel to use a streaming model so it is more efficient.
    In short, no one else has asked for Excel to be disabled... hence why posting to Idea Place is good.
    Kind Regards

  • How to trace an application in Oracle 10g

    Hi,
    I want to trace a complete application in Oracle 10g end-to-end.
    Here is the scenario,
    The are two systems:
    System A: Oracle 10g server
    System B: Windows server
    The application runs on system B.
    How do I trace the complete application in oracle 10g?
    I read about the trcsess tool but will like to know if there is a way to collate all *.trc produced by the application.
    Thanks in advance!
    -Thanks
    Karthik

    Tracing the Oracle transactions is easy, but you need to decide what level of trace you want and identify the database sessions to trace.
    Tracing can generate huge amounts of logs, so think carefully if you really need to do this.
    The tracing will only capture the database transactions. It won't track what happens in the application (e.g mouse clicks etc)
    Options to enable tracing :-
    -- ALTER SESSION
    alter session set tracefile_identifier = 'robert_trace'; # so that the trace files from this session are easily identified
    alter session set events '10046 trace name context forever, level 8';
    -- ALTER SYSTEM
    alter system set sql_trace=true;
    -- DBMS_SESSION
    exec dbms_session.set_sql_trace(sql_trace => TRUE);
    -- DBMS_SUPPORT
    exec dbms_support.start_trace(waits=>TRUE, binds=>FALSE);
    -- DBMS_SYSTEM
    exec sys.dbms_system.set_ev(72,21237,10046,12,'');
    -- ORADEBUG
    select username, spid from v$process;
    ORADEBUG SETOSPID 21237
    ORADEBUG EVENT 10046 TRACE NAME CONTEXT FOREVER, LEVEL 12
    -- DBMS_MONITOR
    exec dbms_monitor.session_trace_enable(session_id=>75, serial_num=>21237);

  • Unable to load SQL Analyse application

    When I try to start the SQL Analyse (Windows XP) application from the Tuning Pack I receive that error:
    Already logged into OMS: <IPAddress>
    When I press ok this error occur:
    VMQ-00049: The Oracle Management Server may not be running or the repository may be unavailable. Ensure that the Oracle Management Server is running and that the repository database is available.
    I know the OMS is running because I'm able to connect to OEM using the OMS.
    That's the first time I try to use SQL Analyse (or other tuning application from the Tuning Pack). May be I have something to configure to use it (OMS is on a Sun Solaris box).
    Thanks for your help.
    Mélanie

    If your OMS is behind a firewall, then read more on the behaviour of OMS / OEM configuration in such environment.

  • Trouble with Formula Engine vs Storage Engine (xEvent Trace Analysis)

    xEvents Trace Query Analysis (Formula Engine vs Storage Engine)
    Got a poorly performing query (relatively speaking) and looking for ways to improve the performance. My first step was to run an xEvents trace to figure out if the bottleneck is in the Formula Engine (FE) or Storage Engine (SE). So I kicked off a trace capturing
    the following events:
    QueryEnd - single event providing the total duration of the query
    QuerySubcube - 1 event per storage engine request
    Next, I cleared the cache and executed the query. Once the query completed (~28sec later) I stopped the trace and ran a XML-shredding query like the one below:
    I copied the results to an excel workbook and sum'd the duration column for all "QuerySubcube" events and the total duration was ~42sec (or 42113ms). This number represents (typically) the total duration spent in the storage engine. You can subtract
    it from the duration of the single "QueryEnd" event and back into the amount of time spent in the formula engine. 
    However, the duration for the single "QueryEnd" event was ~24sec (or 24128ms)...
    Total Query Duration (24sec) - StorageEngineDuration (42sec) = FormulaEngineDuration (-18sec)
    FWIW, this is a beast of a query (~1500 lines)
    Has anyone seen this before?
    BI Developer and lover of data (Blog |
    Twitter)

    Hi Richard - that definitely sounds right and now it makes more sense seeing as the query is hitting several different measure groups. Thanks for getting me back on the right path ;-)
    /gumption-trap
    BI Developer and lover of data (Blog |
    Twitter)

  • Crash Dump Analysis, application cannot execute

    Welcome,
    my question regarding to dump crash. I have problem with application. When I run application, I see first intro, second intro and later application crash and return to the desktop with error stop working. I created dump file of error and paste analyze below. 
    I must add, that this application works properly on the other computer with Windows Server 2012 Datacenter x64. Could someone tell me, where is the problem, why application crashed with error access violation?
    Primary Analysis
    Crash Dump Analysis
    Windows 8 Version 9600 MP (8 procs) Free x86 compatible
    Product: WinNt, suite: SingleUserTS
    kernel32.dll version: 6.3.9600.17415 (winblue_r4.141028-1500)
    Machine Name:
    Debug session time: Sun Jan 25 04:09:51.000 2015 (UTC - 5:00)
    System Uptime: 1 days 1:33:05.076
    Process Uptime: 0 days 0:00:14.000
    Kernel time: 0 days 0:00:00.000
    User time: 0 days 0:00:00.000
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
    TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
    Exception Analysis                
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
    *** ERROR: Symbol file could not be found. 
    Defaulted to export symbols for aticfx32.dll -
    TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
    *** The OS name list needs to be updated! Unknown Windows version: 6.3 ***
    FAULTING_IP:
    +8afa2
    5458455f ??             
    EXCEPTION_RECORD: 
    ffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 5458455f
    ExceptionCode: c0000005 (Access violation)
    ExceptionFlags: 00000000
    NumberParameters: 2
    Parameter[0]: 00000000
    Parameter[1]: 5458455f
    Attempt to read from address 5458455f
    DEFAULT_BUCKET_ID: 
    BAD_INSTRUCTION_PTR
    PROCESS_NAME: 
    game.exe
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx".
    The memory could not be "%s".
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx".
    The memory could not be "%s".
    EXCEPTION_PARAMETER1: 
    00000000
    EXCEPTION_PARAMETER2: 
    5458455f
    READ_ADDRESS: 
    5458455f
    FOLLOWUP_IP:
    game+8afa2
    0048afa2 eb12           
    jmp     game+0x8afb6 (0048afb6)
    FAILED_INSTRUCTION_ADDRESS:
    +8afa2
    5458455f ??             
    NTGLOBALFLAG: 
    0
    APPLICATION_VERIFIER_FLAGS: 
    0
    FAULTING_THREAD: 
    00001004
    PRIMARY_PROBLEM_CLASS: 
    BAD_INSTRUCTION_PTR
    BUGCHECK_STR: 
    APPLICATION_FAULT_BAD_INSTRUCTION_PTR_INVALID_POINTER_READ
    LAST_CONTROL_TRANSFER: 
    from 0048afa2 to 5458455f
    STACK_TEXT: 
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    0018f678 0048afa2 00000de1 00000000 000083f3 0x5458455f
    00000000 00000000 00000000 00000000 00000000 game+0x8afa2
    SYMBOL_STACK_INDEX: 
    1
    SYMBOL_NAME: 
    game+8afa2
    FOLLOWUP_NAME: 
    MachineOwner
    MODULE_NAME: game
    IMAGE_NAME: 
    game.exe
    DEBUG_FLR_IMAGE_TIMESTAMP: 
    3f329165
    STACK_COMMAND: 
    dt ntdll!LdrpLastDllInitializer BaseDllName ; dt ntdll!LdrpFailureData ; ~0s; .ecxr ; kb
    FAILURE_BUCKET_ID: 
    BAD_INSTRUCTION_PTR_c0000005_game.exe!Unknown
    BUCKET_ID: 
    APPLICATION_FAULT_BAD_INSTRUCTION_PTR_INVALID_POINTER_READ_BAD_IP_game+8afa2
    WATSON_STAGEONE_URL: 
    http://watson.microsoft.com/StageOne/game_exe/0_0_0_0/3f329165/unknown/0_0_0_0/bbbbbbb4/c0000005/5458455f.htm?Retriage=1
    Followup: MachineOwner
    Loaded Module List
    start   
    end        module name
    00400000 00a50000  
    game     game.exe   
    60000000 60028000  
    ijl10    ijl10.dll  
    6f580000 70b0f000  
    atioglxx atioglxx.dll
    72960000 729c0000  
    AudioSes AudioSes.dll
    729c0000 72a13000  
    MMDevAPI MMDevAPI.dll
    72a20000 72b30000  
    aticfx32 aticfx32.dll
    72b30000 72b4c000  
    atigktxx atigktxx.dll
    72b50000 72c29000  
    atiadlxy atiadlxy.dll
    72c30000 72c45000  
    atiglpxx atiglpxx.dll
    72c50000 72c90000  
    powrprof powrprof.dll
    72c90000 72d7c000  
    ddraw    ddraw.dll  
    72d80000 72da5000  
    dinput   dinput.dll 
    72db0000 72e31000  
    dsound   dsound.dll 
    72e40000 72e65000  
    glu32    glu32.dll  
    72ec0000 72f9e000  
    opengl32 opengl32.dll
    73500000 7350a000  
    avrt     avrt.dll   
    73530000 7353f000  
    wtsapi32 wtsapi32.dll
    73540000 73547000  
    dciman32 dciman32.dll
    73680000 736a3000  
    WINMMBASE WINMMBASE.dll
    737c0000 737e3000  
    winmm    winmm.dll  
    73800000 7381b000  
    userenv  userenv.dll
    73d90000 73db1000  
    devobj   devobj.dll 
    73df0000 73f2a000  
    propsys  propsys.dll
    73f30000 74136000  
    comctl32_73f30000 comctl32.dll
    74140000 7415a000  
    dwmapi   dwmapi.dll 
    74160000 7424d000  
    uxtheme  uxtheme.dll
    74250000 742d9000  
    comctl32 comctl32.dll
    74850000 74858000  
    winnsi   winnsi.dll 
    74890000 748b0000  
    IPHLPAPI IPHLPAPI.DLL
    74b10000 74b18000  
    version  version.dll
    74c70000 74c7f000  
    profapi  profapi.dll
    74c80000 74d0b000  
    SHCore   SHCore.dll 
    74d80000 74d89000  
    kernel_appcore kernel.appcore.dll
    74e40000 74e94000  
    bcryptPrimitives bcryptPrimitives.dll
    74ea0000 74eaa000  
    CRYPTBASE CRYPTBASE.dll
    74eb0000 74ece000  
    sspicli  sspicli.dll
    74f30000 74f3e000  
    msasn1   msasn1.dll 
    74f40000 74f7c000  
    cfgmgr32 cfgmgr32.dll
    74f90000 7509e000  
    gdi32    gdi32.dll  
    750a0000 751f3000  
    user32   user32.dll 
    75200000 7527c000  
    advapi32 advapi32.dll
    75280000 75315000  
    oleaut32 oleaut32.dll
    75320000 753e3000  
    msvcrt   msvcrt.dll 
    753f0000 75431000  
    sechost  sechost.dll
    75440000 755bd000  
    combase  combase.dll
    75620000 75733000  
    msctf    msctf.dll  
    75740000 758c8000  
    crypt32  crypt32.dll
    758d0000 7590d000  
    wintrust wintrust.dll
    75910000 7599d000  
    clbcatq  clbcatq.dll
    759a0000 75ae0000  
    kernel32 kernel32.dll
    75b00000 76dac000  
    shell32  shell32.dll
    76e40000 76e47000  
    nsi      nsi.dll    
    76e50000 76e95000  
    shlwapi  shlwapi.dll
    76ea0000 76f5a000  
    rpcrt4   rpcrt4.dll 
    76f60000 77088000  
    ole32    ole32.dll  
    77090000 77096000  
    psapi    psapi.dll  
    770a0000 77177000  
    KERNELBASE KERNELBASE.dll
    77180000 771d0000  
    ws2_32   ws2_32.dll 
    771d0000 7726b000  
    comdlg32 comdlg32.dll
    773f0000 775a1000  
    setupapi setupapi.dll
    775b0000 775d7000  
    imm32    imm32.dll  
    776b0000 7781e000  
    ntdll    ntdll.dll  
    Unloaded modules:
    72b30000 72b4c000  
    atigktxx.dll
    Any help would be appreciated,
    Pawel

    PT
    Metropolis software was shut down in 2009 and there is no further support or development for the products.  Since their shutdown is prior to win 8 it cannot be compatible.  Read about it here http://www.giantbomb.com/metropolis-software-house/3010-107/
    The only thing I can suggest for you is to try re-installing the game in compatibility mode.
    To install in compatibility mode do the following:
    Right click the installer>properties>compatibility>choose OS
    http://windows.microsoft.com/en-US/windows-vista/Make-older-programs-run-in-this-version-of-Windows?SignedIn=1
    (works in vista, win 7, win 8, and win 10)
    Wanikiya and Dyami--Team Zigzag

Maybe you are looking for

  • I can't change a shape or a text box fill color

    Hello community, I used to change the colors of my shapes and text boxes, but suddenly I can't do it anymore. I restarted my Mac 'cause it appeared to be something about the memory... but unsuccessfully... This is how I do: I select my shape, then go

  • How to enable images in Mail?

    I wanted to be able to view images in my email, but it seemed that I couldn't I have searched the forum - no answer to be found Apple Mail v 5.3 (1283) What I have is an oblong box containing a blue square with a question mark in it. I have gone thru

  • Flex Builder will not start

    I really need some help on this. Flex builder will not start. When I try to run it, I get the error: An error has occured. See the log file: <has a location to file>. When I open the file, I get an error log. I will post it to the end of this message

  • Adobe Creative Suite 3 Design Standard for Windows registration?

    Hello all, I purchased a copy of adobe creative suite 3 design standard for windows at a garage sale. I tried registering the product, but it has already been registered. Is there anything I can do? Thanks

  • Timezone region not found

    Hi Evrybody, I am using JDev 11 + WLS 10.3 . When i trying to deploy my fussion web application in remote server i am getting below error. oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.sql.SQLDat aException, msg=ORA-01882: tim