Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
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.
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.
Thank you very much for your response! This is exactly what we were looking for! Problem solved.