The License utility
110
Executable name Enter the path and file name of the network database
server executable (
dbsrv7.exe
) you are licensing. The path can be relative.
You can view the current license information for a server executable without
starting the server by entering only the executable name.
User name A user name for the license. This name appears on the
database server window on startup. If there are spaces in the name, enclose it
in double quotes.
Company name The company name for the license. This name appears
on the database server window on startup. If there are spaces in the name,
enclose it in double quotes.
The following command, executed in the same directory as the database
server executable, applies a license for 50 concurrent users, in the name of
"Sys Admin", for company "My Co", to a Windows NT network database
server. The command must be entered all on one line:
dblic -l concurrent -p WINNT -u 50 dbsrv7.exe "Sys
Admin" "My Co"
The following message appears on the screen to indicate the success of the
license:
Licensed nodes: 50
User: Sys Admin
Company: My Co
Example