MDrivenServer, opening the built-in database
No edit summary
No edit summary
Line 14: Line 14:
Lockout will occure on multiple fails to login - it will persist for 10 minutes.
Lockout will occure on multiple fails to login - it will persist for 10 minutes.


Having the app registeret in portal enables portal to reset/set password and unlock by doing SendSettings and restart.
Having the app registered in portal enables portal to reset/set password and unlock by doing SendSettings and restart.

Revision as of 08:31, 18 September 2020

If you want to open the downloaded DatabaseCompact.sdf database file, we recommend using Linqpad (http://www.linqpad.net).

When opening the sdf-file, select SQL CE 4.0 driver.

If Linqpad can't find the driver, download Microsoft SQL Server Compact 4.0 database driver from Microsoft and install it, then restart Linqpad.

Please note that all database tables are prefixed with A0_ for the modelled database and Admin_ for the MDriven servers own database.

Lost password or locked out

If you have lost all passwords to the MDrivenserver - open the Admin_GlobalSettings table - set the TurnOffRegistration to false - now you can register a new accoount (then you can drop the old and recreate with a pwd you remember)

You may also set the password hash in Admin_ASP_User to /E9hXB/R+3kx+HAZuYzI0DqwrKc= that corresponds to password 123456 (if you have not changed the machine key given in the webconfig)

Lockout will occure on multiple fails to login - it will persist for 10 minutes.

Having the app registered in portal enables portal to reset/set password and unlock by doing SendSettings and restart.

This page was edited 47 days ago on 02/10/2024. What links here