How to track a transaction

Hi all,
     We are attempting to replicate a data base using streams technology.
We have the capture, propogate and the apply processes in place. We were also able
to replicate a few records. But then this behaviour is not consistent. We would
like to know how do we know the exact status of a transaction during replication.
i.e when we insert a record in 1 db and fire commit how do we know whether the
record is captured or is propogated or is being appplied. Also if there is some
problem in any of these stages how do we come to know about this problem.
     We are unable to find any relevant information from the replication manager
console.

Check out Chapter 17 in the manual on monitoring Streams processes: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96571/strms_monitor.htm#43906
This chapter discusses the various views available for monitoring streams capture, propagation, and apply, including the statistics views: V$STREAMS_CAPTURE, V$STREAMS_APPLY_READER, V$STREAMS_APPLY_COORDINATOR, V$STREAMS_APPLY_SERVER.
Use Oracle's Enterprise Manager(EM) console that comes with 9.2, rather than the older replication manager, for managing Streams. Look under the Distributed=>Streams branch of the tree in EM.

Similar Messages

  • How to track the transactions

    hi all,
    we have an application developed in oracle forms 6i and the data base is oracle 9i.
    please let me know if we have any option to track all the transactions happened at particular time.(what are all the queries get executed when using the application at particular time).
    For ex: if we are creating a new record using this application. what are all the queries get executed, what are all the tables get affected with this transaction.
    Thanks in advance...

    user609996 wrote:
    For ex: if we are creating a new record using this application. what are all the queries get executed, what are all the tables get affected with this transaction.Sounds like you'd want to enable tracing for the session in question.
    One option is the DBMS_SYSTEM package ....
    http://www.oracle-base.com/articles/8i/DBMS_System.php

  • How to track error message when calling Transaction: va02

    Hi all,
        As we all know, when we change an order through T-Code: VA02, system will update modified data to corresponding database. Meanwhile, if our operate is not legal or incorrect on T-code: VA02, system will call corresponding error messages to us.
        Now I want to know:
       1. how to track the error messages
       2. Is there any Tcode such as: SM21 that we can see the message logs after our operation?
    Thanks.

    Hi ,
    message table for call transaction
    DATA: BEGIN OF G_T_MSG OCCURS 0.
            INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF G_T_MSG.
    Exucute transaction via Call Transaction
      CALL TRANSACTION  'FB01'
                     USING g_t_bdcdata
                     MODE g_l_mode
                     UPDATE 'S'
                     MESSAGES INTO g_t_msg          .
    errors will be stpored in the table g_t_msg ..
    Thanks .

  • How to track changes

    Hi friends,
        I am a XI consultant. My query is regarding how to track the chages.I heard that CDHDR and CDPOS tables are used to store the information regarding the changes made to the objects/tables in SAP.My scenario is i have a table having few fields related to P.o and a flag indiacating Insert/Update/Delete, so upon the creation/upadate/deletion of a P.O(related to perticular WBS Element) i want the data to be  transfered into my table automatically.
       Is there any standard transaction available to do that....means i want to track all the P.Os under a perticular WBS element..
    If not Do we have to write a Abap program and use CHANGEDOCUMENT_READ_HEADERS,CHANGEDOCUMENT_READ_POSITIONS functions to store the data into internal tables ?????
    Regards,
    Gowtham K.

    HI gowtham,
    Yes, u are right,
    we have to right some abap code.
    "CHANGE DOCUMENTS" in SAP Terminology
    1 The same thing which u are asking
    we had developed here. For Eg : Any change
    in the material master will be detected
    and a mail will be sent to the concerned
    employee.
    THIS WILL ALSO DETECT WHICH FILEDS HAVE CHANGED.
    IT CAN ALSO GIVE, The Old Value, And The New Value.
    2. This Mechanism is called CHANGE DOCUMENTS in
    SAP Terminology
    3. 2 Fuction Modules are Required.
    (They will fetch necessary data from CDHDR,CDPOS)
    CHANGEDOCUMENT_READ_HEADERS
    CHANGEDOCUMENT_READ_POSITIONS
    4. The First FM gives list of all
    records ( with change no) which have changed.
    5. Loop at the above and the second FM will
    provide the details (old-val, new-val) for
    each record.
    6. While using 1st Fm, i used docclass as 'MATERIAL'.
    BCOS
    the concept of change documents is applicable
    to other type of documents also (depends upon
    customization)
    regards,
    amit m.

  • How to track changes for the config done directly in quality client-Reg

    Hi,
    In our system the landscape is Dev,Quality,Production.
    For some transactions we will do the config in dev and transport to other clients or maintain in each client manually.Eg QS41,CI41.
    In my case ,I have did the config in CI41 and transported to other clients.But someone user get in to CI41 in Quality client and did some changes. Now how to track the user Id through which the changes has been performed  in QA directly.
    Regards
    SB

    hi
    you can use SE09 for displaying the transport no where you can see all the request nos ,from there you can check
    also use the same transaction Cl41 do some changes like description ,then press the save button ,system will prompt you the previous saved Request No and make a note of it .cancel the request generation ,then you can trace them in SE09
    also check whether you can find any change documents is available
    regards
    thyagarajan

  • How to track the transport request number for the Role/Composit Role

    Hi,
    How to track the transport request number for the Role/Composit Role.
    Thanks,
    Ravi

    Use transaction SE03 Transport Organizer Tools
    Execute "Search for Objects in Requests/Tasks" with objects of types:
    R3TR     ACGR     Role
    R3TR     ACGT     Role - User assignment
    Regards

  • How to track usage of tcodes for a particular Login id

    *Hi experts,*
    *Kindly tell me how to track the usage of transactions for a particular Login Id. Is there any tcode from which we can get the report for the same? If suppose 100 tcodes has been assigned to a particualr Login Id, I have to confirm whether in the last  month have the users executed all the tcodes assigned to them or not.*
    *Kindly revert for the same.*
    *Thanks & Regards,*
    *RESHMA*

    Reshma,
    The first thing you have to consider is why the tcode is in the role at first place, conventional wisdom is - Role was identified, its functions were identified (or the other way around) and then corresponding tcodes were identified to perform those functions and then role was updated with these tcodes. Now rather than approaching it through the frequency of tcode use, you shoudl revisit the business process or function and evaluate if it is still required in the role. Depending upon this requirement, you should reevaluate your role design. Usually you should just prepare the role-to-tcode matrix and have the business/Function review it periodically.
    going by frequency can be misleading, I will give you a scenario - what if the user executes a tcode only once a quarter or 6 months or a year, with rest of the time the function is performed by junior staff or some other team member through a different role. So best practice I can suggest is to review the role-tcode matrix.
    You can however check the frequency using Audit Logs in Sm18-20 as mentioned by Vikas above. These are pretty easy to configure but size of logs can get unmanageable depending upon filters.
    Regards,
    Shivraj

  • How to track chnages done to a work center in past

    Hi all,
    How to track chnages done to a work center in past.
    I have tried Cr10 t cdoe, when i input plant and kept all other fields blank,and still it is not generating any output.
    Am i missing anything,is ther any other tcose or table,pls guide
    Thnx
    HKR

    Hi,
    1) You have to activate Change document indicator in the Transaction OP40 for the Workcenter categories.
    2) And for what are all the fields you wanted to capture the changes, for those data elements you have to ensure that change document is activated in the data dictionary.
    These are the pre-requisite for getting change documnets for the work centers.
    Regards,
    R.Loganathan

  • How to track wrong email ids

    Dear all,
    I can able to generate correspondences through email to the business partner.But i would like to know how to track if the email correspondence has been failed because of wrong email id or mail box filled .Please let me know how to meet this requirement
    Regards
    susmita
    Edited by: Csaba Szommer on Aug 19, 2011 1:11 PM

    Hi,
    You can try transaction SOST
    Regards,
    Richard

  • How long do journaled transactions remain?

    As I understand it, enabling journaling in Mac OS creates a hidden file that somehow tracks and lists every transaction, i.e., file printed, window open or closed, file modified or saved, etc.
    Is this understanding correct? If so, how long do journaled transactions remain in the system? Can they be accessed by the user? Can they be accessed by a computer expert?

    Is this understanding correct?
    No.
    Journaling only applies changes to the file system on the disk. It has nothing to do with printing or opening windows.
    The process of writing (or deleting) a file on disk is very complex. Besides writing the data itself, the system has to choose and allocate the space, update the directory, update the volume table of contents and the volume bitmap, update the Spotlight index, and more. Even if the whole process takes a fraction of a second for a small file, all the steps must be completed, or the file system will be corrupted. The journal is simply a checklist of all the steps. Once the process is successfully completed, the journal entry is deleted. So the entry may only exist for a few seconds or less.
    If the computer crashes or the power goes out before the updates are complete, then when the disk is brought back online, the system will notice an incomplete journal. It will go through the journal and clean up the mess. That doesn't mean it will rescue the file. It is usually too late for that. But it will avoid file system corruption caused by having a partially saved file.

  • How to track the flow of Sharepoint SSRS report requests to troubleshoot slowness

    How to track the flow of requests of Integrated SSRS report links in Sharepoint.
    We are using SSRS with Sharepoint for reporting purpose. The issue is some of the reports get generated fast and some other reports generation is very slow. When the sql query of these reports RDL file is executed, the records are shown fast.
    Also even on clicking the "Add Subscription" link of "Manage Subscriptions" of a report is very slow for some reports, while it is fast for other reports.
    I tried enabling SQL profiler to track the requests.  I have checked profiler log for the SQL statements with exec sp_executesql. But they are not helpful.
    Pls advice on how to track the request of flow of SSRS report request in sharepoint and how to troubleshoot the slowness in  "Add Subscription" link, response of some reports.

    Hi Pradeesh,
    According to your description, my understanding is that you want to track SharePoint SSRS report requests to troubleshoot the performance.
    Developer dashboard is very help full while troubleshooting the issues related to performance in SharePoint 2013.  You can have a try.
    About Developer dashboard, you can refer to the links:
    http://www.sharepoint-journey.com/developer-dashboard-in-sharepoint-2013.html
    http://msdn.microsoft.com/en-us/library/office/ff512745(v=office.14).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to find what transaction an user was running for a given period

    hi
    could anybody tel me
    how to find what transaction a particular user was running for a given period
    in the past.............

    Hi,
    U need to findout the list of Tcode excuted by SAP user
    1) Tcode: ST03N
    2) Select Expert Mode option
               (there u find  Server Host name & Today)
       If u select Host name u find DAY/WEEK/Month (same thing will in Today option)
    3)Now u need to select the option of DAY,WEEK etc.
    Now u can find in two ways
    1) Transaction profile (Standard / EarlyWatch)
    2) User (user profile)
    If u select the Transaction profile
    Under these u find the option of Aggregation----application/package/tranasation etc.
    I hope these will help u to findout.
    Regards
    ASR

  • How to take unreconcilled transactions report for a date range ?

    hi all,
    How to take unreconcilled transactions report for a
    data range ?
    we have taken unreconcilled transactons from
    external reconcillation using filter option mentioning
    range of dates,But when we take print out using PLD,
    it showing unreconcilled transactions for all dates.
    But our client requires it as a standard report from SAP ?
    Our client is using SAP B1 2005B PL39.
    Jeyakanthan

    Hi
    Financials -> Financial Reports -> Accounting -> General Ledger.
    In the 'Display' dropdown select, 'Unreconciled' .
    Hope this should help you.

  • How many times a transaction has been executed

    Hi All,
    I have to make a list on how many times certain transactions have been exectued last year.
    Does any of you have a idea on how to get this list?
    tried already ST03 and STAT but without satisfying result
    We have R/3 4.6B.
    Regards,
    Rod.

    hi,
    use STAD transaction.

  • How to track return message in file to proxy interface

    I am using file to proxy scenerio, where i will get my file from FTP and updating it into a table , after updating i am calling a program to Run BDC, in my method for proxy, after that i dont how to track return message , anyone please tell me suggestion regarding for this
    thanking you
    Sridhar

    Hi Sridhar,
    What exactly you want to track????
    my assumtion is the call will be of asyn mode, once the data reach the proxy method the XI job done and u can easly track that using monitoring.
    Regards,
    Phani

Maybe you are looking for

  • Dreamweaver fails to launch, but other CC apps run fine

    I've been subscribed to Creative Cloud for over a year. I'm running 10.9.2 on a MacBook Pro. Just today I tried to launch DW and its icon bounced a handful of times and then disappeared. I uninstalled DW and then re-installed it, but got the same res

  • How to access/identify components in JSF Declarative Components?

    Hi, I am beginner on ADF. Trying to build first Declarative Components. Use Case is as follows - I have put 2 InputTexts in Declarative Component. Want to set some value in second InputText (txtAddressLine2) in Validator/ValueChangeListner method of

  • Problem while using select single

    Hii, I am using a select single command, My code is Select single * from zbe_gpfd_comment into wa_gpfd_comment where program_name = program                                           and  box_type = box_type                                           a

  • Printing completed form responces in the original PDF completed form format.

    I sign into forms central, I see the responces to my form, but the answers are all in seprate fields. So to match the answers to the original PDF form, I must print the responces, and then mathch them with the original form. Is there a way to print t

  • Copy text range

    Hello, I would like to copy a text range from one location to another without messing up the users paste board. The copied text needs to have the same attributes as the source text. Thanks.