Skip to Content
0
Former Member
Sep 29, 2005 at 12:45 PM

No connection to Integration Builder (only local data visible)

127 Views

Hi,

I was trying to use ABAP Proxy (Server Proxy) for inbound interface.

For that I have followed the following steps.

1. Create RFC connection (TCP/IP) LCRSAPRFC by using transaction SM59

2. Create RFC connection (TCP/IP) SAPSLDAPI by using transaction SM59.

3. Create RFC connection (HTTP Connections to R/3 System)

Also I have executed the transaction sldcheck at R/3 business system it is working fine.

Earlier i was able to generate a proxy for an inbound interface of integration repository in R/3 system.

But now I am unable to do that. It is giving me the error No connection to Integration Builder (only local data visible).

I can see a long test message but it asking for some reports to be executed but all are giving errors.

Like

1. The address of the Integration Builder must be stored in the R/3 System

=>Check/maintain with report SPROX_CHECK_IFR_ADDRESS

The address is taken the from following parameters in the exchange profile (section 'connections'):

com.sap.aii.connect.repository.name: Server (e.g. pwdf0436)

com.sap.aii.connect.repository.httpport: Port (e.g. 1080)

com.sap.aii.connect.repository.contextroot: Root (e.g. rep)

Furthermore, the logon data is also read from the exchange profile(section 'ApplicationSystem'):

com.sap.aii.applicationsystem.serviceuser.name: User

com.sap.aii.applicationsystem.serviceuser.pwd: Password

2. The HTTP connection of the R/3 application server must function correctly

=>Check with report SPROX_CHECK_HTTP_COMMUNICATION

The HTTP port of the R/3 application server may be incorrectly configured; contact your system administrator if necessary. Alternatively, log onto another application server in this system that has a functioning HTTP port.

3. The Integration Builder server must be running correctly

=>Check with report SPROX_CHECK_IFR_RESPONSE

(This link should display a valid XML document not an HTML page with 'Page Not Found', 'Internal Server Error 500' or similar)

Contact your system administrator so that the Integration Repository server can be booted up, or an appropriate software version can be imported, if necessary.

4. Proxy generation must correctly interpret the data of the Integration Builder

==>Check with report SPROX_CHECK_IFR_CONNECTION

1. giving : ERROR: Address not maintained

2. giving : The HTTP communication of this application server is not functioning correctly.

3. giving : Integration Builder data not understood

4. giving : Integration Builder data not understood

i need a help in this regards.

Gopesh