Hi Paul,
Are you setting your environment variables before running the tf10lic command? We use Linux with an Oracle DB and I have to explicitly set my environment variables before running the tf10lic command. Here is an example:
setenv ORACLE_SID ABC
setenv ORACLE_HOME /oracle/ABC/112
setenv LD_LIBRARY_PATH /oracle/ABC/112/lib
setenv DATABASE tf10/<password>@ABC
This way tf10lic knows to use the tf10 user with <password> to access the database (ABC) and update the table (BTXMINFO). You can set these at the command line as SIDadm and they will only be temporarily set for that session. They will reset to your defaults the next you log on.
- Mike