Deploy Mendix App on Window Server - unknown user MxAdmin
0
Hello Community, I'm deploying a Mendix 9.22.0 app on Windows Server 2022 using Microsoft SQL Server 2022.Even with a clean, empty database the app does not create the MxAdmin user. Instead, I get this warning in the logs :While starting the app - MxAdmin user with username 'MxAdmin' does not exist! While logging in the app in web browser: Login FAILED: unknown user 'MxAdmin'. How can I solve this problem? Thank you in advance. BR Reinhold
asked
Reinhold Wallasch
1 answers
0
Create (if not already there) an after startup microflow. In that flow check if a MxAdmin accounts exists and if not create such an account. Then after the startup do not forget to change the predefined password in the create action to a new one.