Where can I find the version number for the IXIASOFT CCMS components?

You can find the version number for several different components of IXIASOFT CCMS.

Symptom

I need to find out which version of IXIASOFT CCMS and its components we are using.

Problem

I do not know where to find the version information.

Solution

To find the IXIASOFT CCMS and Oxygen version:
  1. In IXIASOFT CCMS Desktop click Help > About Eclipse SDK.
  2. Click Installation Details.
  3. Click the Plug-ins tab.
  4. Click on the Provider column heading twice to reverse sort the entries by Provider.
  5. The IXIASOFT CCMS plugin versions are listed beside the entry for IXIASOFT Technologies Inc and the Oxygen version is listed beside the entry for Syncro Soft SRL.
To find the IXIASOFT CCMS Web version:
  1. The IXIASOFT CCMS Web login page shows the version number at the bottom of the page.
To find the TEXTML version:
  1. On the TEXTML server, browse to the TEXTML installation folder. For example,C:\Program Files\IxiaSoft\TextmlServer43 or C:\Program Files\IxiaSoft\TextmlServer44.
  2. Right-click TextmlServer4.exe and click Properties.
  3. Click the Details tab.
To find the Output Generator version:
  1. On the server, browse to the Output Generator libs directory. For example, D:\Ixiasoft\OutputGenerator\prod\libs.
  2. Right-click outputgenerator.jar. Click 7-Zip > Open archive.
  3. Double-click the META-INF folder.
  4. Drag the MANIFEST.MF file to your desktop and open it in a text editor.
  5. The version is listed beside Implementation-Version.
To find the Scheduler version:
  1. On the server, browse to the Scheduler libs directory. For example, D:\Ixiasoft\Scheduler\prod\libs.
  2. Right-click postmaster.jar. Click 7-Zip > Open archive.
  3. Double-click the META-INF folder.
  4. Drag the MANIFEST.MF file to your desktop and open it in a text editor.
  5. The version is listed beside Implementation-Version.
To find the Java Runtime Environment version:
  1. On the server, browse to the Output Generator conf directory. For example, D:\Ixiasoft\OutputGenerator\prod\conf.
  2. Open the wrapper.conf file in a text editor.
  3. Search for the value wrapper.java.command.
    Note: You might find more than one of these lines; look for the one that is not commented out.
  4. Copy the value after the equal sign to the clipboard. For example, C:\Program Files\Java\jre7\bin\java.exe.
  5. Open a command prompt window.
  6. Right-click anywhere in the window. Click Paste.
    Note: If your path contains spaces, it will need to be surrounded by quotation marks.
  7. After the property, type -version. For example, "C:\Program Files\Java\jre7\bin\java.exe" -version.