Texis License question

Post Reply
rluan
Posts: 29
Joined: Mon Jul 23, 2001 1:22 pm

Texis License question

Post by rluan »

I ran the 'texis -license' command and found the result is a little confusing. Can you explain a little more about 'Current hits a day'? Also I notice the Database is pointing to 'Database: /usr/local/morph3/texis/testdb', which, however, is not the database we need to track. How can this change to a different DB? Thanks.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

Texis License question

Post by Kai »

"Current hits a day" is the number of hits you've received in the last day, since the time given (not midnight). This value is reset once a day.

The Database listed is under the "Defaults" section, so it is the default database for Vortex if you do not specify one in your script. You can override it in a particular script with <DB> in Vortex or -d for tsql. To change the default for all scripts, edit /usr/local/morph3/texis.cnf and edit the [Texis] section like this:

[Texis]
Default Database=/my/default/database
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Texis License question

Post by mark »

There's not much need to change the default though. Texis keeps track of all databases, not just the default.
Post Reply