Configuring JMS delivery message type on B2B server

Hi,
I have configured my B2B server to use the JMS delivery channel for the host trading partner by setting the attribute 'Use JMS Queue as default' to true. Now my query is how do one configure the jms message type. Becasue by default the jms message is getting delivered as byte message. I want to change the jms message type to text. Is there a way to configure that?
Regards,
Bp

Hi Nitesh,
I am using the b2b_in_queue in my composite application. Hence i would like to know how to change the jms message type to TEXT? Is this option not possible with the "Use JMS Queue as default" property?
Regards,
Bp

Similar Messages

  • Configuration setting for Message type to take OA print out put

    Hi All,
    Please let us know how to configure setting for Message type  for OA in SD to take print or to get print preview.
    Pls let me know .
    Regards,
    Nagaraj S

    hhv

  • How to handle different message types of EDIFACT in single input file.

    Hi All,
    Currently we have a requirement like we will be receiving the input with different messages in the same input file (eg: ORDERS and ORDRSP in the same file).
    We have configured both the message types in the document definitions. One more thing is the versions of the messages are different.
    When we pass the input we are getting the error.
    The input looks like below,
    UNB
    UNG
    UNH*ORDERS
    UNT
    UNE
    UNG
    UNH*ORDRSP
    UNT
    UNE
    UNZ
    Please assist us to overcome the error.
    Thanks,
    Ravindra.

    Hi Prasanna,
    Thanks for your reply.
    I have created the agreements for both the messages still i'm getting the below error,
    B2B-50037
    B2B inbound message processing error
    If i give the input as separate messages (i mean 2 input files). Its working fine.
    Also let me know is there any configuration settings to handle multiple messages in a single input file.
    Thanks,
    Ravindra.

  • Guide for Fault Message Type

    Hi,
    I search a guide for configuration a "Fault Message Type".
    I have read, if there is a mapping error, XI will create a error handling in a xml-file.
    But I can not find this file.
    Can you help me please?
    Thanks.
    Regards
    Stefan

    Hi Stefan,
    Exception can be declared in BPM steps like Transform,send,Block and handled in Exception Branch.
    TO know more about BPM and its exception go throught this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    Cheers,
    Rashmi

  • PO message type Error

    Hi All
    I have configured a new message type ZCTL for EDI. however i find all configs in place still i get an error of NO COMMUNICATION DATA MAINTAINED FOR TRANSMISSION MEDIUM 6. I have checked MN06 for the key combinations and it maintained correctly as per the PO. Also partner profiles and other setup are correct.
    Please advice.

    yes its maintained correctly. also in MN04 when i maintain the condition type ZCTL /vendor/partner/medium combination and press F2 for communication data it gives the same error.
    No communication data has been defined for transmission medium 6. Message number is 603.

  • Oracle 11g b2b server JMS Internal Delivery Channel Configuration

    Hi,
    I am using Oracle 11g b2b server configured with ebMS protocol. I have created a JMS internal delivery channel at host trading partner. Now the Inbound message (message from remote trading partner) will be delivered to back-end application through the jms internal delivery channel. Now I wanted to send this message to the another weblogic server domain which is hosted on another box. So where do I give the other weblogic domain details such that the message will be delivered from the host trading partner's b2b server to remote weblogic domain queue?
    Regards,
    Baskaran

    Hi Baskaran,
    As already mentioned by Nitesh, You can Create a Internal JMS Delivery channel and configure the same in your agreement to route the messages to the remote weblogic(domain) JMS queue.
    Remote weblogic domain's ip address and port details can be configured as part of JMS Internal Delivery channel, "Destination Provider" like below,
    eg.
    java.naming.provider.url=t3://<host>:<port>;java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.principal=<username>;java.naming.security.credentials=<password>
    In this case the messages directly delivery to the remote JMS queue.
    Regards
    Nandagopal

  • How to configure JMS queue on OC4J server. Development in JDeveloper 10G

    Hi there,
    I have to configure a JMS for an Asynchronous process in my Application which will be running in Oracle 10G Application Server. Development Environment is Oracle JDeveloper 10G.
    I am facing a problem on how to configure JMS queue.
    Steps Followed are:
    in the <JDevloperHome>/j2ee/home/config
    1. Made the new queue and connection factory's JMS entry in jms.xml.
    2. Specifed the queue in oc4j-connectors.xml.
    3. played around with application.xml
    and tried all combinations, but the message producer always failed to lookup the queue.
    Need help on the steps to follow so that the producer can post the message in the queue.
    Also please help how to configure the MDB to listen to the queue.
    Thanx and Regards
    Subham

    If you were dealing with Oracle 10g app server as opposed to standalone, I might be better able to help you.
    One thing though, when you are configuring your MDB in the orion-ejb-jar.xml file, do not forget to specify attribute listener-threads, otherwise no matter how many beans you have in your MDB pool, only one bean will be listening to the queue. Many listener-threads equal to max number of beans in pool.

  • How to configure JMS server in weblogic

    Hi,
    I want to configure JMS server in weblogic.So please send me needful link.
    Regards
    Anup

    Hi Anup,
    1. The first thing you have to do is create a filestore where messages will be stored. Look at the below link for more detailed instructions:
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/stores/CreateFileStores.html
    2. Next create a JMS server. Look at the below link for more detailed instructions
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/jms_servers/ConfigureJMSServers.html
    3. Now, create a JMS System Module to hold the JMS resources like Queues, Topics, Connection Factory, SAF agents etc..
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/jms_modules/modules/ConfigureJMSModules.html
    4. Now, create a resource like connection factory OR queue etc.
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/jms_modules/modules/ConfigureJMSModuleResources.html
    For now, lets stick to the basics and create a basic queue using the below documentation unless you exactly know what resource you want to create
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/jms_modules/queues/CreateQueues.html
    5. You will also need to create a connection factory to use the resource. See below documentation
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/jms_modules/connection_factories/CreateConnectionFactories.html
    Please go through the below JMS architecture diagram as well as documentation that will tell you what JMS on WebLogic is all about in terms of configuration
    http://docs.oracle.com/cd/E23943_01/web.1111/e13738/overview.htm#i1084283
    Arun

  • B2B with Firewall configuration for Outgoing messages

    Hi,
    We have put B2B midtier within Intranet. We have firewall configuration for our network.
    When B2B sends the business message to remote trading partner.The connection first hits the firewall. Inorder to pass through the firewall what ports do we need to open on firewall ..?
    Any suggestions..?
    Thakls

    Hello Praveen,
    Please use B2B in the rever proxy configuration with OHS. Pleae refer to 5.5 Configuring Reverse Proxies and Load Balancers in the Oracle® HTTP Server Administrator's Guide 10g Release 2 (10.1.2)
    In tip.properties pleae give proxy host and port (10.60.15.24 and port 4085) and restart the B2B server and follow above document for configuring OHS in reverse proxy mode by changing the http.conf
    Please let me know.
    Rgds,Ramesh

  • Exchange Server Restarts Automatically After Configuring Allowed Kerberos Encryption Types

    Hi,
    Our Exchange 2013 SP1 servers are installed on Windows Server 2012 R2. After configuring "Network security: Configure encryption types allowed for Kerberos" to AES256_HMAC_SHA1
    only. The Exchange Servers began rebooting automatically. But after adding RC4_HMAC_MD5, the issue stopped.
    Does this means that Exchange 2013 SP1 requires RC4_HMAC_MD5 as an allowed Kerberos encryption type?

    this will help you to understand...
    http://blogs.msdn.com/b/openspecification/archive/2011/05/31/windows-configurations-for-kerberos-supported-encryption-type.aspx
    Thanks Prem P Rana MCSA Messaging 2003 MCSE 2003 Server MCTS MCITP Exchange 2007, 2010 Gurgaon, India http://blogs.msexchange-experts.com

  • Issue with Message Type Triggering during Inbound Delivery Creation

    Hi Experts,
    Hi Experts, 
    Currently we are facing issue with message type triggering during inbound delivery creation:
    In NACE transaction for Inbound delivery we have 3 custom output types:
    Pricing Procedure Used is standard one -> E10001
    Z140  Inbound Delivery Create  (This should get triggered when IB delivery is created)
    Z141  Inbound Delivery Change (This should get triggered when IB Delivery is changed)
    Z142  Inbound Delivery Delete(This should get triggered when IB Delivery is deleted).
    At present if i check delivery in  VL33 -> Extras -> Delivery Output
    Both  Z140 and Z141 are being triggered during IB delivery creation. While it should be only Z140.
    Could you please suggest that are we missing any configuration in SPRO or we need to create any custom routine (requirement) to handle this?
    Thanks

    Hi,
    There is no fine-tuned control for inbound delivery messages as for Purchase order. Hence I guess to meet your above requirement, you have to go for a custom solution similar to the PO fine tune control settings.
    Thanks,

  • How to configure an Alert message if communicationChannel(JMS) stops

    All,
    Is there a way how to configure an alert when the communication channel stops.
    <b>Scenario:</b>
    In the path Runtime workbench->Component Monitoring->Adapter Engine->Communication Channel monitoring, if we see that a communication channel has stopped(RED traffic light as Status), then can we trigger an alert notification for same.
    Currently we have alrerts configured for any message/s failure in the JMS Adapter Framework. So can we trigger simmilar alerts when a comm channel stops(for whatever reason).
    Thanks in advance
    RK

    Hi Sreeram,
    Thanks for the quick reply.
    We have a scenario where we activate individual channels at a given time. So in this case, Adapter will always be in RED as all queues are never running in our scenario.
    So we need an ALERT to be triggered for individual comm channels. Is theer any way that you can think of ?
    Thanks and regards
    RK

  • IDOC message type WMMBXY not including Serial numbers in GR material documents when created with reference to an Inbound delivery

    Hello,
    We currently have an inbound ALE process (message type WMMBXY and basic type WMMBID02) to post GR's against inbound delivery. If the inbound delivery item is maintained with serial numbers, we want those serial numbers to be pulled into the goods movement material document (and stored in SER03).
    Currently segment E1MBXYJ is maintained with the inbound delivery number in field VLIEF_AVIS and Inbound delivery item number in field
    VBELP_AVIS. In segment E1MBXYI, no purchase order is assigned and the fields EBELN and EBELP are blank. The movement indicator (KZBEW) has the value 'B'.
    Even after making the above settings, the serial number(s) maintained on the Inbound delivery item do not get saved to the material document.I did look at OSS note 833603 (Solution for 2 - GR for Inbound delivery) and we have followed the same settings. This works when there is no serial number in the Inbound delivery. However if we have serial numbers, the IDOC posts successfully, however the material documents in MB03 do not have any serial numbers copied over from the Inbound delivery where the serial numbers are definitely assigned.
    Any help you can provide is greatly appreciated!
    Thanks,
    Ashvin
    P.S
    If we manually create the GR via MIGO, the serial numbers are automatically applied to the GR material document. This is what we want to accomplish via the above IDoc process.

    Hi
    Try with enhancement MWMIDO08. See note 833603 - EDI: Goods receipt for stock transport order for further information.
    I hope this helps you
    Regards
    Eduardo

  • JMS sender adapter : message type null is unknown, payload cannot be read

    Hello,
    We are building a scenario Weblogic -> PI through a JMS adapter, but we are getting the following error in the adapter :
    2009-09-29 12:09:58     Information     New JMS message with JMS message ID ID:P<450046.1254218997063.0> received. The XI message ID for this message is e705a65f-3cf6-472a-3675-b04e9862ce45.
    2009-09-29 12:09:58     Warning     JMS message ID:P<450046.1254218997063.0>: message type null is unknown, payload cannot be read and will be empty!
    2009-09-29 12:09:58     Warning     JMS message ID:P<450046.1254218997063.0>: Payload empty or cannot be read.
    2009-09-29 12:09:58     Information     JMS Message was converted to XI message succesfully.
    Despite the fact that the message is not readable, PI creates a message anyway but the payload is empty. It is the same issue as described in this thread :
    How to read Java Object message from JMS Queue using JMS Adapter .
    But there have been no answer there.
    We have read many notes but none are relevant, any ideas ????
    Many thanks,
    GL

    Hallo,
    Have you seen this note:
    [Note 837501 - J2EE JMSAdapter: Empty payloads, unknown JMS message types|https://service.sap.com/sap/support/notes/837501]?
    Seems it can be either message 
    a) does not contain any payload and/or
    or
    b) is not of type TextMessage or BytesMessage
    /Jakub

  • Inbound Idoc Type / Message Type / Process Code for Delivery via Tcode VL0N

    Guys,
      I need to to Idoc Type and Message type for to create Delivery ( Tcode VL01N ) for a sales order.
      I tried Idoc Type DELVRY03 and Message Type DESADV, but this is for Purchase Order  ( VL31N ).
    Kindly help me.
    Regards
    Srikanth M

    Guys
    I could not use above message type/idoc type as they are not released in SAP.
      So i am again back to where i have come from. I am trying to use DESADV01 and Mess Type DESADV.
    Regards
    Srikanth M

Maybe you are looking for

  • X6250  STK REM BIOS upgrade

    Hi All, we had a minor problem with on STK REM Raid controller during installation of w2k8. On one of six similar X6250 the system disk crash 2 time and SUN support advised me to upgrade the BIOS of the STK from version 15825 to 15829 (the latest one

  • Statement is not accessible

    Hi Anybody , i am getting an error 'Statement is not accessible' REPORT  ZZDEMO_EXPORT. TABLEs : NAST. DATA : i_vbeln  TYPE VBAK-VBELN. DATA:  lf_fm_name            TYPE rs38l_fnam. DATA:  lf_formname           TYPE tdsfname. DATA:  XSCREEN(1) TYPE C

  • ITMS and 5.1 surround

    Hello, I cannot find any information about songs from iTMS if whether or not they are recorded for 5.1 Surround Sound. Can anyone enlighten me? Thank You.

  • Address book in Hp c6150

     I have a HP photosmart C6150 all in one printer. When I open up the fax window there is on the top left side an area that says Address book. When I click on the button that says select from, another window opens. In the second field their is the wor

  • Scanned Documents = 0 bytes (OfficeJet Pro 8500 A909g)

    So, I was pretty thrilled to successfully set up my network folder.  That excitement quickly faded. Every time I scan something, it comes through as 0 bytes.  Color PDF, B/W PDF, TIFF, JPEG, all the same result.  This is with the multi document scann