Custom Report Preview Throwing Exception

Which IIQ version are you inquiring about?

Version 8.2

Please share any images or screenshots, if relevant.

Share all details related to your problem, including any error messages you may have received.

I have a custom report based on the Identity Request Status Report. It throws a system exception as illustrated in the screenshot without any error message available in the syslog. The error occurs particularly when the connection hits 30 seconds. When I applied a monthly filter, the report functioned correctly for each month of 2023, but it failed when filtered by year. Additionally, the report execution worked fine otherwise.

This issue appears to be related to a connection timeout. I’ve attempted to adjust the timeout settings in Tomcat, but these changes were unsuccessful. Is there a way to extend the timeout duration to prevent this exception? Thanks in advance.

These are the possibilities:

  • Theres is a error in the Code
  • The Foreground processing timeout, which is normal when you have alot of data and you click preview

To see if there’s a code error OR a timeout issue, run it in the background.

best

@ipobeidi Thank you Ivan for your reply. I believe in this case, it’s a timeout issue as the background execution worked fine and it ran for 3 minutes. Do you think it’s possible instruct the user to run with a shorter timeframe or run it in the background through a generic UI popup message?

1 Like

Hi Pak,
I believe the easiest solution would be to disable live preview - with this move you force user to use fully executed report which does not have timeout and which will display data once task is executed

1 Like

Awesome Pak!

Glad that we could help you!
Just rememenber to mark as a solution on the topic :wink:

@ipobeidi @kjakubiak Sure, thank you both so much for the advice.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.