How to download and install the TranTOOLs’ Database Manager: CTSQL
A DEMO version of the CTSQL engine is available and allows 100 registers per table. It includes the following programs:
- Mwlisten.exe (it allows to assign a user and password to the service via command line).
- Program ttinstalluser.exe, situated in directory bin (it allows to create a user, password, and security directions required to execute the ctsql service.
Installation procedure:
- De-compress the file server.ctsql.zip in the root directory C.
- Execute the program c:\Multiway\bin\ttinstalluser.exe to create a user and assign priviligies.
- Execute c:\Multiway\mwlisten.exe to create service, “start” user and start.
In one word:
ttinstalluser.exe <hostname> -user <user's
name> -password <user's password> -directive SeTcbPrivilege SeBatchLogonRight
SeServiceLogonRight
mwlisten.exe -install <service name>
mwlisten.exe -service <service name> -user <user's domain and account> -passwd <user's
password>
mwlisten.exe -start <service name> <[manual]|[automatic]>
For example:
c:\Multiway\bin\ttinstalluser.exe localhost -user ctsql -password passwd -directive
SeTcbPrivilege SeBatchLogonRight SeServiceLogonRight
c:\Multiway\mwlisten.exe -install ctsql
c:\Multiway\mwlisten.exe -service ctsql -user .\ctsql -passwd passwd
c:\Multiway\mwlisten.exe -start ctsql automatic