Discussions

Ask a Question
Back to All

MJ Install - has anyone seen this error

I am trying to get a clean instance of MJ installed, with one table in my database. It looks like all the __mj objects have been created in sql server. Running mj install, I have the GeneratedEntities folder created with src files but then get the following error message:

Generating Actions Code...
Integrity check results:
Integrity check FAILED: entityFieldsSequenceCheck - Entity AI Models has a mismatch between the metadata sequence and the physical column order in the base view [__mj].[vwAIModels] for position 13. Expected AIModelType but found SpeedRank
Entity Company Integration Runs has duplicate Entity Field sequences:
ConfigData (12)
RunByUser (12)

I can see that the [__mj].[vwAIModels] view has SpeedRank in column 13, AIModelType is in column17.

Has anyone run into this error and are there any ideas how to resolve it? I could change the vwAIModels schema but I don't know what other issues that may create.