solidDB Help : Configuring and administering : Using solidDB data management tools : solidDB Remote Control (solcon) : Starting solidDB Remote Control (solcon)
  
Starting solidDB Remote Control (solcon)
To use solidDB Remote Control (solcon), you must have SYS_ADMIN_ROLE or SYS_CONSOLE_ROLE rights, or the connection is refused.
solcon connects to the first server that is specified in the Com.Connect parameter in the solid.ini file. If you specify no arguments, you are prompted for the database administrator user name and password. You can provide connection information at the command line to override the connect definition in solid.ini.
For information about the command line syntax that you use to start solcon, see solidDB Remote Control (solcon) command line syntax.
When there is an error in the command line, solcon gives you a list of the possible syntax options as a result. Check the command that you entered.
Examples:
Start solcon with the server name tcp localhost 1313, the administrator user name admin and password iohi4y by typing the following command:
solcon "tcp localhost 1313" admin iohi4y
Start solcon to back up a specific database by typing the following command:
solcon -ebackup "tcp 1313" admin iohi4y
Exiting solcon
To exit solcon, type the command exit.
Go up to
solidDB Remote Control (solcon)