Strategy administrators can access MicroStratey Web Administrator to check if Web server is currently connected to Strategy Intelligence server.

The same action, to check connectivity between a Strategy Web Server and a Strategy Intelligence Server can be performed via a task URL call against the taskProc servlet.
The following URL is to check if the specified Intelligence Server is currently connected to Strategy Web Server:
http://<web server>:port/MicroStrategy/servlet/taskProc? or http://<web server>/MicroStrategy/asp/taskProc.aspx? taskId=IsServerConnected &taskEnv=xml &taskContentType=xml &server=

<?xml version="1.0"?> <taskResponse statusCode="200"> true </taskResponse>