cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Replaced images are not displayed in type

amund
11-Garnet

Replaced images are not displayed in type

Hello,

we use the presentation templates to define different images for different types.

Now some images have been updated and we have overwritten the images of some types in the original folder. The link under "Image URL" in the presentation template has not changed, only the image itself.
Unfortunately not all changed images are displayed (in some types the old images are still visible, in some already the new ones).
Does anyone know this behavior and can tell me how to solve it? Is there a hidden cache for this?

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
awalsh
17-Peridot
(To:amund)

There is a bulkdata cache for ipt images and attachments both on the server-side and client-side.

 

On the server, the cache is located by default in ServerInstallDir/server/mks/IMBulk. 

On the client, the cache is located by default in UserProfileDir/.mks/ci/servername^port^username

 

To clear the client cache: shutdown the Integrity Client. Remove the UserProfileDir/.mks/ci/servername^port^username directory. Restart the Integrity Client.

 

To clear the server cache, run the command:

       im diag --diag=setCacheRestartAction --target=server full reason="updated ipt images"

The cache will be cleared on the next server restart. If the server cache is cleared, the client and proxy caches will also be cleared.

For more information see CS115074. Be sure to use im and not si so the correct cache is cleared. 

View solution in original post

2 REPLIES 2
awalsh
17-Peridot
(To:amund)

There is a bulkdata cache for ipt images and attachments both on the server-side and client-side.

 

On the server, the cache is located by default in ServerInstallDir/server/mks/IMBulk. 

On the client, the cache is located by default in UserProfileDir/.mks/ci/servername^port^username

 

To clear the client cache: shutdown the Integrity Client. Remove the UserProfileDir/.mks/ci/servername^port^username directory. Restart the Integrity Client.

 

To clear the server cache, run the command:

       im diag --diag=setCacheRestartAction --target=server full reason="updated ipt images"

The cache will be cleared on the next server restart. If the server cache is cleared, the client and proxy caches will also be cleared.

For more information see CS115074. Be sure to use im and not si so the correct cache is cleared. 

amund
11-Garnet
(To:awalsh)

Thank you very much for your response! This is exactly what we were looking for! Problem solved.

Top Tags