Telestream Prism – Connector Issues

Hi Thomas, The 405 Method Not Allowed is often returned when you, for instance, try to do a GET request when the device/API only supports POST for that specific call. …

Visio is showing data of previous opened card

Hi Hugo, You should indicate the scope of your variables. Currently, you likely have a Visio which works on user scope (default). So this means you will do an Initvar/SetVar …

Alarm count history on a histogram

Hi Charles, I’m no expert in the matter but I think you have some great possibilities with Dashboards. We also have a webinar about the topic which you might want …

How to display a Linux Time Stamp?

Hi Dominique, As far as I know, there is no direct way of achieving this directly but it could be possible with either a QAction and using the C# DateTime …

Service Templates between DMS

Hi Rebecca, Sure, this is possible although you’ll need to copy the template from the C:\Skyline DataMiner\Services folder available on the DataMiner agent hosting the service. Of course, it could …

Service Templates between DMS

Hi Rebecca, I remember I saw a similar question before: Export a service template from a staging agent to a DMS? Hope it helps!

How to display a Linux Time Stamp?

Hi Dominique, I don’t think it’s possible to use the epoch time without going through a QAction. There is a measurement option datetime, but that option expects an OAdate double …

How to display a Linux Time Stamp?

Hi Dominique, Linux stores time at the number of seconds since Jan 1, 1970 (epoch time). According to the documentation pointed by Koen: The timestamp is stored internally as an …