Skip to main content

What's the solution for a timeout issue for a report registered as a page in DSP?

Comments

1 comment

  • DSP User

    The recommendation from BOA Support is to write a stored procedure to insert the 30-second result set of the base view into a staging table. Then a new report view can  SELECT * FROM that staging table. The performance should be fine after that. The stored procedure can be registered to a scheduled download in Collect or even a Target in Transform (to make it more automated/scheduled).

    0

Please sign in to leave a comment.