I am upgrading Sitecore 7.2 to Sitecore 7.5 . Everything went good, but when I have to convert data for analytics I see many errors passing. First I did it without WFFM parameters, which worked perfectly. Then a restored my original database and executed the same command with the WFFM parameters. Now is see hundreds of erros passing in my conversion tool:
Exception: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: Sitecore.Forms.ConversionTool
at Sitecore.Forms.ConversionTool.ConversionPipeline.<Process>b__2(VisitsRow v)
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at Sitecore.Forms.ConversionTool.ConversionPipeline.Process(VisitExtensionArgs args)
at ...
Anyone who has an idea what is causing this error?