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

Version 1 Next »


General checklist

  1. Check if frontend / backend versions are similar
  2. Check if the database is up to date (check changelog for database version)
  3. Check if the SCOA database is up to date (if using multiple SQL instances, for instance for the budget module and municipality database all of them should be up to date)
  4. Check whether both MPBM and Sage SCOA versions are set

Checklist connection strings / databases not showing

  1. 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.
  2. Check de ServerInfo table whether the databases have been entered correctly (check for spaces behind the name as well)
  3. 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.
  • No labels