Hi.
I have an Options file (.opt) to reserve 1 Advanced License for a particular user of ArcMap. The Options file works well if the user logs into the GIS Server if his username is in lower case. However if he uses upper case to log in, it does not reserve him a license.
GROUP usergroup jack9
RESERVE 1 ARC/INFO GROUP usergroup
I would like to add a line GROUPCASEINSENSITIVE ON, to make sure it is not case sensitive, see below, is this the correct location for the line of code, as I am unfamiliar with the language ?
GROUPCASEINSENSITIVE ON
GROUP usergroup jack9
RESERVE 1 ARC/INFO GROUP usergroup
GROUPCASEINSENSITIVE ON
GROUP usergroup jack9
RESERVE 1 ARC/INFO GROUP usergroup
Looks fine. Restart your License Manager, and check again.
Thanks for confirmation.