Implemented this Download DataSubset Plugin. Is there any data limit while expor

Implemented this Download DataSubset Plugin. Is there any data limit while exporting data to excel? Getting 500 Error. Please help

OriginalPostID-153095

OriginalPostID-153095

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hi anithag33,

    500 Error can occur due to several reasons. If you could check your server log, you could identify the root cause. Can you please check the log or provide the code to debug further.

    Here I have mentioned a few scenarios where we get 500 error.

    1. Generated URI limit length might exceed the max limit.

    2.  Field name and Field Value mentioned as wrong.

    3. No of column name and column values should match.

Reply
  • 0
    Certified Associate Developer

    Hi anithag33,

    500 Error can occur due to several reasons. If you could check your server log, you could identify the root cause. Can you please check the log or provide the code to debug further.

    Here I have mentioned a few scenarios where we get 500 error.

    1. Generated URI limit length might exceed the max limit.

    2.  Field name and Field Value mentioned as wrong.

    3. No of column name and column values should match.

Children
No Data