cancel
Showing results for 
Search instead for 
Did you mean: 

After the upgrade to 7.1, full CPACache refresh is failing

Former Member
0 Kudos

Hi

We upgraded our PI 7.0 to 7.1. After that the following command

fails. It is timing out:

http://lxxxx:50000/CPACache/refresh?mode=full

But,

http://lxxxx:50000/CPACache/refresh?mode=delta still works.

Please help.

Mohammed

Accepted Solutions (0)

Answers (3)

Answers (3)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Are u using user PIDIRUSER for CPA cache refresh?

Former Member
0 Kudos

Yes I am using the PIDIRUSER. Before the upgrade it worked fine.

Former Member
0 Kudos

Hi Mohammed,

We are facing exact the same problem on our PI 7.1 SP06 migration.

Did you already solve the issue? If so, how? Did you find a work-around?

Thanks,

Christiaan Schaake

Former Member
0 Kudos

Try this:

In NWA, navigate to 'Configuration Management -> Infrastructure -> Java

System Properties'. For Usage_Type_All_in_One, Service "XPI

Service: CPA Cache" set following properties:

- SLD.selfregistration.hostName: <PI host name>

- SLD.selfregistration.httpPort: <httpport>

Also check:

Sm59 --> INTEGRATION_DIRECTORY_HMI

Change the path prefix from /dir/CacheRefresh to /dir/hmi_cache_refresh_service/ext

and whether this has been done or not:

SAP_XI_APPL_SERV_USER role to be given all technical users (pg 127)

The user type of all technical users and all users possessing the role

SAP_XI_APPL_SERV_USER needs to be switched from Service to System

We also had to upgraded the kernel to SP123. ( I am not sure whether the upgrade was required for this issue or for something else.

Mohammed

Former Member
0 Kudos

We tried all the settings above, without results however.

christiaan_schaake2
Discoverer
0 Kudos

Finaly we found the problem for the cache refresh.

We were running on Oracle 10.2.02 with all available patches. After we upgraded to Oracle 10.2.04 the cache refresh runs fine.

The cache refresh error was caused by the party header mapping in a receiver agreement. With the setting off, the cache runs fine. With the setting on, the cache runs ok. (with the correct oracle version, both settings work fine).

Cheers

Christiaan Schaake.

ravi_raman2
Active Contributor
0 Kudos

Do you have any more info or trace..

Regards

Ravi Raman

Former Member
0 Kudos

Can you please be more specific? Which log do want me to check?

Mohammed