When creating a new export activity, I get a stack trace without seeing the actual error message. No activity gets saved.
Steps to reproduce:
- Click Integration
- Under Activities, click the Plus icon and then click Custom Activity
- Under General, enter a name
- Under Source choose the Ecom provider
- Under Destination, click the XML provider
- Click Save and close
Actual results:
A stack trace without an error message. In the dev tools you can see that a “Object reference not set to an instance of an object.” Exception is returned.
at Dynamicweb.DataIntegration.Providers.DynamicwebProvider.DynamicwebProvider.GetOriginalSourceSchema() at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomProvider.GetSchema(Boolean getForDestination) at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomProvider.GetOriginalSourceSchema() at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomProvider.GetSchema() at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomProvider.SaveAsXml(XmlTextWriter xmlTextWriter) at Dynamicweb.DataIntegration.Integration.Job.SaveAsXml(String savePath) at Dynamicweb.Integration.UI.Api.JobHelper.SaveJob(Job job) at Dynamicweb.Integration.UI.Commands.ActivitySaveCommand.Handle()