Skip to main content
InSource Solutions

TN - 1132 How to split your licenses for any XML versions

Description

This article from InSource shows how to split up licenses to be able to have a single license for a single machine if the xml includes multiple feature lines.

  • Author: Chris Cleope
  • Published: 03/29/2021
  • Applies to: License Manager 2017 and above

Details

  1. Below is an example of a XML license. The highlighted parts are activation/feature to make it easier to see the relationships. Each container has an opening tag <> with a accompanying closing tag </>. Each activation is a separate "container" that has a parent child relationship with its containing element.

clipboard_e4ad0e669f84b7ba71de657cb4583e96a.png

  1. To split features out, duplicate the entire license file and using a text editor like windows notepad or notepad++, edit the <activation> </activation> in each copy of the license file.
  2. Based on the example above each <activation> </activation> was split to its own XML file. However, it could have been split with 2 activations in one file and one in another as long as the Parent Child XML structure is maintained. The <activation></activation> tag(s) need to be contained in the parent <activations> </activations> tag.   

clipboard_effbc1902b4c45426b23465ca919a6dfc.png