cancel
Showing results for 
Search instead for 
Did you mean: 

ID changes not refreshed

Former Member
0 Kudos

When I make the changes to ID, I am getting problem message in cache notifications..

For ABAP Cache ,

Unable to notify integration runtime (ABAP) of data changes

Unable to establish http connection https://server:port/sap/xi/cache_ssl?sap-client=300

For Central Adapter engine, I am getting the following message..

Unable to contact Adapter Engine "af.xis.server" that is affected by the data changes

Unable to establish http connection https://server:port/CPACache/invalidate

What are the possible causes of such error? how do I resolve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184154
Active Contributor
0 Kudos

Apart from understading what are "the changes to ID" (?), I'd suggest you check you have enabled SSL in your ICM.

For ABAP stack, go to SMICM transaction and check under Services that in addition to HTTP and SMTP you also have HTTPS (it doesn't come by deafult). Also, check in transaction SICF that /sap/xi/cache_ssl node is enabled.

For J2EE stack, bring up Visual Admin and under Server-Services-HTTP Provider make analogous checks.

I think your main problem is you're using https. Is that really required? If not, go to exchange profile and change https addresses to http.

Let me know.

Alex

Former Member
0 Kudos

I am making changes to communication channels and when we activate the changes, we can see the above mentioned messages in our log..

Yes, Unfortunately (: HTTPS is required..

former_member184154
Active Contributor
0 Kudos

ok ssg, https is a must.

so did you check what i suggested in my previous post? if you have problems setting up https (both on abap and j2ee stacks) check service.sap.com/notes and service.sap.com/instguides for help.

Let me know.

Alex