cancel
Showing results for 
Search instead for 
Did you mean: 

XI-BW integration problem!

Former Member
0 Kudos

I need to send data from XI to BW.

I ve done all steps as described in this how-to-guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f...

("How To Integrate XI and BI in SAP NetWeaver 2004s")

I've configured both the BW part of configuration (created datasource, webservice, abap xi proxy in bw system...) and xi configuration accordingly to that guide.

But.... No messages are in BW system. In XI message monitor is all ok - the messages are sent.

I am confused!

I have some doubts about XI configuration.

1) For example I doubt about XI adapter configuration.

The name of BW system - sapbw. HTTP service number of BW is 8030.

The name of XI system - sapxi. HTTP service number of XI is 8040.

The full url of IS is http://sapxi:8040/sap/xi/engine?type=entry

What URL settings of XI adapter should be for inbound interface of BW system?

I've set http://sapbw:8030/sap/xi/engine?type=entry.

But I think it is wrong! Because BW system is not IS but it is Apllication system.

(By the way I set url http://sapxi:8040/sap/xi/engine?type=entry - the same result is no messages in BW)

So tell me please, in what place I must send the messages for BW by XI adapter?

2) And what about Proxy? At what step I use it? I cannot see Proxy usage in my configuration.

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Hi,

XI adapter configuration itslef means proxy. Once you have the inbound interface in your scneario, you have to generate proxy on the BW system

One point here is, what the WAS version of you BW system? WAS >= 6.20 only support proxy configuration. This is because, there is an IS built in WAS. If that is not the case, you would have to go with RFC or IDoc communication.

In the Receiver XI adapater, you have to mention the name of the server (fully qualified), ABAP port, Pipeline entry path, Language and client. Remember this is only when the WAS is >= 6.20.

VJ