Design Plan For IBM WebSphere MQ

Hi,
I am trying to monitor a queue within IBM Websphere MQ using Oracle BAM.The configuration parameters of Enterprise Message Source looks like the following:
Type: IBM WebSphere MQ
Initial Context Factory: com.sun.jndi.fscontext.RefFSContextFactory.
JNDI Service Provider URL: file:/C:/JNDI.
TopicConnectionFactory Name: MQAPPDEV01.
Topic Name: MQTEST.2.ESB.LQ.
JMS Message Type: TextMessage.
Durable Subscriber Name (Optional):
Message Selector (Optional):
Client ID (Optional): esbsrv
I get the following error in Enterprise Link.The Plan has two nodes :Oracle BAM Enterprise Message Receiver->Grid
IMessageSourceReceiver->messageReceive: java.lang.ClassCastException
     at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:85)
     at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)
     at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)
[Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
Error during Message Receive operation.
[Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
[Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
[Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
IMessageSourceReceiver->messageReceive: java.lang.ClassCastException
     at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:85)
     at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)
     at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)
[Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
Error during Message Receive operation.
[Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
[Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
Update of Plan "Untitled, created 10/2/2008 11:11:03 AM" failed.
[Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
I tried changing the JMS Message Type to MapMessage.But No luck.
Can anyone give me directions to resolve this issue or if there is some document i should be referring to.I am not looking for publish/subscribe design.This is strictly point to point.
Thankyou,
Suchith

It may be worth setting up a little java test program to try out your settings and see if you can recreate the problem in an environment where you have more control.
Are you sure that the messages are TextMessages?

Similar Messages

  • Hi, i am a littl confused as I logged into creative cloud and bough the in design plan for a year but i cant seem to donwload it... there is a window that pops up and it says its downloading but its taking forever? any advice?

    hi, i am a littl confused as I logged into creative cloud and bough the in design plan for a year but i cant seem to donwload it... there is a window that pops up and it says its downloading but its taking forever? any advice?

    Hi Dima,
    Please refer to the help documents below:
    Troubleshoot Creative Cloud download and install issues
    Error downloading, installing, or updating Creative Cloud applications
    Regards,
    Sheena

  • SSL connectivity for IBM WebSphere MQ to integrate with XI

    Any information of SSL connectivity for IBM WebSphere MQ to integrate with XI???

    Ravi,
    Have you gone thru this SAP Note - 912314 - SSL support for IBM Websphere MQ/ MQ Series
    raj.
    [Give Support|http://www.sapfeedingknowledge.com/show_your_support|I'm Working here for Global cause]

  • Business Objects Integration Kit For IBM WebSphere

    Dear Gurus
    I am kinda new to Business Objects but I want to as whether there are any known limitations in the BO integration kit for IBM webSphere. your help is much valuable

    Hi,
    this forum is for the SAP Integration Kit. I would suggest you post your questions into the corresponding product forum from BusinessObjects.
    Ingo

  • Policy Agent 2.1 for IBM WebSphere Application Server 5.0 can't install

    I install Policy Agent 2.1 for IBM WebSphere Application Server 5.0
    But Can't install success
    resone:
    Base Installation completed Successfully
    WebSphere 5.0 Agent ClassPath : C:/Sun/IdentityServer/j2ee_agents/lib/am_sdk.jar;C:/Sun/IdentityServer/j2ee_agents/lib/am_services.jar;C:/Sun/IdentityServer/j2ee_agents/lib/am_sso_provider.jar;C:/Sun/IdentityServer/j2ee_agents/lib/am_logging.jar;C:/Sun/IdentityServer/j2ee_agents/config/F__Program Files_WebSphere_AppServer_config_cells_tmbsp103_nodes_tmbsp103_servers_server1;C:/Sun/IdentityServer/j2ee_agents/locale
    WebSphere 5.0 Agent Boot ClassPath : C:/Sun/IdentityServer/j2ee_agents/lib/jdk_logging.jar
    WebSphere 5.0 Agent JVM options : -Damconfig=AMAgent -Dmax_conn_pool=10 -Dmin_conn_pool=1 -Dcom.iplanet.coreservices.configpath=C:/Sun/IdentityServer/j2ee_agents/config/F__Program Files_WebSphere_AppServer_config_cells_tmbsp103_nodes_tmbsp103_servers_server1/ums -Djava.util.logging.manager=com.sun.identity.log.LogManager -Djava.util.logging.config.file=C:/Sun/IdentityServer/j2ee_agents/config/F__Program Files_WebSphere_AppServer_config_cells_tmbsp103_nodes_tmbsp103_servers_server1/AMAgent.properties -Djava.protocol.handler.pkgs=com.ibm.net.ssl.internal.www.protocol -Dws.ext.dirs=C:/Sun/IdentityServer/j2ee_agents/lib
    The server.policy file was configured successfully.
    Global Security Settings Configured Successfully.
    sas.client.props file Configuration FAILED.
    soap.client.props file Configuration FAILED.
    sas.client.props /soap.client.props two file how to Configuration ??

    From your description, since the agent installs file with a different JRE, I would suspect it has something to do with the availability of JCE provider in the first JRE. By default, WebSphere's JRE is equipped with IBM JCE provider which is what the agent uses to encrypt the necessary
    information. If this provider is not configured correctly it could result in the error that you are seeing. Please check the WebSphere installation and make sure that the JRE used by it has the necessary IBM JCE provider configured. The java.security file for this should contain something like:
    security.provider.1=sun.security.provider.Sun
    security.provider.2=com.ibm.crypto.provider.IBMJCE
    security.provider.3=com.ibm.jsse.IBMJSSEProvider
    security.provider.4=com.ibm.security.cert.IBMCertPath
    security.provider.5=com.ibm.crypto.pkcs11.provider.IBMPKCS11
    Also, make sure that when you are installing the agent you specify the Java Home as prompted by the agent to point to the location where this JRE is installed. Typically this is under WebSphere/AppServer/java directory. HTH, Jerry

  • Does anyone know of an app that designs plans for woodworking?

    I'm looking for an app from the mac app store that can design woodworking plans for a good price, free would be nice but willing to pay for it (if it is absolutely a good app, as you can not return apps haha), I would like to have it in 3D but its not necessary. 
    Looking for all ideas, even if theres a web based site that can do what I'm looking for.
    Thanks in advance.

    There are a couple iPad/iPhone apps but the one that seems to work the best is this one here and it's only $19.99 and is also 3D. I don't know of a similar app for Mac.
    https://itunes.apple.com/us/app/woodcraft/id467348986?mt=8&uo=4&at=1l3v47M

  • Report links in Crystal Reports portlet for IBM Websphere 6.0

    Hi,
    We have some problem when we try to use BusinessObjects XI Release 2 Java Portal Integration Kit for WebSphere (http://ftp1.businessobjects.com/outgoing/products/pik/BusinessObjectsPortlets.zip), that was downloaded from http://www.businessobjects.com/products/downloadcenter/boepik.asp.
    This portlet configured for work with Crystal Reports Server XI Release 2 Service Pack 2.
    The portal server that we use is IBM WebSphere Portal Server 6.0.
    In Portlet interface we can see list of reports on Crystal Reports server, but links for this reports lead us from browser window direct to Crystal Reports Server without Portal links rewriting. It is problem because we have access to Crystal Reports Server only from Portal Server computer. It is not accessible from users computers due to security reasons and network restrictions. Coud you help us and provide some advices how to configure this portlet in way to show reports through Portal?
    Thanks in advance,
    Best Regards
    B.M.

    Here is a list of all the communication types available. You must enter them as a comma seperated list. I personally hard code them in the WEB-INF/portlet.xml and then redeply the BOportlet.war file. If you don't want to do that, you should be able to add them by logging in to the Webspere Portal admin interface.
    Portlet Management>Portlets>Document List>Configure Portlet>Page 2 edit the Communication Types.
    CrystalReport, Analysis, Webi, Word, Excel, Powerpoint, Pdf, Txt, Rtf, MyInfoView, AFDashboardPage, Analytic, FullClient
    I am also attaching a snippet of my portlet.xml where I added the comunication types in there.
    Once these are added, when you run/view a report in the document list portlet, the report will open in the document view portlet.
    Let me know if this helps.
    --Jack
    <portlet-info>
          <title>Document List</title>
        </portlet-info>
        <portlet-preferences>
          <preference>
            <name>Communication Types</name>
        <value>Analysis,Analytic,CrystalReport,FullClient,Excel,MyInfoView,Pdf,Powerpoint,Rtf,Txt,Webi</value>
            <read-only>false</read-only>
          </preference>
          <preference>
            <name>Communication Keyword</name>
            <value>BOPortletCommunicationId</value>
            <read-only>false</read-only>
          </preference>

  • Connectors For IBM Websphere

    Hi all,
    Please guide me on how to access through the WAS, the applications deployed on a WebSphere Application Server, without manually porting the EAR files and stuff.
    I believe there might be some connectors.
    Your help will be appreciated.
    Thanx in advance.
    Regards,
    Sandip

    You will need to check out service.sap.com/connectors or maybe it's connector without s.
    You're looking for the JCo connector.

  • Oracle BAM 10.1.3.4 and IBM WebSphere MQ 6.0, Enterprise Link Plan does not

    Hello All,
    1. I have a BAM 10.1.3.4 installation and a IBM Webspehere MQ client V6.0 installed in the same server
    2. Have configured JmsAdmin appropriately to have a Topic Connection Factory and a Topic Pointing to a Queue in the Server
    3. Have tested the client connectivity using ivtRun and MQIVP.class, they seem to work fine connecting to the channel and the topic.
    4. I have configured an EMS for IBMWebSphereMQ in BAM with the below given parameters
    Name:      BPEL_TO_BAM
    Owner:      AMERICAS\Jai_Mani
    Created:      12/1/2009 2:07:48 AM
    Last modified:      12/1/2009 9:48:03 AM
    Type:      IBM WebSphere MQ
    Initial Context Factory:      com.sun.jndi.fscontext.RefFSContextFactory.
    JNDI Service Provider URL:      file:/C:/JNDI-BOSS-DAO.
    TopicConnectionFactory Name:      ivtTCF.
    Topic Name:      ivtT.
    JMS Message Type:      TextMessage.
    Durable Subscriber Name (Optional):      .
    Message Selector (Optional):      .
    Client ID (Optional):      .
    Name      Flow name      Type      Max size      Formatting
    rawData.      rawData.      String      40000      (none).
    5. I have a subscribe plan configured in to enterprise Link which has a EMSReceiever and a grid to display the messages
    6. I have the "run forever" flag checked in the Receiver and go a head and post a message in the Queue configured in the server.
    7. The plan does not display any messages in the grid.
    All configuration on the MQ Server and Client side are proper but BAM EL Plan is not displaying the data in the grid.
    Have also had turned on DEBUG on the servers and restarted BAM, they don't seem to throw any errors.
    Kindly advice, what could be wrong in the Plan or EMS configuration which is causing this.
    Thanks & regards,
    Jai.

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

  • Are there specific reasons for choosing Oracle A/S 10g OVER IBM Websphere ?

    Our company runs a number of Oracle applications and currently supports both the IBM Websphere and Oracle
    10g A/S application servers. We use Oracle A/S to run Oracle Forms/Reports, as
    well as to interface from Oracle Advanced Queues (A/Q) to the outside world
    (with JMS over A/Q). The idea being floated is to use Oracle A/S only for our
    Forms/Reports server and IBM Websphere for everything else. Is there any
    downside to this ?
    Is there anything Oracle A/S can do that IBM Websphere cannot ?
    Would any features of Oracle A/Q not be accessible when using WebSphere ?
    We are also planning to use Oracle Workflow. Would there be any advantages to using Oracle A/S over Websphere ?

    'Fraid I'm not experienced in running Oracle products with Websphere but I'd have thought that the most obvious reason to use OAS would be that (theoretically at least!) AQ and Oracle Workflow should be better integrated into OAS and also recieve better support from Oracle if you are using OAS as your apps server rather than another vendor's product. The risk is that you might get into a situation where something doesn't work and Oracle say it's Websphere, phone IBM and IBM say it's AQ - phone Oracle.

  • IBM WebSphere App.Server 3.5 StdEd + Oracle 8i for repository ?

    I want to install IBM WebSphere Application Server (WAS) 3.5 Std
    but I don't have a DB to hold the repository.
    One of the possible DB mentionned in the install doc is ORACLE
    8i but I have no experience whatsoever with this line of
    products.
    I would like to hear of people running such a config.
    Any tips, do's and don't ?
    Is it a stable, recommended configuration to start with ?
    E.G.:
    WAS 3.5 standard on Win2000
    + ORACLE 8i as a repository DB
    + AS400 serving corporate data
    Thanks for your help,
    Frederic.
    PS - I know DB2 is another possibility but I would like to skip
    that one for some reasons.

    Matt :
    I eventually chose to keep the InstantDB repository because
    someone told me it would be fine for a small web application.
    One thing I am wondering about though : IBM doc mentions Oracle
    8i but on the Oracle site they mention 9i only so
    - where do you find the 8i ?
    - is the 9i fine too ?
    - what edition is acceptable ? the cost for the personal/pro
    etc. licences do vary quite a lot so which is the cheapest
    acceptable one ?
    I am still looking for that info.
    Any hint ?
    Thanks !

  • Is there a notation for designing planning hierarchies/architectures?

    Hi everyone,
    I wonder if there is a standard notation for designing planning hierarchies/architectures.
    When designing BW InfoCubes, I can use ME/RM or ERM for conceptual design and SAP Star Schema for logical design. Is there anything similar for designing planning hierarchies/architectures?
    Best regards, Dan

    The first highly limited version of the native Android viewer should be available in the next release v28. While it will support phones, it will be limited in its feature set. Over the next several releases, more overlays and other features will be added to the native viewer.

  • Help with IBM Websphere JVM for Opera Mini

    Hi,
    I just downloaded oper mini. When I try to run it, it say "Please ensure IBM Websphere Micro JVM is installed". Can someone help me with this? Thanks.
    Post relates to: Centro (Verizon)

    you can download that software at this link.
    http://mytreo.net/downloads/ibm-websphere-everypla​ce-java-virtual-machine,1313.html
    Post relates to: Treo 680 (Unlocked GSM)

  • Apache Tomcat vs IBM Websphere

    Hi,
    In our current deployment, I am using Apache Tomcat as the Java Application Server that comes bundled with Hyperion Planning 9.3.1 suite of applications. The documentation also suggests Oracle Application Server, IBM Websphere and BEA WebLogic. Currently the application stack is Hyperion Planning only, with Financial Reporting for the reporting needs.
    For our current situation, we have shortlisted between using the bundled Apache Tomcat or IBM Websphere. For comparison I wanted to know how stable Apache Tomcat is in general compared to websphere? How many concurrent users can it handle? Are there any specific limitations of Apache Tomcat that I should consider? Can someone list the major pros and cons of each?
    Thanks in advance
    Shehzad

    I agree with Jake.. Tomcat can handle much more than a few users. Whether it can handle the load for your environment may depend on your usage pattern, size of forms, etc.
    We typically use Tomcat for our Dodeca product that uses the Java API to talk to Essbase. It doesn't product 'forms' but rather just transfers data via XML between the client and server. With that product, we do have one customer that is serving appx 7,000 users on a single Tomcat server. In that case, however, the usage pattern is that field users log in daily (or sometimes weekly) and run a few reports (that retrieve data via XML).
    Note that Tomcat has a configuration parameter in the server.xml file to set the max number of threads that can be spawned by the process. You may want to tune that parameter if you decide to run Tomcat in production (and absolutely be sure to give it more heapsize in the java options).
    Tim Tow
    Applied OLAP, Inc

  • Supporting latest release of bea weblogic or ibm websphere

    Post Author: slack
    CA Forum: Migration to XI R2
    hi,
    Wondering when do you plan to plan to certified the latest release platform of BEA Weblogic 10.x or IBM WebSphere 6.1.  End of this year?
    thanks

    You can find the same under Oracle Access Manager - 3rd Party Integration.
    Linux CD2
    for Oracle_Access_Manager10_1_4_0_2_linux_BEA_WL_
    SSPI

Maybe you are looking for

  • Blackberry Playbook and library books

    I cannot get the Digital Editions loaded on my PC to "see" my Playbook when it is attached so that I can download books from the library (it dos now show on the Bookshelf). PC says it is authorized. Thank you, Cherry

  • PI Message Alerts

    Hi, I have been able to setup Alert Categories, Alert Rules and Scot to receive the alerts via e-mail. I have been able to receive a few alerts into my Alert Inbox and via mail. I am using the same fault message to trigger the alert message. Now howe

  • Error message on Nook device

    After working fine for years, now I cannot open my downloaded library books in my Nook - I get the following message:  Error - User Not Activated.  The books are in my Adobe Digital Editions on my computer, as usual, but will not open in my Nook.  Ca

  • Is there anyway I can continue to work with Pages 09 on Yosemite??

    I do not want to use the new pages. I depend on linked text boxes, and without this feature, most of my documents are useless. I've read that (and experienced) that Pages 09 will not open in Yosemite. What can I do?? I format books and CD labels on p

  • Responsive Drop Down Menu Issues

    I'm having a few issues with my responsive drop down menu.  I'm trying to make one row with 2 separate menus that show up next to each other.  The left side is general a menu and the right side is social media links.  I have them functioning with 2 m