Remote control communication channel

Hi
We want to check the communication channel status from remote it running or down?
I know we can check using external control URL,
but the response is XML.
We want to tell the status job scheduler.
return code and so on.
How can I do?
regards,

Hi,
Refer
SAP Network Blog: Control Communication Channels Externally without using RWB
Control Communication Channels Externally without using RWB
Control Communication Channels Externally without using RWB
Thanks
Swarup

Similar Messages

  • Suppressing Popup screens while controlling Communication Channel externaly

    Hello PI Gurus
    I have figured out how to control communication channel externally for stopping and starting the channels.
    I am trying to write a simple abap code to do this. Since I have several channels, I am putting in a loop. It is doing the job well. However, for each channel a IE screen pops up with the XML data for that particular URL.
    I am sure many of you might have been controlling comm. channels externally and might have come across this problem. I would appreciate iif you can please let me know how you got this issue resolved.
    Thanks
    Ram

    Thanks for the response. I appreciate it.

  • Control communication channel externally and automatically

    I would like to be able to control a communication channel automatically and externally,
    to turn it on and off at a certain time every day. Has anybody done this?

    Hi,
    Refer
    SAP Network Blog: Control Communication Channels Externally without using RWB
    Control Communication Channels Externally without using RWB
    Control Communication Channels Externally without using RWB
    Thanks
    Swarup

  • Open and close communication channel in one link

    Hello,
    I implement with successful the scenario that described in this blog:
    Control Communication Channels Externally without using RWB
    Right now I use with this link to start the CC
    http://aaaa:50000/AdapterFramework/ChannelAdminServlet?party=*&service=Open_Friday_Service_Sender&channel=Open_Friday_Sender&action=start
    And with this link to stop the CC
    http://aaaa:50000/AdapterFramework/ChannelAdminServlet?party=*&service=Open_Friday_Service_Sender&channel=Open_Friday_Sender&action=stop
    I looking for the way to start and stop the communication channel in one link.
    Elad

    hi elan
    i think you need to write an abap program and schedule it..
    abap program will call this HTTP link as The URL has no dependency on where it is called.
    regards
    kummari

  • Run Sender Communication channel for every 4Hrs

    Dear all,
    I have requirement to schedule sender CC in production for every 4hrs.
    We have option called daily but not hourly !!!
    Is it possible  to schedule sender CC like this for every 4hrs??
    Note: For Some reasons i can't increase the polling to 4hrs in sender channel to solve this issue
    Regards

    Bhavana,
    Found a solution. Create a unix script and run the command to start and stop the communication channel as per your requirement.
    Below is the syntax.  You can try using wget command or curl in unix followed by the below command
    http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action
    wget http(s)://...
    or
    curl http(s)://...
    check this link
    /people/william.li/blog/2007/05/04/control-communication-channels-externally-without-using-rwb

  • Sender RFC and JDBC communication channels required to be activated

    Hello Guys,
    Whenever we have a Oracle restart after the server is shut down for maintainence . The sender JDBC communication channel does not poll and we have to activate the channel again in the Integration Directory to make it work, is there any way to make it work automatically.
    Similar is tha case with the sender RFC communication channel.
    Allthough the component monitoring shows green button for the JDBC, RFC communication channel.
    In case of the JMS channel (sender) the channels are in red.
    Thanks for your help.

    HI
    There is no automatic ways to restart channel that you have to manually start.
    You need to stop the channels first before getting oracle server down for maintenance. This will save from errors. Maximum what you can do is to start stop channel using a program externally but that require development.
    Start/Stop using RWB
    Starting / Stopping of Communication Channel from RWB
    Start/Stop without using RWB
    Control Communication Channels Externally without using RWB
    Thanks
    Gaurav

  • Reg jdbc communication channell proccessing

    I have scenario i.e JDBC to RFC
    but i need  small calrification like is it possible to trigger the jdbc sender communication channel automatically whne the file tirggerd from the orcle Database
    like without giving the any polling intervals CC should poll when the file triggerd.
    i am not going to use that file its just a flag to start the communication channel
    can we achive this through OS commands ???
    thanks in advance....
    Edited by: katakoti on Nov 9, 2011 2:18 PM
    Edited by: katakoti on Nov 9, 2011 2:19 PM
    Edited by: katakoti on Nov 9, 2011 2:20 PM

    can we achive this through OS commands ???
    Yes you can write script and control the channels externally like give start or stop command at your specified requirement time.
    Please see this link
    Control Communication Channels Externally without using RWB
    Also you can use wget or curl command in the script  followed by http url string.
    Example:
    wget  http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=start

  • Communication channel scheduling

    Hi Experts,
    I have a requirement to schedule MDM PI Sender communication channel. The requirement is that the channel should be active only on last three weekdays of the month and first three weekdays of the month.
    I am aware of the feature 'Planning Availability Times' in PI from SP19 (source Adapter Scheduling - Hail SP 19 :-)). But using this we can schedule for a particular day of the month like 1st day or 2nd day etc.
    Is there any way to achieve this requirement? Please note that the channel should work only on WEEKDAYs.
    Appreciate your inputs on this.
    Regards,
    Prasad

    Prasad,
    WE have an option to start/stop CC's using a URL externally (you can write a script or java program where you can put your date logic and call the URL).
    Check the following blogs and you will get a better understanding:
    Control Communication Channels Externally without using RWB
    http://help.sap.com/saphelp_nw04/helpdata/en/45/0c86aab4d14dece10000000a11466f/frameset.htm

  • Communication channel control

    Hi Experts,
    We have a requirement of stopping all the communication channels and reverting back to their previous state. i.e if the channel is in start mode it should go back to start mode. If it is in automatic control mode it should revert back to it. Is there any option to handle this in a program. The limitation we found is that only if the external control is on it can be controlled programmatically and can be started and stopped. But we cannot revert back to its previous state. Is there any other option to implement this requirement.
    Please provide your valuable suggestions.
    Thanks in advance,
    Komal Patange.

    Hi Komal,
    there is the limitation that externally you can only start/stop and getstatus of the channels, but you cannot modify the 'control mode' externally (only manually in the channel monitor). sorry...
    Regards,
    Laszlo

  • External control of communication channel

    Hi Friends,
    I had observed that for the external control of communication channels the status is showing as "Channel Stopped",is it necessary to stop the channel , Could you please update me what are the statuses we can maintain in the case of external communication channels.

    thaers is only 2 statuses like stop and start communication channels only.
    http://help.sap.com/saphelp_nw73/helpdata/de/ce/de449248544617876064a02b2a0fb8/frameset.htm
    control of communication channels
    http://help.sap.com/saphelp_nw73/helpdata/de/4b/abc051dcae4c4683841983e6d11375/content.htm

  • External Control in communication channel PI 7.1

    Hi experts,
    I would need to start and stop a communication channel from an external program, I have read in differents post that is possible via http call. But when I do the http call I get a permissions error. What permissions o roles I need in my user to do this http call?
    Is necessary configurate anything? My PI version is 7.1.1.
    Thanks in advance
    Jose Manuel

    A user needs the following role to query the status of communication channels:
    ●      xi_af_channel_admin_display
    A user needs the following role to start or stop communication channels:
    ●      xi_af_channel_admin_modify
    http://help.sap.com/saphelp_nwpi711/helpdata/en/45/0c86aab4d14dece10000000a11466f/frameset.htm

  • Reg:To control the communication channel actions externally

    Dear All,
    My scenario is File to File. Can anyone suggest me how to start and stop a communication channel without using communication channel monitoring in RWB and ATP in component monitoring,since there is no time frame has been set.
    Thanks in Advance,
    Lavanya .B

    Hi,
    Try this ... just a sample, modify as per your requirement.
    import java.net.*;
    import java.io.*;
    class ExternalChannelControlPI
         public static void main(String[] args)
              try
                   //Give Host Name, Port and Channel Name
                   URL server = new URL("http://<Host:port>/AdapterFramework/ChannelAdminServlet?party=*&service=*&channel=" + <ChannelName> + "&action=start");
                   //Hard code User Name & Password
                   String userPassword = "<USERNAME>" + ":" + "<PASSWORD>";
                   URLConnection uc=server.openConnection();
                   uc.setRequestProperty ("Authorization", "Basic ");
                   BufferedReader br = new BufferedReader(new InputStreamReader(uc.getInputStream()));
                   String inputLine = "";
                   String output = "";          
                    while (( inputLine = br.readLine()) != null)
                        output+=inputLine;
                           System.out.print(output);
                   br.close();                    
              catch (Exception e)
                   e.printStackTrace();

  • How to receive alert mails when communication channel fails

    Hi everybody,
    Today there were in the "Communication Channel Monitoring" of the Runtime Workbench some Communication Channels in a "red" status and I would like to know if it is possible to receive per mail any alerts about a failing communication channel?
    In SXMB_MONI the error is the following:
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=ECPOPR1.corp GROUP=PRODUCCION_SANTANDER R3NAME=PR1 MSSERV=sapmsPR1 PCS=1 ERROR partner not reached (host ECPOPR1.corp, service sapmsPR1) TIME Mon Apr 20 03:25:16 2009 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -10 MODULE nixxi_r_mt.cpp LINE 8688 DETAIL NiPConnect2 SYSTEM CALL SiPeekPendConn ERRNO 79 ERRNO TEXT A remote host refused an attempted connect operation. COUNTER 1</SAP:AdditionalText>
    Usually, I receive mail alerts when messages failed since I have CCMS configurated but in the CCMS I don´t see any entries for this kind of errors with a Communication Channel...
    Thanks in advance,
    Regards,
    Olivier

    Hi!
    You can receive Alerts even though you are configured CCBPM. Through Control Step you can throw alerts but only difference between PI7.1 and XI is in 7.1 you can easily create Alert categoy in ESR itself at java stack but in XI you can't create it in Java stack you need to create this ALert category though ALRTCATDEF   t code  in ABAP Stack even though in 7.1 you created in Java Stack it will be reflecting in ABAP Stack.
    Next thing is later you need to Configure ALert Rules in RWB and in ABAP Stack at Alert Category you need to Add your XI SAP ID;s at FIxed Receipients and before adding this Ask your Basis people to link your company mail ID or any mail ID with SAP ID so that you can receive Alerts both in RWB ALert Inbox as well as your Mail Server.
    Since the above experts given diff blogs you can easily configure...
    I hope u understand the flow....right ?
    Regards::
    Amar Srinivas Eli

  • Does anyone make a remote control for vixia hfr200 camcorder

    i am wanting to start a you tube channel but could really use a remote control zoom for cannon vixia hfr200 camcorder but so far have had no luck finding one. Do anyone know if someone makes one???

    Hi Radioperson,
    Welcome to Sony Community!
    You may refer to these links for your inquiry on a Sony portable radio:
    http://store.sony.com/cd-players-boomboxes/cat-27-catid-All-CD-Players-Boomboxes
    http://store.sony.com/clocks-radios/cat-27-catid-All-Clocks-Radios
    Thanks!
    - Chris

  • Orphan sessions - end of communication channel

    Dear Colleagues,
    We are facing with a server crash or are forced to shutdown and restart the db server on monthly basis approx. and we believe that this problem is related to orphan sessions created by users connected through application servers (remote desktop connection - RDC) and when our off-site link drops these sessions exists on the db and when the connection re-establishes new connections are formed and this kept on going untill a crash occurs or we are forced to shutdown the db - which also ends in a crash after giving a message 'End of communication channel' - to control the extra sessions from being created we tried setting the retention time of a connection to 5 minutes but this seems to be adding on to the problem as well. Before proceeding any further let me apprise you on our environment:
    Windows 2000 Advanced server running on ML-570 dual processor
    Oracle 9.0.1.1.1
    DB Users: 350-300 approx. concurrent sessions
    Front end application s/w are developed in VB 6 and are deployed on "Unisys ES 7000 Orion 230" on 3-4 partitions each of 4-6 processors - These is used as our application servers.
    We believe this started roughly after we gave access to our off-site offices because we have 1 GB LAN access at the main site and the users are given thin clients (HP thin clients) and this problem existed nevertheless, restart of db server once in a while - which is something every windows user does and we all know.
    Can any body please tell us is this a orphan session problem and its remedy? or its something else - do we need an application server to manage the transactions or any thing which can help in the resolution of the problem.
    You help is appreciated as always.
    Take care.
    QJ

    Try tracing the drop user statement. Then you'll see exactly what's happening very near the point where the socket is closed. Repeating the test with varying input parameters--I know there are many of them and that's precisely the point--for a few iterations will produce enough trace data that you'll be better equipped to decide on a reasonable course of action.
    alter session set events '10046 trace name context forever, level 12';
    drop user hard_to_kill;
    The resulting trace data will tell you if you have to go so far as admin level sql net tracing.

Maybe you are looking for

  • How do I transport an MP3 file to play elsewhere

    I'm trying to save MP3 files of a national talk show host- Bruce Williams, in a way that I can play these files in the car. Each of these files is 1 hour long and somebody in the forum said that I could only get 1 hour saved on each CD, which is righ

  • Bank Control Key for Spain

    Does anybody know how the Bank Control Key works for Spain. The help on the field LFBK-BKONT is not that helpful.

  • Business errors in E-filing

    Hi Experts, We trying to submit e-fling , but getting some buiness errors as follows and then file is rejecting by Inland Revenue. Could someone please advise how to resolvethis. We are using SAP 4.6C with Business Connector 4.7. ===================

  • Rencoding in 128Kbps does not save spaces?

    Hi, I just bought a Shuffle for myself, for the office when I want to listen to music. Refurbished they do not cost that much, especially the 512meg. And its smaller than my full size iPod! In iTunes my library is encoded in AAC192kbps. I selected th

  • OMS Maintenance

    I'm on 9i R2 Patch 7 on a Microsoft Windows Server 2003 Server. What are best practices on maintaining a healthy Oracle Management Server & Oracle Management Server Database? I ran into a situation where every time I was creating a JOB it would just