Login¶
Users need to login to the MIKE Workbench in order to work with the Workbench functionality and data. The login form appears when the MIKE Workbench opens.
Note
Note: If this is your first time using the MIKE Workbench and you have not set up any users, you can log in as the default administrative user. The default username is admin and the password is dssadmin. Remember to change password of the admin user.
Login parameters consist of the following:
- Connection - which is an alias for various database parameters.
To define connections, click the Setup... button (see Manage server connections). - Username and password.
- The name of the workspace within the server connection.
Select Always use the same username and password to have the username and password field pre-filled when starting the Workbench up. This is convenient if you always use the same username and password.
Select Always login with the above settings to perform an automatic login with the entered parameters. This is convenient if you always log in to the same workspace with the same username and password.
Configurations made, are saved into user.config files in the DHI user folder C:\Users\<username>\AppData\Local\DHI\
.
Manage server connections¶
Click the Setup... button on the Login form to open the Connection Manager.
The Connection Manager displays the existing connections and has the following possibilities.
- The Add... button for adding a new connection.
- The Edit... button for editing the selected connection.
- The Delete button for deleting the selected connection.
Add or edit a server connection¶
Click the Add... or Edit... button on the Connection Manager to open the connection Setup menu.
The following parameters must be specified:
- Connection Properties
- The type of database.
- The name of the server.
- The port used for communication between the server and the Workbench. The default is 5432 for PostgreSQL.
- The name of the database.
- A server connection name. This name is used in Connection combo-box on the Login form. If the Database Type is SQLite, Server and| Port are automatically filled and cannot be changed. Additionally, the database field can be filled by browsing for the database file.
- Custom Database User
There is an option for setting up custom PostgreSQL database users for accessing the MIKE OPERATIONS database.- Database User specifies the custom PostgreSQL database user to use for connecting to the database.
- Password is the password of the custom PostgreSQL database user.
The custom database user has to be a member of one of the following database roles.
- Admin
- Workspace_lead
- Workspace_member
- Workspace_reviewer
Refer to the System Manager documentation for a description about user roles and access.