Skip to content

Tool Fails on selecting too many solutions #34

@v22arvind

Description

@v22arvind

I guess I have more than 300 solutions selected to load and get this error:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Query on Entity has exceeded the hard limit of conditions in a single filter (300). (Fault Detail is equal to Exception details:
ErrorCode: 0x80044183
Message: Query on Entity has exceeded the hard limit of conditions in a single filter (300).
TimeStamp: 2025-11-17T01:08:59.2717000Z

Exception details:
ErrorCode: 0x80044183
Message: Query on Entity has exceeded the hard limit of conditions in a single filter (300).
TimeStamp: 2025-11-17T01:08:59.2717000Z

).

I looked at the code and its getting all solutions together thus making the query too large and exceeding this hidden filter limit.
I'll raise a PR with the quick fix.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions