- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2026 12:19 PM
Hi updates aren't flowing from producer to consumer. i found the BR that starts the process (Manage task updates). the issue is the condition SBCacheService().usingRTParentTable. when i turned on the service exchange logs, i get log Service Exchange (SBCacheService): getRTParentTables: none found. this effectively prevents updates from going to customer. we had to run the code below to fix this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2026 02:14 PM
This should fix the issue.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB3115714
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2026 02:14 PM
This should fix the issue.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB3115714
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2026 05:12 AM
@Kenny Caldwell
Is there an ETA on the next patch release to address this issue caused by 2.3.18?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2026 09:04 AM
FYI, to anyone who comes across this, if you're on 2.3.18 the upgrade to 2.3.21 fixes the issue.