The problem is how I can add the new networked client license.
SQL Anywhere already has own license for Workgroup Edition by dblic.exe command.
(C:\SA16\Bin64>dblic.exe -k XXXXX-XXXXX-XXXXX-XXXXX-XXXXX dbsrv16.lic)
If I apply the new networked client license key like below, does it just add 1 user license? (5 users -> 6 users license)
(C:\SA16\Bin64>dblic.exe -k ZZZZZ-ZZZZZ-ZZZZZ-ZZZZZ-ZZZZZ dbsrv16.lic)
I worry about that the new license replaces existing license.(5 users -> 1 user)