Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
General checklist
- Check if frontend / backend versions are similar
- Check if the database is up to date (check changelog for database version)
- Check if the SCOA database is up to date (if using multiple SQL instances, for instance for the budget module and municipality database all the SQL instances should be up to date)
- Check whether both MPBM and Sage SCOA versions are set
- Check if sufficient disk space is available, to store records in a database, space on a drive is required. Do note that if the disk is running short on space, the application's performance will be impacted.
Checklist connection strings / databases not showing
- Check ApiServer table in BudgetModule database if API server is set up correctly, it is advised to use an IP address instead of localhost so it is reachable from other machines as well.
- Check de ServerInfo table whether the databases have been entered correctly (check for spaces behind the name as well)
- Check the API server setup in the frontend config file. This is located in '{frontendFolder}\app\core\config' (most of the times this is 'C:\inetpub\wwwroot\MPBMApp\app\core\config', note that also here it is advised to use an IP address instead of localhost.