Hello and good day :)
Dynamics CRM online, Sharepoint Online, NAV Windows Azure Server, Connector for Microsoft Dynamics 3.4.304.1
We want to customize the map "NAV Item Card to Product". Everytime we hit this mapping, the connetor crashs with:
Unhandled exception. This may indicate a problem with the application but may not be fatal. There was no endpoint listening at localhost/configuration that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Unable to connect to the remote server. No connection could be made because the target machine actively refused it 127.0.0.1:4740
The CrmReference mapping query returned no results for property: Customer ID with dynamics_integrationkey = 1023235. --- Exception Dump --- Caught Exception: [Microsoft.Dynamics.Integration.AdapterAbstractionLayer.AdapterException] The CrmReference mapping query returned no results for property: Customer ID with dynamics_integrationkey = 1023235. Stack trace: at Microsoft.Dynamics.Integration.Adapters.Crm2011.CRM2011AdapterUtilities.ValidateLookupQueryResponse(RetrieveMultipleResponse retrieveResponse, String propertyName, String dynamicsIntegrationKey) at Microsoft.Dynamics.Integration.Adapters.Crm2011.CrmObjectProvider.SetEntityReferenceValue(EntityReference reference, FieldDefinition field, String integrationKeyValue, Boolean lookupByField) at Microsoft.Dynamics.Integration.Adapters.Crm2011.CrmObjectProvider.MapEntityReference(FieldDefinition field, Dictionary`2 mappedLookupObject) at Microsoft.Dynamics.Integration.Adapters.Crm2011.CrmObjectProvider.SetProperties(Dictionary`2 dictionary, Entity entity) at Microsoft.Dynamics.Integration.Adapters.Crm2011.CrmObjectProvider.WriteCompoundEntity(Object value, String queryProperty) at Microsoft.Dynamics.Integration.Service.Tasks.RecordWork.DoRecordWork(DbMap map, Object key, OperationType operationType, DateTime startTime, String loggingSourceName) User: NAV\crm Machine: NAV
The Firewall was disabeld for testing and also netstat -a is listening on port 4740.
What could cause this?