KingdomFirst / Excavator

We have now released Bulldozer on GitHub. Bulldozer is the super-powerful big brother to Excavator. Because Bulldozer is now published on GitHub we will no longer be supporting Excavator. Thank you for all the support here!
https://github.com/KingdomFirst/Bulldozer
19 stars 20 forks source link

Import error - invalid object name dbo.DefinedValue #195

Closed knolly42 closed 6 years ago

knolly42 commented 6 years ago

Hi any idea why I'm getting an import error on 7.3: 07/06/2018 00:24:19,Transform Data,"System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.DefinedValue'.

I unblocked each file, then chose CSV as the import, localhost/Rock as the db.

Connection to file and db are fine.

hope you can help

thanks

dcs619 commented 6 years ago

If your connection string is correct, then you must've defined a custom schema for the Rock database or you don't have a DefinedValue table. Excavator uses the RockContext data layer and Rock-provided entity services; the codebase never references dbo.DefinedValue.