Hi,
Im working on monitoring the elements in DM by creating service according to my needs using Automation scripts. Im facing issue in a particular case, hoping to get answer:
- Creating a service with a decoder element which is in stopped state.
- now im starting the decoder, as per expectation the decoder audio, video data is not populated in the elements inside the service - Old service
- now decoder is already in start state, Im again creating a service with same decoder. Audio and video table data are populated - In New Service
- now im stopping the decoder, the audio video data from my service elements are disappeared- In New Service
- I restart the decoder again, the audio video table is appeared again - In New Service
In both cases I want the decoder data to be populated when i start the device. But that is not happening.
Im creating elements using primary key and pid. for example, my primary key will be decoder-1, For the video and audio tables the primary key is decoder-1/service/serviceName/video & decoder-1/service/serviceName/audio. Service and Servicename will be different for each decoder.
new ServiceParamFilter(pid, primaryKeyValue, true, Skyline.DataMiner.Net.Messages.FilterType.PrimaryKey)