Specifying User-Supplied Web Register Keys

FlexNet Operations 2017

When loading Web register keys from a user-supplied file, you must provide the key values in an XML file. Enter Web register keys into a text file with the following format and save it on the machine on which you are running a browser.

<?xml version="1.0" encoding="UTF-8"?>
   <webregkeys>
      <webregkey>web_reg_1</webregkey>
      <webregkey>web_reg_2</webregkey>
      <webregkey>web_reg_3</webregkey>
      ...
   </webregkeys>

Use the controls on the Load Web Register Keys page to specify this file. (See Loading Web Register Keys .)

Web register keys can also be imported using the Entitlement Order Web service. See the createWebRegKey operation in the FlexNet Operations Web Services Guide for instructions.

See Also