Workspace Configuration (Client Sources)
Manage database connection configurations that define which workspaces are available to you in MPP-m Studio. Each client source points to an isolated workspace backed by a dedicated database.
Purpose
Client sources act as a registry of available workspaces. Each client source stores the connection information required to access a database and enables you to work across multiple projects or environments independently—supporting experimentation, separation of concerns, and collaboration across datasets.
What is a client source?
A client source is a stored database connection configuration that makes a workspace available for selection in planning modules such as MPP-Activities.
Key concepts
-
Client sourceA stored database connection definition (type, host, port, credentials).
-
WorkspaceThe database behind a client source, containing projects, orders, and solutions.
-
own_clientYour personal, permanent client source. This entry is always available and cannot be removed.
Typical actions
-
Add new sourceRegister a new database connection to make an additional workspace available.
-
Test connectionVerify that the connection parameters are valid and reachable.
-
Edit sourceUpdate connection details such as host, port, or credentials.
-
Delete sourceRemove a client source from your workspace list. This removes only the configuration—not the database itself.
How client sources are used
Client sources are selected inside planning modules. When opening a module such as MPP-Activities, you choose an available client source to work with, then select or create a project within that workspace.
Good practices
- Use descriptive names for client sources (team/project/environment).
- Test connections before using them in planning modules.
- Separate experimental and production data using different client sources.
Important notes
Deleting a client source removes your access to that workspace but does not delete any data in the database. The own_client source is permanent and cannot be removed.
Conceptual workflow
You first register or connect to a client source, then choose it inside a planning module. All created projects, orders, and solutions are stored in the selected workspace database.