Hi  friends how to monitor to proxy communications

1)how to monitor to proxy communications in outbound side

Hi Ganga,
Check this blog:
/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy
and check this thread also,
Outbound xml file is not getting generated
May be it will help you.
Regards,
Vikas

Similar Messages

  • How to monitor all SAP Server through solution Manager?

    Dear Friends,
    How to monitor all SAP Server through solution Manager?
    Is it possible if yes then how? Please forward configuration and transaction also.
    Please help me as early as possible..
    Thanks,
    Regards,
    Sachin

    Hi sachin,
    You can monitor your sattilite systems through solution manager.
    If you want to monitor systems in solution manager means you need to configure those systems in solution manager.
    Before including the systems in solution manager we need to create a solution using tcode <b>DSWP</b>.
    After that you can include the systems using tcode <b>SMSY</b>.
    For configuring the systems we have lot of phases its very difficult to explain here.
    Try to login to<b> service.sap.com</b> and <b>help.sap.com</b> find the helpfull guides.
    i hope it will help you.
    any issues post it.
    kiran kumar.v

  • How to monitor messages using CIDX Communication Channel

    I created a CIDX Communication Channel. XI failed to get a message from the source. How to monitor the messages using CIDX communication channel.

    Not sure about the monitoring but u may recheck the communication channel settings as shown:
    Sender
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/512041cfb7f423e10000000a155106/content.htm
    Receiver
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/1b20410e91f523e10000000a155106/content.htm
    Regards,
    Prateek

  • How Do We Monitor HTTP Receiver Communication Channel

    Hi Exports,
    How do we monitor the HTTP Receiver communication channel. Could you please share your ideas.
    I am able to send the message to http to third party system. i want to monitor all messages which it's goes to third party system. Same like if you go to component monitoring we have communication channel monitoring over there we can do monitoring by adapter but when we choose http communication channel there is 0 messages.
    Please provide monitoring thing those messages which is goes to third party system.
    Advance thanks
    Regards
    Ramidi S

    There isnt any transaction to directly monitor the HTTP adapter. However u may do the following:
    1. To test the HTTP adapter you can just test the adapter_plain service in TCODE SICF.
    2. TCODE : SMICM and then Shift + F1 and you can see the status of the HTTP server
    3. You can go to SM59 to see whether the HTTP connections between XI and R/3 are up and running
    Regards,
    Prateek

  • Friend Recommendations: we're having trouble communicating with the game center server and are unable to turn on friend recommendations. Does anyone know how to fix this?

    Friend Recommendations: we’re having trouble communicating with the game center server and are unable to turn on friend recommendations on our iPad. Does anyone know how to fix this?
    we also get this error message when we try to connect the iPad to Facebook from the Candy Crush Saga game..... Failed: Sorry, you  don’t have access to the Kingdom, right now. Please try connecting again later. anyone know how to fix this?

    Welcome to AD!
    I have a regular post for the top 3 or 4 fixes for that 9808 error. Obviously you are going to skip #1, since you've already tried it. Let me know how you get on with the next 2.
    The top 3 fixes to itunes error 9808 seem to be
    1) Go to Start > Control Panel > Internet Options > Advanced, make sure that SSL 3.0 is checked and TLS 1.0 is checked. Also under Security make sure that the “Check for server certificate revocation (requires restart)” is unchecked. Then click ok and fire up iTunes.
    2) The culprit was Norton. The users are set up as Admin and Standard. I have Parental Controls turned on in both Vista as well as Norton. Admin users had no problems connecting to iTunes. Standard users would get the error. I had to go to Norton’s Personal Firewall and add the program “iTunes Helper.exe” and set the option to “Allowed” (”iTunes.exe should already be in the Allowed category.) in order for the standard users to be able to connect.
    3) close iTunes if you have it open right now. Then go to C:/Documents and Settings/username/Local Settings/Application Data/Apple Computer/iTunes. Delete or cut the preferences.xml file which contains your iTunes preferences. Then go to C:/Documents and Settings/username/Application Data/Apple Computer/iTunes and delete or move the preferences.xml file. For Mac users, there is only one file you must delete or move a to a new location and is located at User > Library > Preferences > com.apple.itunes.plist. Restart iTunes and it will recreate those two (or one) files with the default settings. Feel free to set your preferences back to what they were and then connect to the iTunes store and enjoy!
    And #4, see if you can get into the iTS from a different windows admin account on the same PC.

  • How to trigger a proxy in SAP PI 7.1

    Dear friends
      How are you? I am not able to calla proxy in my system,  it throws the dump error like
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component.
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    I have one function module in that I am calling method to execute proxy.
    this is the way.
    data: proxy_create_acc type ref to ZCL_SI_ACCOUNT_CRT,
          lv_param_t type standard table of ZMT_ACCOUNT_CR_T,
          lv_param_l type ZMT_ACCOUNT_CR_T,
          im_account type ZDT_ACCOUNT_CRT.
          im_account-account_name = 'BABINS'.
          im_account-value = im_param.
          lv_param_l-MT_ACCOUNT_CR_T = im_account. ,
          APPEND lv_param_l to lv_param_t . <- this has the data
    TRY.
    CALL METHOD proxy_create_acc->ZII_SI_ACCOUNT_CRT~si_account_crt  <-- error is here
      EXPORTING
        input  = lv_param_l. <-this has the data
    commit work.
    CATCH zcx_ft_fault_acr .
        DATA fault TYPE REF TO ZCX_FT_FAULT_ACR .
        data textid type SOTR_CONC.
        data message type STRING.
        CREATE OBJECT fault.
        return-id  = '001'.
        textid = fault->TEXTID.
    ENDTRY.
    Am I writing wrong. please  help me to currect this error, your any help will be appreciated. thank you so much.

    Seems you have not created object of the class before using its method.
    Use CREATE OBJECT proxy_create_acc before calling method of the class.

  • How to monitor MySQL Server installed in Windows Server using Nagios

    You can do this via NSClient as Gary posted. The NSClient is a communications system that allows nagios to send commands to a target system over the nsclient protocol and they are executed on the remote system. You will still have to build some kind of vbscript or plugin to run on the target system to do the actual query to check on mysql.There are other options to. If you enable snmp on your target computer you can use a few nagios plugins to query the snmp agent on the target computer to see if a service is running. To do this via snmp you will need this plugin "check_snmp_process.pl" fromthis site.Your check command will look something like this:check_win_process:= check_snmp_process.pl -H $HOSTADDRESS$ -C "$USER6$" -n "$ARG1$" -w $ARG2$ -c $ARG3$The service definition will be like this:check_win_process!sqlservr!0!0This will check...

    I installed Nagios Core in my Ubuntu workstation 10.04 for me to learn something new in my craft. I use this now to monitor our Windows Server 2008 with MySQL server installed as well as our Datalink Switch (DGS-1210-24). I searched on google on how to monitor a MYSQL server installed in Windows server using Nagios Core but i could not seem to find any. Could anybody who's expert in Nagios give me steps on how to do so. Thanks. All i found in google were steps in monitoring mysql installed in linux and nothing in windows server.
    This topic first appeared in the Spiceworks Community

  • 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.

  • Monitoring receiver idoc communication channel

    Hi All
    I have an idoc to idoc scenario.
    I am unable to see my receiving idoc communication channel in communication channel monitoring of RWB. It is not available in the dropdown list.
    I want to have a look at the audit log to see if the idoc is delivered to the receiving system.
    How can i monitor receiver idoc communication channel?
    How can i ensure that the idoc is delivered to the receiving system?
    In sxmb_moni, status is checkered flag.
    Many Thanks
    Chandra Sekhar

    Hi,
    IDOC is on ABAP stack hence u can not monitor IDOC.
    For testing purpose
    1) GO to SXMB_MONI check the status of message.
    2) Go to R3 and enter Tcode WE02 and check the IDOC which is send from XI. enter the idoc name and see the status of IDOC it should be in green status if it is posted successful or else see the status record for checking the error message.
    chirag

  • Proxy communication message flow,

    Hi all,
       Can any body help me out  in understanding the message flow in Proxy communication and how is it different from the flow that involves Techical Adapters?.How the mesage Id will  be created in Proxies for messages? .Lets suppose The scenario is  Proxy (ABAP) to Proxy (ABAP).Please explain in this perspective.Any good links,blogs ,Docs with useful explanation will be helpful to me .
    Thanks,
    Amar.

    Hi Amar,
    Hi,
    Please refer to these Blogs...
    Communication between SAP System & Webservice Using Proxies
    /people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies
    ABAP Proxies in XI(Client Proxy)
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    ABAP Server Proxies
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    Regards
    Mahesh

  • Proxy communications. Pls advice urgent

    Hi All,
    If we go by blog -- /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    5) Error: 404 Not Found
        Last Point -- error is because of integration server when
        using Proxy communications.
    How to make RFC destination (SM59) of type HTTP connection (type H) to the Integration Server
    What will  be the
    a. host name,
    b.port,
    c.path prefix
    d.User Name.
    Regards

    hi rider,
    please create http destination with name SAPISU_XID
    a. host name --> XI host name
    b.port= http port
    c.path prefix = \sap\xi\engine?type=receiver or engine?type=entry depend your version
    d.User Name = user of xi  system
    after this create TCP/IP LCRSAPRFC->connecting ur businnes system to SLD landscape
    and SLDSAPAPI .
    after this go to sxmb_adm ->integration engine configuration
    provide runtime parameters with above details
    do a compile check
    once it is succesful u r ready to launch proxies
    genrally it will fail at saying business SLD landscape != Configured SLD
    got to sldapicust and do the needful
    see that engine server for SLDAPICUST and LCRAPRFC are same
    Thanks & Regards,
    rama Krishna
    Edited by: rama krishna talluri on Mar 6, 2008 3:38 PM
    Edited by: rama krishna talluri on Mar 6, 2008 3:39 PM

  • Undesrtanding Proxy communication with the Integration Engine

    I want to understand all the process in a client proxy communication. I know that the Local integration engine sends a PI-SOAP to the Central Integration Engine, and the local integration engine makes the communication with the ICM in the SAP PI side. My question are the next:
    1. SAP documentation mentions that the XI Adapter is necessary. Where is it located?, after or before of the ICM in the SAP PI side. What is it function?, because the message is already in PI-SOAP format.
    2. How does the local integration engine send the PI-SOAP message? Does it need an XI-Adapter ?.
    Thanks in advance.

    HI,
    1. SAP documentation mentions that the XI Adapter is necessary. Where is it located?, after or before of the ICM in the SAP PI side. What is it function?, because the message is already in PI-SOAP format.
    2. How does the local integration engine send the PI-SOAP message? Does it need an XI-Adapter ?.
    -->XI Adapter is necessary only at the receiver side not at the sender side, by using proxy pre-configuration steps and proxy framework message from the sender system(Client proxy) will reach PI system. So, in this case XI adapter is not necessary(adapterless communication).
    Proxy Framework which consists of Proxy Generator and Proxy Runtime:
    Proxy Generator- Converts ABAP corresponding elements to WSDL corresponding elements and viceversa and by using Proxy Runtime, local Integration will be connected to Central Integration.
    When a request is sent form client proxy-->ABAP corresponding elements will be converted to WSDL elements and local integration engine will be connected to central integration engine and whole process will be done.
    If the receiver system is SAP, and since there can be many SAP systems connected to PI, to send data from PI to that particular receiver SAP system, PI needs the receiver system details like business system name etc. So, XI adapter is manadatory only at the receiver side.
    check out this blog for more info:
    [http://www.****************/Tutorials/XI/ABAPProxy/page1.htm]
    Regards,
    Sunitha

  • How to monitor phyisical memory utilization

    Can anyone let me know how to monitor the physical memory utilization using monitors/rules?
    The existing monitor which is there in windows server management pack monitors the virtual memory where as i wanted to monitor physical memory

    You have to create the monitor yourself.
    This monitor is called a Static threshold performance monitor. In the counter list, choose % commited bytes
    A walkthrough can be found here:
    http://technet.microsoft.com/en-us/library/bb309655.aspx
    Juke Chou
    TechNet Community Support

  • Proxy to Proxy communication

    Hey guys,
    Is it possible to have a proxy in weblogic Domain A forward a message to a proxy in weblogic Domain B? If so how would you configure proxy A response endpoint to point to proxy B incoming endpoint URL?
    Thanks

    Hi,
    If you want a Proxy service 1(on on domain) to communicate with another Proxy Service 2 (on a different domain), the procedure is similar to any other business service configuration. In general the Business Service would point to backend service (here your backend service is another ProxyService on a different domain).
    To setup this communication you will need to do the following:
    1. Create a business service (with the WSDL of Proxy Service 2) and have the URL of Proxy service 2 configured for this.
    2. From Proxy Service 1 route the request to this Business service.
    This was you should be able to invoke proxy services on other domains.
    Please do let me if you need any further information.
    Thanks,
    Patrick

  • What are the pre-requisite for ABAP Proxy communication?

    What are the pre-requisite for ABAP Proxy communication?

    hi,
    How to create proxy.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    How to Activate Proxy.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    ABAP Server Proxies (Inbound Proxy)
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    OutBound Proxy (Client Proxy)
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    File to R/3 via ABAP Proxy with good example
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    Debug your inbound ABAP Proxy implementation
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm
    Synchronous Proxies:
    Outbound Synchronous Proxy
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bpurchase%2border%2bsend
    Inbound Synchronous Proxy
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsales%2border%2bcreation
    regards
    srinivasreddy

Maybe you are looking for

  • How can I put a parenthesis around the number?

    Hi expert people!!! One question:  How can I put a parenthesis around the number because I have this write:   /123 t_bsid-pago1, 141 t_bsid-pago2,           157 t_bsid-pago3, 175 t_bsid-pago4,           193 t_bsid-pago5. and if I put the parenthesis

  • Key figures in Cost elemnt based report

    Dear All, I have created a Cost Element based Report for the Project using report painter. In this same report, I want to pull a key figure(the key figure is 'remaining forecast planned costs") which is coming from cost forecasting report (Report 12C

  • How to stop the new Photos.app opening every time I put in a new device?

    How to stop the new Photos.app opening every time I put in a new device? It's annoying as i use bridge to do all my photo organising.

  • WebLogic 8.1SP4 and IIS

    Hi, I want to configure weblogic with IIS and have found enough articles on how to proxy IIS to point to a single instance or a clustered environment but not on how to proxy IIS to multiple WebLogic servers I have the application running on http://<w

  • Warning in offline backup.

    hi,   i will take offline backup every day 1:00 am through DB13.( hp-ux, oracle 9.1, sap 4.7) from 3 days, it is giveing warning as   "BR0334W ststus of database file /oracle/C1P/sapdata5/temp_2.data2 is RECOVER. how to solve this problem. Regards, S