Skip to content

Out-RsRestCatalogItem error when trying to export file >1GB size #440

Description

When trying to Export a PBIX file, which is greater than 1 GB in size, an error is thrown:

Error while downloading %Report%! Exception: array dimensions exceeded supported range

The reason for this is, the http request is stored in anbyte array, which only supports 2GB in size (unicode doubles requied memory).

A possible solution might be to replace this behaviour with a stream.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions