Sender Channel getting problem "RFCSenderR3 "

Hello friends,
In my XI  QA env...there is one service "RFCSenderR3" which is not showing any messages like in message monitoring ,but if i check in Communication channel CC monitoring for that service it shows as following error :
Error*
Sender channel 'RFCSenderR3' for party ",service'RQ1'
ERROR can not instantiate RfcPoolException:error initializing
RfcServerPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException:can not connect to destination system due to :com.sap.mw.jco.JCO$Exception:(103) RFC_ERROR_LOGON_FAILURE:Mandante 101
Here RQ1 is the R3 reciever system.
And i have checked rfc connection from R3 end which shows it is fine..
Can any one suggest me and help me ,exactly what should i need to be checked to solve this problem .
Thank you

Hi,
>-----> RFC_ERROR_LOGON_FAILURE
Could you pls. check for user id and password whether you have given R3.
Mean time try to stop and restart the service.

Similar Messages

  • Sender Channel not working(RFCSenderR3)

    Hello All,
    In my XI 3.0 QA env...there is one service "RFCSenderR3" which is not showing any messages in message monitoring ,but if i check in Communication channel monitoring for that service it shows as :
    Sender channel 'RFCSenderR3' for party ",service'RQ1'
    ERROR can not instantiate RfcPoolException:error initializing
    RfcServerPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException:can not connect to destination system due to :com.sap.mw.jco.JCO$Exception:(103) RFC_ERROR_LOGON_FAILURE:Mandante 101
    Here RQ1 is the R3 reciever system.
    And i have checked rfc connection from R3 end which shows it is fine..
    Can any one suggest me ,exactly wat need to be checked to solve this problem .And I am not sure what to check from R3end also....
    can any one guide to me ..
    Best Regards
    raki

    Hello All,
    Thanks for helping yaar,the problem got resolved .
    After verifying the user Id & password , I restarted that particular channel from Communication channel monitoring.Then it got worked with successful execution.
    Thanks one and all for helping me out.
    Best Regards
    Rakesh

  • JMS Sender Channel - reconnect problem

    Hi,
    I've got a sender channel which picks up messages from MQSeries and sends them to XI.
    If I set the MQSeries Queue to "Get Inhibited" to simulate a network problem, the channel goes down with a standard error message
    "Sender channel. Details: MQJMS2002: failed to get message from MQ queue Code: MQJMS2002".
    A receiver channel that looses connection gives me the same error.
    So I've got 2 problems :
    - how can I get the MQSerier error message (2016, MQRC_GET_INHIBITED )
    - how come the adapter doesn't reconnect after correction of the problem ?
    Tx in advance
    Tom

    Hi Tom,
      I get the same error , i tryed looking at the IBM and eocnte at the following links, but not able to solve the problem yet.
    <a href="http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg1PK02976">http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg1PK02976</a>

  • Sender Channel Connection problem

    Hi ,
    I am getting the following error in the Adapter monitoring under RWB.
    <b> Error: ConnectException: Connection refused: connect
    - 2007-05-04 09:41:42 CEST: Processing started</b>
    This happen all out of a sudden. I changed nothing in the Sender CC.
    I also added a "\" towards the end of the directory access path in the sender CC.
    What do you think is the problem ??

    HI,
    Are you using FTP as sender?
    This problem is either caused by incorrect firewall / packet filter settings or an incorrect configuration of the FTP server. Also make sure that you have correctly specified the host name / IP address and port of the FTP server.
    Changing the connection type from 'active' to 'passive' (or vice versa) might additionally help to work around the incorrect firewall configuration
    see SAP Note No:821267
    Regards
    Chilla

  • Connection problem in SOAP Sender Channel

    Dear All,
    I have created two SOAP Sender channel with the following specification:
    Transport Protocol - HTTP
    Message Protocol - SOAP 1.1
    HTTP Security Level - HTTP
    But while sending a message from a Java client, I am getting the following error :
    The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="XISOAPApps"'.
    Please suggest if you find any way out.
    Thanks and Regards,
    Rana Brata De

    Hi Rana
    Looks like you have used authentication scheme as 'anonymous'. But you have chosen the option 'HTTP' in soap adapter.
    So you have to pass the user id and password during the call.
    Sample Code:
    ICalcCTCWebService calcCTCWebService = calcCTCWebServiceImplServiceLocator.getCalcCTCWebServiceImplPort();
    Stub stub = (Stub)calcCTCWebService;
    stub._setProperty(Stub.USERNAME_PROPERTY, "abc");
    stub._setProperty(Stub.PASSWORD_PROPERTY, "xyz");
    You can also test the WSDL from SOAP UI and provide user name and password in the header section in SOAP UI and see if the message goes to PI or not.
    You can also try the below option in the sender soap adapter and see if it works or not.

  • JDBC Sender Channel problem. Pls help

    Hi,
    In JDBC Sender Channel in Connectiion String I am giving value
    jdbc:oracle:thin:@cscappnoi022.asiapac.globalcsc.net:1527:IS1
    where cscappnoi022.asiapac.globalcsc.net---is where Oracle server is installed
    1527 --- is my Port
    IS1 is my system SID  --- Pls let me what value should come here and how to find.
    I am getting error
    "Error during database connection to the database URL 'jdbc:oracle:thin:@cscappnoi022.asiapac.globalcsc.net:1527:IS1' using the JDBC driver 'oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@cscappnoi022.asiapac.globalcsc.net:1527:IS1': SQLException: Io exception: The Network Adapter could not establish the connection'"
    Regards

    hi,
    Your connection should be :
    jdbc:oracle:thin:hutting/[email protected]:1521:pnt
    jdbc driver should be:
    oracle.jdbc.driver.OracleDriver
    Regards
    joel.
    I only hope that your other jdbc scenarios are working fine , this is just to rule out the possibility of driver related errors.

  • Need help about setting up a JMS sender channel

    I just started to play with PI for a few weeks and I'm trying to setup a simple JMS sender channel to read stuff from a WebSphere MQ.
    I've someone installed JMS adaptor for me, but we never know it is correctly installed or not. First question is "Is there any way we can verify JMS adapter is correctly installed or not?"
    In the Design: integration builder, I've a very defined a very simple data type(src_dt) which is a string and a message type(src_mt) which uses resp_dt. Finally I created a message interface (test_mia_out) that contains src_mt. At this point of time, I don't need message mapping so I didn't configurate this section.
    Then I went to Configuration: Integration builder and created a new communcation channel with the following setting:
    Parameter section:
    Adapter Type: JMS
    Transport Protocol: WebSphereMQ (Non-JMS)  <- if i don't use this option, i can't enter MQ connection detail in the Source section.
    Message Protocol: JMS 1.x
    Adapter Engine: Integration Server
    Source section:
    QueueConnectionFactory Java Class: com.ibm.mq.jms.MQQueueConnectionFactory
    Queue Java Class: com.ibm.mq.jms.MQQueue
    ...MQ connection detail...(IP, Port, Queue Manager, Channel and Queue Name )
    Transport Protocol: TCP/IP  <- this is consists to server side setting
    JMS-Compliant: JMS-Compliant
    Since I only want a very simple working sample, again I didn't change the content in receiver determination, interface determaintion and sender agreement.
    Now when I active this change and I saw the following error in the channel monitor:
    Short Log - Channel has internal error
    Admin Info - Exception: Channel with Status Unknown or Not Registered
    I did stop and start the service, refresh CPA cache and even restart the entire PI server, I always see this message and cannot find any more detail description about what is causing this problem.
    My PI Server version is 7.0 and MQ version is 5.3
    There's very limited resource about how to setup to read MQ message in PI and I'm stuck now. Therefore, I need a help from some experienced people to tell me if I have did something wrong or missed some steps?
    And if possible, could people mind to post a step by step go through how you setup it up?
    Edited by: Robert Fu on Jan 10, 2008 6:51 AM

    Before you use the JMS, you need to deploy some drivers related to specific MQseries, Kindly ensure that proper driver are deployed....
    If you use MQSeries 53x.xxx, you must enter the following JAR files in aii_af_jmsproviderlib.sda.
    com.ibm.mq.jar, com.ibm.mqbind.jar, com.ibm.mqjms.jar, connector.jar (use the JAR file from the J2EE client directory)
    check this link it will give you more inofmration
    http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
    check this to get the condifuration the JMS
    How to use conversion modules in JMS - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12f891
    Ref How To Use the Content Conversion Module in JMS Adapter - https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000582377&

  • File Content Conversion : Sender Channel

    Hi
      I am trying to do content conversion in the Sender Channel from a flat file to a XML.
    My Target XML(message structure) looks like
    <H1>
      <H2>
          <D>Detail Record</D>
          <L1>line</L1>
          <L1>line</L1>
      </H2>
      <H2>
          <D>Detail Record</D>
          <L1>line</L1>
          <L1>line</L1>
      </H2>
    </H1>
    Here the element <H2> is only needed to group <D> and the following <L1> elements of each new occurrence of <D>.
    Now my problem is that the element <H2> is not getting created.
    and the message after content conversion is looking as follows
    <H1>
          <D>Detail Record</D>
          <L1>line</L1>
          <L1>line</L1>
          <D>Detail Record</D>
          <L1>line</L1>
          <L1>line</L1>
    </H1>        
    What should I do to get the desired result.

    @Yes Bhavesh you  are right.
    Hi Jai,
           I am trying the other way round.i.e from flat file to a XML message.As I said I was trying to do it for Sender Channel where is the after content conversion I want a XML file.The example is a what I framed out of my actual problem.
    if flat file is as follows ,
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    DetailRecord1
    Line1
    Line2
    Line3
    DetailRecord2
    Line4
    Line5
    then the XML must look like
    <H1>
    <H2>
    <D>DetailRecord1</D>
    <L1>Line1</L1>
    <L1>Line2</L1>
    <L1>Line3</L1>
    </H2>
    <H2>
    <D>DetailRecord2</D>
    <L1>Line4</L1>
    <L1>Line5</L1>
    </H2>
    </H1>
    I identify the different types records in the flat file
    as follows,
    Record starting with "Detail" is considered as <D> element
    Record starting with "Line"  is considered as <L> element.
    Hope I did clarify.

  • File picked up by sender channel but not seen in CC monitoring nor in moni

    Dear All,
    It is a file to JDBC scenario where the sender communication channel picks up a file and sends it to several receivers interfaces ( 1 jdbc receiver channel). The file gets picked up by sender communication channel, but problem is that it does not get traced in communication channel monitoring, not even in message monitoring in RWB and SXMB_MONI. Thus no file processing. Sometimes this does not happen and the file gets traced in either of the monitoring tools. Please help as to why would this happen.
    The scenario works correctly at times. its configured correctly. Please guide.
    Thanks & Regards,
    Priyanka Salvi

    Hi,
    Thanks. No, archiving faulty source files functionaly was not used earlied.
    I enabled it by giving a path in the FTP server itself, but no files were placed there in the same case.
    Please give me some examples of OS commands.
    The file is picked up but it seems it is unable to read/forward for further processing.
    This is because after the file is picked up, no messages are found with the outbound interface as well in message monitoring.
    I am manually placing the file at the required path and the procsessing mode in CC is delete.
    The receiver determination and all other configurations are correct.
    I had tried by creating a new sender CC and deactiving the earlied one. Using this files were picked up and processed for few days and now again the same problem.

  • Mail sender channel

    Hi,
    we have a problem configuring the mail sender channel. We want to realize a mail->xi->file scenario. No messages arrive at the xi server (sxmb_moni). In the adapter monitoring the sender adapter seems to be fine (green led,   text: running).
    The mail address is a web.de address. How should the URL in the adapter look like? We tried imap://imap.web.de, imap://imap.web.de/username, but no messages arrived.
    Btw we read in an other topic, that there exists a monitor (url: http://xihost:port/mdt/amtServlet). The server replies a 404 (not found) http error. How can we get this monitor?
    Thanks

    Thanks for your answer,
    yes, web.de does allow imap, I get my mails with thunderbird with the imap protocol. I tried also an other mail server, without success.
    I describe my scenario, perhaps there is an error in my configuration:
    In the Integration Directory I have imported the following xsd file
    <xs:schema targetNamespace="http://sap.com/xi/XI/Mail/30"
      xmlns:xi="http://sap.com/xi/XI/Mail/30"
      xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <!--
    Mail
      -->
      <xs:element name="MailReceipt">
        <xs:annotation>
          <xs:documentation>Mail Receipt for XI - Mail Adaper</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Server" type="xs:string"/>
            <xs:element name="Format" type="xs:string"/>
            <xs:element name="UseMailPackage" type="xs:boolean"/>
            <xs:element name="Encoding" type="xs:string"/>
            <xs:element name="Subject" type="xs:string" minOccurs="0"/>
            <xs:element name="From" type="xs:dateTime" minOccurs="0"/>
            <xs:element name="To" type="xs:string" minOccurs="0"/>
            <xs:element name="Date" type="xs:dateTime" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
    I have imported the xsd file in myNamespace into External Definition. Then I made a Messege Interface (outbound asynchronous)out of the imported data type (name--> MailReceiver).
    In the configuration of the mail sender channel I have following settings:
    message-protocol: XIPAYLOAD
    Use mail package: True
    Content Encoding: base64
    Keep attachment: False
    Interface Namespce: myNamespace
    Interface Name: MailReceiver
    Quality of service: Best effort
    In my scenario I have made a sender agreement which uses the mail sender adapter, interface and namespace of the sender are myNamespace an MailReceiver.
    hope anybody can help me...

  • Sender Channel - File Archiving - No Create Target Directory option

    Hello,
    We are getting an error because our Sender channel is always trying to create the target directory when saving a file in our archive location. 
    Using a Receiver Channel the option "Create Target Directory" exists, so I can disable that option.  Is there a way to disable that option on a Sender Channel when archiving?
    Thanks,
    Matt

    Reviewing the settings available from Help.sap.com says:
    "Configure Sender File Adapter"
    Under Processing Mode, specify what is to happen to files that have been processed successfully.
    u25CB       Archive
    u25A0       To add a time stamp to the file name, select Add Time Stamp.
    The time stamp has the format yyyMMdd-hhMMss-SSS. The time stamp ensures that the archived files are not overwritten and it enables you to sort them according to the time that they were received.
    u25A0       Enter the name of the Archive Directory.
    I do not see anything in here that helps clear up this issue.
    Also, I have given a target directory.  The problem is it still tries to create that directory. 
    Thanks,
    Matt

  • JDBC Sender channel not processing the messages

    Hello,
        From yesterday onwards JDBC Sender channel not processing the messages. In CC monitoring it is showing in Green Led and status is functioning. Cahnnel is polling for messages to DB server as per polling interval. But it is not processing the msg's. Under Processing detials for cluster node it is showing only "Processing Started" for each polling interval.
    I have done the check in DB server by executing the query in the channel, whether there are any records are exisitng or not. There are 1000+ records.
    Previously the parameter "Disconnect from DB after processing each message" was not set. I have set the parameter and activated in Productiion. Still the messages are not processing by channel
    What was the problem? How to rectify with this.
    Cheers
    Veera

    Check in the Visual Admin >Cluster> "LOCKING ADAPTER"
    we get a option of Display Locks .Check for an entry with
    NAME : $XIDBAD.JDBC2XI
    reset the locks and restart the CC ,now it works fine.
    Note 1083488 - XI FTP/JDBC sender channel stop polling indefinitely(04/04S)

  • No Sound from Auxillary if Send Channel is Muted

    I use aux/buss channels a lot and will often mute the channel I'm sending from and then only use the buss channel in the mix. Something weird happened recently- if I mute the channel I'm sending from no sound goes to the buss. Previously I could mute it and it would still send. Now the only way to get the channel to send (and without hearing volume from it) is to take the fader all the way down (I'm using the pre-fader option). Now I have old mixes where I can't hear anything until I go back, unmute all the send channels, and take the volume of all of them down.
    Anyone have any idea about what might have happened, could I have accidentally changed a preference or setting to make this happen? Apologies if the above is unclear.

    All the sudden I got the similar problem with Logitech Z-5500 with optical out...test with THX Consol and no sound coming out of rear Speakers instead front R and L.......update to latest driver but problem remains....

  • Why can't I send or get email from an AOL account!

    Good Evening,
     I should say if u could try to keep this simple as I am by no means a computer wiz!. Having said that I have a Verizon account & friend's of mine have AOL but for some reason we can not send email to each other as it keeps coming back.
     My question is why is this? I love Verizon but have never had this with any of the other providers I had. Is there something I need to turn off? & if so what & how?. I'm really lost as to why I can't send nor get email from AOL. If anyone could explain it but in a way I can understand it this would be great!.
     Thank you for your time!
       Will, 

    my70chevelless wrote:
    Good Evening,
     I should say if u could try to keep this simple as I am by no means a computer wiz!. Having said that I have a Verizon account & friend's of mine have AOL but for some reason we can not send email to each other as it keeps coming back.
     My question is why is this? I love Verizon but have never had this with any of the other providers I had. Is there something I need to turn off? & if so what & how?. I'm really lost as to why I can't send nor get email from AOL. If anyone could explain it but in a way I can understand it this would be great!.
     Thank you for your time!
       Will, 
    What message are you getting when it comes back? Having that info would help isolate the problem.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Error in sender channel:

    When activating changes in  IR I used to get system message as NoClassDefFoundError.Even then the componenets used to get activated.
    Initially every thing was working fine with the sender channel.
    It was successfully picking up the file and sending the same to receiver channel.
    Suddenly after a day I sarted getting this error (below).And the file was not getting picked up.
    <b>Error in channel</b>Error: javax.ejb.TransactionRolledbackLocalException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sap/aii/af/app/mp/impl/ModuleProcessorCategories; nested exception is: javax.ejb.EJBTransactionRolledbackException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sap/aii/af/app/mp/impl/ModuleProcessorCategories
    <b>sxmb_moni message:</b>
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    There was no such error: And I had not made any changes since it was working fine.
    Is this error because of the message I used to get in IR.?Was might be the cause

    Hi,
    Please check you message first properly all conditions supporting or not.Is message is having any exceptional chars , and Check whether your are using Async or Synch communication , respectivly the sender and receiver  communication mode supporting both sides. and check your J2EE is working fine or not, Check your interface is having the module processors in sender side/receiver side is yes , those are working fine or not , those are properly imported properly or not.
    these diffects may not effect the activation of components.
    Also check your receiver Business system is working fine or not
    And also check your receiver agreement is configured,receiver determination and interface determination all are refered same business systems or not.
    ,please see the following threads
    Error RCVR_DETERMINATION
    No Receiver Determination
    Re: NO_RECEIVER_CASE_ASYNC
    XPATH and RECEIVER DETERMINATION
    XI 3.0 No receiver could be determined
    Regards
    Chilla..

Maybe you are looking for

  • How can I display the descriptor column from a view in my BR message

    I have a table, Memberships, that contains a column for staff id. The staff data is on a remote database and I have created a view to access the required data. I have set the descriptor sequence for the name column of the staff view but the BR still

  • Relation between sales organization and company

    HI, What is the relation between sales organization and company codes? ANY BODY SUGGEST THIS MATTER.

  • SmartView function to validate member existence in application

    Hello, just a question following my HypFindMember issue. Is there a SmartView function that can validate if a member exists in a HFM application tree? Thank you in advance

  • Element Creation for STD Sick Pay

    I am looking for information pertaining to the element set up requirements (including balance feeds) for the use with STD Sick Pay. All our STD sick pay payments are made by a contracted insurance company. The insurance company withholds only EE FICA

  • Poor airport reception

    I'm getting terrible airport reception. Yesterday I was in a room with two other powerbooks and they both got great reception and I couldn't stay connected for more than ten seconds. This is not the first time. Here in my office I can't use my powerb