D365 CE – Error to run a post success task
Hi everyone.
The scenario I am trying to run is one process triggered by a real-time D365 CE data source and integration to Business Central. The second process will be triggered and will have a D365 CE Bulk as a source and Business Central as a target.
If a run the second process manually, the integration happens. When the first process triggers it, I find the message below on ‘System Events’.
message
date
event Type
FS_TO_BC_WORKORDERPRODUCT_CALLBACK: Connection could not be validated.An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.
Apr 17, 2020 2:35 PM
Information
[DestinationBase – OnRunErrored] FS_TO_BC_WORKORDERPRODUCT_CALLBACK: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.
Apr 17, 2020 2:35 PM
Error
[DestinationBase – OnRunErrored] D365_TO_BC_WORKORDER_POSTED: Task RUN_POST_WORKORDER_PRODUCT failed. Map run will end reporting failure.
Apr 17, 2020 2:35 PM
Error
Does anybody have an idea? Or how I can get a more detailed log?
Thank you,
Gabriel.
The scenario I am trying to run is one process triggered by a real-time D365 CE data source and integration to Business Central. The second process will be triggered and will have a D365 CE Bulk as a source and Business Central as a target.
If a run the second process manually, the integration happens. When the first process triggers it, I find the message below on ‘System Events’.
message
date
event Type
FS_TO_BC_WORKORDERPRODUCT_CALLBACK: Connection could not be validated.An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.
Apr 17, 2020 2:35 PM
Information
[DestinationBase – OnRunErrored] FS_TO_BC_WORKORDERPRODUCT_CALLBACK: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.
Apr 17, 2020 2:35 PM
Error
[DestinationBase – OnRunErrored] D365_TO_BC_WORKORDER_POSTED: Task RUN_POST_WORKORDER_PRODUCT failed. Map run will end reporting failure.
Apr 17, 2020 2:35 PM
Error
Does anybody have an idea? Or how I can get a more detailed log?
Thank you,
Gabriel.
Answers
Gabriel,
This error means that SmartConnect cannot open a connection to the CRM entity you need, because there is already a map accessing it. The best workaround is to create a new connection to CRM. Go to SmartConnect > Maintenance > CRM Connector > Manage Instances. Then use the Connector on the write-back map so the real-time map and the child map will not ‘trip’ on each other.
We are working on reworking the CRM connector to resolve this and some other bottlenecks, and a release will be available later in the year.
This error means that SmartConnect cannot open a connection to the CRM entity you need, because there is already a map accessing it. The best workaround is to create a new connection to CRM. Go to SmartConnect > Maintenance > CRM Connector > Manage Instances. Then use the Connector on the write-back map so the real-time map and the child map will not ‘trip’ on each other.
We are working on reworking the CRM connector to resolve this and some other bottlenecks, and a release will be available later in the year.