Set load limit for View Topic Content mode

To avoid performance issues when opening a map in Map Editor, IXIA CCMS Web automatically switches to the View Topic Reference mode in the Content view if the map exceeds a defined limit for topics.

Note: In a dedicated SaaS deployment, submit a support ticket to request that IXIA CCMS Customer Support perform this task for you.

In CCMS Web, if a map is very large, it can take a long time for it to load in the Content view if you enable the View Topic Content mode. You can configure CCMS Web so that maps that have more topics than the set number automatically switch to the View Topic Reference mode when loading in the Content view.

You can set any value you want for the limit. However, performance might be reduced if the limit is too high.

Note: Changes to this setting are global, and they impact all IXIA CCMS Web users.

To set the load limit for View Topic Content mode:

  1. In the Oxygen configuration, find the options.xml file in the options directory.
    C:\ixiasoft\ccms\oxygenworkspace\options
    Note: The exact file path depends on your installation path.
  2. Edit options.xml.
  3. To set the limit, change the <Integer> parameter in the <entry> with the name topic.content.refs.limit.
    For example, you set the limit at 150 topics.
    <entry>
    <String>topic.content.refs.limit</String>
    <Integer>150</Integer>
    </entry>

    If the map contains 151 topics, it automatically switches to the View Topic Reference mode.

  4. Save options.xml.