How to find the version of CABI Jasper you have installed
Any OS / version where CABI Jasper is installed.
To find the version of CABI Jasper you have installed from the CABI Jasper login page:
- Log into the OneClick web pages
- Click on the Jasper Console link
- If you have CABI configured for SSO, logout of CABI so it brings you to the login page
- At the login page, click on the "About CA Business Intelligence" link at the bottom left corner
- Note the Product Version:
You can also use the following url, replacing <JasperReports_Host> with the hostname or ip address of the CABI Jasper server and <PORT> with the configured http port:
http://<JasperReports_Host>:<PORT>/jasperserver-pro/rest_v2/serverInfo
For example:
http://CABIServer:8080/jasperserver-pro/rest_v2/serverInfo
<serverInfo>
<build>20190405_0833</build>
<dateFormatPattern>yyyy-MM-dd</dateFormatPattern>
<datetimeFormatPattern>yyyy-MM-dd'T'HH:mm:ss</datetimeFormatPattern>
<edition>PRO</edition>
<editionName>Enterprise</editionName>
<features>AUD ANA MT EXP Fusion AHD DB </features>
<licenseType>Commercial</licenseType>
<version>7.1.1</version>
</serverInfo>