Hi,
Is there a simple way to cleanup the local cache (pending data) of a store and forward engine ? Don’t want to destroy the database connexion and recreate it…
Thanks
Hi,
Is there a simple way to cleanup the local cache (pending data) of a store and forward engine ? Don’t want to destroy the database connexion and recreate it…
Thanks
You can do the following to delete the cache:
This process will stop the disk cache, restart the store and forward pipeline and allow you to delete the folder where the cache is stored. Then you’ll have to re-enable the disk cache once you’ve deleted all the cached information.
Hope this helps