Communication channel scheduling transport

I did schedule a JDBC sender adapter comm channel to run daily at 7AM,
if I transport this from Dev to QA,
will it has be re - scheduled in QA box or no need?

Hi,
As far I understand you need to reschedule the channel in QA. If you connecting to the same datebase in both the Dev and QA deactivate or switch off the scheduling in any one as both the CC will do a query at the same time.
I have been involved in scheduling only in Production and have not tried scheduling it in Dev and moving the same till production.
My speculation is it would require rescheduling, anycase update the thread about the outcome.
Thanks
SaNv...

Similar Messages

  • Communication Channel Schedule

    Hi All,
    If schedule a async JDBC sender channel once in a day.It will trigger once? or it will pick data again and again after the schedule time?
    Please confirm.
    Thanks,
    Arthita

    Hi Arthita,
    If you are setting the polling interval, then the channel will poll after the time duration mentioned in the sender communication channel.
    In this case, if the sender JDBC channel should poll for once a day, then you can mention the value as below:
    Poll interval in secs as 86400
    Poll interval in msecs as 86400000.
    If you are setting the polling interval, the channel will be active (not stopped) and start the polling after the time limit mentioned in the sender channel.
    At the same time, if you are scheduling the channel, the channel will be stopped after the time interval mentioned in the ATP.
    Thanks,
    Kanda

  • 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 Scheduling only on certain days

    Hi PI Experts,
    We have Availability Planning for a communication channel to run daily for one hour. But we dont want this channel to run on Fridays and Saturdays. Is there any way to do this?
    Thanks and Regards,
    Dhawal

    HI,
    That is possible by maintaining the proper detail in Availablity planning. You just remove the check box option for the particular day and then it will work.
    In Availability planning:
    You maintain start time and duration means hours for active then days to be active.
    Regards,
    Nutan

  • Communication Channel scheduling is not working

    Hi ,
    We are on PI 7.0 SP11 and  i am trying to schedule the CC  using link availlibilty time planning . I finish the scheduling but still it  is not working
    Any clues
    Regards
    Vijay

    Look into Shazb blog.
    did you save it and in communction channel option tab did you make entries.
    Regards
    Sreeram.G.Reddy

  • 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

  • Communication channel parameters are not tranported in CTS+ transport

    Hi,
    My scenario is MDM to jms.
    we have configured the cts+ transport in our system.
    We transported the ESR and ID objects from development to Quality.
    But in the sender mdm communication channel the everything is getting transported except Repository password.
    when i checked in the quality system the Repository password was blank.
    And receiver jms communication channel details are in
    dev system
    IP Address or server Name:135.12.14.12
    server port                          :3321
    Queue manange name       :RRTYRKB
    channel name                  :KDIEKE.MDM
    Quality System
    IP Address or server Name:localhost
    server port                        :1414
    Queue manange name       :QM_hostname
    channel name                    :S_hostname
    i want know  whether this is  the case when we do the cts+ transport?
    if it is the case should i edit the objects in the Quality sysem(which i don't want to do).
    Thanks.
    Regards,
    Muniyappan.

    Hi,
    >>>if it is the case should i edit the objects in the Quality sysem(which i don't want to do).
    communication channel attrubites always get reset in the new env - TEST, PRD, etc.
    and you always need to fill them once more - this is the normal way
    otherwise - would you like to use DEV parameters on PRD system ?
    maintaining the channel attributes is a typical task on all landscapes
    Regards,
    Michal Krawczyk

  • Schedule Receiver RFC communication channel to call R3 RFC-FM.

    Hi,
    I have requirement that I need to schedule/trigger from PI to RFC call R3 function module. Wonder if anyone here has done similar thing before? I tried to use ATP (Availability time planning) in RWB. But this seem does not success for me as there is no response and error message for this.
    Below is my configuration detail:
    Configured:
    1. Receiver communication channel - RFC
    2. Receiver agreement with the RFC message type assigned.
    3. Scheduled receiver RFC communication channel via ATP daily
    *(It is possible to make scheduling job in R/3 but we are not considering this way)
    Please let me know if anyone has done this before or any other suggestion to do the scheduling from PI.
    Thanks!
    Regards,
    SP

    Hi SP,
    As you mentioned, ATP would allow adapter to be open and in start state. Adapter's RFC, SOAP, JMS would need some other application to trigger the message processing because these are not like pooling adapter's File, JDBC and Mail. RFC adapter channel always listening to the RFC port and FM execution. Once FM from R/3 executed then the RFC adapter would trigger it's message processing.
    For Sender RFC channel: In order to trigger the RFC adapter execution at particular time then you should write a simple ABAP code which would act a batch application and which does the triggering the FM and Sender RFC channel.
    For Receiver Channel: For Receiver RFC channel it's bit trichy because here you have force Receiver RFC adapter to connect backend the execute or initialize the variables without having any XI message triggered from Sender PI channel.
    I have 2 ideas:
    1. A little difficult approach, similar to the ABAPbatch code, you need to write a java adapter module which can trigger RFC receiver channel to connect and do an initialisation at FM at regular interval.
    2. Simple approch configure a File-> 2-> RFC receiver scenario, configure File sender adapter to pick a dummy file at regular interval and RFC receiver channel does the rest.
    Please let me know still you have any doubts,
    Thanks,
    RK

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

  • Scheduling Communication Channel

    Hi all,
    Please can you help me in two issues:
    1. How do I Schedule the Communication channel to pick a file at a particular time, say only at 10.30 pm daily for 30 minutes?
    2. In my scenario many files are placed in the same FTP location based on slight changes in the name of files based on the system from where they are placed, like 2000 for IB, 3000 for IF, etc. So i need to poll both files with file name starting with 2000 and 3000. Can it be done using a single Communication Channel?
    Expecting your replies soon,
    Thanking you,
    Harikumar. S

    Hi Hari,
    You can give the time schedule in Processing Parameters of Sender communication channel or unix administrator also can schedule the time for interfaces with all (r/w/ex) permeations.
    Your query like 2000 for IB, 3000 for IF, etc. So i need to poll both files with file name starting with 2000 and 3000. Can it be done using a single Communication Channel?
    As per knowledge you have 2 receivers one for 2000 , other for 3000 , this scenario possible to send the data using single communication channel.
    In message mapping using java function get the source file and in Interface Determination using X-path can differentiates and sends to target systems.
    Best Regards,
    Rajkumar

  • 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

  • How to set up the communication channel for third party idoc

    Hello,
    I am trying to send an idoc from an sap 4.6c system to an third party system. The third party system is supporting idcos with trfc.
    My problem is to set up the communication channel in the integration builder (configuration) for the third party system. The idoc is waitung in XI to transport.
    My settings are:
    adapter type: idoc
    transport protocol: idoc
    message protocol: idoc
    adapter engine: integration engine
    rfc destination: xyz (is working fine)
    interface version: sap release 4.0 or higher
    port: ??
    sap release 46c
    My problem is the port. should i set up a port in idx1? But the third party is not an sap system and so i dont have a client.
    On the xi i have defined a port in transaction we21 (transactional rfc) for the third party with my rfc destination xyz. But if i enter that port in communication channel i got error messages.
    Thanks for any help.

    Hi Christian,
    yes, you have to mainztain that port in idx1.
    First ypi load the rfc-metadata from an SAP referenzsystem and afterwards copy this metadata to the third party port.
    For further details check the onlinedocumentation "IDoc Processing with the IDoc Adapter" XI -> runtime -> adapter
    Good luck,
    Holger

  • File Overwriting in File Receiver Communication Channel

    Hi,
    I have an IDoc to File scenario.
    My file receiver communication channel has the following parameters :
    - File name scheme = %timestamp%_AOBSD4RL.MES
      (I'm using variable substition and the variable "timestamp" is initialized at mapping time with the current time in format yyyyMMddHHmmss).
    - File Construction Mode = Create
    - Option "Overwrite Existing File" not activated
    When two inbound messages result in the same target file name, the second one overwrites the first one although the "Overwirte Existing File" setting is not active in the receiver channel.  Is this a bug in XI ? (I'm on 7.00 SP11)
    And is it possible to say to the receiver channel to process only 1 message per second so there will no more target file with same name ?
    Thanks in advance,
    Laurence

    Hi Laurence,
    There is no such facility with Receiver File Adapter to process single message in one step.
    I want to suggest you a may possible way to overcome( it's just an idea), though I never worked with them I think it will work.
    As you the file name is assigned to message with timestamp at receiver communication channel step you can schedule the outbound queue in such a way that it will transfer the message in delay.
    Try to investigate further more, But i m not sure that Queue Scheduling is supported by SP11 or not.
    Regards,
    Shri
    Reward point if it helps you

  • SSL in Soap receiver communication channel

    Hi,
    I have a webservices that works fine in Soap UI. The webservice provider uses the SSL, but works like a web browser, doesn´t need to install a certificate before access the webservice.
    But when i try to use SAP PI using the soap receiver communication channel, the soap adater return the follow message:
    "Peer certificate rejected by ChainVerifier"
    I read some thing about using axis to solve this problem but I can´t find anything to configure this scenario.
    If someone had this problem and solved it, i will apreciate the help.
    Thanks
    Fabricio

    I Have 2 communication channel:
    1) This works fine
    Adapter Type: SOAP
    Receiver
    Transport Protocol: HTTP
    Message Protocol: SOAP 1.1
    Adapter Engine: Integration Server
    Target URL: https://gw-homologa.serasa.com.br/wsacheixml/wsacheixml.asmx
    SOAP Action: https://sitenet05.serasa.com.br/WSAcheiXML/WSAcheiXML/ConsultaAchei
    2) This doesn´t work
    Adapter Type: SOAP
    Receiver
    Transport Protocol: HTTP
    Message Protocol: SOAP 1.1
    Adapter Engine: Integration Server
    Authentication: Basic
    User/Password
    Target URL: https://treina.spc.org.br/spc/remoting/ws/consulta/consultaWebService
    SOAP Action: blank
    Both are https and the certificate is sent at communication time (There isn´t a certificate to install in the Key Store in Visual Administrator)
    I read that Axis manage this kind of integration with webservices, because the certificate must be installed at the moment of sending http request.
    I don´t know why the first interface works fine an the another doesn´t work, then I´m trying with Axis.
    In the SOAP UI both interfaces work fine.
    Thanks

  • Error in Receiver RNIF1.1 communication channel

    Hi ,
    We are getting the below error in the Receiver RNIF1.1 communication channel
    Transmitting the message to endpoint https://TTT.com.tw:4443/invoke/wm.ip.rn/receive using connection RNIF11Adapter failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: <BODY bgcolor=#dddddd> <TABLE bgcolor=#dddddd border=1> <TR> <TD valign="top"><B>$errorDump</B></TD> <TD>Server error occurred</TD> </TR> <TR> <TD valign="top"><B>$errorInfo</B></TD> <TD><TABLE bgcolor=#dddddd border=1> <TR> <TD valign="top"><B>$errorDump</B></TD> <TD>Server error occurred</TD> </TR> <TR> <TD valign="top"><B>$error</B></TD> <TD>com.wm.estd.rosettaNet.TransportNotFoundException: The transport '' is not a registered RosettaNet transport. Ensure that the required package is activated. If the package is activated, then reload the pac
    Please suggest,what caused this error.
    Regards,
    AR

    Please check the Transport Parameters.
    Refer for configuration 
    http://help.sap.com/saphelp_nwpi71/helpdata/en/3d/99743f3d4b0866e10000000a114084/frameset.htm
    Regards
    Raj

Maybe you are looking for

  • Different Keys of DSO transformation nullfy record info with RecordMode 'R'

    Two DSOs:  DSO1 and DSO2 and we load data from DSO1 to DSO2 DSO1 has the following fields: Delivery Doc Number (Key field), Delivery Doc Item (Key field), SO (data field), SO Item(data field), Delivery Quantity(data field) DSO2 has the following fiel

  • Servlets and JSPs stored within Oracle 8i

    Folks, Does anyone know when Oracle will release support to servlets and Java Server Pages in Oracle8i for Linux? Everything in the database, including my HTML pages!! Best Regards, Luis Claudio R. da Silveira TRE/GO null

  • SSD height for ThinkPad W530

    Buying a hard drive for ThinkPads is a bit confusing because I don't really understand what height I need to buy. From my understanding there are 9.5mm, 7mm, and 3.75mm SSDs. Is it possible for me to buy a 9.5mm and have it fit into either the main d

  • Domain for data type in Oracle 8i database

    Hi Sir, Does Oracle database supports domain creation for data type. for example, can I create a domain called shorttext which is VARCHAR2(50). Then when I specify a data type for a column in table, then I just declare the column as domain. eg. addre

  • Building tints and shades in InDesign?

    Working with a client's color palette and building a set of tints and shades..the tints, I made easily enough by reducing the % of each successive square by 20%, but what about the shades...adding more and more black? Is there a method for doing this