Disabling all communication channels before starting XI

We are mirroring our XI system for DR purposes and I need to work out how to stop XI from retrieving and delivering messages when I start it up.  I want to be able start up the DR system on the same network to check that it looks OK, but with all communication channels disabled (or stopped!).
Does anybody know how to do this?
Regards,
Jason

Hello All,
Sorry for opening a topic that is very old but every google search ends up here.
Run the script to set the channels to “STOPPED” state:
update [<SID>].[SAP<SID>DB].[XI_AF_ADM_STATE] set ACTIVATION_STATE = 'STOPPED';
This the script below will set the History of the communication channels to STOPPED:
update [<SID>].[SAP<SID>DB].[XI_AF_ADM_STATEHIS] set ACTIVATION_STATE = 'STOPPED';
This will set the automatic scheduled communication channels schedule to disabled:
update [<SID>].[SAP<SID>DB].[[XI_AF_ADM_SCHEDULE] set ENABLED = '0';
Next for disabling new incoming messages. Disable the Integration Engine (Set ENTRY LOCK to 1):
if exists (select * from <SID>.<sid>.[SXMSCONFVL] where CLIENT = '200' and AREA = 'RUNTIME' and PARAM = 'ENTRY_LOCK')
update <SID>.<sid>.[SXMSCONFVL] set VALUE = '0' where CLIENT = '200' and AREA = 'RUNTIME' and PARAM = 'ENTRY_LOCK';
else
insert into <SID>.<sid>.[SXMSCONFVL] (CLIENT, AREA, PARAM, SUBPARAM, GENERIC, VALUE, CHGTSTAMP, CHGUSER)
VALUES ('200', 'RUNTIME', 'ENTRY_LOCK', '', '0', '1', '20131206011316.8280000', 'DDIC');
The following will disable the abap RFC's:
update [SID].[sid].[RFCDES] set RFCOPTIONS = REPLACE(RFCOPTIONS,'N=','N=#') where RFCTYPE = 'T';
update [SID].[sid].[RFCDES] set RFCOPTIONS = REPLACE(RFCOPTIONS,'H=','H=#') where RFCTYPE = '3';
Replace <SID> with the sap<sid>.
Keep in mind that the mail is still being send out when you start SAP.
To active the Integration Server for incoming messages:
f you have locked the Integration Server for incoming messages, open it by calling the transaction Integration Engine - Administration (SXMB_ADM) and choosing Integration Engine Configuration    Specific Configuration   Change New Entries  . Select the category RUNTIME and then the parameter ENTRY LOCK: Set the current value to 0 (NOT LOCKED) and choose Save
The message in the queues are still being processed.
For the full Start/Stop procedure check:
Starting and Stopping - Administering PI (Process Integration) - SAP Library
Greets,
Stan

Similar Messages

  • All Communication Channels stopped or startet when restart of the SAP-PI

    is there any way to control the Communication Channels (to be startet or to be stopped during the next SAP-PI system start) while the SAP-PI is not running.
    for a special data migration reason, we have stopped all Communication Channels except one Comm.channel.
    after finishing the migration and for a backup, we shut down the SAP-PI system.
    for the next SAP-PI system start, all of the Communication Channels should be run again.
    is there any way to control (to be startet again for the next SAP-PI system start) the Communication Channels while the SAP-PI system is already shut down
    or is the only possible way to start the SAP-PI system, and then manually start the needed Communication Channels.

    Hi,
    If you bring PI server down then all the channels will automatically stop and you can not control these channels when the server is down.You can again start these channels when the server is up and running.....
    Regards,
    Naveen

  • Error ORA-03113: end-of-file on communication channel (while starting db)

    Hello everybody! :-)
    Looks like a need help with Oracle 11gr2 (RHEL 6 x64). Faced with a problem while starting database:
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 7 01:43:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 2538741760 bytes
    Fixed Size 2216024 bytes
    Variable Size 1828720552 bytes
    Database Buffers 687865856 bytes
    Redo Buffers 19939328 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 6601
    Session ID: 575 Serial number: 5
    This is logfile (/u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/alert/log.xml):
    <msg time='2012-12-07T01:52:22.363+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Errors in file /u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/trace/orcldocs1_ora_6881.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 28496896 bytes disk space from 5218762752 limit
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.363+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>ARCH: Error 19809 Creating archive log file to &apos;/u01/app/oracle/flash_recovery_area/ORCLDOCS1/archivelog/2012_12_07/o1_mf_1_249_%u_.arc&apos;
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.368+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Errors in file /u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/trace/orcldocs1_ora_6881.trc:
    ORA-16038: log 3 sequence# 249 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: &apos;/u01/app/oracle/oradata/orcldocs1/redo03.log&apos;
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.368+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>USER (ospid: 6881): terminating the instance due to error 16038
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:23.540+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Instance terminated by USER, pid = 6881
    </txt>
    </msg>
    How can I resolve it, please advice. Thank you.
    Edited by: user9001403 on 06.12.2012 5:58

    Hi,
    Looks like your archivelog space is exhausted. Increase the db_recovery_file_dest_size size and check.
    SQL>  show parameter db_recovery
    NAME                                 TYPE        VALUE
    db_recovery_file_dest                string      /oracle/flash_recovery_area
    db_recovery_file_dest_size           big integer 3882MRegards,
    Anand.

  • All Communications Channels go to red status.

    Hello Folks,
    We are on PI .0 SP 19.
    I see a repeated problem in our system. All our communications channels go to red status every two weeks. During this time there is a disruption in our services....
    I noticed that many of the service nodes goes to red....
    The systems seems to come up only when all service nodes are restarted or the entire Java service is restarted...this seems to happen every 2 weeks...
    I am not sure what is causing all our channels to go into error status at once. Would appreciate it someone advices me on how to investigate this problem furter...
    Has anyone faced similar problems before??
    Regards
    Arvind

    Mine is only an idea...
    However, i don't know so much about java memory space... but for tablespace, you can look this document:
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a71c8505211d189550000e829fbbd/content.htm

  • Message ID is disabled in Communication Channel

    Hi,
    Scenario is JDBC to idoc/file.
    In commmunication channel monitoring it says
      1/17/11 2:38:22 PM 0da4686f-f398-425d-2793-c608667865dd Polling interval started. Length: 60.0 seconds
      1/17/11 2:38:22 PM 0da4686f-f398-425d-2793-c608667865dd Processing finished successfully.
    but i am not able to see any messages in SXMB_MONI and also message ID in communication channel is greyd out.ia m not able to open the payload nor audit log.
    and the other thing is everytime its generating the same message ID for every 60 secs of poll interval.
    Can someone help me in resolving this issue.
    regards
    Edited by: ayrahcaanilan on Jan 17, 2011 3:51 PM

    Select
    a.order_num,
    a.sap_delivery_number,
    a.sap_delivery_line_number,
    a.warehouse,
    a.product,
    a.product_size,
    a.order_qty,
    a.ship_qty
    from wh03_h a, tr_log c
    where a.seq_id = c.seq_id
    and c.date_manage is null.
    What I understand from the Query is : First it will filter data from tr_log table based on ""date_manage is null"" Check, Now Filtered data of tr_log is compared with data of wh03_h based on """a.seq_id = c.seq_id """ Check ...Which is a inner join
    1. So what i would suggest is run your Query in actual Database and check , see if it  is fetching any number of rows ...
    Might be Inner join is creating problem ... against seq_if of C table might be there is no such seq_id Data in a table...
    So check this thing .. is your query fatching data ...
    2. Or for testing first use a simple your Query .. Like
    Select
    a.order_num,
    a.sap_delivery_number,
    a.sap_delivery_line_number,
    a.warehouse,
    a.product,
    a.product_size,
    a.order_qty,
    a.ship_qty
    from wh03_h a
    and execute it again and again 2-3 times , and check wether data is populated in payload or not...
    So by  this way you came to know .. Problem is with data or adapter is giving problem ....
    3. Check for adapter lock also .. and yes Database table lock also .. If something is updating table and at the sametime you will try to fetch any data from same table .. table will not return anything .. infact it hangs untill update query execute commit ...
    Hope this will help in debugging ...
    Regards
    Prabhat Sharma.

  • Communication Channel Stop and Start

    Hello everyone,
    We are using XI along with MQ for queing messages to our 3rd party logistics. Due to some issues happened in the past, it is decided to stop and restart the MQ channels every weekend. Now the problem is, when the MQ is down, some of the XI communication channels will go down,  and will not start automatically, when the MQ bounces back. Now this had created a manual activity every weekend to stop and start all communication channels.
    Question is, is there any way we can schedule it as a job to stop and start the channels, at a specific time ?

    Hi!
    It is possible in scheduling the messages in XI...
    1.  But before doing this make sure that at what time you want to be schedule ?
    2.  Is that time will be uniform for every week or else is it may varies ?
    3.  If Uniform please make schedule or else if it is varying note the difference between those timings I mean
         If your Messages are flowing for every Tuesday and also every Thursday...., etc..
    4.  You can schedule what ever may be the time it is suppose if those timings are varying weekly once a
         day but in that single day or next day if it was more than once..then better scheduling the
          communication channels to be start for and to be process for that particular 2 days and remaining days
          it wont work I mean stopping Cc
    5. Now when come to process...in scheduling...
    a) Click RWB>Component Monitoring>Communication Channel monitoiing
    b) Right side u can check Availability TIme planning option click that..a seperate window will opens
        THere u can observe these options..
    c) also u can see the log
    I hope it will be useful to you...
    Availability plan--> ONCE /DIALY / WEEKLY/ MONTHLY based on your req select any one...
    Create: to create the scheduling...
    change: to change the existing one
    Save: to save
    Reset if u want toreset alll
    Delete and copy also as u know these..
    While creating you can again see these options 3 main TABS
    details:  --> Corresponding details
    CC: select ur chanel
    OPTION 2
    In XI 3.O you can directly do scheduling there after selecting the radio button of any Comunication channel and there adjacent to Audit log u can see availability time plan other than rt side top corder..
    I hope it will be useful to u
    Regards
    Amar Srinivas Eli

  • Communication channel start

    Hi Team,
    We with 300+ communication channel in our PI 7.11 with Ehp1 based system.
    But during all our downtimes, with one step (select all) we are able to stop all communication channels but while bring them online its been very painful as they don't come online properly if i select all to start. So we are selecting few of them and starting ....and it's so until we finish all of them.
    So i am looking for Best Know Methods if there is a way to make it easier.
    Regards
    Sekhar

    Hi Sekhar,
    You can follow this link:
    /people/deepak.shah/blog/2010/03/29/polling-vs-atp-in-sap-pi
    http://help.sap.com/saphelp_nw04/helpdata/en/45/06bd029da31122e10000000a11466f/frameset.htm
    Follow these steps:
    1.> Channel Monitoring window->Right upper side>Availability Time Planning option exists.
    2.>Availability Time --->one-time/daily/weekly/monthly these options are present.You can choose as per your need.
    3.>Create>Description>Provide the details required.
    4.>Communication channels--->add the channels for which you are specifing the timings.
    5.>Donot forget to make it Active.
    These steps will help you.
    Regards,
    Nutan

  • Processing Started in JDBC communication Channel?

    Dear Friends,
    in JDBC Sender Channel i am facing one issue, i.e the data coming from DB but in PI/PO 7.4 data is not reached and channel is showing Green color and log is showing processing started. But as per my experience may the data is locked in server level. PI 7.0 for this type of issues we are deleted the locks in adapter level in visual admin. but 7.4 version is not having Visual Administrator. Please suggest how to resolve this issue in sap pi 7.4?
    Note: Previously it is working fine.
    please find the screen shots for your reference.
    Regards,
    Kiran Polani

    Dear Friends,
    i seen ur answers, but if it is production that is not possible to take restart ther server, for this visual administrator -->adapter locks i deleted db locks previously in pi 7.0 but i need solution for 7.4.
    2) http://hostname:port/nwa/locks as suggested by naveeen, for this type of issue dblocks are not available in this url location.
    and i have check this also no use and stoped communication channel and started so many times no use and maintained DIsconnect from Database after processing each message in channel level
    Regards,
    Kiran Polani

  • Communication channel - standard t-code/table

    Hi,
    Need some help...
    Is there any standard t-code by which we can start/stop/automate mass communication channel at a time ?
    or
    Any t-code by which we can start/stop/automate single communication channel ?
    (I mean w/o going to moni_ifr -> rwb -> ...etc)
    Also want master table in which communication channel and its status (like start/stop/auto/any ATP)is stored ( I did not find this info in SMPREL3/SMPPMAP3)
    Note : I checked que/ans already posted and also checked "/people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i link but did not found relevent info.
    Thanks.
    Ramiz...

    Thanks Ibrahim/Abhishek/volker
    My problem is :
    we have frequent maintenance activity for our production system. and all the time we need to stop/start all cc to avoid any message failure during this maintenance. Manual stop/start from RWB requires lots of time. we have approx 100 cc(and increasing...) and all need to stop before maintenance and start after maintenance complete.
    I want any standard t-code that can do this... and if not any standard then want make something in abap that can do this and we can avoid such a time consuming process.
    As per the replies :
    1)manual as mentioned above
    -> this requires lots of time every time maintenance activities happens.
    2) as mentioned by abhishek thru external controlling
    -> I need to look into this but Its one cc at a time
    3) And availability planning by selecting the option to control it automatically
    -> we are using this functionality but during our maintenance activity this will not be useful as maintenance activity happens anytime/any day. 
    As per the Volker,
    Hi Ramiz!
    Because almost all communication channels are part of the Java Adapter Engine you will not find a table in ABAP stack and you will also not find a transaction to control them.
    But - like already mentioned by others in this thread - you can build your own tool to do this job.
    Regards,
    Volker
    There is no abap table that stores CC...so I need to build my own tool to do this job...
    But donu2019t have exact idea what/how to build !
    Plz. let me know if you find anything related to this...
    Thanks a lot for help.
    Thanks.
    Ramiz...

  • CC not visible in RWB-Communication channel monitoring

    Hi All,
    Communication channel created in the directory is not visible in
    Communication channel monitoring of RWB. I refresh ABAP cache, SXI_CACHE,
    CPA cache. Still its not visible. Deleted and created again. Still no use.
    None of the communication channels newly created are visible in RWB. Could anyone suggest some ideas to resolve this issue.
    Thanks
    Ricky

    Hi
    Just to be sure a basic question to start with : You do activate your channels in the ID after creation ?
    Dirk

  • Delete JDBC Asynchronoues Messages from Communication Channel

    Hello everybody,
    I have a lot of messages that I can see in the coomunication channle monitoring of a JDBC Receiver, now this messages are asynchronous tha channel was stopped, now the thing is that I need to Start the communcation channel but I need the system no to process the messges enqueued, more specificly I need to clear all that error messages from the CC and they don't try to start as soon as the communication channel is started, thanks in advance for you answers.
    Regards,
    Julio.

    Ruiz,
    Go to message monitoring --> adapter engine --> check the timing of your message flown in xi -> select all the messages with multiple selection option --> delete.
    Regards,
    ---Satish

  • Communication Channels

    Hi All,
    I am new to XI world. At present I an creating a simple scenario for flatfile to flatfile transfer. I have designed the scenario correctly.
    When I am configuring the scenario, I want to use File as communication channel by using Input Help (F4 help).
    But I don't see any existing communication channels in our sand box.
    Could someone please help me, how I could see all communication channels?
    Thanks
    Hardik

    Hi Hadrik,
    <b>When I am configuring the scenario, I want to use File as communication channel by using Input Help (F4 help).</b>>>
    check this thread.Some one was having same problem.
    Adapter Engine issue
    In Configuration of Adapter,forselecting adapter type i gotno objects found
    Adapter MetaData: No objects found!
    Regards
    BILL

  • Communication Channel rules

    Hi Team,
    Just wondering if there is any reference doc to configure Communication Channels to [start/stop] based on some rules
    basically scheduling.
    Regards
    Sekhar

    Hi shekhar ,
    here you go :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d458a870-0601-0010-caab-b99c79741964
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f61fddf-0601-0010-7ab5-fb749538f6ab
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1672. [original link is broken] [original link is broken] [original link is broken]
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    /people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-
    Regards ,

  • Scheduled Stop and Start all PI communication channels

    Hi,
    Is there a way to Schedule Stop all PI communication channels at perticular time and start back at pertuclar date and time?
    or is it only a munual way? stop all sender communication channels? if so, how do i keep track of the channels proprties details? like automatic control, external control off etc?
    Thanks.
    Prema

    Hi Prema,
    You may try the below steps to start and start the channels automatically.
    1> Open page http://<<hostname>>:<<portnumber>>/mdt/channelmonitorservlet
    2> click on "Availability Time Planning" on right top of your page.
    3> click on create. Fill up the requied details. Please note the below example is for the channel for which I want to be up only from Monday to Saturday and for only one hour on these days from 11AM to 12PM.
    Go to "communication channels" tab enter the channel name as below and it will select the channels for which you want this schedule to work.
    Activate this and in communication channel make sure that these channels are in "automatic control". You may do further trial on this and it should serve your purpose if your system has fixed start downtime and fixed start up time.

  • End-of-file on communication channel error when starting database

    Hi All,
    I have small problem, when we specify at startup without any pfile, it will go to read spfile,in our case it gives error end-of-file on communication channel.
    Can anyone please help me to resolve this issue?
    Thank you
    Chirag

    Oracle unable to spawn job slave processes should not prevent the instance from starting - these are not critical system processes and the instance can function without them (as it can when the job queue is set to zero processes).
    The o/s failure message also does not make much sense.. overlapped I/O is Microsoft Windows term for async I/O. This can be used at file I/O level, but is also supported for any other file handle like sockets - thus applicable at the network layer too.
    I'm a bit confused to how a PFILE versus a SPFILE startup can cause this. If that is the case, then surely there are something different ito init instance settings that triggers this error?
    Can you copy and paste the actual SQL*Plus session (as already requested). Show us startup command (and params) used in SQL*Plus and the resulting messages (and errors displayed) in response to the startup.

Maybe you are looking for

  • I can't find a driver for HP Officejet Pro L7580.

    Updated my system to Windows 7 after years of using Vista.  Now I can't use my HP Officejet Pro L7580 because it can't find a driver to install.   Every tab says that the device is working perfectly.  I have removed all HP software...turned it off ev

  • On OLE ADSL  setup........what to do??plz help...........

    sir how to set gate way on pppoe connection for ADSl modem??? plz help.... Regards Edited by: sayantan chakraborty on Jul 31, 2009 1:56 AM

  • Problem downloading ALV to Excel

    Hi, I have a ALV report, in that report one of the column is Vendor (LIFNR). In ALV it is displaying with leading zero. but when i download the report into Excel, the leading zero's are truncating. Could anybody let me know the solution for this. I w

  • Assning a "position"  (to an object) (e.g. in cm from margin of page)

    Hello, I have a pdf-file (which was created from a MS-word.doc). On some pages, there is a word and a line (at the top of the page) which I want to copy to all the other pages (and later I want to change the wording slightly, so that there is a diffe

  • [solved] How-To apply lxappearance Look&Feel for qpdfview?

    Hello, as the title says: I wonder if there is a way to get the configured lxappearance Look & Feel for the qpdfview pdf-viewer. I'd also write some code if necessary but I'm don't know where I should start- Help is as always appreciated. :-) Thanks