Users¶
A username is needed to login to MIKE OPERATIONS.
The “admin” user is available by Default.
This user has administrator rights in MIKE OPERATIONS. Administrators can create users and workspaces as well as assign users to a workspace.
New users can be created in the System Explorer using the context menu of the Users node.
Parameter | Description |
---|---|
Username | The name of the user, specified when logging in to MIKE OPERATIONS. |
Full Name | The full name of the user. |
Administrator | A value indicating whether the user is administrators. Administrators can create users create other users, create namespaces and associate users to workspaces. |
Trusted Account | A trusted Windows account that has trust relation with the log on user. |
User Type | The user type: |
Optional e-mail of the user. | |
Password | The password for the user when using Native authentication. The password should contain at least 8 characters. It is recommended to use a strong password. A strong password: |
My Profile¶
The user can update user information when selecting “My Profile”.
Workspaces¶
MIKE OPERATIONS are using workspaces to hold data. In a PostgreSQL database a workspace is equal to a schema.
Every workspace (schema) in the MIKE OPERATIONS contains the same database definitions (tables, columns, functions etc.). This means that workspaces can be used for keeping data separated based on user defined locations, model types, area etc.
By default, the workspace “workspace1” is created. If no other workspace is added, “workspace1” will be contain all data of MIKE OPERATIONS.
The workspace1 schema in the PostgreSQL PgAdmin
The workspace contains tables and functions used by MIKE OPERATIONS.
Create a workspace¶
Administrators can create new workspaces from the context menu of the “Workspaces” node. In the System Explorer.
Specify the workspace name
When selecting OK, the workspace will be created in both the System Explorer and in the database with a generated name.
The workspace table of the master schema will contain information about the workspace.
Associate users¶
In order to give a user access to a workspace, the user must be associated to a workspace.
Administrators can associate users, using “User associations…” on the context menu of the workspace node.
Select the user and the role of the user in the workspace.
Role | Description |
---|---|
Workspace_lead | Can add, edit and delete data: GIS manager |
Workspace_member | Can add, edit and delete data: Time Series Manager GIS manager Scenario Manager |
Workspace_reviewer | The user can view data, but not add, edit or delete data. |