cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Builder data not understood in SPROXY

former_member209575
Contributor
0 Kudos

Hi all,

I am configuring proxy in r3 system, but when checking the connection in sproxy tansaction-> goto-> connection test

for two reports

SPROX_CHECK_IFR_RESPONSE

SPROX_CHECK_IFR_CONNECTION

I am getting error "Integration Builder data not understood".

My SLDCHECK is successful.

In exchange profile parameters http://server:port/exchangeProfile --> Connection

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

This maintained, I created on RFC Destination also with name SAP_PROXY_ESR with path prefix "/rep"

Please help me in solving this problem.

Regards

Pradeep P N

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

there is a weblog for that:

all you need to do is to follow it and you will make it work for sure

works everytime

Regards,

michal

former_member209575
Contributor
0 Kudos

Hi Michal,

I already configured it using the same blog. in that time both system PI 7 and IS Retail 7 got connected and is working fine, but this time it is R3 6.40, is ther any problem in case of different levels...?

Regards

Pradeep P N

prateek
Active Contributor
0 Kudos

There are no restrictions for R3 6.4. R3 6.4 can very well connect to PI 7.0. The problem could be related to some missing steps. U may try rechecking all the steps.

Regards,

Prateek

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Goto -> sproxy -> In menu (Test Connection)

run all report

Check u r http port --> SMICM --> Display Paramaters.

SM59 - SAP_PROXY_ESR (logon with PISUPER user ) Test coonection

it should work by doing above

rgds

srini

former_member209575
Contributor
0 Kudos

Hi Srini,

It is already done. i created and tested the destination with name SAP_PROXY_ESR. it is giving status code 200.

but then also above programs are giving same error "Integration Builder data not understood"

Regards

Pradeep P N

Former Member
0 Kudos

Hi

Check

RFC destination (TCP/IP) LCRSAPRFC and SAPSLDAPI

same has to be in the J2EE Stack of PI box

Further to that for proxies

IN sxmb_adm --> mainatian Business System as u r Local IintergatiON Engine

1. Goto Transaction SXMB_ADM

2. Choose Edit --> Change Global Configuration Data.

3. Select Role of Business System: Application system

4. Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> SAPISU_XID created in step 1. Dest://SAPISU_XID.

5. Under Specific Configuration Data you can specify additional configuration data

1.Select the relevant category under Specific Configuration Data.

2.Choose Change Specific Configuration Data.

For ABAP Proxies, Add the following configuration:

1.Category RUNTIME

2.Parameters: IS_URL

3.Current Value: dest://SAPISU_XID

rgds

srini

Former Member
0 Kudos

Hi,

Did you go thru the comments in the blog mentioned by Michal? The one made by Charu Kulkarni ....

Just see if you get any help from that...

For your reference.

Regards

Shailesh

Former Member
0 Kudos

Hi,

Check the followign program to test if your SAP system is configured properly to connect to XI Server...?

1.Check/maintain with report: SPROX_CHECK_IFR_ADDRESS

2.Check with report SPROX_CHECK_HTTP_COMMUNICATION

3.Check with report SPROX_CHECK_IFR_RESPONSE

4.Check with report SPROX_CHECK_IFR_CONNECTION

Check whether these are giving success are not, then take the correct action accordingly

REgards

Seshagiri

former_member209575
Contributor
0 Kudos

Hi

this two reports are showing error's

Check with report SPROX_CHECK_IFR_RESPONSE

Check with report SPROX_CHECK_IFR_CONNECTION

Regards

Pradeep P N

Former Member
0 Kudos

hi pradeep,

Make sure your business system is set up as follows:

1. Transaction SXMB_ADM

- Role of System: Application System

- Corresponding Integration Server: dest://<your_sm59_http_destination>

2. Ensure that the RFC destinations LCRSAPRFC and SAPSLDAPI are maintained and working

3. Run SLDCHECK to verify that the connection to the System Landscape Directory works.

4. Check that the Integration Repository is running and data is maintained there.

regards

kummari

Edited by: kummari on Jul 25, 2008 9:43 AM