I'm not sure where to post this, but I'm having a problem with the Dynamics Connector (across two entirely separate projects). It's been configured to synchronize between NAV and CRM 2011. The logs are constantly filled with these errors:
[Account to NAV Customer Card] has encountered an error. Processing will be aborted. The communication object, System.ServiceModel.Channels.HttpChannelFactory+HttpRequestChannel, cannot be used for communication because it has been Aborted.
[Account to NAV Customer Card] has encountered an error. Processing will be aborted. The HTTP request to 'http://sql:5555/<organizationname>/XRMServices/2011/Organization.svc' was aborted. This may be due to the local channel being closed while the request was still in progress. If this behavior is not desired, then update your code so that it does not close the channel while request operations are still in progress.
It doesn't actually seem like these are actually a problem, but I'd still like to get rid of them. There doesn't seem to be a lot of information available on this error, and what little I found seems to suggest it's a problem in the actual code. Anyone have an idea on how to solve this?