Monitoring WebService Runtime without PI

Greetings SOA-Community
We would like to monitor our WebServices (created from RFC-Functions) and trigger alarms(e.g. eMail, CCMS-Alarm...anything) whenever the runtime of a single WebService Call exceeds a certain threshold. The WebService Consumer is a non-SAP System.
I guess I'm looking for a way to parse the SOAMANAGERs Protocol & Trace-Log at Runtime but I've yet to find a way to access this information in our System.
Any ideas on how this might be accomplished in a non-PI-controlled environment?
Thanks in advance
Chris

Hi,
SAP offers tool like CCMS and Alert Framework for doing it and other tools (like log viewer in NWA) but these tools required monitoring by themselves, if you want out-box-solution then SAP don't have any tool for this.
You can configure Alert Framework on ERP system to watch services (I never tried for services) but if you alerts/mail etc then you need to design your own tool for same.
These traces and logs are stored in file and not in DB just to make sure raw recovery procedure if something goes wrong with DB.
you can evaluate 3rd party tool like Tivoli to monitor standard trace files which even can give you alerts. Another possible way is to design shell script or java code to do it and schedule it via crontab or schedule task on OS level.
Regards,
Gourav

Similar Messages

  • My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    Just an email address
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • Messages on Holding at Message Monitoring under Runtime Workbench

    Hello Colleagues,
    we have currently the problem that a lot of messages for some interfaces are in status Holding under Message Monitoring at Runtime Workbench for PI 7.1.
    I'm not able to resend the messages with status Holding as well as change status to cancel.
    Quality of Service for the Interfaces are Exactly Once in Order.
    I assume an error message blocks the queue and due to the fact we have Exactly Once in Order configured all following messages be in status Holding.
    Is my assumption right?
    But, I am not abel to find any messages in status error with blocks the queue!
    How can I solve that issue?
    Many thanks in advance!
    Jochen

    I assume an error message blocks the queue and due to the fact we have Exactly Once in Order
    configured all following messages be in status Holding.
    AE should have least number of EOIO messages at a given instance...otherwise Holding is what you get.....and holding is common with EOIO....so see if you can chagne the QoS of some messages to EO
    But, I am not abel to find any messages in status error with blocks the queue!
    Never you will get an error in SXMB_MONI....or the queue blocked....
    When your message goes out of IE...the corresposding message entry is marked with chequered flag...observe in MONI you will see this....however in AE the message can fail if not able to send to the target system....
    For some more understanding refer my answer in this thread:
    Re: Restarting Error's in SXMB_MONI
    Regards,
    Abhishek.

  • Error while opening Adapter Monitoring in Runtime Workbench

    Hi,
    I am unable to open Adapter Monitoring from
    Runtime Workbench -> Component Monitoring -> Adapter Monitoring
    When I tried to open, I am getting following message in the new window:
    "The page cannot be displayed"
    Please let me know where I can enable this option.
    Thanks,
    Yogi.

    Hi,
    Go thru this SAP Note- 768456,928862
    Also this doc may help u-https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0e1ba1a-e86e-2910-ee83-b73b54abc7d4
    Regards,
    Moorthy

  • "Error in message monitoring in runtime workbench"

    Hello All,
        I have an error in message monitoring in runtime workbench.
    We have installed PI7.0 and it should run on port 50000.But it is running on port 50100.
    Please suggest what are the steps involved to resolve this problem.
    Thanks and Regards
    SAN
    null
    k san

    San,
    Can you please copy / paste error message.
    Also check if you have set correct port in Exchange profile under Runtimeworkbench.
    Nilesh

  • Com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException

    I get the below error in Develope trace and see all the process are in status :"Inprogress" from many days and the task's related to them are inactive.How can i rectify?
    process()
    [EXCEPTION]
    com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException: com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Connection IO Exception. Check nested exception for details. (Invalid char #0x0 (:main:, row:328, col:0)).
    at com.sap.engine.services.webservices.espbase.server.additions.StreamEngine.deserializeJEE(StreamEngine.java:386)

    Hi,
    You get this error when null value is passed when the webservice is triggerred. Check for null values and pass any default value when triggering the webservice. This will solve. At the end of the error trace the exact cause for the exception will be mentioned.
    Regards,
    Shilpa

  • Calling a webservice runtime from ABAP

    Hi All,
    I have a doubt regarding the usage  of webservice runtime.
    I have a scenario where we have a webdynpro ABAP program which displays all the messages for a particular interface. In our scenario we have only an Integration server of PI 7.1. In this server we have developed the web dynpro ABAP program. Now in this program we need to display the adapter status of the message also.
    For getting the adapter status from the Java Stack we developed a webservice. but now the problem is that we cannot consume the webserive using a proxy runtime from the inntegration server.
    I have heared that it can be done if we are using  webservice runntime instead of the proxy runtime, but i dont have a clue in how to use the web service runtime.
    so please somebody help me understand the concept of using the webservice runtime, and how to create and use the webservice runntime to achieve my requirement.
    Thanks in advance.
    AjithV

    Hi All,
    I have a doubt regarding the usage  of webservice runtime.
    I have a scenario where we have a webdynpro ABAP program which displays all the messages for a particular interface. In our scenario we have only an Integration server of PI 7.1. In this server we have developed the web dynpro ABAP program. Now in this program we need to display the adapter status of the message also.
    For getting the adapter status from the Java Stack we developed a webservice. but now the problem is that we cannot consume the webserive using a proxy runtime from the inntegration server.
    I have heared that it can be done if we are using  webservice runntime instead of the proxy runtime, but i dont have a clue in how to use the web service runtime.
    so please somebody help me understand the concept of using the webservice runtime, and how to create and use the webservice runntime to achieve my requirement.
    Thanks in advance.
    AjithV

  • Consuming Webservice runtime

    Hi All,
    I have a doubt regarding the usage of webservice runtime.
    I have a scenario where we have a webdynpro ABAP program which displays all the messages for a particular interface. In our scenario we have only an Integration server of PI 7.1. In this server we have developed the web dynpro ABAP program. Now in this program we need to display the adapter status of the message also.
    For getting the adapter status from the Java Stack we developed a webservice. but now the problem is that we cannot consume the webserive using a proxy runtime from the inntegration server.
    I have heared that it can be done if we are using webservice runntime instead of the proxy runtime, but i dont have a clue in how to use the web service runtime.
    so please somebody help me understand the concept of using the webservice runtime, and how to create and use the webservice runntime to achieve my requirement.
    Thanks in advance.
    AjithV

    Vijay,
    I've to make a call to External (non-sap) system --> pass some values --> (and then) get the returning parameters/values from the exernal system. The webservice is created in external system and here SAP will act as a client.
    The system is SRM5.0, is it possible to use the RFC - XI soap approach in SRM 5.0 by maintaining the necessay configuration w/o involving XI system exclusively ? or XI is a MUST  for this type of scenario ?

  • Which jar file to include for oracle.jdeveloper.webservices.runtime.Wrapped

    I am trying to make a Web Service client on my jakarta tomcat server....
    I used JDeveloper for generating my client .java file but i dont know which jar to include for oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.
    Somebody pls tell me which jar file i need to copy for this thing to run successfully .... thx

    Hi,
    After compatibility problems between stub generated with JDeveloper 10.1.3 and Oracle Application Server 10g (9.0.4), i decide to downgrade the project to JDeveloper 10.1.2, then more problems... the wsdl wich JDeveloper 10.1.3 accept perfectlly was not so well interpreted by JDev 10.1.2, and i have to do some adjustments on wsdl, then the code generated didn´t format well the soap message (namespaces).....and i made my self some code at the stub class....uffff.
    Now I have the java.lang.NoClassDefFoundError: oracle/jdeveloper/webservices/runtime/WrappedDocLiteralStub when the application run´s at the Application Server, and yes i include the jdev-rt.jar (included on 'JDeveloper Runtime' library)
    Any clues (changing the technology is not an option ...for now)?
    Thank´s

  • Getting Error :Error when instantiating WebService runtime

    Hello All,
                  I am a new to Webservices and writing a test program .I am using the ECC 5.0 .I am calling a Webservice from R/3 .I am  trying to call this webservice  :[http://webservices.daehosting.com/services/isbnservice.wso?WSDL].
    I am getting the following exception
    {<?xml version="1.0" encoding="utf-8" ?>
    - <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
    - <asx:values>
      <SYSTEMFAULT href="#o68" />
      </asx:values>
    - <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">
    - <cls:CX_AI_SYSTEM_FAULT id="o68">
    - <CX_ROOT>
      <TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>
      <PREVIOUS href="#o55" />
      <KERNEL_ERRID />
    - <INTERNAL_SOURCE_POS>
      <PROGID>191</PROGID>
      <CONTID>558</CONTID>
      </INTERNAL_SOURCE_POS>
      </CX_ROOT>
      <CX_STATIC_CHECK />
    - <CX_AI_SYSTEM_FAULT>
      <CODECONTEXT>Local</CODECONTEXT>
      <CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE>
      <ERRORTEXT>Error when instantiating WebService runtime (Error when initializing SOAP client application )</ERRORTEXT>
      <LANGUAGE />
      </CX_AI_SYSTEM_FAULT>
      </cls:CX_AI_SYSTEM_FAULT>
    - <cls:CX_XMS_SYSERR_PROXY id="o55">
    - <CX_ROOT>
      <TEXTID>3F829CAF9A45633CE10000000A155117</TEXTID>
      <PREVIOUS />
      <KERNEL_ERRID />
    - <INTERNAL_SOURCE_POS>
      <PROGID>0</PROGID>
      <CONTID>0</CONTID>
      </INTERNAL_SOURCE_POS>
      </CX_ROOT>
      <CX_STATIC_CHECK />
    - <CX_XMS_SYSTEM_ERROR>
      <ID>ERROR_WEBSERVICE_RUNTIME_INIT</ID>
      <P1>Error when initializing SOAP client application</P1>
      <P2 />
      <P3 />
      <P4 />
      <INFO />
      <CATEGORY>XIProxy</CATEGORY>
      <AREA>ABAP</AREA>
      <RETRY>M</RETRY>
      </CX_XMS_SYSTEM_ERROR>
    - <CX_XMS_SYSERR_PROXY>
      <CO_AREA_ABAP>ABAP</CO_AREA_ABAP>
      </CX_XMS_SYSERR_PROXY>
      </cls:CX_XMS_SYSERR_PROXY>
      </asx:heap>
      </asx:abap>}
    This is what i have given in LPCONFIG Tcode
    LPCONFIG->General setting-> Call parameters->
    URL->http://webservices.daehosting.com/services/isbnservice.wso?WSDL
    Please help out what I am missing here
    Thanks
    Krishna

    I had the same error, while implementing a new client webservice.
    The Error ERROR_WEBSERVICE_RUNTIME_INIT was in my case solved by:
    1. regenerating the CL_SOAP_APPLICATION_CLIENT class.
    and
    2. deleting the LPCONFIG setting and creating a new one.
    Edwin.

  • Can I install LV runtime without admin rights?

    I want to install LV runtime without admin rights.  Is there any workaround that will allow me to do this?
    J

    JustinJames wrote:
    Does anyone know of a hacky way to do this?  I have ABSOLUTELY no way to get admin rights.
    J
    Not that Windows security is the greatest but generally these types of things are not easy to bypass. They are security related afterall. I think you will need to contact you IT department about installing the runtime engine for you.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Can we user Report Runtime without 9iAS?

    Can we user Report Runtime without 9iAS?
    How to install/configure the Report runtime?
    Thanks in advance,
    Trung

    This question should be posted on the reports discussion forum.
    Oracle9i Reports is a web version only. It relies on the report Server to manage queus of reports and distribute them as needed. The Oracl9i Reports Server is part of Oracle9i Application Server and you need to license Oracle9iAS to use it.
    Once you install Oracle9iAS you'll have the reports server configured for you.

  • Installing Java SE 6 runtime without admin password

    I work for a school district which uses JAMF's Casper suite to manage our Macs. We recently received a new shipment of mbp's which have been updated to 10.8.4. With Casper we are able to push out software packages without any end user involvement. This is especially convenient so we don't have to input the admin password with each install. We use a couple of Java based applications as well as Java enabled web sites for education. Problem is I can install JDK 7 Update 25.pkg which takes care of viewing webistes but when I attempt to open our Java desktop apps it asks if I want to install Java SE 6 runtime which requires an admin password. I've tried installing Java 6 from Apple's download page but when I attempt installing it says I must be running 10.6.x. Is there any way of installing runtime without an admin password and where might I find the runtime package. Sorry for the lengthy explanation. Thanks.

    JDK 7 Update 25.pkg
    That is the newest Java so you shouldn't need Java SE 6.

  • Cache Monitoring in Runtime Workbench not showing status/throwing error

    Hello Friends,
    The Cache Monitoring in Runtime Workbench is not showing the status at all. Below is the error message that is displayed.
    Connection to system RUNTIME using application RUNTIME lost. Detailed information: Error accessing "https://us-medpiqas.ww005.siemens.net:50001/run/value_mapping_cache/int?method=InvalidateCache" with user "null". Status of response is HTTP/1.1 401 Unauthorized - Unauthorized
    It was working fine few days before. Now the messages are not getting processed as they are not able to access the message mapping at runtime. I am surprised as to how this happened. Can anyone of you tell me what I can do to proceed with the problem?
    FYI: SXI_CACHE in ABAP Stack shows updated status and is green.
    Thanks & Best Regards,
    Anand Patil
    Edited by: Anand Patil on Dec 22, 2010 4:06 PM

    Hi,
    Restarting the XI: CPA Cache Service in https://<host>:<port>/nwa -
    > Systems---->Start & Stop. After restarting the CPA Cache service. The error is no more shown.
    This works!
    Thanks & Regards,
    Anand Patil

  • MacBook Air: It's impossible to turn on the monitor (wake up) without reboot ...

    It's impossible to turn on the monitor (wake up) without reboot if i click any key in the same point when OS is going to sleep. If 1-2 seconds manage to pass  - Everything is ok!
    Please fix it!

    use the last combination the three finger reflash you will lose all your data but your phone might work, if the last code does not work you ought to contact either provider or nokia care point for assistance  
    *#7780# - Restore factory settings - resets all the settings to the default ( you will not lose any data)
    Make sure you back up your data as you will lose all of it when you perform option 2 or 3 on this list.
    *#7370# - Reformat your phone
    This you perform as a last resort. Nothing else is working. Turn off your phone, hold the following buttons while pressing the power button. (the default code is 12345)
    re-flash - hold the following buttons *, 3 (number button) and talk/green key. turn on the phone and do not release those buttons until you see the Nokia boot up screen.
    If these codes are not working the only thing for you to do is contact your Nokia Care Center/Service.
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

Maybe you are looking for

  • Item is not available for reference to Excise Invoice, Deselect Item OK!

    Hai, I am doing a Sub contracting scenario, in which the excise is applicable to main material, i have maintained condition records, captured excise But while doing GRN i am getting Item is not available for reference to Excise Invoice, Deselect Item

  • Error FTP'ing Webi report

    Hello, I scheduled a Webi report to be FTP'ed. I got the below error: Error Message: A database error occured. The database error text is: The SAP SSO authentication process will fail because the current user doesn't have an alias that matches system

  • Importing while digitizing, clips not importing

    I am trying to import footage from VHS tapes. I've done this before with FC Express and worked like a charm: I connect the VHS VCR to a DV camera with AV>DV capabilities with standard AV cables, and connect the DV camera to my iMac using firewire. Wi

  • Help with array

    i have this assignment and i need to get number of As, Bs, Cs, Ds, and Fs and display those numbers based on the % of the class in a graph. (duno if that made sense, lets say theres 2 As and 2 Fs, 50% had As and 50 had Fs...) the grapg needs to look

  • QTY difference in STO invoice

    Hello Experts I am working with a STO process. When i create a STO PO  for Quantity 10 units with doc type UB and corresponding delivery  NL for 10 units Now when i Create a Proforma Invoice for the Deliivery. Below is the issue htat i face In the Ma