cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR in Cache UPdate

vijay_kumar133
Active Participant
0 Kudos

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="XICACHE">UPDATE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error while refreshing the XI runtime cache</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I am getting this error when i try to send data to xi through jdbc..

Accepted Solutions (1)

Accepted Solutions (1)

vijay_kumar133
Active Participant
0 Kudos

Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.

this is error now it is showing..

Thanks and Regards

Vijay

Former Member
0 Kudos

hi

check the below blog...u r error will be solved

/people/sravya.talanki2/blog/2006/12/19/unable-to-read-integrationdirectoryhmiundocumented-bug-sxicache

regards

chandrakanth

Former Member
0 Kudos

hi Vijay,

i have sth for you from sap note 1030255

Reason and Prerequisites

In particular, this problem may occur after you upgrade from NW2004 to NW2004s. The insufficient user authorizations are caused by an obsolete role profile.

You have already checked the following and you did not detect any errors:

- The HTTP destination INTEGRATION_DIRECTORY_HMI exists, is configured correctly, and the target destination can be reached.

- Users entered in the INTEGRATION_DIRECTORY_HMI destination (usually Integration Server service users) and Integration Directory service users (see ExchangeProfile, Eigenschaft com.sap.aii.directory.serviceuser.name) are set up correctly and are not locked.

For more information about these checks, refer to the documentation "How To handle Caches in SAP XI 3.0" or "How To Handle XPI Caches in SAP NetWeaver 04s" Guide (see SAP Service Marketplace, http://service.sap.com/nw-howtoguides).

Solution

For the users mentioned under "Reason and Prerequisites", proceed as follows:

1. Delete the user profile for the SAP_XI_IS_SERV_USER or SAP_XI_ID_SERV_USER role. To do this, call transaction su01, enter the name of the service user and choose "Display". Then choose the "Roles" tab and double-click to select the SAP_XI_IS_SERV_USER or SAP_XI_ID_SERV_USER role. A new window is displayed. In the new window, choose the "Authorizations" tab and switch to change mode. Here, delete the profile names.

2. Now choose the new profile names that have been proposed.

3. Then choose "Change Authorization Data" and generate the role.

4. Finally, perform a user comparison.

Regards,

Sumit Gupta

Answers (6)

Answers (6)

Former Member
0 Kudos

hi Vijay

follow this thread to understand CACHE refresh

/people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off

you can do cache refresh by three ways

1) use tcode SXI_cache

2) through ID go to environment and full cache refresh

3)http://<host>:5<sys#>00/CPACache CPA Cache: Monitoring

http://<host>:5<sys#>00/CPACache/refresh?mode=delta Delta CPA cache refresh

http://<host>:5<sys#>00/CPACache/refresh?mode=full Full CPA cache refresh

hope this will help u a lot in understanding SXI_cache

Thanks

sandeep

If helpful reward points

vijay_kumar133
Active Participant
0 Kudos

when i try to refresh deltachache it is promting an error as

Prefix Number: entry missing for system < > and client < .>

Thanks & Regards

Vijay

Former Member
0 Kudos

Hi,

cache refresh by running the report SAI_CACHE_REFRESH

And also check the RFC Destination INTEGRATION_DIRECTORY_HMI

And follow this link

/people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off

vijay_b4
Active Contributor
0 Kudos

Hi Vijay,

What is the use of this RFC connection

The RFC destination (SM59) INTEGRATION_DIRECTORY_HMI is used to store the data in the cache. This data is about the connection Between the Integration Builder and Runtime

Solution

1. On the Technical Settings tab page, check target host and port (this has to be that of the Integration Directory)

2. Check for the password.

SAP Note 721548

or

This error only you should get when you test. Check this document (Point 23 and 24). An HTTP return code 500 (Internal Server Error)indicates that everything is okay.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01...

or

This is a old trick, except after entering the description and RFC Dest type, do not press ENTER button at all.

This trick was mentioned by one of our members a year ago.

Reward points if this helps

Regards

Vani.

vijay_b4
Active Contributor
0 Kudos

Hi Vijay,

The problem can be solved by Changing the RFC destination configuration.

Logon to the Abap Engine with XIISUSER.Check if u are able to login sucessfully

go to the XI installation guide and check creating:

RFC Destination - INTEGRATION_DIRECTORY_HMI

you specify the user XIISUSER over there

In the Security/logon Tab, Save ur setting before u move on to next tab.Very Important.

you can also check these properties in the exchangeprofile:

http://<host:port>/exchangeProfile - its username and password.

The user should be XIISUSER and its password.

check the thread

Reward points if this helps

Regards

Vani.

Former Member
0 Kudos

technical settings--

1.Target Host -- > give the complete host name

2. Service No --> Java Stack Port

3.Path Prefic --> /dir/CacheRefresh

Log On and Security--

use should be your XIISUSER.

After setting this, try a test connection and you should get a HTTP return message of code 500.

For more take a look at page 14 ( section 4.4 ) of this document,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a7930...

SAP Note 721548

Check out the following SAP Notes 807000, 928038 and 804124

check the blog

/people/sravya.talanki2/blog/2006/12/19/unable-to-read-integrationdirectoryhmiundocumented-bug-sxicache

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi,

goto SXI_CACHE and do Complete cache & Delta Cache

And also check the RFC Destination INTEGRATION_DIRECTORY_HMI is working fine or not

REgards

Seshagiri