Is there any tool monitoring messages in the pipeline?

I wonder whether there is a tool which can tell the time each queue spends in each step of the pipeline?
e.g. how much time a queue spent on client determination, on xml conversion, ...
Thanks!

I wonder whether there is a tool which can tell the time each queue spends in each step of the pipeline?
Pipeline step means the Receiver Determination, Interface Determination etc.....so you can find this time in SXMB_MONI itself.
SXMB_MONI --> Open Message Processing entry --> Performance Header --> Under Performance Header --> SAP:Timestamp --> For every step you will have the respective timestamp......I think the value after decimal indicates miliseconds (not sure on this part)
Regards,
Abhishek.

Similar Messages

  • Is there any tool to check whether the proper data is inserting or not?

    Hi,
    We have different products A,B and C.
    whenever user crates an account under these products some X,Y,Z table gets updated.
    If user1 creates an account under A then X, Y, Z tables update with some data along with some ID
    If user2 creates an account under A then X, Y, Z tables update with SAME DATA along with some other ID
    Is there any tool to check whether the proper data is inserting (same data is inserting every time) or not?
    p.s : if this thread is not related to this forum .. where can I post?
    Thanks,
    Praveen

    Is there any tool to check whether the proper data is inserting (same data is inserting every time) or not?You need to check the code to see that. Is the update or insert on the table has from different places? In that case it would be better to have them moved to a centralized place may be a package.
    If you want to restrict the columns to specific values then you can use constraints.

  • Is there any tool that can display the internal structure of a F4F file?

    Dear all,
    I want to view the internal structure of an f4f file, Is there any tool that I can use to do that?
    Thanks,
    Xuedong

    check the table AUFM (Goods movements for order)
    pass inputs to all the key fields.
    and another table AFPO
    try to use these tables.
    regards,
    sateesh.

  • Is there any Tool for successfully migrating the Infopaths data connection from old URL to new URL?

    Hi Support,
    In my Project we are trying to migrate sharepoint 2007 Infopaths to sharepoint 2013 Infopaths(there are some 20000 infopaths).Here we want to change the Data Connection from old to new connection.
    So please let me know if there is any tool to migrate sharepoint 2007 infopaths data connection to sharepoint 2013 infopaths data connection.
    Thank You in Advance for your help.
    Regards,
    Pradeep

    Hi Pradeep,
    As far as I could search, there is no built-in feature to batch updating InfoPath forms, I’d suggest you consider script or third party tool. Here are the links that might help:
    http://sharepintblog.com/2011/06/07/updating-infopath-form-templates-and-data-connections-with-powershell/
    http://www.dotnetfunda.com/articles/show/2829/migrating-infopath-2007-form-to-2013-forms
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety,
    or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Are there any tools available to find the Server's availability?

    I have been trying to find out a tool/script to figure out the server's complete availability. Please be noted that I need to find only the complete availability for the whole month say July-2014, And there
    are many other reasons that some of these servers would get rebooted every alternate day. It would be sufficient even if I am able to find the total downtime of the server in the whole month from which I can calculate the availability. Please be noted that
    I need to calculate only the server availability and not for any application/service availability. I know we can get the availability report from SCOM 2012. But I have ~3000 Servers which are not in any monitoring tool in fact. I even tried if we can have
    any sysinternals tools but no luck. Any suggestions would be helpful.

    Hiya,
    The Event Viewer will hold events regarding shutdown and startup. You should work on event id's 6005 and 6006.
    Hopefully your 3000 servers has remote powershell enabled or at least some other way of remotely getting the information.
    Basically you should be able to create something like:
    For each connected 6006/6005 events within a given time spand - get the time difference and add all those together.

  • Any tool to help checking the database is in line with the 2NF

    Is there any tool to help checking the database design is in line with the 2NF (second normal form), Thanks.

    Hi,
    Is this table in 2nd normal form?
    CREATE TABLE     orders
    (       order_id     NUMBER (10)     PRIMARY KEY
    ,     company          VARCHAR2 (10)     NOT NULL
    ,     customer     VARCHAR2 (30)
    );How can you tell?
    How would you expect some tool to tell?
    If you willing to even make a guess, it's only because you know what "order". "company" and "customer" probably mean in this context.
    There are queries other methods you could use to detect tables that might not be in second normal form. Fort example, you could assign a number (0-100) to each table, 0 meaning it seems to be in second normal form, 100 means that it has all the traits you expect from a table that is not in second normal form, and then list the 20 tables with the highest scores to check.
    Say exactly what you're trying to do, and someone will help you find a good way to do it. Post CREATE TABLE and INSERT statements for some tables, and expalin what traits you're looking for.

  • I dropped my iPhone 4 in water and now it won't turn on at all, will i lose all of my data, for example my photos and messages etc? and is there any way you can back the phone up without having it switched on?

    I dropped my iPhone 4 in water and now it won't turn on at all, will i lose all of my data, for example my photos and messages etc? and is there any way you can back the phone up without having it switched on?

    If you had previously been backing up to iCloud (or a computer with iTunes), you would possibly have a backup.  That said, if you can't turn the phone on, you cannot create a backup of the device now.  Sorry.

  • Are there any tools from NI can generate the pass-through layer (IVI class driver) for IVI class specific driver?

    IVI class driver (layer) will provide interchangeable feature for a IVI class specific driver. It would work as a pass-through layer and finally make calls to the IVI class specific driver. Since there could be a lot of functions to be passed through. Are there any tools from NI (Labwindows/CVI or Labview) can do this ?
    Thanks a lot. 
    BTW: the IVI class specific driver interface is generated from Labwindows/CVI tools.

    Hi Chris,
    Yes, I did.  To support interchangability, from my understanding of the IVI specs, there should be another layer IVI-C class driver on top of this IVI class specific driver. As in the IVI‑3.1: Driver Architecture Specification:
    Although IVI‑C class drivers export inherent,
    base, and extension capabilities, they do not actually implement them. Except
    for a few inherent functions and attributes defined exclusively for class
    drivers, class driver functions and attributes provide a pass‑through layer to
    the IVI‑C specific driver. An IVI‑C specific driver is responsible for
    implementing the operations of functions and attributes and for communicating
    with the instrument. The IVI‑C specific instrument driver contains the
    information for controlling the instrument, including the command strings,
    parsing code, and valid ranges of each instrument setting"
    So where is this IVI-C class driver and how is it created and communicate with my class specific driver?
    Thanks a lot.
    Cheers,
    IVI‑3.1: Driver Architecture Specification

  • I have a 4g touch. I updated ibook in itunes and now, every time I sync, I get the message that the app won't run in os6. Is there any way I can revert the app in itunes so I have the latest version that will work with OS6?

    I recently updated ibook in my Itunes.  Now, every time I sync, I get the message that it won't update the ipod as ibook won't run in OS6. Is there any way I can revert the ibook app in itunes so it quits trying to install the current ibook app. I am trying to stop getting the warning message. I am also concerned if I ever have to reinstall the app.

    Delete the app from the iTunes library on your computer and then transfer the version from iPod to computer by:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer

  • Can computer expert retrieve deleted videos and photo from and iphone 4 which the photos and video are not sync before? is there any tools or software to retrieve it?

    can computer expert retrieve deleted videos and photo from and iphone 4 which the photos and video are not sync before? Are there any tools or software to retrieve it?

    kimberlyq wrote:
    That means it is possible for sure there is a chance to retrieve back those photos and video.
    No, there are no gurantees. The capabilitty exists to retrive deleted data from an iPhone, but like many things in life it is not 100% successful all the time. Be careful, there are a lot of scam artists out there. They take your money & retrive nothing. This guy is one of the best in the business, but he does not work for people in the private sector. Perhaps he can recommend a service to you. But, as already pointed out, you're looking at thousands of dollars out of pocket whether these folks are successful or not:
    http://www.zdziarski.com/blog/

  • Is there any tool to analyze explain plan and gives the report

    Hi All,
    Is there any tool/scripts to analyze explain plan from plan_table and gives the output report
    Thanks,
    Sankar

    Hi Jaffar,
    Thank you!!!
    The below query will generate the execution tree:
    SELECT OPERATION,
         OPTIONS OPTIONS,
    DECODE(TO_CHAR(ID),'0','---',OBJECT_NAME) OBJECT_NAME,
         (ID ||'-'|| NVL(PARENT_ID,0) ||'-'|| NVL(POSITION,0) ) "ID**PARENT_ID**EXECUTION_STEP",
         SUBSTR(OPTIMIZER,1,8) OPT
    FROM PLAN_TABLE
    START WITH ID = 0
    AND STATEMENT_ID = 'Q1'
    CONNECT BY PRIOR ID = PARENT_ID
    AND STATEMENT_ID = 'Q1'
    Thanks,
    Sankar

  • I recently downloaded a program ScanFont 5, When I try to open the installer I get the following message: "You can't open the application "(null)" because it may be damaged or incomplete. Is there any way I can get the installer to open anyway?

    I recently downloaded a program ScanFont 5, When I try to open the installer I get the following message: "You can't open the application "(null)" because it may be damaged or incomplete. Is there any way I can get the installer to open anyway?

    The message means just what it says. Remove the damaged copy and try downloading it again.
    Edit: Looking at FontLab's page, there's two issues going on.
    1) It's a PowerPC app and will not run on any version of OS X newer than Snow Leopard, 10.6.x.
    2) The "workaround" they offer is to purchase the Windows version and then run it in the the open source Wine, Windows emulator.

  • Is there any way to turn off the auto formatting in Pages?  I just want to type a letter and add pictures and titles, and Pages keeps changing font sizes and doesn't let me "Do it my way".  I HATE this!

    Is there any way to turn off the auto formatting in Pages?  I'm using a blank document, so I figured I could write my letter and add pictures any way I wanted to.  But NO!  Pages keeps changing the font size!  I typed a large heading as a title, and when I try to change to a smaller font for the body of the letter, it changes the size back to the larger size!  I am getting SO FRUSTRATED!  I've spent over an hour trying to get the stupid program to let me just type my letter!  Can anyone help?

    The only one left is the "unsubmitted text" dialogue, which would not be a problem if I were not a Facebook user; after updating the "Richard is..." field (which does not require a manual submit to actually send) I get the above message. This is obviously Safari just not realising that the info has been sent and is therefore (I imagine) one for Apple themselves to answer!!
    You're welcome Rich. Glad to help.
    Not being a Facebook User, I'm not sure how to respond to the error situation. However, this would be something to report to Apple as a bug via the Safari Menu. First, open to the page in question, then select "Report Bugs to Apple".
    Mahalo for the and Aloha from Big Island.

  • Are there any tools for data encryption and decryption ?

    Hi,
    i am using oracle 9i R2, i want encrypt my data. Are there any tools available in market.
    Please let me know the ways to do data encryption and decryption.
    Thanks in advance
    Prasuna.

    970489 wrote:
    using DBMS_OBFUSCATION_TOOLKIT.Encrypt /DESEncrypt we can't secure our password...So i am looking for an another alternative.As Blue Shadow said, what are you really trying to achieve?
    Encrypting a password is itself not secure. Anything that can be encrypted can be decrypted. That is why Oracle itself DOES NOT encrypt passwords.
    Surprised??
    Here's what Oracle does with passwords, and what others should be doing if they have to store them.
    When the password is created, the presented password - clear text - is concatenated with the username. The resulting character string is then passed through a one-way hashing function. It is that hashed value that is stored. Then when a user presents his credentials to log on to the system, the presented credentials are combined and hashed in the same manner as when the password was created, and the resulting hash value compared to the stored value.

  • Is there any standard BAPI to update the standard transaction GS03 ?

    Is there any standard BAPI to update the standard transaction GS03 ?
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Jun 16, 2011 2:02 PM

    hi,
    I think this link will help you to find that.
    list of all bapis:
    http://www.planetsap.com/LIST_ALL_BAPIs.htm

Maybe you are looking for

  • Reconstruction of request in BI 7.0

    hi All,   In 3.5 , i can go to "Reconstruct" tab in the cube and able to select the request which need to be reconstructed. But in 7.0, is there any way to reconstruct the request like what we used to do in 3.5. Can you please let me know how we shou

  • Help Needed in Advaced PDF Printing! (Cannot read file error)

    Hi All, I have a page that displays 2 reports. I need to Print to PDF all these reports, along with their headings to PDF. I have used the Advanced Print options. The report queries for these 2 reports are huge exceeding the 4000 character limit of A

  • E61 doesn't display cyrillic HTML email attachment...

    Nokia E61 build-in email client correctly recognizes all Russian encodings in plain-text email messages. But if the message contains HTML attachment written in Russian, E61 fails to display it properly - what I get is just a garbage of ISO-8859-1 acc

  • Daylight Saving Time Changes in 2007 for USA

    Can anyone give me solution how to handle Daylight saving Time changes in 2007 in USA for JDK 1.3.x releases? We are using this due to some vendor dependency. We can�t upgrade to higher versions up to middle of the 2007. I would be thankful if somebo

  • Iphoto library.tmp file - can i delete it?

    I'm wondering if I can go ahead and delete the iphoto library.tmp file. It's over 2.5 GB and it basically seems to be duplicates of photos from 2008. I'm not sure why it's there. Anyone know if it's okay to delete it to free up a few extra GBs?