Forum Discussion
ByDesign1977
Jan 24, 2021Brass Contributor
WEC Server question
Hi
I am in the process of setting up a WEC server. I am filtering the subscription by event ID. When filtering by these ID's:
19,20,41,43,59,80,104,1000,1001,1002,1006,1007,1008,1009,1074,1100,1102,1102,1116,1117,1118,1119
Every thing works greats. If I add even a single ID from the list below everything stops and no new events are logged:
4103,4104,4610,4612,4616,4624,4625,4627,4648,4649,4662,4664,4672,4697,4698,4699,4700,4701,4702,4703,4706,4707,4715,4719,4720,4722,4723,4724,4726,4727,4728,4729,4730,4731,4732,4733,4734,4735,4737,4738,4739,4740,4741,4742,4743,4754,4755,4756,4757,4758,4764,4765,4766,4768,4769,4770,4771,4772,4773,4774,4775,4776,4777,4778,4779,4780,4794,4797,4798,4799,4825,4830,4865,4866,4867,4887,4888,5024,5025,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5632,5633,5861,6006,6416,7000,7009,7040,7045,8000,30622,30624
I have split down the event ID's into different subscription's and tried just using random ones from the list of event's that are not working but nothing.
Does anyone have any ideas on this?
Any help would be appreciated.
Kind regards
For anyone that is interested, I fixed this by by creating a subscription per event log and filtering the subscription by the specific ID for that log. I also noticed that for any subscription with more than 20 event id's in the filter it didn't like it so I again split down to ensure I had no more than 20 event ID in any filter.
All is working now.
I hope this helps someone.
Enjoy 🙂
- ByDesign1977Brass Contributor
For anyone that is interested, I fixed this by by creating a subscription per event log and filtering the subscription by the specific ID for that log. I also noticed that for any subscription with more than 20 event id's in the filter it didn't like it so I again split down to ensure I had no more than 20 event ID in any filter.
All is working now.
I hope this helps someone.
Enjoy 🙂
- ByDesign1977Brass Contributor
Any ideas from anyone?