...
In my following description is the name of your backup original database "Testconfig".
Conditions
- you must have the possibility and can to edit your SQL server with included and databases with Microsoft Management Studio
- the database was converted already to an SQL database (if the source data was from MDB, but runs minimum with version 4.5.x.)
- you have attached the your original database (via mdf file) or restored (via bak file) on your current running SQL server and you can start it with custodiagnostic
Solution
- connect your currently faulty database with the SQL Management Studio please
- go to the Tables via Object Explorer Details and delete all dbo.Cfg - tables, so the damaged configuration settings will be deleted now. All the other parts of this database will keep the values and settings.
- start your currently version (4.6.x). Now the system will create the new empty dbo.Cfg - tables
...
- please start the CSC of version 4.6.x, this database where you would like import the configuartion from the backup database and go to the point "Database" \"Import Database"
- go to right side in the CSC to "Add data source" and click the button "Add SQL-Server"
- please fill out all fields to connect the instance where your backup database (Testconfig) runs and check the connection. After a successful connection go further continue at "OK"
- now you get the next constellation:
...