JMS to PI to RFC

Is it possible to do scenario like this  with out BPM
JMS to PI to ECC(RFC-Sync)  to PI then file

JMS to PI to ECC(RFC-Sync) to PI then file
You will have to use BPM....since response from ECC is to be send to File (and not JMS).
Regards,
Abhishek.

Similar Messages

  • XI to RFC Scenario

    Hi SapAll.
    i had created a Remote Function Module in SAP-R/3 with 2 structures under tables(tab)and this rfc is going to collect  data from xi for doing some bdc and then when the bdc fails,rfc will return values to xi.
    in this real time scenario what xi will do,i know that xi will collect the data from rfc.
    as i have got the Netweaver-PI Software i would like to create a sample interface in PI for doing the above mentioned scenario
    so what my question is how and in what way we can do this in XI without BPM,after xi collect the export parametes from rfc with failed reasons what xi do,will it update the sender.
    will be waiting for a good answer.
    regards.
    Varma

    1. if ur sender adapter is sync like SOAP
    you sync RFC scenario...whatever the resposne that u get from RFC can be mapped back to sender using the response mapping..if the sender supports that fore.g if u are using SOAP as sender..
    2. if ur sender adapter is not sync like file / JDBC / JMS
    just do the RFC lookup in mapping ..map the response to the target structure and use the receiver which is same as the sender and generate file to the sender

  • Async/Sync Communication using JMS adapter without BPM

    Hello ,
    Pls suggest how Async/Sync Communication using JMS adapter without BPM .
    In my scenario I have JMS Sender and then RFC/JDBC as Sync and then again JMS receiver
    Pls explain  the concept of
    JMSMessageID and JMSCorrelationID  and how to use it by an example.
    Regards

    Hi,
    If you have selected JMSMessageID, JMSCorrelationID, or JMSProperty and entered a JMS message ID in these fields, you should see the Remove 'ID:' Marker from JMSMessageIDindicator. Set the indicator.
    This is necessary because the JMS specification stipulates that each JMS message ID starts with 'ID'. However, this conflicts with ISO-11578.
    - JMSMessageID (Uniqueness Is JMS-Provider-Dependent)
    (String) The unique message ID. Note that this is not a required field and can be null. Since the JMS provider might not use your provided message ID, the Connector sets a special property called $jms.messageid after sending a message. This is to insure that the message ID always is available to the user. To retrieve this value use conn.getProperty("$jms.messageid") in your After Add hook.
    - JMSCorrelationID (Uniqueness Is JMS-Sender-Dependent)
    (String) This header is set by the application for use by other applications.
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Remote queue in XI server for IBM MQSeries

    Dear All,
    my scenario is IBM MQSeries -> message via sender JMS adapter -> XI -> receiver RFC adapter -> R/3.
    now for IBM MQSeries to send a message to XI via a transmission queue in MQSeries - it needs a remote queue name and  queue  manager name in XI server.
    So now where can i find these information regarding remote queue name and  queue  manager name in XI server. I currently do not know whether in XI server, currently is there any remote queue or not? So how to find this information. If we do not have remote queue manager in XI currently, then how to install a remote queue name and  queue  manager in XI server.
    It is slightly urgent. So i request you all to please reply quickly.
    Thanks and Regards,
    Rajeev Gupta

    Dear Sebastin,
    Thanks for your inputs.
    I have to connect to MQSeries 5.2.1 to XI server.
    am getting the below error in Communicatin Channel Monitoring for my sender JMS adapter:
    Error during channel initialization; exception trace: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '<IP_ADRESS>:<MQ_QUEUE_MANAGER>'
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:546)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1137)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:799)
    com.ibm.mq.MQException: Message catalog not found
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:171)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:228)
    i have written '<IP_ADRESS>:<MQ_QUEUE_MANAGER>' just to hide the data - i am getting <IP_ADRESS> as IP Adress i gave in JMS adapter and <MQ_QUEUE_MANAGER> as Queue Manager i gave in JMS adapter.
    i am using the correct IP and 1414 port of MQSeries server. I have used a MQQueueManager defined in MQSeries. i have deployed JMS adapter properly in XI server.
    So can anybody suggest what could be the possible reason of this error and how to rectify it. It is slightly urgent.
    One more question - should the queue manager in MQSeries server be a local or remote queue manager..........i was not able to create a remote queue manager in MQSeries 5.2.1 as by default it is creating a local queue manager.......
    Thanks and Regards,
    Rajeev Gupta

  • MQSeries Server Settings for connection to XI server

    Dear All,
    I am doing MQSeries 5.2 -> Sender JMS adapter-> XI -> Receiver RFC adapter -> R/3.
    Can anybody suggest me what are the things in MQSeries which should be running at MQSeries server(like queue,channel, queue manager - their types) to get a message by sender JMS adapter in XI?
    Should the queue manager be of local or remote type? If it local, then can XI connect to this queue manager in MQSeries.
    In the above things, i am asking only about MQSeries server things and not of XI server things - just to clarify.
    So if somebody has connected MQSeries server to XI server, then please give replies to my above queries. It is slightly urgent.
    Thanks and Regards,
    Rajeev Gupta

    Dear Chirag,
    i have already deployed the JMS adapter correctly in XI server.............
    i want to know is anything left on MQSeries server for me to do as a prerequisite to send message to XI server........
    So please reply to my above queries.
    Currently i am getting the following error in my sender JMS adapter:
    Error during channel initialization; exception trace: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '<IP_ADRESS>:<MQ_QUEUE_MANAGER>'
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:546)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1137)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:799)
    com.ibm.mq.MQException: Message catalog not found
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:171)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:228)
    i have written '<IP_ADRESS>:<MQ_QUEUE_MANAGER>' just to hide the data - i am getting <IP_ADRESS> as IP Adress i gave in JMS adapter and <MQ_QUEUE_MANAGER> as Queue Manager i gave in JMS adapter.
    Dear All,
    Any inputs to my above queries.
    Thanks and Regards,
    Rajeev Gupta

  • CBMA issue in PI 7.31 - Connection type is RFC rather than JMS.

    Hi,
    I am facing issue with CBMA in production PI 7.31 which is working perfectly in quality system. I configured alert rules and scheduled AlertConsumerJob also. Configured alerting.isactive to true and alerting.target to '1'.
    I observed that Message Alert configuration from PIMON is routed to alert framework rather than to the page where rules that are created in ID are displayed. From nwa->soa->monitor->Message Alert Configuration, able to see the rules created in ID. Does correcting this helps me?
    Not sure if this is correct or not, but i even tried pinging the url http://host:port/AdapterFramework/alerting/ping.jsp, which shows Connection type as RFC in production. In quality it was JMS. Is this the issue? Please guide me.
    Thanks,
    Prasanna.

    Hi,
    Did you run the CTC wizard for this ?
    Configuring Component-Based Message Alerting - Configuring Process Integration After Installation - SAP Library
    Also, refer - Create new Alert consumer and its next steps in PI7.31 dual stack
    Regards,

  • JMS Sender Adapter EOIO with different messages in Queue to RFC

    Dear Colleague,
    In one of my scenarios i am using JMS Sender Adapter and Websphere MQ series.
    In my MQ Series Queue i get different Messages with Different Structures.
    for e.g in my MQ Series Queue Q1 i have M1, M2, M3 coming in Order.
    Now i need to doa  Mapping of M1 to a Standard BAPI  B1 call through RFC at the reciever side.
    Now i need to doa  Mapping of M2 to a Standard BAPI B2 call through RFC at the reciever side.
    Now i need to doa  Mapping of M3 to a Standard BAPI B3 call through RFC at the reciever side.
    We are aware that on Receiver side we can have multiple Recievr Determinations.so i can send it to 3 different BAPIs.
    Question:
    But how do i split the Messges which are coming out of MQ series Q from JMS to 3 different Mapping Structures as we knwo that we do not 'Multiple Sender Interface Determinations' from Determined based on the Message which is coming in.
    Hope i have been clear in making myself understand about the problem given above.
    I have alos given below the same in a bit Graphical Form.
    MQ Series --> M3, M2, M1(Messages) --> JMS Adapte(EOIO) --> M1(Message) -> RFC -> B1(Bapi)
                                                             --> JMS Adapte(EOIO) --> M2(Message) -> RFC -> B2(Bapi)
                                                             --> JMS Adapte(EOIO) --> M3(Message) -> RFC -> B3(Bapi)
    Is it possible to achieve the above result. Answers fo the solution are most welcome. These can be also from the new Netweaver Release Versions. If we have the solution to these in New version we will implment the New Netweaver Releases.
    Thanks & Warm Regards
    Venugopal

    Dear Kai,
    if i have 3 MQ series Queues then how are we going to maintain the flow of the Messages in the same order in which has come into MQ series queues.
    this mesans to say that all the Message come in Parallel out from JMS or MQ side and will be mapped onto Reciever side.
    But in my case i wil need to have M1 first M2 second and M3 third.
    This means to say that M1 recived and acknowledged then M2 should come and acknowledged and then M3 should be acknowledged.
    How this will be possible with your solution of making 3 MQ series Queues.
    Please do let me know.
    Thanks
    Venugopal

  • JMS Adapter - RFC (Sync ) RFC Repsonse- JMS Adapter

    Hello,
    We have 40K + messages coming in from a 3rd party system through JMS Adapter. We need to process the messages in R/3 using RFC (sync) adapter and send the response back to the 3rd party system   “with the messageID (CorrelationID)” using a JMS adapter.
    Is there any procedure to do the same without BPM?
    Thanks,
    Peter

    Peter,
    Another easy way to decouple your process could be to send RFC data to R/3 asynchrounously (which means treat your function module as an asynch message interface, which is possible), and at the end of the inbound function module code invoke a "response function module" pointing at XI as RFC destination. This second flow will, of course, map to and write to JMS.
    That should be little change to your code, right?
    I've done the same story with ABAP proxies and it work perfectly.
    Let me know.
    Cheers,
    Alex

  • Rfc-xi-jms scenario

    I have a rfc-xi-jms scenario. A message is triggered from ECC. HOw can I check whether
    message is send from ECC ?? I mean ....I want to check in ECC system ?? Is there any Tcode
    to see the success message or payload in ECC ?? In SXMB_MONI I am not able to see the RFC messages.
    Regards
    kumar

    >we can see proxy messages in ECC system through sxmb_moni right ??
    You are Right,
      In Proxy  there is no protocol conversion  hence it might  reflect in the Sxmb_moni.
    > In ECC system why can't we see the messages in sxmb_moni ??  For  RFC..
    The protocol conversion happens and it is taken care by the adapters to XML Message.
    Regards
    Agasthuri Doss

  • Reg : JMS-RFC-JMS

    Hi Friends,
    My Scenario is JMS-RFC--JMS.(I have to get request XML from Sender JMS adpter to R/3 and then Response from R/3 has to sent back to receiver JMS adapter) i.e Both sender and receiver JMS has different queue names
    I have created scenario exactly like FileRFC-FIle.So in my sender JMS adapter in Module tab i have used these two module  AF_Modules/RequestResponseBean and AF_Modules/ResponseOnewayBean .
    Please let me know whether the approach is rite or we can have some other apporirate design..
    Thanks,
    Dinesh

    Hi Dinesh
    you are on right track..
    this one you can always refer for any message related JMS..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8060448a-e56e-2910-f588-9af459e7ce21
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8060448a-e56e-2910-f588-9af459e7ce21?quicklink=index&overridelayout=true
    Thanks,
    Bhupesh

  • Sap ecc(RFC) to Java application (jms) scenario in sap pi

    Hi Team,   How to configure SAP(ECC) to JMS scenario with steps.If have any documents please send me.   I have urgent requirement please help me.   Thanks in advance   Regards.. Ravi

    Hi,
    For JMS no need to maintain any thing in SLD.Just create Communication component in ID.
    When comes to sender RFC channel.
    App server -- sender system hostname
    App server gateway:sapgwSystemNo of sender system
    Program ID :any meaning full name (make sure to maintain the same name in trfc created in your sender system)
    Give log on details of ECC system.
    Regards
    Venkat

  • JMS to RFC without ccBPM ????

    Hi all,
    We have a scenario that uses the JMS Request/Reply towards the SAP R/3 4.6C (RFC), so we use the BPM to connect the JMS request (with correlation ID) to the sync RFC and then to the JMS Reply (pass the correlation ID), it works but <u><b>we have very bad performance</b></u>, does someone knows other ways to connect the JMS to RFC ?????
    or maybe you have any idea regarding the performance ????
    Regards,
    Yaki

    Hi,
    >>>> it works but we have very bad performance,
    there are so manz wazt that influence this that it
    it hard to name all of them
    you need to check which of the steps takes too much time send receive transform
    and then decide what to do - new patch, change memory seetings, more memory, other parameters etc..
    there realy is much you can do
    btw
    of course it's very good to use a stress test tool
    to stimulate a much bigger number of messages then you have now...
    the performance issues are those where the fun begins
    Regards,
    michal

  • Synchronous JMS RFC  scenario

    I have requirement as below.
    Scenario :  WebsphereMQ --> (JMS)SAP XI(RFC) --> SAP ERP &&&
    SAP ERP RFC Ack --> (IDOC)SAP XI(JMS) --> WebsphereMQ
    interface is working for WebsphereMQ --> (JMS)SAP XI(RFC) --> SAP ERP.
    but how can move for response , need steps to complete the requirement.

    Hi Ranj,
    As far as I know the JMS adapter is only for asynchronous communication. You would need to do a async/sync bridge to do your scenario without ccPM. In these wikis you have a File - RFC - File scenario you can see the configuration in the ID to do a similar configuration for JMS - RFC - JMS:
    File-RFC-File(Without BPM) - Process Integration - SCN Wiki
    Sync-Async without ccBPM - Process Integration - SCN Wiki
    For more detailed information check this link: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e276?QuickLink=index&…
    Regards.

  • RFC and JMS

    Hi,
    I am with a 2 part asyncronous scenario as shown below:
    JMS -> XI  -> receiver RFC : Sender RFC  -> XI  -> JMS.
    In the above case, I am calling the sender RFM within the Receiver RFM.
    when i execute the scenario. The first part runs successfully .
    Also, the Receiver RFM calls the sender RFM correctly.
    but somehow the 2nd part is not executed.
    how can i get it working?
    Thanks
    Raghu

    Hi Aamir,
    I am not getting anything..
    I have debugged the FM.. I get a proper output there
    but from sxmb_moni, message monit, i confirmed that the second part of the scenario is not executed at all..

  • JMS to RFC Scenario

    Hi Every body...
    I am working on SAP XI 3.0 with Service Pack 14. I had completed a scenario for JMS to RFC communication. I completed all the steps and when i am posting the xml message but not getting the responce.
    could any one tell me what may be the reason i had done this scenarion with out using BPM. Is it possible to work with JMS having XI ,Service pack 14.
    Regards

    Hi Just refer these may be help you
    refer in this thread  the reply of Krishnamoorty'
    JMS to RFC without ccBPM ????
    <b>Async/Sync Communication using JMS adapter without BPM</b>
    /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19
    <b>Sync/Async communication in JMS adapter without BPM</b>
    /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    <b> Multi Mapping without BPM (JMS 2 IDoc) </b>  
    Re: Multi Mapping without BPM (JMS 2 IDoc)
    Thanks!!

Maybe you are looking for

  • Issue with MacBook Pro charger?

    Hello, I bought my MacBook Pro 15" in October 2009. I hardly ever take it out of my place. Senior Apple adviser told me, that the battery in my computer is factory calibrated, so bassically I treat my laptop as iMac. It's connected to the charger all

  • PR to be deleted after PO release strategy with pr.

    Hi,expert some pr to be deleted as release strategy already trigered as well as po had been done. Pls help.Any suggestion?

  • Unable to open the PM order in change and display mode

    Dear All, Am facing some issue that am unable to open the Maintenance Order in Change and Display mode. Can you provide the solution.

  • Micro sd recognition problem

    I have nokia 2700 classic and after firmware update the phone can't recognize the sd nokia card. I tried with a diferrent card too and ocurres the same. If someone knows about this issue , i will appreciate it. thanks

  • Connecting to projector

    Hello, How can I connect my ultrabook on a projection ? My ultrabook is: A7S56EA Folio Ultrabook 13-1000en i5-2467 1.6Ghz 13.3HD 4GB/128SSD,Wın7 Prem.ENG,