Configure Maximum Operation Size for DX Query Search
search cancel

Configure Maximum Operation Size for DX Query Search

book

Article ID: 266182

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Suite

Issue/Introduction

 This article explains how to increase the maximum number of entries returned by a DX query search. This configuration is necessary when generating reports or retrieving datasets that exceed the default limit of 10,000 entries.

Environment

Identity Manager

Cause

This is a configuration adjustment required to accommodate large user datasets during query operations.

Resolution

To increase the DX query search value, execute the following command in the appropriate interface to set the maximum number of entries an operation can return:

set max-op-size = <number-entries> | none;

Parameters:

  • number-entries: Specifies the maximum number of entries that any single operation may return.
  • none: Removes the size limitation entirely, allowing operations to return all available entries.

Notes:

  • Setting max-op-size to none may significantly impact system performance and memory usage if the dataset is extremely large. Use this setting with caution.
  • Ensure that you have sufficient system resources before removing size limitations.