|
Question QI-003:
Why does the ADINA Install License program report different system IDs when my
PC is connected or not connected to the network? (node-locked license only)
Answer:
By default, the ADINA node-locked license program checks the network card ID of the PC.
If the PC does not have a network card or if the network card is
disabled, the ADINA license program will check the disk ID.
Windows 2000 and newer operating systems contain the "Media Sensing" feature
which disables the network card when the PC is not connected to the network.
If your PC has the "Media Sensing" feature on, the ADINA Install program
will report the network card ID when your PC is connected to the network and
the disk ID when your PC is not connected to the network.
To workaround this problem, you can set the environment variable ADINALOCKID
to SECONDARY to force the ADINA license program to always use the disk ID. Then,
the ADINA license passwords based on the disk ID will work regardless of whether your PC
is connected to the network or not.
Setting Environment Variable
Windows 2000/XP:
- Right click on My Computer icon and click Properties.
- In the System Properties window, click on Advanced tab. Then,
click on Environment Variables button.
- To add a new variable, click on New... button under System Variables section.
- In the New System Variable window, enter the Variable Name (in this case ADINALOCKID)
and Variable Value (in this case SECONDARY).
- Click on OK button in both the New System Variable window and the System Properties
window.
Windows NT:
- Right click on My Computer icon and click Properties.
- In the System Properties window, click on Environment tab.
- To add a new variable, scroll down to the end on the System Variables section
and click on the last empty row.
- Enter the Variable (in this case ADINALOCKID)
and Value (in this case SECONDARY) in the corresponding text fields.
- Click on Set button and then click on OK button.
Windows 9x:
You need to edit the C:\autoexec.bat file and add in the following line. Then, reboot
your machine.
SET ADINALOCKID=SECONDARY
|