Going through messages in PI using http requests

Hi,
I'm researching for an external tool that will handle PI channels.
I'm aware of the stop, start and status actions that can be used in an http request.
But what if I want more detailed information?
For example, if a channel is in status error, is there an http request to get details about the error?
What about messages? Is there a request I can use to find out what messages came through the channel?
So what else can I get using http requests besides the basic 3 actions?
What about RFC calls? Can they be used to get more information on channels/errors/messages?
Someone has a guide, about the http calls/RFC that can be used.
Thanks!

Thing is that one of the requirements is to limit the need to go to SAP and check the errors.
Also, there is a need to watch for certain message, not necessarily if only error occurred and trigger stuff in my application.
The tool I'm working on is an enterprise one that also interacts with other applications in the organization, so if I want to create dependencies between different applications covered in my tool I need to get more information than just the status of the channel.
So, I hope for some additional http calls to get more information, but if there are none, then I'll have to do with what we have

Similar Messages

  • XI message with Attachment using Http Adapter

    Hi ,
    We are using XI/PI 7.0 with Sp09 and Sender Application is SRM and Receiver is Ariba MarketPlace.
    We are trying to Send PO with Attachments like Word, PDF etc from SRM to Ariba using Https adapter and from SRM we are using ABAP Proxy. When I did the testing with out any special config, I was able to send the attachments (I can see word doc as part of the payload-attachment) to XI from SRM but this attachment is not going through https adapter from XI to Ariba?
    I have read some posts on this but I could not find the answer for my situation. One of the solution is that we can use SOAP adapter but we don't want to use Soap for some reasons.
    Please give your thoughts.
    Thanks in Advance.
    -Laxman

    > Thanks for your replies, I am little confused, based
    > on your references http can't support attachments.
    That is true.
    > Also sap help link says Http adapter doesn't support
    > attachments and XI adapter also doesn't support.
    That is not true. XI adapter (in fact we do not talk of an adapter) supports attachments.
    > It means Proxy also shouldn't support because proxy is
    > nothing but XI adapter.
    This is true, ABAP or Java Proxy are like XI adapter. Therefore it supports attachments.
    > But When I send PO with attachments from SRM using
    > Proxy connection I was able to pass through XI. So
    > how proxy was able to send the attachments and this
    > is contradicts to the help documentation.
    The online help is wrong.
    > We don't want to use SOAP because we are already
    > using https adapter and this scenario is in
    > production also if we go with SOAP then we have to
    > re-import the digital certificate in Java Engine for
    > SSL. Attachments are the new enhancement only.  
    I do not see another solution besides using SOAP adapter in so-called non-SOAP mode. Yes you have to reimport the certificates to J2EE stack.
    Regards
    Stefan

  • Hi Gurus, message star throw a http request as a trigger

    Hi Gurus,
    we want config a scenario where we get a http request as a trigger for start a message with JDBC-channel.
    We have to select data from 5 tables with the value from the request and than transform this in a IDOC-Type and the receiver from the idoc is BI.
    Have anybody an example for this scenario?
    Thanks for your help.
    best regards Michael
    Edited by: Michael Kappe on Oct 9, 2008 10:37 AM

    Hi,
    I think need BPM for your scenario, according to ur requirement whenever got http request need to take data from tables and pass to IDOC.
    i.e
    HTTP-->JDFC--
    IDOC
    .................................Data Base TAbles

  • Writing to BI on demand using http request in ABAP code

    Hi Gurus
    I am getting ICM_HTTP_CONNECTION_FAILED error when I execute a program which contains HTTPS request. The purpose of the program is to write in bi.demand.com. The HTTP error code is 400.
    Also in SMICM I get the following error:
    ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 29;XX.XXXXX.com:443) [nibuf.cpp    4611]
    WARNING => Connection request from (25/133/3) to host: XX:XXXXXX.com, service: 443 failed (NIECONN_REFUSED)
    210 ACCLIMATION, acclimation-PC, 12:38:29, M3, W0, SE38, 6/2 [icxxconn_mt.c 2321]
    What should I do to correct this?
    Thanks in advance.
    Regards
    Sunny

    Hi Sunny,
    None of this looks familiar to me.  What is the url that you are trying to request?
    Are there potentially any proxy servers between your machines and the internet that need to be configured into your application?
    Cheers
    Steve

  • All my contacts have suddenly disappeared!! I just changed my email exchange details as have changed my company and 5 mins  after that my contacts were all gone.!! am going through messages to understand the contact person and saving numbers.

    I just changed the details of my mail exchange and suddenly after 5 min.s all my contacts are gone??!!!!! I am trying to go through all messages to recognize the people who have sent me their messages.. PLEASE help. How can I get my contacts back??
    I dont really have my backup. The laptop I used to sync with, is with my old company now.
    Cheers,
    Shivani

    I just changed the details of my mail exchange and suddenly after 5 min.s all my contacts are gone??!!!!! I am trying to go through all messages to recognize the people who have sent me their messages.. PLEASE help. How can I get my contacts back??
    I dont really have my backup. The laptop I used to sync with, is with my old company now.
    Cheers,
    Shivani

  • How to read the Image Data using HTTp Request response

    i want to read image data from server please send me any code or answers.
    and also i want to exit application using button control for iphone simulator.
    thanks in advance.

    You would do a URLRequest and download the image. You could save it to disk and then load it or directly create a new image with the binary data.

  • Force SB-Messaging to use HTTP

    HI,
    Is there a way of forcing SB-Messaging adapter to use http insteed of tcp?
    I am behind a firewall where I can't open the tcp ports.
    I did a C# app where I by adding "ServiceBusEnvironment.SystemConnectivity.Mode = ConnectivityMode.Http;" solved the problem.
    Can the same be done in BTS SB-Messaging adapter in?
    /// Johan

    I noticed that even with the WCF-BasicHttpRelay adapter in BizTalk 2013 the adapter requires an outbound connection to port 9351.
    The ConnectivityMode.Http setting can be used to direct all traffic over ports 80 and 443. This is especially useful
    in customer environments where proxies typically allow traffic to ports 80 and 443 only.
    With "netstat -a" I compared the connections between by BizTalk adapter and my custom service. The BizTalk adapter uses an outbound connection to port 9351 and the custom service
    does not.
    There seems to be no way to change the behaviour of the BizTalk adapter as this adapter does not allow for extensions either.

  • Flat file using http

    Hi guys,
    I work on pi 7.1.
    A flat file is sent to me using http request. I want to read the file, remove the heading and then convert it to xml and pass it into R3 through an idoc.
    Do anybody have any suggestions.
    Thanks
    Ugur

    Thank you for the link. I have been working using that document. But the problem is that i  can not trigger a break point in that code, so i can not manipulate with that data coming in.
    Have you any input to how to invoke the debugger.
    Regards

  • When my swf in a html page connected with a socket server other http requests were blocked, how to resolve?

    I have used php to write a socket server(text chat server),
    then I use xmlsocket to write a client, I put this swf file in my html page, erverything of this client swf were ok: ervery clients could send or receive messages, but the other http request in this html page was unable to send(or receive) data from webserver,
    webserver and chat server were on the same server,
    and I have tried to use socket to instead if xmlsocket in my flash, but the new swf can only work in flash cs3, but it couldn't work in html page as the chat server can't send the security xml file to this swf, and I have also use Security.loadPolicyFile("http://192.168.139.128/crossdomain.xml"); to load security file, but it took none effect.
    Is there anyone can suggest me ?
    That's very kind of you!

    Hi Franco,
    Yes, I solved that by reinstalling Java 6 Update 21.
    There are three versions for Solaris namely, SPARC, x64 and x86. Our platform is SPARC and I think System admin has installed the wrong version instead of installing SPARC version of Java.
    After installing SPARC version of Java this got resolved. And I confirmed everything is fine by running a small program as below. You can run this program from command line using the -d64 flag. If the installation is wrong you will get the same exception as I mentioned.
    public class Analyzer {
          public static void main(String args[]) throws Exception{
               InputStream fin = new FileInputStream(args[0]);
               int iSize = fin.available();
               byte mvIn[] = new byte[iSize];
               fin.read(mvIn,0,iSize);
               fin.close();
               String strText = new String(mvIn);
               PrintStream fout = new PrintStream(new FileOutputStream(args[0]+".csv"));
               fout.println("Before,After,Seconds");
               Pattern p = Pattern.compile("\\[(?:Full |)GC (\\d*)K->(\\d*)K\\(\\d*K\\), ([\\d.]*) secs\\]");
               Matcher m = p.matcher(strText);
               while(m.find()){
                    fout.println(m.group(1)+ "," + m.group(2) + "," + m.group(3));
               fout.close();
    }Hope this helps.
    Regards,
    Prabhu

  • How to send a http request to a non java appln

    I have one legacy web application running which can handle only http request . So I need to connect (using http request) and send my request and get the response, without opening that application in browser.
    Any idea
    1) How to connect to non - java appln from a java appln ?
    2) How to use the Httprequest without displaying the page using browser?

    You can try one of three routes:
    Open a socket and write the HTTP request and parse the HTTP response yourself
    Use java.net.URLConnection
    Use Jakarta Common's HttpClient at jakarta.apache.org- Saish

  • HTTP requests & Access from a SAP Environment + DMZ

    Dear Experts,
    I don't know if i write in the right topic but if it is wrong, do accept my apologize.
    Currently, i have installed a SAP ECC 6.0 IDES + a SAP EP 7.0 Enterprise Portal + a SAP Solution Manager 7.0 (SAP Zone) with a SAP Router whitch is in a DMZ (See image this link for more details : http://img149.imageshack.us/img149/1603/sdniu3.jpg)
    In the SAP Zone, when i try to connect to Internet everything works. From the LAN or from other place, impossible to connect to http://<hostname>:5XX00/irj/portal from EP7 for example.
    I have poor skills in network and security and i would like to know what do you suggest me?
    1/ Can a SAP WebDispatcher be usefull in the DMZ?
    2/ Do i have to install IIS or APACHE for this?
    My own goal is to access for HTTP Request (http://<hostname>:5XX00/irj/portal for example) from the LAN or outside the NetWork.
    Thank you very much in advance for your helps.
    Best regards,
    Pascal.

    Hello Rainer Kunert,
    thank you for replying. I forget to say that there are only 2 ports opened to "outside" the SAP Zone. Inside the SAP Zone, i can sign in the portal with the port 5XX00 for example. For security reason, there will be only one way to pass throught the DMZ via 1 or 2 ports maximum. Outside the SAP Zone, i could access to the SAP System with SAP Logon but with a t-code whitch use http request (for example se80 for a package program) there is no effect but inside the SAP Zone, everything's ok.
    I just want to know what do you mean by "Web Application Firewall" and "appliance". Do you have an example or something explaining it please?
    Thank you very much again.
    Best regards,
    Pascal.

  • TS3297 i can no longer connect to itunes. a message comes up "we could not complete your itunes request. The itunes store is temporarily unavailable. please try again later. but when i use a different acct. it goes through right away . why did this start

    i can no longer connect to itunes. a message comes up "we could not complete your itunes request. The itunes store is temporarily unavailable. please try again later. but when i use a different acct. it goes through right away . why did this start happening?

    I don't know - but I am having the same problem and have not had any useful help from Apple Support.  Everything they told be to do has been done and it hasn't fixed the problem.

  • Configuring using AAEI have been going through the following document. http

    I have been going through the following document.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87cfa?quicklink=index&overridelayout=true
    1. I have a JMS to Proxy scenario async. How do I make this scenario configured using Integrated configuration in 7.11 using AAE to improve the performance of this scenario?
    I know it is not supported by Proxies?
    Plz let me know the steps required for the same?
    2. I have a file to Proxy scenario - Async. Can I configure the same using integrated configuration scenario?
    Thanks
    ~N

    Hi
    Please check the following links for AAE with proxy
    ABAP Proxy sender possible in integrated configuration AAE with PI 7.11
    /people/makoto.sugishita/blog/2009/10/23/a-new-feature-in-netweaver-pimessage-protocol-xi-30-in-soap-adapter
    Regards
    Abhijit

  • Logout from AM session through Proramatically ( using an http request)

    Hi Everyone,
    I want to logout from the AccessManager via Programatically through an http request? Is there any such url by invoking an HTTP post request we can logout from the Access Manager session?
    Thanks,
    Ranjith.

    Hi,
    You can do a post to /amserver/UI/Logout ar you ca programatically destroy the session using something like:
    SSOTokenManager manager = SSOTokenManager.getInstance();
    SSOToken token = manager.createSSOToken(cookieValue.trim());
    manager.destroyToken(token);
    Andrei

  • I have an iphone 5s and my kids have ipods. How do i set up the ipods to use facetime and messaging without it going through my iphone?

    i have an iphone 5s and my kids have ipod touches. How do i set up the ipods to use facetime and messaging without it going through my iphone or rather using my apple id? Is this possible? Does each device need its own apple ID and/or icloud email?

    Try unchecking your phone number and email address (if present) under You can be reached by FaceTime (iMessage) at in Settings>Messages>Send & Receive and Settings>FaceTime on their devices.  Also uncheck their email address (if present) on your phone.
    Otherwise have them use separate Apple IDs for these services (tap the ID, sign out, sign back in with a different ID).  You can do this and still share the same ID for other services such as iTunes.

Maybe you are looking for

  • My I phone is not getting detected on my PC...

    My Iphone is not getting detected on my PC, though it is being recognized by Itunes. Also how can i download the pictures from my phone since it is not being detected by my PC. Its an Acer laptop running on windows 7. Can anybody help???

  • Audio doesn't play right in transitions

    So I have 2 clips that i'm trying to put an overlap in between.It inserts fine, but when i play it the audio in the transition is the audio from a clip that's at the beginning of the video. Every transition is like this and I have no clue what to do,

  • Printing PDF's In Preview Not Working Well

    I use a ScanSnap scanner to scan several hundred page documents and then print them in whole or in part using Preview. There used to be an option to have multiple "images" (if I remember the phrasing correctly) per page (2, 4, 8, 16 etc) but now that

  • IOS 4: 2nd Generation Photo Problems

    Aside from the ridiculous lack of wallpaper, I have noticed another problem with iOS 4 on the 2g iPod Touch. All of my photos have had the quality drastically reduced. Even without zooming in, every picture appears grainy and pixelated. So now, in ad

  • What is going on with Verizon? Cannot refill my data, cannot get a hold of customer service

    All day long I have been trying fill my data, and I cannot do it via phone or online. I cannot get a customer service representative.  The 800 number keeps telling me that they are having issues processing my request and that they can't connect to cu