Hi guys, is it possible to use analytical events with xprotect professional 2021 r1, using a test license?one more question, xprotec expert = xprotect enterpise?

I assume you might want to say XProtect Professional+ 2021 R1 instead of XProtect professional, because XProtect Professional is E-code product and it is terminated at 2019 R2.

If so, yes, it is possible.

XProtect Expert is not the same as Enterprise.

XProtect Expert is Ideal for mid-size to large installations that require uninterrupted video recording.

Enterprise is terminated and the 2016 R2 version is the final release of XProtect Enterprise.

Thanks Rie Kito for the clarification, one more doubt, this guide

http://download.milestonesys.com/MIPSDK/Samples/TriggerAlarmFromExternal-ConceptSolution.pdf

Does it work for xprotect professional + 2021 R1 and xprotect professional + 2020 R1?

regards

I have not tested but I think it should work on both.

Thanks, I followed the guide and I notice the following, when I send the Analytics Event from the XProtect Management Client 2021 R1 application, the analytics event appears in the XProtect Smart Client 2021 R1 (64-bit) application in the “Alarm manager” tab.

When I send the Analytics Event from the “AnalyticsEventTriggerViaLibrary” example from another computer on the network, the analytics event is sent, but the alarm never appears in the XProtect Smart Client 2021 R1 (64-bit), I use the default ports and I already did what they recommend in this link https://developer.milestonesys.com/s/article/Ports-for-alarms-from-Milestone-Event-Server-service , everything works as it should be, I attach images of the tests, any idea what might be going on?

regards

One more doubt, in this piece of code

EventHeader eventHeader = new EventHeader () {

      ID = Guid.NewGuid (),

      Type = "MyType",

Is it correct to send the string “MyType”, or should I replace it with some parameter?

I am suspecting that you look at an alarm list. You might want to see event list on the Alarm Manager tab.

Go to Setup – Select alarm/event list view – you will see Properties of the list view – select the data source.

Regarding “MyType”, it should be fine.

Type is one of the attributes of the alarm item (When you click an alarm item on the list in Alarm Manager tab, you will see its detail).

alarm detail