Jindong Zeng

Captain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-19
06:41
1250 views
(OMi) Support Tip: Clear queued forwarding events from database
In certain circumstances one may find that the event forwarding queue is backed up or growing excessivelytable, also you can see the table EVENT_SYNC_BUFFER growing fastly.
Normally, we use the tool "opr-event-sync" to cancel the forwarding events in the queue. but sometimes, the command may fail or takes very long time to cancel the events from the queue. in such situation, to recover the system asap, we can clear most old events from database directly by:
Delete * from [dbo].[EVENT_SYNC_BUFFER] where time_created < '2018-03-21'
(it will remove the events created before Mar. 21st, 2018)
Micro Focus Software Support
The views expressed in my contributions are my own and do not necessarily reflect the views and strategy of Micro Focus.
If you find this or any post resolves your issue, please be sure to mark it as an accepted solution.
The views expressed in my contributions are my own and do not necessarily reflect the views and strategy of Micro Focus.
If you find this or any post resolves your issue, please be sure to mark it as an accepted solution.
1 Reply
Danny_CV

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-26
16:29
Thanks for the tip!
Best Regards,
Danny Calderon Valerio
Customer Support Engineer
danny.calderon@microfocus.com
Microfocus values your feedback regarding your overall Support experience. Contact us at
software.satisfaction@microfocus.com
Danny Calderon Valerio
Customer Support Engineer
danny.calderon@microfocus.com
Microfocus values your feedback regarding your overall Support experience. Contact us at
software.satisfaction@microfocus.com