## JavaScript Embedded Resource Bundles #set ($submitbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "licenseerror.submitactivation.text")) #set ($submitbutton_hint = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "licenseerror.submitactivation.hint")) #set ($cancelbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "licenseerror.cancelactivation.text")) #set ($cancelbutton_hint = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "licenseerror.cancelactivation.hint")) ## HTML Embedded Resource Bundles #set ($systemerrors_title = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.systemerrors.title")) #set ($activation_title = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.activation.title")) #set ($modulenotfound_title = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.modulenotfound.title")) #set ($invalidid_title = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.invalidid.title")) #set ($activation_title = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.activation.title")) #set ($licensemsg = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.msg")) #set ($licensemsg2 = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.msg2")) #set ($licensemsg3 = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.msg3")) #set ($acknowledgemsg = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "licenseerror.acknowledge.msg")) $systemerrors_title #parse("common_js.vm") #parse("systemmanager_js.vm")
#if ($activation || $modulenotfound || $invalid)

#if ($activation) $activation_title #elseif($modulenotfound) $modulenotfound_title #else $invalidid_title #end
$licensemsg2

$licensemsg3

Activation Form
$acknowledgemsg
* Company Name:
* Contact Name:
  Department:
  Phone Number:
* Email Address:
* Required
#elseif ($licenserequest)

Request Production License
$licensemsg
Activation Form
Customer ID:
#elseif($expired)

Expired License
If you are seeing this page, your license has expired.

This means that one of the following things is probably true:

  • You have been using a trial license and the thirty-day trial period has ended
  • You have previously purchased an annual license that needs to be renewed
Click here to order or renew your license.
#elseif($usersexceeded)

User Limit Reached
If you are seeing this page, you are not licensed for the number and types of users that have been created for this installation.

Click here to login as administrator so you can review the current number and types of different users you are authorized for and make changes in order to attain compliance.

Click here to upgrade your license to allow for more users.

#elseif($projectsexceeded)

Project Limit Reached
If you are seeing this page, you are not licensed for the number of projects that have been created for this installation.

Click here to login as administrator so you can review the number of projects that you are currently licensed for and delete projects in order to attain compliance.

#end