Alert from Communication Channel

Hi All,
In my scenario from File --> XI --> Proxy(ABAP), need to pole the file server folder between 9am to 10am every day . If the file not present at the specified time, need to raise an alert. So please let me know how to schedule the communication channel and from which version of XI it is possible? If it can work, then how to raise an alert?
Regards,
Praveen Kumar

Hi Praveen,
See this blog for scheduling communication channels:
/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-
Regards,
Divija.

Similar Messages

  • Passing parameters from Communication channel to EJB Module

    Dear friends,
    We have an EJB module in NWDS. We want to pass some parameters from Communication Channel (Sender) in Integration Directory and use them in our EJB Module. Is there any function to do this process?? Please help me out
    Thanks and Regards,
    N.Jayanth Kumar

    Hi,
    Use the Channel object in this manner:
    String cid  = moduleContext.getChannelID();
    channel = (Channel) LookupManager.getInstance().getCPAObject(CPAObjectType.CHANNEL, cid);
    //To access channel parameters e.g in file adapter the connection parameters like host use the below code
    String host = channel.getValueAsString("ftp.host");
    PS: it is assumed that you are having the source code for adapter module development found on server
    Regards,
    Fariha

  • Alerts for Communication Channels

    Hi All,
    I wanted to know whether it is possible to trigger alerts if an error occurs in the communication channel.If yes,how do I go about it?
    Thanks and Regards,
    Jishi

    Hi,
    For Alert rules configuration:
    Remove the Check from Suppress Multiple Alerts of this Rule
    For where did the error occur, see that you have selected Radio button with 'No Restriction
    When creating the Alert Category, have u put some parameters in Container tab and Long and Short text.
    If allt he above is done check if you have any dumps in ST22.
    Regards
    Vijaya

  • 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

  • Advance selection for source file-Error in communication channel monitoring

    Hi all,
    Referring to the link below:
    <b>/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter
    I have developed my scenario in the same way.But due to the values <b><NOTHING></b>
    in Mandatory fields Source Directory and Filename,i am facing problem in Communication Channel Monitoring as it shows an error;even though the end-to-end scenario works successfully.
    Plase note that  our scenario is not to exclude the particular file but to pick the files serially after a certain delay.
    Kindly provide some idea about how can we remove the error from Communication Channel Monitoring.
    Thanks & Regards,
    Sudhir Tiwari

    Sudhir,
    In the sender file adapter, you have an option called <b>"Processing Sequence"</b>.
    By selecting ByName or ByDate you can make files get selected sequentially either ByName ( alphabetically ) or by the creation time stamp of the file.
    In the sender file adapter also make the QOS as EOIO and give the QueueName as any value and the files will be processed sequentially.
    Regards
    Bhavesh

  • Communication Channel Monitoring using CCMS/Solution manager

    Hi ,
            I have configured everything in solution manager for message monitoirng of PI system, but my requirement is to monitor communication channel error in ccms.
    Is there any possibilty to trigger alerts for communication channel errors ??
    Regards
    Veeramalla

    Hi,
    Please refer following threads
    SAP Solution Manager and PI
    In addition you can refer solution manager wiki:
    http://wiki.sdn.sap.com/wiki/display/SM/WeblogsrelatedtoSolutionManager
    Regards,
    Deepak
    Edited by: Deepak  Shah on Feb 23, 2011 11:15 AM

  • Communication Channel Error : File to IDOC scenario

    Hi all,
    I am getting the below error in my CC monitoring for the channel, previously its good. Now its not getting process due to this error.
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'DTL':java.lang.Exception: Consistency error: field(s) missing - specify 'lastFieldsOptional' parameter to allow this
    Below are the Conversion Parameters:
    DTL.fieldNames : REC_CD,SYS_SOURCE_CD,ACC_DT,JE_NO,JE_SRL_NO,BUS_UNIT_CD,GEO,DEPT_ID,OPER_UNIT,PJT_ID,WRK_REQST_NO,OPEN_ITEM,PROCESS_CD,NATURAL_ACCT,FERC_ACCT,PRODUCT,AFFIL_BUS_UNIT_CD,RES_TYPE,REC_CATEGORY,DOLLAR_AMT_SIGN,DOLLAR_AMT,QTY_1,QTY,DESC,SECOND_DESC,BASE_CST_AMT_SIGN,BASE_CST_AMT,TRANS_DATE,EXH_NO,PO_NO,VENDOR_NO_7,STRS_REF_NO,STK_NO,STRM_NO,INV_TYPE,INV_NO,CUST_CD,PLAT_JE_REF_NO,VCH_NO,VCH_LINE_ITEM,AP_REF_NO,PO_LINE_NO,BILL_CTL_RPT_NO,VEH_NO,PAYT_RECVR_CODE,GLEX_SEQ_NO,PAYMT_TYPE_CODE,CHECK_NO,FILLER
    fixedLength: 1,3,10,4,5,5,2,10,8,15,15,15,4,10,6,6,5,5,5,1,19,1,15,30,30,1,18,10,10,10,10,5,6,3,8,6,8,13,8,4,1,4,17,10,1,4,1,18,13
    keyFieldValue: D
    Please help me in this..
    Regards,
    Srikanth.

    >
    srikanth vadlamani wrote:
    > Hi experts,
    > Communication Channel itself shows this error, still I did not placed the file in the FTP to process.
    > The error is not from RWB/MONI, it is from Communication channel monitoring, there I can see the red flag. If I am can process the file then its ok I can check with the data or my business people, but channel itself shows this error, need to fix, tomorrow they might place the file, it should process.Pls. help me how can I resolve this issue.
    >
    > regards,
    > Sri..
    In this case check SAP Note 830238.

  • Communication Channel Monitor status using UDF

    I am writing a UDF to get the JMS adapter type status from "communication channel monitor"..
    DynamicConfiguration conf = (DynamicConfiguration) container
    .getTransformationParameters()
    .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dkey = DynamicConfigurationKey.create(
    "http://sap.com/xi/XI/System/JMS", "DCJMSCorreleationID" );
    From here I don't how to get the status of JMS communication channel status, cluster node status and also the processing details..
    I am also thinking, is there any I can get the JMS payload and parse it to get the required elements..
    I badly need ur suggestion..
    Thanks-GS

    Hello Sreeram ,
    Thanks for the Reply.I am working on PI 7.0 SP06  in a SAP Note I have read that
    it is from PI 7.0 SP8 i think because of the lower SP level iam not getting the
    Communication Channel Monitor displayed.
    Note 1000528 - FAQ: XI 3.0 / PI 7.0 Adapter and Channel Monitoring
    Regards
    Prasad
    Message was edited by:
            prasad chintala

  • Reporting communication channel errors in emails from alert monitoring

    Does anybody know how to capture the error message reported on the communication channel and send it in the dynamic text of the email configured for alert monitoring?
    I get the mapping error messages but all other message container element values seem to be blank.
    None of the container elements (standard) defined seem to have the channel error message. in PI 7.0
    Thx

    Hi,
    You can get all the alerts that were captured by the adapter monitoring i.e, communicaiton channel errors etc.
    we can also trigger similar alerts for Adapter also when any adapter truns in to RED.
    in RWB->Alert configuration-> choose adapter engine errors also then you will get alerts for adapter failure also.
    If you need create alerts for each communication channel. in RWB->Alert montoring->Adapter type-> instead of giving * select indival commnication channel
    for this you need to have alter configured for each Commnication channel in Alrtcatdef and RWB. so for each in RWB you select corerspoding communication channel.
    You can monitor the sender and receiver service in CCMS, but I don't think you can monitor the commuication channels.
    http://help.sap.com/saphelp_nw04/helpdata/en/45/e32b64f87c6f74e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/90/4e313f8815d036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/28/83493b6b82e908e10000000a11402f/frameset.htm
    Thanks
    Swarup

  • Alert if no file process :Same file adapter with same communication Channel

    Hi XI Guru,
    I have encountered 1 requirement from my client where, sender will send different data file with different file name. And there want XI to alert the user if no file to process for the schedule date. Please take note that the communication channel is common to all the sender.
    Example:
      Communication Channel : CC_FILE_SND
      FILE_10.TXT   ---> Every month on the 10, user have to send FILE_10.TXT to process
      FILE_20.TXT   ---> Every month on the 20, user have to send FILE_20.TXT to process
      If user fail or forget to send the FILE_10.TXT and FILE_20.TXT on special schedule date to process, XI should alert user.
    Many thanks

    Hi Lord
    <<< there want XI to alert the user if no file to process for the schedule date.
    Can you tell me how you are planning to configure this schedule date in your sender file adapter. I mean this date will be fixed or it is going to be change according to the requirement.
    Now for the second part in order to alert the user if file is not there, one solution is to use BPM with wait step ( specify the time in this step ), but then again it takes me back to my previous question, the time seems to be different everytime according to the requirement.

  • End-of-communication channel while executing sqlldr from java procedure

    Hi all,
    I am having 10g 10.1.0.3.1 ( Infrastructure ) on linux, I am executing Sql Loader
    ( sqlldr ) from client (XP) using java stored procedure. After loading the data I am getting Error - ( end-of-communication channel). But same java procedure is working fine without any error on 10g without (Infrastructure). Is this problem is becuase of infrastructure or some patch has to be installed on the database. For my satisfaction I reinstalled java Virtual Machine on database with the help of
    ( initjvm.sql ). But problem is still there. Any idea what exactly the problem is.
    SKM

    This is the most frequently asked question from Oracle developers.. Never mind putting some light on this error, I want to put it alight! ;-)
    First thing. It is not The Error. It is a sympton of an error.
    This message does not come from the database. It comes from the client OCI (of JDBC) drivers - which suddenly discovered that the Oracle connection (usually a TCP socket connection) has been torn down at the server side. It attempts to write to that socket, only to find that the other party has hung up.
    Why has the other party hung up? That party is either a Dedicated Server Process or a Dispatcher Process. If a dedicated server dies (crashes), it will take its socket handles with it to The Great Recycle Bin In The Sky. If you was serviced by a shared server and it died, the Dispatcher (who handles the TCP comms for it), will automatically close that shared server's connection.
    Usually when a process dies on the Oracle server, it leaves behind an error in the alert log, and trace files. That is where you will find the inklings of what The Error was that caused your client to get the EOF on comms channel message.

  • 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

  • Error in JMS Communication Channel not raising alert

    Processing Errors in JMS Communication Channel are not raising alerts.
    The settings on the communication channel retires are set at 3 and 5min interval.
    In RWB the JMS communication channel shows processing errors but an alert is not raised.
    The alert are configured in our system and we even have a catch all alert rule with * (wildcard). Errors in PI message processing are raising alerts but errors in Comm Channel are not raising alerts.
    The message in SXI_MONITOR shows as processed successfully but when we check the RWB and Comm. Channel Monitoring we see processing errors "Channel error occured; detailed error description: JMS error: Connection to the server has been terminated; Linked error: Connection reset, Error Code:null"
    Are we missing any configuration? How do we get alerts/notifications if there are errors in Comm. Channel without having to login into RWB and watch it periodically?
    Any help is greatly appreciated.
    RM

    Hi,
    What is the staus of Communication channel in RWB when it fails, RED ??if yes then it should genarate alert.
    create one more alert for specific to JMS interface and check it out.
    Regards,
    Raj

  • PI sender communication channel not reading files from NFS directory

    Hello,
    I have a sender communication channel configured to read file from NFS directory which is on ECC server. A program in ECC generates the file and puts it on the ECC server in the output directory. PI sender communication channel is supposed to pickup this file and process it. If I give the NFS path as the source directory, I am getting error: Configured source directory '//Server/DIR/OUT' does not exist. I tried putting '
    Server\DIR\OUT' too but same error. Do I have to add the NFS path of ECC into PI as logical path?
    Any suggestions?
    Thanks,
    Sangita

    Hello Sangita,
    Your ECC server is an external system, therefore you need to activate FTP service in that system and use the transport protocol FTP:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    You can use NFS protocol when you have a local directory in XI server.
    Best Regards,
    .Luis Bernal.

  • How can One sender communication channel pick two file from two location

    Hello
    I have a requirement that how can One sender communication channel pick two file from two location.Both the file has same name...How to configure the one receiver communication channel.i dont have any IR,no mapping..Please help me...

    >
    Soumitra Sinha wrote:
    > Hello Vijay
    > I already done the adapter specific message attribute.i am getting the file name properly.but that is nothing to do with my req.i am again clearing my problem:
    > i have two folder   folder a,folder b.Both has the same file credit0002. i have two destination folder i have one sender and one receiver channel.I dont have any IR.How one sender channel can  pick file from two location and how one receiver channel can put in two location.please help me..
    Ok now I get your requirement.
    you cant achieve this -  how one receiver channel can put in two location if you dont have a dynamic configuration defined i.e Adapter specific attributes.
    easy way - involve IR mapping
    else
    have a adapter module to define your dynamic configuration.
    Ref: /people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules & /people/michal.krawczyk2/blog/2006/10/09/xi-dynamic-configuration-in-adapter-modules--one-step-further
    Set the dynamic directory/file name etc for your receiver adapter.

Maybe you are looking for