开发者

SSRS Health Check

开发者 https://www.devze.com 2023-03-18 04:39 出处:网络
We are building r开发者_StackOverfloweporting functionality into our web application. What is the easiest way of determining of if the ReportServer is up and running. I was thinking of just calling th

We are building r开发者_StackOverfloweporting functionality into our web application. What is the easiest way of determining of if the ReportServer is up and running. I was thinking of just calling the ListChildren method, but I was wondering if anyone had any other ideas.

If for some reason the Reporting Server was down, I would hide the reporting functionality.


I think the best thing to do would be check the reporting services service is running, or do a simple http call to web site to make sure you dont return a 500/404 etc error

0

精彩评论

暂无评论...
验证码 换一张
取 消