Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a monitoring app that connects to multiple data sources to run a query to retrieve status from that source. If the connection fails, I have that error trapped. But I also do not want long running queries because, as they are being run sequentially, this will cause the entire monitor to take a long time to load. There are probably alternative ways to architect this, but for immediate use, is it possible in the load script to give up on a query after a period of time like 60 seconds and move on to the next load?
Hi,
For a Quick solution, you can create separate applications for each source to create QVD and get the data in the monitor app from these QVD.