Execute 'cache.do' in a Fix Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-21-2023 12:27 PM
Gurus and Experts,
I have a Fix Script that is executed after an upgrade that activates certain components to release the PROD instance for use. I want to incorporate 'cache.do' by script. How do I do that?
Any tips or leads is much appreciated.
Thanks In Advance,
SM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-21-2023 12:40 PM
If memory serves part of the commit process for update sets is that the system flushes the cache so I don't think you really need to do that.
If you are still set on doing it have you looked at using a GlideHTTPRequest?
https://developer.servicenow.com/dev.do#!/reference/api/rome/server_legacy/GlideHTTPRequestAPI?navFi...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-26-2023 07:41 AM
Thank you, DrewW....let me try this asap and let you know. Cheers, SM