cancel
Showing results for 
Search instead for 
Did you mean: 

sxmb_ifr: Error while reading configuration for secure communication

monika_eggers
Active Participant
0 Kudos

We have installed a new PI system, replacing an older one.

Running sxmb_ifr in the PI system itself works fine.

Running smxb_ifr in the connected business systems (all of them) results in the error message: "Error while reading configuration for secure communication".

SLDCHECK in the business systems runs fine.

The destination (like XI_INTEGRATION_SERVER) works fine (result is HTTP 500, which is the expected result).

I suppose something must be wrong in the Exchange Profile on the PI? But what?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Monika,

You may check the following SAP Note:

#1525193 - PI CTC: Exchange Profile Access after (EhP) Upgrade?

If it fits to your PI version.

Also, check the following:

"Functions for JCo Destinations"

http://help.sap.com/saphelp_nw73/helpdata/en/94/3c1b40fcdd8f5ce10000000a155106/frameset.htm

Kind regards,

Caio Cagnani

Former Member
0 Kudos

HI Monika,

Could you please dev_icm logs in work directory.

I think you are using wrong port.

Regards,

Abhijit

monika_eggers
Active Participant
0 Kudos

You are right, I changed the port in destination SAP_PROXY_ESR from 1080 to 50000 and now it works.

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>in the connected business systems (all of them) results in the error message: "Error while reading configuration for secure communication".

there is no need to run sxmb_ifr from business systems - make sure those transactions work

from business systems :

- SLDCHECK (I see it's working) 

- SPROXY(is this one working?) 

if those two work then you're fine

Regards,

Michal Krawczyk

monika_eggers
Active Participant
0 Kudos

I know it's not necessary for the operations that sxmb_ifr works in the business system, but we want it to work.

SPROXY is not fully working, it only gets local data.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>SPROXY is not fully working, it only gets local data.

check this one first and maybe it will solve thre second issue - sproxy is much more important

http://scn.sap.com/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards,

Michal Krawczyk

monika_eggers
Active Participant
0 Kudos

I am creating destination SAP_PROXY_ESR with target host, port 1080, path prefix /rep and user and password. Apparently this destination was not needed with the old version of PI but is needed now.

When I test this transaction in sm59 I get the error ICM_HTTP_CONNECTION_FAILED with no additional information. What should I do?