How to monitor RFC processing in XI

Hi Friends,
In the IDoc to RFC scenario please tell me How to monitor RFC processing in XI..
Thanks and Regards
Sri

Sri,
  You can monitor in SXI_MONITOR/SXMB_MONI. If its Syncronous then u can see the request and response messages in the above mentioned transaction.
  To get more details you can go for RWB and select ur message and check for audit log's.
Best regards,
raj.

Similar Messages

  • How to monitor RFC to JDBC scenario?

    How to monitor RFC to JDBC scenario
    Hello,
    I have update_insert scenario from RFC to Oracle database.
    In TOC SXMB_MONI I have black and white flag.
    In RWB I found for this scenario only successful status.
    But in the database I found only 2 records from the 15 that I sent.
    How can I monitor this problem?
    What are the steps to investigate this situation?
    Have a way to see the exact statement that I sent to the database?
    Regards
    Elad

    Hi Elad,
    If nothing can be seen in the Adapter monitor...go to the Database.
    Oracle has various developer\system tools that can allow you to get information.
    For example Oracle has the TOAD tool which allows you to get the SQL trace of the treatment the XI actually send.
    see if the SQL interpreted by the JDBC adapter was really what you meant.
    Good luck.
    Nimrod.G

  • How to monitor parallel processing

    Hi All,
    I have 2 short questions:
    1. When we want parallel processing, we can either use a parallel hing in the query, or alter a table to be parrallel. My question is what is the difference in the following 2 syntax:
    a. ALTER TABLE myTable PARALLEL (DEGREE 3);
    b. ALTER TABLE myTable PARALLEL 3;
    Does the "DEGREE" keywor make any difference? or they both are same statements?
    2. When we enable parallel processing, how can we monitor oracle processes, to confirm that a certain table is being actually processed by multiple threads of a singe user process?
    An early response would be highly appreciated. Thanks.

    user566817 wrote:
    2. When we enable parallel processing, how can we monitor oracle processes, to confirm that a certain table is being actually processed by multiple threads of a singe user process?There are a number of virtual performance views that can be used. Please refer to the Oracle® Database Reference guide for details on these.
    Had a look though my scripts and I have this one.. cannot recall if I "borrowed" it from somewhere and customised it and how old it is.. but it should (hopefully) still be mostly correct. It uses the virtual view v$px_process to determine the list of current PQ slaves in the pool and if they are used, map them to the Oracle session using them.
    select  distinct
            x.server_name           as "PQ",
            x.status                as "Status",
            x.sid                   as "OraPID",
            w2.sid                  as "Parent OraPID",
            v.osuser                as "O/S User",
            v.schemaname            as "User",
            w1.event                as "Child Wait",
            w2.event                as "Parent Wait"
    from    v$px_process    x,
            v$lock          l,
            v$session       v,
            v$session_wait w1,
            v$session_wait w2
    where   x.sid =! l.sid(+)
    and     to_number (substr(x.server_name,3)) = l.id2(+)
    and     x.sid = w1.sid(+)
    and     l.sid = w2.sid(+)
    and     x.sid = v.sid(+)
    and     nvl(l.type,'PS') = 'PS'Use at own risk - best would be to verify that this is still valid using the Reference Guide. Or create similar ones using the available V$ views for the details you want to see (e.g. SQL statement executed per PQ, etc).

  • How to monitor / shutdown processes and users?

    Hi,
    As you can see in my previous post i'm totally new to Arch and fairly new to Linux...
    Here's one thing that bothers me: I don't know how to keep track of all running processes (and end them if needed... I guess you need to 'kill' them but you first need to know their name, right...) and logged on users (even though that's only me, heh...)
    How can you do that in Linux? (something like task manager or another admin tool - or a command line version)
    Another thing... I think a wiki page 'securing the default Arch install' would be helpful...
    (flame me if there already is one, but I didn't find it )
    greetings,
    d.
    (I think Arch is going to be the one Linux distro to break the record of 1 month installation on my pc... woohoo!!!)

    Kern wrote:
    processes man ps
    Now only 2 questions are left: how to monitor logins, and how to secure Arch Wink
    Arch Wink, is this a subrelease of Arch? if so i've never heard of it. 
    I really don't know how that ended up in my post especially because I use semicolon, bracket instead of colon, wink, colon for my smiley...
    but as relates to securing Arch, of course I mean against network based attacks. The way you would try to secure Windows. I know how to own windows computers when I have physical access to them, and I guess it's the same thing with Linux pc's... but I want to feel secure that nobody from the internet is going to appropriate my box for illegal or other things, on those few occasions that i'm not behind a router/firewall (which I am not sure I trust either... it's a Linksys wireless/wired router with integrated firewall capability. How secure is that? I don't know!)
    Is there no way to deny all other pc's access to this pc? It's a laptop, not a server, so nobody has business accessing it remotely anyway... Actually, this is one of the reasons I had an eye on openBSD secure as hell...
    EDIT: since we're at it... another thing I don't find is how I can find out at what speed my cpu is running... is it going down to 600 MHz when Idle or isn't it? etc... That stuff is pretty easy to see in windows... must be feasible at least in Linux hey

  • How to monitor BPEL process..? i want to see HTTP request message..

    Hi all,
    Is there any way to monitor BPEL process. In Jdev there is tool call
    HTTP analyzer but it only monitors process which are invoked from Jdev.
    Like Java webservices can monitored via that tool. But i want to monitor BPEL
    process. I want to see Http request message. It that possible.?
    thanks a lot.
    /mishit

    Any requests you want to monitor should be routed through obtunnel. So the webservice that calls your bpel process should use the url of the machine where obtunnel is located, and obtunnel should be configured with the details of the machine where the bpel process is located.
    also, you may find this thread of interest How to capture SOAP message using TCP Monitor in JDev?

  • How to Monitoring Index process by Dynamo?

    Hello all,
    how can i monitor the build index process by Dynamo?
    i'm using
    ATG Search 10.0.3
    Tks
    regards

    With ATG Search, you can monitor indexing from the Search Admin console (the same place one creates ATG Search projects and sets up content sources).
    I believe that the BulkLoader and IncrementalLoader also have status information that is visible in the /dyn/admin, so you might see if anything appears there while an index is running.
    Or were you talking about monitoring progress from code or something?
    BTW, I don't believe that most of the logDebug during Indexing happens in the IndexingOutputConfig, so I suspect that setting logDebug there is unlike to have a huge effect. You might try setting loggingDebug on BulkLoader and/or IncrementalLoader, but that might be more detail than you want.

  • How to monitor a Process Server or a Queue?

    Hi
    We are using Redwood CPS as our Enterprise Scheduler.
    In the recent months, the below issue has happened twice.
    The error message I could read in the Redwood Process Server Log is below
    JCS-116011: Permanent communication failure: Unknown Host : HOST.domain.com
    I am not sure what breaks the connection.
    Two Questions that run in my mind:
    1. Does this issue directly relate to any known issue anyone aware of?
    2. How do I setup monitoring on the Process Server or a Queue so that when they go down I get an e-mail or something at least?
    Can someone guide me please?

    Build M33.106 is not available in service market place yet.
    SAP informed that customer can not find information on the next build release date from Product Availability Matrix (PAM) or anywhere from SAP site.
    Is there a way to get his information from Redwood site? Like when is the expected date for next release of the build?
    Thanks
    Nanda

  • BDLS - How to monitor the process?

    Dear All,
    I am running the BDLS sessions in Background (excluding the known huge tables) now in my Testing System just after the system refresh activities from Production to the Testing.
    The BDLS sessions run more than 22 hours (still in progress now ) , may I know where ( which tcode ) I can see the progress of the BDLS?
    I've tried to check in Txcode SM50, the BGD process performing a sequential read on a table for more than 8 hours...Is it possible hang in somewhere ? May I know how to determine if the BDLS is 'hang' ?
    FYI, the table size that the BDLS running on is around 140GB..
    Best Regards,
    Ken

    Dear Raja,
      the log i get from BDLSS shows the table processed until :s
    CATSHR                    EXTSYSTEM                           0
    LOGSYS                              0
    CATS_BW_TIME              I_RLOGSYS                           0
    CATS_GUID_KEY*            EXTSYSTEM                           0
    CBPR                      LOGSYSTEM                           0
    CC1ERP                    SRCSYS                              0
    CCMCTIADMIN               LOGSYS                              0
    Dear sekhar,
    Do you meant the job log from SM37 ? :
    22.02.2010 09:59:19 Job started                                                                         00
    22.02.2010 09:59:19 Step 001 started (program RBDLSMAP, variant &0000000000000, user ID BASISADM7)      00
    22.02.2010 09:59:19 The new logical system name T00CLNT300 is assigned to the current client 300        B1
    Edited by: Wei Jian Kwan on Feb 24, 2010 1:00 AM

  • How to monitor Opportunity Processing

    Hi all,
    I have created Opprtunity & assigned different phases in Sales Cycle.
    When Opportunity processing thru different phases like quoatation, order or close, how i can maintained record of it.
    Do i need to create a new opportunity or transaction after every phase change?
    Thanks,
    Sush

    The SAP help information is the following:
    Presentation of the Sales Cycle
    Use
    The sales cycle of a product or service begins when an opportunity for sales is recognized. This can arise by chance, for example, if a sales employee finds out about a worthwhile investment project during a conversation.
    The process ends with a sales order or a rejection from the customer. In the meantime, various sales activities, such as sending information material, customer visits, product presentations, quotations and contractual negotiations, take place. An opportunity goes through a sales cycle which is divided into various phases. Specific sales activities are carried out in these phases.
    Prerequisites
    You can define sales cycles and the relevant phases in a sales cycle in Customizing, to suit the needs of your enterprise. By doing so, you can define a sales cycle for starting business with new customers with phases, such as the first contact made with the customer, the sending of brochures and information, presentations, quotations etc, and a sales cycle for long-standing customers with other phases.
    You can find information about setting sales cycles and phases for Opportunity Management in the implementation guide for CRM under Customer Relationship Management ® Transactions ® Settings for Opportunities.
    Dear Sush,
    you do not need to create a new opportunity or transaction after every phase change.
    First of all definition of the sales cycle and phases is used for reporting purposes.
    Managers want to see during what stage an opportunity is lost or won. Furthermore you define actions and assign them for example to a phase.
    Next you can activate an action for a certain phase.
    Let's take an example:
    You are in the standard phase SM1:Identify Opportunity.
    For this phase you could define an action 'Call Purchase Responsible Customer'
    or 'Visit Customer'.
    For the action 'visit customer' you define an action (where the system automatically creates a business activity 'visit' (is copy of standard transaction type 0001-Sales Call). As activity partner or responsible person you define the 'employee responsible of your company' for the customer (sold-to-party) entered in your opportunity. This is based on relationships.
    Now after you have defined your sales cycle, phases and assigned your phases to your sales cycle, and you also have defined your action profile (see standard example for action profile OPPORTUNITY_SALES_ASSISTANT which is assigned to standard transaction type OPSM), you can activate for the combinatino of sales cycle you are in and the selected phase on your details screen of the opportunity, a certain action as explained above.
    Hope this info helps. Please don't forget to assing points.
    cheers

  • How to monitor multiple processes

    How can I manage multiple processes?

    I describe one approach on my blog at <http://weblogs.java.net/blog/emcmanus/archive/2007/08/combining_casca.html>.

  • Monitor Integration process log in BPM

    Hi
    I am practising the following BPM
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    and I wanted to know how to monitor integration process log in BPM.
    To monitor Integration process I logged, into transaction SXMB_MONI_BPE ->Process Selection->Selected corresponding integration process (in Service Field) - and Clicked Execute as suggested in the blog
    But I get the message work item doesn't exist ??
    What do I need to do in this case ??
    Thanks,
    Kiran

    SAKHARDANDE ,
    Go to sxmb_moni-->Monitor for processed xml message --> In the view box there is standard and process. Select Process for checking the messages of BPM.
    Else as in the weblog mentioned go to SXMB_MONI_BPE ->Process Selection->Select corresponding integration process (in Service Field) ->Execute->Select work item. Select your service which you have used in ID.
    If you dont find anything then first see whether you see your message in sxmb_moni  or not? If not then check your file sender communicaiton channel in adapter monitoring.
    Regards,
    ---Satish

  • Process Monitoring: Monitor BI Process Chains

    Hello,
    does someone know how to monitor Bi process chains in SolMan Process Monitoring? I tried to add the chain CCMS node, but for some reason it does not accept the chain (I guess because it is a dynamic created CCMS context).
    Regards,
    Frank

    Hi,
    I will monitor one process with the name
    pmd, but 4 processes match on these chracters. How
    can i tell SMC that the Process Monitoring shows only
    the process who exactly Match the entered value ?Have you tried the extra optional user and/or argument filtering?
    If all 4 of your processes run as the same user, with the same arguments (or none at all) then you could also symlink a different file name to the binary you want so it appears in your ps output as something unique. That only works if you have control over what launches that process to begin with (so you can change it to call that new name as well).
    If you still can't make that process unique you could also write a small script to monitor it and dump back the interesting bits to stdout to be read by ScriptRunner (http://www.halcyoninc.com/products/ScriptRunner/index.php)
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • How to enable an monitor parallel processing in Oracle

    Hi All,
    I have 2 short questions:
    1. When we want parallel processing, we can either use a parallel hint in the query, or alter a table to be parrallel. My question is what is the difference in the following 2 syntax:
    a. ALTER TABLE myTable PARALLEL (DEGREE 3);
    b. ALTER TABLE myTable PARALLEL 3;
    Does the "DEGREE" keywor make any difference? or they both are same statements?
    2. When we enable parallel processing, how can we monitor oracle processes, to confirm that a certain table is being actually processed by multiple threads of a singe user process?
    An early response would be highly appreciated. Thanks.

    1)The parallel clause lets you change the default degree of parallelism for queries and DML on the table.
    2) PARALLEL DEGREE specifies the number of query server processes that can scan the table in parallel. Either specify a positive integer or DEFAULT which signifies to use the initialization parameter
    check further http://mywebsys.com/oracle/syntax/view_syntax.php?id=23
    Thanks

  • How to monitor the wrapper process flows

    Hi,
    I have a process flow(main wrapper) which contains the 2 child process flows(child_PF1, child_PF2). which looks like below.
    start -> Child_PF1 -> Child_PF2 -> end
    I am able to run the the process flows successfully. I want to monitor the process flows and the % of completion of the process flow.
    I am able to check the parent and child process flows seperately. I am unable to link the parent process flow to its child work flows. Can anyone explain how to link/track the Parent process flow to its child process flows.
    When i open the Parent process flow i was able to see the child process flow as an operator. But i was not able to view the contents child process flow further.
    Oracle Workflow server version is 2.6.4
    OWB version is 10.1.0.4
    Thanks in Advance,
    SriGP.

    Hi,
    the following SQL works with OWB 10.2.
    SELECT to_char(x.created_on,'dd.mm. hh24:mi') as created_on,
           --x.root_id as r_id,
           sys_connect_by_path(x.map_name, '/') AS NAME,
           step_name as target,
           --x.map_name as map_name,
           --x.run_status,
           x.number_records_updated + x.number_records_inserted + x.number_records_merged + x.number_records_deleted AS "#R",
           --x.number_records_selected AS "#S",
           --x.number_records_inserted AS "#I",
           --x.number_records_updated AS "#U",
           --x.number_records_merged AS "#M",
           --x.number_records_deleted AS "#D",
           NVL(x.elapse_time, round((x.updated_on - x.created_on) * 86400)) AS secs,
           x.status
      FROM (SELECT r.top_level_execution_audit_id AS root_id,
                   r.parent_execution_audit_id AS parent_id,
                   r.execution_audit_id AS audit_id,
                   r.created_on,
                   r.updated_on,
                   coalesce(substr(m.map_name, 2, length(m.map_name) - 2), r.execution_name) AS map_name,
                   r.return_result,
                   s.elapse_time,
                   m.run_status,
                   s.number_records_selected,
                   s.number_records_inserted,
                   s.number_records_updated,
                   s.number_records_merged,
                   s.number_records_deleted,
                   s.step_name,
                   s.run_status as step_status,
                   s.elapse_time as step_time,
                   s.step_id,
                   p1.VALUE AS p1,
                   coalesce(e.run_error_message, msg.message_text, s.run_status, m.run_status, r.return_result, 'RUNNING') AS status,
                   msg.message_text
              FROM all_rt_audit_executions r,
                   all_rt_audit_map_runs m,
                   all_rt_audit_map_run_errors e,
                   all_rt_audit_step_runs s,
                   (SELECT execution_audit_id,
                           message_text
                      FROM all_rt_audit_exec_messages
                     WHERE message_line_number = 1) msg,
                   (SELECT p.execution_audit_id,
                           p.parameter_name,
                           p.parameter_kind,
                           p.VALUE
                      FROM all_rt_audit_execution_params p
                     WHERE p.parameter_kind = 'CUSTOM'
                       AND p.parameter_name = 'OTIM_ID') p1
             WHERE 1 = 1
               AND r.execution_audit_id = p1.execution_audit_id(+)
               AND m.map_run_id = e.map_run_id(+)
               AND m.map_run_id = s.map_run_id(+)
               AND r.execution_audit_id = m.execution_audit_id(+)
               AND r.execution_audit_id = msg.execution_audit_id(+)) x
    WHERE 1 = 1
       AND x.created_on > trunc(SYSDATE) - 0
    CONNECT BY x.parent_id = PRIOR x.audit_id
    START WITH x.parent_id IS NULL
    ORDER SIBLINGS BY x.root_id DESC, x.audit_id DESC, x.step_id DESCMaybe your are lucky and it will work also with OWB 10.1.
    Regards,
    Carsten.

  • How BAM can use to monitor B2B process?

    We have a BPEL process that is using B2B piece for connecting Trading partner and want to monitor whole process from Start of the BPEL to end of the B2B.
    Here are the questions.
    Q1. We know by using BAM sensor on BPEL process we can monitor the BPEL prcocess but how about B2B piece?
    Q2. What are the best practices for capturing and reading transactional data in various phases and functional acknowledgement messages from a B2B server?
    Thanks in advance for your reply.

    Please send a note to [email protected] for a document on BAM-B2B integration.

Maybe you are looking for

  • Changing cd file name

    can i change the song name loaded from cd? older cd info indicates file number instead of song name. i would like to change it so the song name displays on my nano. anyone know how???

  • Recommended folder for source code?

    Hi, I upgraded to OSX Lion - which was only possible after erasing everything on my system. Since I now start up with with a 'clean' account, I wanted to take the opportunity to optimize my source code organisation. Since my sources are really checke

  • Why does InDesign always open multiple files in reverse number order?

    Whenever I select multiple InDesign files to open, despite being named accordingly Page_01, Page_02, Page_03, etc. InDesign always opens them in reverse order tabs. If I open 10 spreads at once instead of staring at page 1 I'm looking at the back. Is

  • Image needs to be snapped to the bottom - screen shots provided

    Hi there all, thanks for looking, been using GoLive CS2 for a few months now. version 8.0.1, Powerbook G4 10.4.11 running on 1.67Ghz and 2GB RAM. Been trying for a long time to align the image to the bottom but can't. The 2nd picture you see is what

  • ABAP-Debugger: external breakpoints

    Hi, is there a possibility to extend the validity of external breakpoints (by default 2h) for the ABAP Debugger? Thx in advance. Flo