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.

Description

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

Solution

  1. In IXIASOFT CCMS Desktop click Help > About Eclipse Platform.
  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. On the IXIASOFT CCMS Web login page, click System Information.
To find the TEXTML version:
  1. On the TEXTML server, the version is written to the first line of the TEXTML log file. In Windows for example, C:\ProgramData\IxiaSoft\TextmlServer44\Log\. In Linux for example, /opt/ixiasoft/textmlserver/default/log.
To find the Output Generator version:
  1. On the Output Generator server, the version is stored in the <OG-install-dir>/bin/version.txt file.
To find the Scheduler version:
  1. On the Scheduler server, the version is stored in the <scheduler-install-dir>/bin/version.txt file.
To find the Java Runtime Environment version:
  1. Open the <OG-install-dir>/conf/wrapper.conf file in a text editor.
  2. 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.
  3. Copy the value after the equal sign to the clipboard. For example, C:\Program Files\Java\jre7\bin\java.exe.
  4. Open a command prompt window.
  5. Right-click anywhere in the window. Click Paste.
    Note: If your path contains spaces, it will need to be surrounded by quotation marks.
  6. After the property, type -version. For example, "C:\Program Files\Java\jre8\bin\java.exe" -version.