Morning,
We are using SSRS (2005) and have a ASP.NET frontend using the SSRS WebControl.
I've boiled the problem down the time it takes for one particular report to be generated is greater than the timeout on the proxy server.
It looks like the way the SSRS web control tries to do things is by performing an HTTP request for the report...
I notice the default config/recommendation of the timoutmanager is running it in its own host and pointing to its own queue.
Is it simply for performance?
...
I'm trying to access an FTP server from my PHP script using Codeigniter's FTP Library. These functions work great, but when testing the script I discovered that if I attempt to connect to a server that does not exist, the script does not terminate with an error message of any kind.
The page continues to execute, until the web server giv...
I have a asp.net application which generates reports.When the user clicks on generate report, the report is generated in the background and link to that report is written on the UI.
There is no problem with the application as many of them are able to generate the reports successfully.
However few users are facing issue is generating r...