cancel
Showing results for 
Search instead for 
Did you mean: 

which adapters can i use for my req??

Former Member
0 Kudos

Hi friends,

My requirement is..

System X shall get some info and some data base server Y shall be updated. This Y shall trigger some messages to MQ series (am not clear what is this MQ series). Now my R/3 shud create orders with the info thats is in Y.

1. What is Mq series. Is it a middleware or simple messaging system.

2. will it make sense to get data from MQ series and integrate XI to R/3.

3. or shud I use Y system as source of data.

Plz help me out.

Thanks,

Kiran

Accepted Solutions (0)

Answers (11)

Answers (11)

Former Member
0 Kudos

tx guyz 4 ur replies

Former Member
0 Kudos

hi all,

tx 4 all ur answers.

now i got the point properly.

tx..kiran

Former Member
0 Kudos

Reading from any Messaging system you need to use JMS and specify appropiate drivers. You also need to deploy appropiate drivers on J2EE server.

for database you need to use JDBC adapter . drivers need to be deployed as is in the case JMS adapter.

Former Member
0 Kudos

MQ Series is Messaging System of IBM.

Former Member
0 Kudos

You can use a JMS adaptor so that the data can be integrated to the R/3 system...

If you want to know more about the adaptor just visit the blog and see

it may be useful

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

<b>please reward points if this is useful adn helpful...</b>

regards

AK

Former Member
0 Kudos

Hi kiran

WebSphere ( am using WS for this...not actual shortform) MQ is a network communication technology launched by IBM in March 1992. It was previously known as MQSeries, which is a trademark that was rebranded by IBM in 2002 to join the suite of WS products.

WS MQ is IBM's Message Oriented Middleware offering. It allows independent and potentially non-concurrent applications on a distributed system to communicate with each other. MQ is available on a large number of platforms.

<b>please Reward points if this is helpful for you.</b>

Former Member
0 Kudos

Hi Kiran,

MQSeries is IBM’s award winning middleware for commercial messaging and queuing. It is used by thousands of customers in every major industry in many countries around the world. MQSeries speeds implementation of distributed applications by simplifying application development and test. It is also known as Message Oriented Middleware. For more on MQSeries refer:

<a href="http://www.redbooks.ibm.com/redpapers/pdfs/redp0021.pdf">MQ Series Doc</a>

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Hi Kiran,

MQ series is the server which supports Message Queing. For sending some data to MQ series or triggering some data from MQ series, you need to use the JMS Adapter..

In configuring the Communication Channel for JMS, you need to send the server as MQ, and then you need to mention the Queue Channel name, queue name, queue manager name and port.

Check the below link when you are using as receiver

http://help.sap.com/saphelp_erp2005vp/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm

This link for JMS as sender..

http://help.sap.com/saphelp_erp2005vp/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm

Hope this helps

Regards

Kiran..

Former Member
0 Kudos

Hi Kiran,

Queues will store the information.MQ is not middleware.

XI can pickup the data from MQ by using JMS adapters and post to SAP by IDOC/RFC/PROXY mechanism.

If You are picking up the data from database you might need to use JDBC adapter, provided respective driveres installed in your XI server.

Thanks,

venu

Former Member
0 Kudos

Hi,

JMS Adapter

See the below links

/people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

content conversion

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

SAP help-

http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

Regards

Chilla

prateek
Active Contributor
0 Kudos

Hi Kiran,

u need a JMS adapter

Regards,

Prateek

Former Member
0 Kudos

Hi sreevatsav,

Am already told about it.

But do u have any idea about my other 3 ques?