Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Swag Shop
  • Downloads
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

How to get table indices on a system with cloud storage?

Solved136 views18th June 2025
2
Michiel Vanthuyne [SLC] [DevOps Enabler]4.23K 18th June 2025 0 Comments

Hi, I have a protocol that uses the "GetDynamicTableIndices" request to retrieve indices of a table in another element. This works fine on Cassandra and legacy MySQL data storage, but when using this call on a STaaS system, I get this error:

"Getting distinct keys is not supported for CloudStorage"

Is there any alternative to get the keys on a DaaS or STaaS system?

my example code:

    public static List<string> getTableIndices(int dmaid, int eid, int pid, SLProtocol protocol, bool trendOnly = false)
{
List<string> result = new List<string>();
GetDynamicTableIndices gdti = new GetDynamicTableIndices(dmaid, eid, pid);
if (trendOnly)
{
gdti.Filter = GetDynamicTableIndicesType.AvgTrendedFromDB;
}

DynamicTableIndicesResponse dtir = protocol.SLNet.SendSingleResponseMessage(gdti) as DynamicTableIndicesResponse;

foreach (DynamicTableIndex dti in dtir.Indices)
{
result.Add(dti.DisplayValue);
}
return result;
}

Michiel Vanthuyne [SLC] [DevOps Enabler] Selected answer as best 18th June 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Louis Lavens [SLC] [DevOps Advocate]377 Posted 18th June 2025 3 Comments

Hi Michiel,

Unfortunately, I don't think we have a workaround for this particular call. Is there a reason why you are interested in the table indices that have trend data in the database?

Kind regards,

Louis

Michiel Vanthuyne [SLC] [DevOps Enabler] Posted new comment 18th June 2025
Michiel Vanthuyne [SLC] [DevOps Enabler] commented 18th June 2025

Hi Louis, this is used in a protocol that does further automatic analysis on the trend history of the Task Manager table in Microsoft Platform elements. In typical setups, trending will only be enabled for a subset of processes that are of interest.

Louis Lavens [SLC] [DevOps Advocate] commented 18th June 2025

Using 'AvgTrendedOnly' instead of 'AvgTrendedFromDB' will provide some indices, but will exclude those that were previously trended and are now excluded. It won't be possible to get the indices that have been trended in the past. However, if interested I can check whether this can be supported in the future.

Michiel Vanthuyne [SLC] [DevOps Enabler] commented 18th June 2025

Hi Louis, 'AvgTrendedOnly' is a workaround that will probably work for most cases. However, there are a few cases I think will no longer be covered, mainly processes that have some starts and stops. This could be services that have stopped unexpectedly and are no longer running at the time the analysis runs, or applications that can be started and stopped by the user. So if the 'AvgTrendedFromDB' could work, that would be nice.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin