Currently when you want to create a custom SQL report in OpsCenter you enter your query and it does a simple syntax check then it runs the query. Quite often the query is syntactically correct but you cannot save it because the web-server to SQL anywhere interface times out.
This can be altered by adding values in OpsCenterGUIService.xml such as om.symantec.nbu.report.requestTimeoutIn100Nanos=“6000000000” -Dcom.symantec.nbu.gui.requestTimeoutInMillis=“600000”".
While this will allow the interface to not time out to save a custom SQL report it doesn't make much sense!
Imagine a user that has a challenging query, one that would exceed the default 5 minute timeout, the query is valid. The user wants to schedule the report to send an email or export the file, therefore there is no value in the web-interface evaluating the query.
This enhancement or change request is to change this process so that the user enters the query, the web-interface to sql-anywhere simply does a syntax check, if it passes then the user should be immediately allowed to save the report and schedule it. Subsequent steps could allow the user to run the report via the web interface.