HTTP Error 404.0 – Not Found

Hi All. I can see an error : HTTP Error 404.0 – Not Found if I want to create a  new app. I can see the error as below : …

Duplicates in GQI query

Hi Dojo, Is there a simple way to remove duplicate entries from a GQI query?  My query is retrieving multiple alarm messages from different elements, all talking to the same …

Multi-user on SED 8 Spectrum Analyzer

Hi All I’m wondering if and in case how is possible to use the SED 8 Port to support a multi-user interaction. To explain better my situation, I have a …

Element IP as placeholder in visual overview

I’m creating a visual overview for a few elements of the same protocol and I want to use the Link shape data to show a thumbnail. What’s the best way …

Visio shape that shows table row count

Hi, How do you show the row count (i.e. number of rows) of a table in a Visio shape? Sounds simple but I couldn’t figure it out or find any …

Service templates and swarming

Hi, As services templates like services and elements live on specific DMAs, will it be definable in the swarming API that they can move like elements? With most of our …

Unable to retrieve DOM history

Hi, I am unable to retrieve the history from DOM even though data exists in DOM. var eventFilter = HistoryChangeExposers.SubjectID.Equal(Guid.Parse(“9010bced-04fa-43a8-a511-bbe156f9613b”).ToString()); // Get all events var events = eventHelper.DomInstanceHistory.Read(eventFilter); engine.GenerateInformation(events.Count().ToString());