To confirm that the Application Server is available and communicating with the database, enter the following URL in a web browser, where [Server Location] is the network location of the server hosting the Application Server, and [Server Name] is the name of the Application Server:
https://[Server Location]/[Server Name]/api/AppServer/IsAlive
The browser returns a True page if the Application Server is available, and a False page if the Application Server is unavailable.
The command above checks the default data source configured in the dmsdatasource setting in the Application Server web.config file. To confirm Application Server communication with a different data source on the same Application Server, append the data source name to the end of the URL:
https://[Server Location]/[Server Name]/api/AppServer/IsAlive/[Data Source Name]