Profiler Object:Licensing: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
{{CustomTOC}} | {{CustomTOC}} | ||
The | The License Key is a software key that unlocks the full functionality of the component. Without the License Key, Profiler Object will only function in demo mode. | ||
You set the | You set the License Key using an environment variable called MD_LICENSE. If you want to try out Profiler Object, see the section below about [[#Demo Mode|Demo Mode]]. | ||
Alternatively, you can set the | Alternatively, you can set the License Key with a call to the SetLicenseString function. Using an environment variable makes it much easier to update the License Key without having to edit and re-compile the application. | ||
==Demo Mode== | ==Demo Mode== | ||
Profiler Object API has a Demo mode (no | Profiler Object API has a Demo mode (no License Key is necessary) that will allow you to: | ||
*Process up to 50k records per run. | *Process up to 50k records per run. | ||
Line 27: | Line 27: | ||
#Click New. | #Click New. | ||
#Enter “MD_LICENSE” in the Variable Name box. | #Enter “MD_LICENSE” in the Variable Name box. | ||
#Enter the | #Enter the License Key in the Variable Value box, and then click OK. | ||
Please remember that these settings take effect only upon start of the program. It may be necessary to quit and restart the application to incorporate the changes. | Please remember that these settings take effect only upon start of the program. It may be necessary to quit and restart the application to incorporate the changes. | ||
Line 33: | Line 33: | ||
==Linux/Solaris/HP-UX/AIX== | ==Linux/Solaris/HP-UX/AIX== | ||
Unix-based OS users can simply set the | Unix-based OS users can simply set the License Key via the following (use the actual License Key, instead): | ||
<pre> | <pre> |
Latest revision as of 21:16, 19 December 2016
Profiler Object Navigation |
---|
Introduction |
System Requirements |
Licensing |
Order of Operations |
Using Append Mode |
Using Report Mode |
The License Key is a software key that unlocks the full functionality of the component. Without the License Key, Profiler Object will only function in demo mode.
You set the License Key using an environment variable called MD_LICENSE. If you want to try out Profiler Object, see the section below about Demo Mode.
Alternatively, you can set the License Key with a call to the SetLicenseString function. Using an environment variable makes it much easier to update the License Key without having to edit and re-compile the application.
Demo Mode
Profiler Object API has a Demo mode (no License Key is necessary) that will allow you to:
- Process up to 50k records per run.
- Result codes are all suppressed.
- The AppendMode is forced to be Overwrite only.
Windows
Windows users can set environment variables by doing the following:
- Select Start > Settings, and then click Control Panel.
- Double-click System, and then click the Advanced tab.
- Click Environment Variables and then select either System Variables or Variables for the user X.
- Click New.
- Enter “MD_LICENSE” in the Variable Name box.
- Enter the License Key in the Variable Value box, and then click OK.
Please remember that these settings take effect only upon start of the program. It may be necessary to quit and restart the application to incorporate the changes.
Linux/Solaris/HP-UX/AIX
Unix-based OS users can simply set the License Key via the following (use the actual License Key, instead):
export MD_LICENSE=A1B2C3D4E5
If this setting is placed in the .profile, remember to restart the shell. The MD_LICENSE variable is shared across the entire Melissa Data product line of programming tools.