For the MPBM app to run correctly there are three items that need to be correctly configured:
- The connection to the BudgetModule database, which is the main database of the application
- The connection(s) to the application database(s)
- The server address, which is where the application is installed (often in the format http://{server-address}/{application-name})
BudgetModule database
The connection to the BudgetModule database is specified in during the installation and is filled automatically.
This is also tested during the installation, so after running a fresh successful installation this should be correctly set.
For this refer to Installation of MPBM App.
Connection to application databases
The MPBM application can connect to multiple different application databases (evolution databases).
The connections to these databases are stored in the BudgetModule database in a table called "_as_MPBM_ServerInfo".
Server={server name};Database={database name};User Id={username, mostly sa}; Password={password}; Connection Timeout=300