Many times in support tickets we will ask you to give us the exact version of Engine that you are currently running. This is helpful to us, as there may be a fix in a more recent maintenance release of your version that could solve the issue.
For customers using the REST API for their integration who installed or updated to an Engine version 2017.1.16.479 or higher (since November of 2017), there is an API endpoint that you can hit to get your exact version number.
- For V1 of the API, you would hit the /api/v1/{tenant}/about endpoint.
- For V2 of the API (2018.1 and above), you would hit the /api/v2/about endpoint.
For customers from older versions, or who are not using the REST API, you can follow these instructions:
.NET Engine
- Open the /bin folder of the Engine web application in Windows Explorer. In our release package, this would be /ScormEngineInterface/bin.
- Right-click on the RusticiSoftware.ScormEngine.dll
- Click on the Details tab, and look for the Product Version item.
Java Engine
- Extract the files from the ScormEngineInterface.war. You can do this with a normal unzip utility.
- Open the /META-INF/MANIFEST.MF file from the war. You should find an Engine-Version line.
- If that file does not contain the Engine version, then go to the /WEB-INF/lib folder, unzip the scplogic.jar file, and then open the /META-INF/MANIFEST.MF file in that to look for it.