Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Does anyone have anyway to check the status of the Report Server to see if it’s running or not? Can I ping it or is there an API that’s provided to check the Report Server. Please let me know. Thanks.
You may refer to the documentation [URL]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite8_ga/Cross_Product/8-0_Software_AG_Installation_Guide.pdf[/URL] on pg150 of this guild for the suggestions of how to test the report server install.
there are two methods for testing:
The URL as noted for the test of the Report Server is http://ReportServer_host:Report Server_port/p2pd/servlet for example [URL]http://localhost:9300/p2pd/servlet[/URL] If the link as above doesn’t give the expected result (IBM Cognos 8 screen as shown in Install Guide) then try [URL]http://localhost:9300/[/URL]
The second URL for checking the install is http://Web_server_host:Web_server_port/reporting This goes to the Apache web server (not the same as Tomcat). Usually Apache is on the standard port 80, but this may vary. So the URL to test the reporting is for example [URL]http://localhost:80/reporting[/URL]
Also please check in MWS Navigate > Applications > Administration > System-wide > Report Configuration Reporting Server Host and Port what is this set to? The port is usually 9300. Web Server Host and Port This port is by default 80.