Skip to end of metadata
Go to start of metadata

DMS

  • If DMS is set up and gives a response 200, but no file is uploaded this can be caused by a lack of permissions on the Content folder within the DMS app.

Install on new server

  • BudgetModule database has to be created manually. The tables in this database will be added via a script on navigating to localhost/mpbmapp or localhost/mpbmapi
  • The installer sometimes doesn't create the web.config file in the Api folder. This can be resolved by manually copying over the Api folders. Do note that in IIS the MPBMApi needs to be converted to application manually
  • MPBM version 2.2.x.x needs .Net Framework version 4.6.1. When a machine runs an older version of the .Net Framework, the MPBMApi will not work. .Net Framework needs to be upgraded to 4.6.1 first to run the MPBM

Cannot read nodeGuid of undefined / generated accounts not appearing in account creation screen

Solution -> bForceValue should be 1 on the first 6 segments in _etblGLSegmentSetup table.


Error on Evoflow/Status

A member with the name '' already exists on 6[System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean] Use the JsonPropertyAttribute to specify another name.

Solution → use not confused version of EvoFlow

Error parsing settings

Regional settings might have comma as separator


Target principal name is incorrect

Add  TrustServerCertificate=true to web.config connection strings and ServerInfo connection strings.



CORS errors or Web aplication firewall has blocked request

Go to Internet options → bypass proxy for local addresses


Budget linked to SDBIP Goals 

SDBIP has sdbip goals outside of PeriodFrom / PeriodTo range with budgets.


Config could not be loaded

This is a problem with the frontend config file. One possible problem might be that the json is incorrect (can be found at 'C:\inetpub\wwwroot\MPBMApp\app\core\config'). Other reason might be that there is no MIME type for json in IIS, when this is the case a 404 request will be the result. This MIME type can be added in the IIS manager under MIME types. This can also be the case for font files like woff2.




  • No labels