- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 07:44 AM - edited 04-10-2024 08:26 AM
I have a scheduled system export, it exports data from the incident table in a .csv to my mid server. I have been testing this both with the "Test Export 20 Records", which works perfectly, and also by scheduling the export and allowing it to run at the scheduled time.
The problem is when it runs at the scheduled time, it always shows it completes successfully, but when I check the mid server export location, there is no new file. This appears to be failing in the cases where it uses the ECC queue and the queue agent is using MidServer2 instead of MidServer1. How can I prevent the queue from being used, or how can I prevent the agent from using MidServer2?
Thank you for any help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 11:51 AM
Figured this out -
I created a business rule to run on insert to ECC_QUEUE.list that sets the agent to the preferred mid server when the probe = StreamPipeline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 11:51 AM
Figured this out -
I created a business rule to run on insert to ECC_QUEUE.list that sets the agent to the preferred mid server when the probe = StreamPipeline