I am trying to create a new organization, but, I am getting error SQL server messages when we start adding workflows that indicate that there are columns missing from some of the tables – such as IsDefaultCountryCodeCheckEnabled of the UserSettingsBase table. (actually these erros are also on system jobs that were created when the organizations were created).
This is what I have done: On a new windows 2008 server, I installed CRM 2011 and applied roll ups 6, 8 and 11. Our database server (SQL 2008R2) had several organizations on it – some of which may have had roll up 12 applied to them. I renamed MSCRM_CONFIG before I installed CRM on the CRM server so that a new MSCRM_CONFIG database would be created. I then imported the existing organizations. The ones with all the appropriate table columns are working ok. The ones that did not have them are sort of working – most operations can be done, but, workflows are generating errors.
Is there a database rollup that I missed or is there a security issue that is keeping the database from properly being updated? Which rollup contains these new fields? I am limited to rollup 11 as some of our other organizations will break, if we go to rollup 12 or later.
Thanks