cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP PROXY ERROR

Former Member
0 Kudos

Hi All,

I am getting the following error while i am sending Abap proxy from ECC to pi

Error while getting the ID of own business system from the sld for system EC6 and client 800.

I executed SLDCHECK in ECC . I am getting the following.

Calling function LCR_GET_OWN_BUSINESS_SYSTEM

Retrieving data from the SLD server...

No corresponding business system found for system DAB      client XXX ( 200 and 800)

=> Check and maintain the SLD content for the current client

Summary: Connection to SLD works technically, but the SLD content may need maintenance

=> Check and maintain the SLD data content

Please help me in getting this.

Regards,

Raju.

Accepted Solutions (1)

Accepted Solutions (1)

robertot4s
Active Participant
0 Kudos

Hi,

This post is very similar:

http://scn.sap.com/thread/3198032

Regards,

Robertp

Former Member
0 Kudos

Hi Nabendu,

I have checked in Exchange Profile.

Yes, all parameters are there.

Anything else. Please help me.

Regards,

Raju.

Former Member
0 Kudos

Hi Roberto,

I have checked the link.

The solution is we have to change the SAPDBHOST parameter in instance profile of sap ECC system.

What is instance profile? where we have to change SAPDBHOST.

Please help me.

Regards,

Raju.

robertot4s
Active Participant
0 Kudos

Hi Raju,

You can change the instance profile and the default profile in RZ10 transaction.

Select the last profile version and the option "Extended maintenance". Then you can change the SAPDBHOST parameter. Finally, you have to reboot the system.

These actions usually are done by the basis administrators.

Regards,

Roberto

Former Member
0 Kudos

Hi Roberto,

Thanks for the post, it worked for me.

But when I am testing my interface in SPROXY Tcode the status is showing SUCCESS and message is Services sent without any errors.

But no messages are coming to pi.

can you please help me that where i have to check.

Regards,

Raju.

Former Member
0 Kudos

Hi,

if you are testing the interfaces using the test option provided you need to click on commit button explicitly for sending the messages to PI...

once the above is done check the message status in SXMB_MONI of ecc.

HThH

Rajesh

Answers (3)

Answers (3)

nabendu_sen
Active Contributor
0 Kudos

Hi Raju,

Please Go to -> SAP PI and use tcode SXMB_IFR -> Administration tab ->  Right side Exchange Profile tab will come.

Login in exchange profile and check all SLD settings.

OR access exchange profile by this-

http://<host:port>/exchangeProfile

HTTP address, host and port are the host name and connection port of your Integration Server.

and chk whether these parameters are present in Connections for the XI server to which u wish to connect from SAP ECC System

  • com.sap.aii.connect.repository.name
  • SAPXI3
  • com.sap.aii.connect.repository.httpport
  • 50000(At SICF http service must be active)
  • com.sap.aii.connect.repository.contextRoot
  • rep
  • com.sap.aii.connect.integrationbuilder.startpage.url
  • rep/start/index.jsp

If these parameters are not present then add them in SAP ECC.

Also check the client of your business system ( under Integration Tab ) in your SLD. The client from which you are executing the SLD check should be the same as the client mentioned in the Business system.

Check below:

http://scn.sap.com/message/9071982

Former Member
0 Kudos

Hi Raju,

Have you configured SLDAPICUST in ECC.  Maintain PI host and user name and password there.

Thanks,

Satish

Former Member
0 Kudos

Hi Raju,

Can you check the Business System configured for ECC in PI SLD.

Thanks,

Satish.

Former Member
0 Kudos

Hi Satish,

yes, it is there for ECC of type Web As Abap.

Regards,

Raju.

Former Member
0 Kudos

Hi Raju,

Check the below link once.

http://scn.sap.com/thread/3168616

thanks,

Satish.

Former Member
0 Kudos

Hi Raju,

Have you configured SLDAPICUST in ECC.  Maintain PI user name and password there.

Thanks,

Satish

Former Member
0 Kudos

Hi Satish,

Yes. I have configured SLDAPICUST in ECC .

Anything else.