We are trying a new report which will pull the info from the license status page of the Failover Status driver by doing a status query report using : (Generic Failover Status protocol > Catalog (dataminer.services))
When doing the reporting steps the protocol and corresponding elements do not get listed :
On the other hand when using the asp tools we can see that the protocol has been loaded correctly :
Question is how does this process gets cached?
The reason for not showing the Elements could be because the elements are of the "service element" type?
Thanks in advance.
Reporter filters out elements of type "service element", because these are elements which should be linked to a service ("enhanced service"). However, here this element has been created and is being used without a service. It seems to be a mistake in the protocol, if elementType is "service element", then the protocol type should be "service", and not "virtual". Or elementType shouldn't be "service element". I suggest to reach out to the developer of this protocol.
Thanks Wim will check that option going forward.