Hi All,
Is it possible to specify a timeout within a PowerBuilder report?
Basically, we have a .NET application that calls a PB control that runs a custom report. The report itself has a couple of report windows also. One of the subwindows runs a query that takes anywhere from 2s - 120s to run, depending on the amount of data. If the data retrieval takes longer than 40-50s, the main report displays without the data in the subwindow.
- We cannot control the timeout in the application as it is COTS (sort of).
- We are trying to optimize the query to reduce the runtime, but have not been able to as yet.
- We do have control over the PBL.
- We do have control over IIS/.NET environment.
Are timeouts controllable in this case?
Thanks.
Is it possible to specify a timeout within a PowerBuilder report?
Basically, we have a .NET application that calls a PB control that runs a custom report. The report itself has a couple of report windows also. One of the subwindows runs a query that takes anywhere from 2s - 120s to run, depending on the amount of data. If the data retrieval takes longer than 40-50s, the main report displays without the data in the subwindow.
- We cannot control the timeout in the application as it is COTS (sort of).
- We are trying to optimize the query to reduce the runtime, but have not been able to as yet.
- We do have control over the PBL.
- We do have control over IIS/.NET environment.
Are timeouts controllable in this case?
Thanks.