Link between WebSphere Default Messaging provider/SIBus and JCAPS JMS

Our goal is to put messages using JMS from an application running in a WebSphere Application Server, to a JCAPS JMS message server, stcms.
Our developers are suggesting the application to connect directly to the receiving JMS-server.
However, as an administrator, I want the infrastructure to handle failover and routing of the messages to the receiving message servers.
One alternative is to make use of the integrated SIBus in WAS and make a link to the foreign JMS-server.
Anyone tried this and made it working?
Jonas

hi jonas,
we have tried this out with WAS(5) but never suceeded. since configuration is a bit complicated we have only spent 2 days trying it. maybe you have better knowledge as we do and the product as such has changed in lots of details .... if you manage to do so please inform this newsgroup about it.
i would love to see a solution to this.
regards chris

Similar Messages

  • When I try to connect to a link I receive the message "Search bookmarks and history" and FF won't connect to the link requested

    When I try to connect to a link I receive the message "Search bookmarks and history" and FF won't connect to the link requested. VER FF 3.6.6. Windows7; 64 bit.

    I have currently FF 3.6.8 running under Windows XP 32 bit. I am using Multiproxy Switch ver 1.33 add-on to switch between multiple proxies.
    My FF starting page is http://www.google.com/ncr . When I start Firefox and the actually configured proxy is unreachable, I get the usual message that the page cannot be opened ("Try again"). Then I switch to another proxy or to direct connection. Normally the desired page (google) opens. But in case I switch the proxy before the error message appears, this grayed message "Search Bookmarks and History" appears instead of the URL in the URL input field and I have to retype the URL.
    Remark: I would really like to have this function "Searching Bookmarks and History" available in Firefox, because I often do this kind of search and need 4 clicks to get there (Bookmarks-Organize Bookmarks-Bookmarks Menu-and then input my search criteria).

  • - No link between IOM port 3/2/2 and fabric interconnect B:1/18

    Specifically I'm trying to find out what the 3/2/2 means in - No link between IOM port 3/2/2 and fabric interconnect B:1/18

    This from the fault reference guide:
    "No link between IOM port [chassisId]/[slotId]/[portId] and fabric interconnect [switchId]:[peerSlotId]/[peerPortId]"
    http://www.cisco.com/en/US/docs/unified_computing/ucs/ts/faults/reference/UCS_SEMs.html#wp1306388

  • Link between delivery schedules in purchase order and GR document

    Dear all,
    Can you provide link between Delivery schedules in po and gr document. for which schedule gr is done etc.
    With Regards,
    prasadbabu

    i want fields mblnr and eindt in one table.
    With Regards,
    PrasadBabu.

  • Configure a Bridge between Websphere MQ 6.0(MQSeries) and Weblogic9.2

    Bridge between Websphere MQ 6.0(Previously MQSeries) and Weblogic 9.2
    At Websphere MQ 6.0 side:
    „³ Create a folder by the name JNDI-Directory under C drive
    „³ Create the queue manager by using the command at the command prompt:
    crtmqm testqmgr or you can create it by GUI also.
    „³ Start the queue manager: strmqm testqmgr. or you can start it by GUI also
    „³Define Local Queues in the newly created queue manager testqmgr by using GUI or by using Commands .Assume we have created a local queue by the name MyMDBQueue.
    „³ Create a file by the name MyAdmin.config,It¡¦s a configuration file under C:\Program Files\IBM\WebSphere MQ\Java\bin directory.
    Now add the following entries into the config file
    INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
    PROVIDER_URL=file:/C:/JNDI-Directory
    SECURITY_AUTHENTICATION=none
    Without the above step also you can do that. How it means
    You have a file called JMSAdmin.config under C:\Program Files\IBM\WebSphere MQ\Java\bin directory.jsut uncomment the above mentioned 3 properties and comment the remaing that¡¦s it.
    Next run the below command
    C:\Program Files\IBM\WebSphere MQ\Java\bin>JMSAdmin.bat ¡Vcfg MyAdmin.config
    Once you run the above command you will see
    this prompt InitCtx>.
    Now your command prompt will stop at
    InitCtx>
    Just type the following commands
    a) InitCtx> def xaqcf(SenderQCF) qmgr(testqmgr) press enter
    b) InitCtx> def q(MyMDBQueue) qmgr(testqmgr) queue(MyMDBQueue) press enter
    c) InitCtx> end press enter
    At step a it will create a queue connection factory by the name SenderQCF UNDER QueueManager testqmgr
    At step b it will create a queue by the name MyMDBQueue UNDER
    QueueManager testqmgr
    At step c Its ends the Context cration process
    At Weblogic 9.2 side:
    Go to your domain location lib folder i.e. In my system it¡¦s in C:\bea\user_projects\domains\bplus_domain\lib. Add the following jars in lib folder
    1) com.ibm.mq.jar
    2) com.ibm.mqjms.jar
    3) commonservices.jar
    4) connector.jar
    5) dhbcore.jar
    6) fscontext.jar
    7) jms.jar
    8) jta.jar
    9) ldap.jar
    10) postcard.jar
    11) providerutil.jar
    Now restart the weblogic server. now the server reads all the jars
    Open console of weblogic9
    Go to Services„³Messaging„³Bridges„³Jms bridge destination. under this create new
    jms bridge destination.
    Source of jms bridge destination:
    Adapter JNDI Name: eis.jms.WLSConnectionFactofyNoTX
    Classpath:<optional>
    Connection URL: file:/C:/JNDI-Directory
    Initial Context Factory: com.sun.jndi.fscontext.RefFSContextFactory
    Connection Factory JNDI Name: SenderQCF
    Destination JNDI Name: MyMDBQueue
    Destination Type:Queue
    User Name: <optional>
    User Password: <optional>
    Confirm User Password: <optional>
    Now activate the changes what you have made
    Destination of jms bridge destination:
    Adapter JNDI Name: eis.jms.WLSConnectionFactofyNoTX
    Classpath: < optional>
    Connection URL: t3://localhost:7001
    Initial Context Factory: weblogic.jndi.WLInitialContextFactory
    Connection Factory JNDI Name: ConnectionFactory1
    Destination JNDI Name: ResponseQueue
    Destination Type:Queue
    User Name: < optional>
    User Password: < optional>
    Confirm User Password: < optional>
    Now configure a new Bridge by using above configured two source and destination
    jms bridge destinations
    At source you have to select Other JMS.don¡¦t select Weblogic7 or Higher because the source of this bridge is WebsphreMQ, not weblogic
    Now once again RESTART The weblogic9.2 serever and put one message on WebsphreMq queue and check whether it reaches the destination queue of weblogic
    Enjoy the session

    Is this working for you? What errors do you get in the logs (bam, EL)?

  • Link between vendor number in purchase order and supplying plant (Sales O.)

    Hi All
    Please could you advise, what settings control the following:
    1. Purchase order created for vendor A. (vendor- is internal supplier within same company in SAP, but different company code).
    2. Sales order automatically created on vendors side, plant B.
    Question is where is the link between vendor number (A) and supplying plant name (B):
    How SAP identifies, what plant sales order (for created purchase order) should be generated at?
    Thanks!
    Regards, Andrey

    Hi,
    Click the below link for more infromation about SD & MM integration.
    http://sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm
    regards,
    Venkatesan Anandan

  • Link between User Name in user table and Personla number in HR

    Hi
    Could any one let me know the link between the User Name field in User table and Personal number in HR table. Pls let me know the table name which shows the relation between these two fields.
    Regards,
    Ram

    HI Ram
      The table which contains this data is PA0105. The value of field USRTY should be '0001'. For example if u want to get the UNAME related to an employee.
    SELECT usrid
      FROM pa0105
    WHERE pernr EQ p_pernr
          AND usrty EQ '0001'.
    Please award points if u found this helpful

  • How to find link between the field (kzbew) mvt.ind. and the (ebeln) ?

    Hi all,
    while finding the link between the kzbew and the ebeln the only table i found is MSEG.
    But i want to populate the data in this table only?
    So please give me the solution how i can fetch the movement indicator for a particular purchase order?
    As i am using the idoc segment MBGMCR02((for creating goods receipt)...i have to pass the movt. indicator with the movement type also.......?

    the field - description in MSEG says:
    Movement Indicator
    Specifies the type of document (such as purchase order or delivery note)  that constitutes the basis for the Movement.
    Use
    This indicator is necessary, for example, to enable a distinction to be made between a goods receipt for a purchase order and a goods receipt for a production order. These two goods movements result in different data
    and account updates in the system.
    Dependencies
    The movement indicator is derived from the transaction code.
    what transaction do you want to use for your idoc?

  • SolMan - link between Business scenario/process in solar02 and CR/CD

    Hello Solman experts,
    I would like to know more about the possibility to link BP structure in solar02 with Charm (CR/CD you create).
    I know we can create a standard incident directly from the BP structure of solar02 or we can add a link to a standard incident message in the tab "incident/messages,
    but we only use a customed version of charm (CR/CD... no incident) and we would need to
    - either create CR from the business process structure in solar02
    - or to create it as usual via our Z transaction Z_charm_create and then to add a link in solar02 in a tab to the CR/CD created in charm.
    We indeed need to have a link for reporting purpose between our BP structure and the change document/change requests/TR.
    Could you help me?
    Thanks in advance,
    Alice

    hi
    i hope you are missing something
    To assign structure elements from a project, choose the Project pushbutton and select the required project.
    The system creates the root node Projects and also the subnode Structure Objects automatically.
    To assign structure elements from a solution, choose the Solution pushbutton and select the required solution.
    The system creates the root node Solution. Click the Solution node with the secondary mouse button and
    choose Add and then Structure Objects. The system creates the subnode Structure Objects
    pls again chk this
    [https://cw.sdn.sap.com/cw/docs/DOC-30423?treeid=DOC-8303|https://cw.sdn.sap.com/cw/docs/DOC-30423?treeid=DOC-8303]
    But if this case only sp22 above, try with frederico's advise.
    jansi

  • Link between Service Order / Confirmation in CRM and Purchase Order in ECC

    Hi all,
    Does anyone knows what the possible link is between a Service Order / Service Order Confirmation in CRM and a Purchase Order in ECC ? I heard that this could be found somewhere in the document flow of a Service Order ....
    How do we get the Purchase Order number from ECC in the Document flow section of an Service Order in CRM ?
    We need the PO number somehow to be able to create a Goods Received document in ECC from CRM.
    BR,
    Abjuh

    Hello Abjuh,
    As of CRM 4.0 (with Service Industry extensions), you can automatically create ECC Purchase Orders from a CRM service order.
    It is possible to track the status of the individual service order items with the document flow.
    Please refer to the SAP Help for more information.
    http://help.sap.com/saphelp_crm70/helpdata/EN/46/8bae7e9e886160e10000000a1553f7/frameset.htm
    Kind regards,
    Kristoff.

  • Same sender (websphere)  different messages different mapping and receiver

    Hi PI experts,
    Your opinion could lead us to the best solution. Thanks in advance for your valuable time on this.
    Here is the scenario that I would like to have your input. We have a solution, which takes in orders from North America and European countries (many sites) by WebSphere. Each order messages is sent over to PI via SOAP where PI converts it to IDOC and forwards it to SAP AFS system (SOAP to IDOC and 1:1 mapping).  The solution is up running as expected in production.
    Now we need to automate orders for our Asia sites. The backend is on Microsoft Navision system. On the receiving side, our Asia colleagues like to have files sent over to a SFTP server (with different folder for each country). So it is SOAP to SFTP scenario.
    In short the two scenarios are SOAP to IDOC and SOAP to SFTP. Should we combine those two into one solution or have a separate interface for each? What will be the pros and cons from design, performance and production support perspective?
    Thanks,
    Shawn

    Hello Shawn!
    You may created all the communication channels, SOAP IDOC and SEEB (since native File adapter does not support SFTP) and then create the scenario with both interfaces mapped on the RECEIVER DETERMINATION:
    CondA -> Interface A (IDOC)
    CondB -> Interface B (SEEB)
    The conditions are xPath queries based on the received XML, which would allow you to send the message to different places according to the message's context.
    For more information, please check the help page below.
    Description of Object Types
    http://help.sap.com/saphelp_nwpi71/helpdata/en/46/8015de950e6be3e10000000a155369/frameset.htm
    Receiver Determination
    http://help.sap.com/saphelp_nwpi71/helpdata/en/46/8015de950e6be3e10000000a155369/frameset.htm

  • View link between view based on entity(table) and view based on stored proc

    I've created a view based on a stored procedure. I need to link this view to a view based on an entity which is based on a table.
    I can create the view without issue, but when I attempt to run the application module that contains the relationship I get this error:
    (oracle.jbo.InvalidOperException) JBO-26016: Cannot set user query to view "SalesentityModuleApiView2" because it is a destination in a view link
    One thing that may be notable about this is that this view started out based on a database view. I later overrode the select related methods using the example here:
    http://download-east.oracle.com/docs/html/B25947_01/bcadvvo008.htm
    Any ideas? I will gladly post some code if someone will let me know what might help diagnose this.

    Hi,
    I solved my problem with adding transient field, and changing the value of it (true | false) on set method of field that can be changed so I can get which row was updated. What exactly do you mean when you say not updateable, I'm using a vo with no entity, and I can add, remove rows, in fact I think it's a good solution because I don't want to write to database immediately.

  • No link between IOM port 2/2/3 and fabric interconnect B

    Hello
    I am trying to remove an uplink from an IOM to the fabric interconnect as its not required.  I have tried to reset the I/O module and re-acknowledge the chassis with no luck, it is still shown in the GUI with the error message as in the subject.  We are currently running 2.0(1s).  The kit isn't in production yet.
    Thanks for any help

    Yes i agress thats a pretty heavy approach to clean it. No if you left it there as it is, there would have been no operational issues. It would have just left this fault in the UCSM.
    ./Abhinav

  • XI to IBM Websphere Default JMS Provider with JNDI

    Hello everybody!
    We face a problem with connecting SAP XI to IBM WebSphere Default JMS Provider (need to send a message from XI to WebSphere JMS and receive the response).
    We have the following versions installed:
        SAP XI: 7.0 SP8 , Sun JDK 1.4.2
        IBM WebSphere: IBM WebSphere Application Server ND, 6.0.2.17, J2RE 1.4.2 IBM
    We cannot set the JMS adapter of SAP XI for conecting with IBM WebSphere Default JMS Provider. The Communication Channel has erroneous state (at runtime) and the Communication Channel Monitoring tool displays the error message as described below (under "Variant 1" and "Variant 2" sub-headings) depending on the settings performed. 
    For connecting, the following JMS-provider settings were used at IBM WebSphere side:
       JMS Providers: Default Messaging Provider
       Queue Connection Factories: name:QueueConnectionFactory, jndi:jms/QueueConnectionFactory, provider: Default Messaging Provider
       Queues: name Queue, jndi: jms/Queue, provider: Default Messaging Provider
    The XI communication channel (and associated JMS-adapter) was set as Variants 1 and 2 show. Settings for both cases and received error messages were the following:
    <b>Variant 1.</b>
        Adapter type: JMS
        Type: Receiver
        JMS Provider: Access JMS Provider with JNDI (Java Naming and Directory Interface)
        JNDI Lookup Name of QueueConnectionFactory:  jms/QueueConnectionFactory
        JNDI Lookup Name of JMS Queue: jms/Queue
        Name of JNDI Initial Context Factory: com.sap.engine.services.jndi.InitialContextFactoryImpl
        JNDI Server Address: iiop://WEBSPHERE.HOST:2809/ 
        As the result, the Communication Channel Monitoring displays that the channel has erroneous state and the following error message is written:
        "Error during channel initialization; exception trace: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of jms/QueueConnectionFactory.
    at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)"
    <b>Variant 2</b>
        The same settings as in Variant 1 above, were used and additionally the following settings were done:
        - Name of JNDI Initial Context Factory: com.ibm.websphere.naming.WsnInitialContextFactory
        - The archive aii_af_jmsproviderlib.sda containing libraries required by WsInitialContextFactory, was deployed to the SAP WebAS where the XI is running. Those libraries were taken from WebSphere Application Server Pluggable Application Client installation package (described in the article "WebSphere Application Server Pluggable Application Client" located at http://www-128.ibm.com/developerworks/websphere/library/techarticles/0409_bhogal/0409_bhogal.html)
        - Also, as it is recommended in the referred article, the files required by IBM's iiop protocol (ibmext.jar ibmorb.jar ibmorbapi.jar) were put to the folder jre/lib/endorsed of the server(Sun JVM 1.4.2 is used by SAP WebAS / XI).
        As the result, the Communication Channel Monitoring displays that the channel has erroneous state as well and the following error message is written:
       "No adapter registered for this channel"
    We have not found the recommended solution either in SDN forums or in Internet in general. Is it yet possible to connect SAP XI to IBM WebSphere Default JMS Provider having mentioned product versioning? If yes, what settings have to be performed?

    IBM Websphere Default JMS Provider which is installed alongwith the application server is nothing but a scaled down version of the IBM WebSphere MQSeries. you should be able to connect to it with the same settings that can be used for a separate MQSeries server connectivity from XI.

  • Link between AFVC and EBAN tables (material report)

    Friends, wanted to check if anyone can provide assistance on table links between AFVC and EBAN.  The requirement is to track material/service quantity, price, etc in comparison with plan version versus PR, PO, GR, etc.  tried retrieving object numbers of WBS and activities using 'get proj info'  bapi and tried passing them in tables COSP/EBAN/COKEY but the essential link between material assigned to network activity and the PR is missing..
    Thanks in anticipation,

    Hi,
    Did you try the link including EBKN. Basically you can pass the network / WBS number in EBKN and get teh PR number and use this detail in to the item table of PR.
    Regards
    Sreekanth

Maybe you are looking for

  • My MacBook no longer recognizes its own screen!

    Recently I started using an external monitor along with my MacBook's screen in order to have a larger canvas to work with. Recently the internal monitor on the macbook stopped working, even when I unplug the external monitor and reset it. Occasionall

  • Windows 7 installation on Satellite C55-A-1HN

    Hi Hope someone can help me. I bought a Toshiba Satellite C55-A-1HN laptop which has Windows 8 on and Im wanting to put Windows 7 on the laptop but keep getting a error saying checking media fail then booting back to Windows 8. I want Windows 7 on ca

  • Error building

    I created a dvd using only slideshows and menus. and last night it burned to disc properly and built fine. Now I get an error ,essage regaring one image in a slide show. I do not think I changed anything. I mean it did not woek last night, but at lea

  • Not connected to Internet when waking from sleep

    Lately when my 13" MBA wakes from sleep, I get "you are not connected to the Internet" in Safari/FF, but other apps such as Skype stay connected.  The only recourse is a reboot.  Is there a fix?

  • How to knoew what apps ara using more memory? aamnd how to find em?

    my computer seem to be using alot of space and i think is mostly junk i need to no how to find outn wht is using it anh how to dlete it permantly?