I am upgrading my solution from Sitecore version 6.6 to Sitecore 8. Please not that my site doesn't have DMS installed.
I have SQL dbs running (the ones that come with Sitecore 8) and MongoDb installed and configuration.
I am trying to upgrade WFFM Module from 2.4 rev.141008 to version 2.5 and further on to WFFM 8.
Sitecore SDN Page has some steps listed.
The first step is WFFM conversion - I tried that but got errors. I am guessing this is due to the fact that I don't have DMS?
Error is :
Index for Visitor.ExternalName does not exist, execute script before running
: CREATE NONCLUSTERED INDEX [IDX_ExtrernalUser] ON [dbo].[Visitors] ([ExternalUser])
I also tried running the update package through UpdateInstallationWizard.aspx and that fails too:
ERROR:An exception occured when trying to execute post installation action
'[s]Sitecore.Forms.Core.Configuration.UpgradePostStep, Sitecore.Forms.Core[/s]'.<br/>
Details: [s]System.Reflection.ReflectionTypeLoadException:
Unable to load one or more of the requested types. Retrieve the LoaderExceptions
property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Sitecore.Forms.Core.Configuration.UpgradePostStep.Run(ITaskOutput output, NameValueCollection metaData)
at Sitecore.Update.Installer.Items.CustomActionInstaller.Process(IProcessingContext entry, IProcessingContext context)[/s]
INFO:Post installation step for the package
'C:\inetpub\Sitecore8\www\sitecore\admin\packages\Web Forms for Marketers 2.5 rev. 141014.update' has been executed.
I am not really sure what is happening here or what steps I need to take to fix this. Am I missing a step in between?