RE: Class extensions in D365
HI Shahrukh ,
Have you ever faced below error or system exception while running export Recurring data job from Ax . We are having this outbound integration and when 3rd party application is trying to download zip file from blob provider , they are getting 500 internal system error and even as part of manage messages , I am able to see only Processed message status but not downloaded.
I checked back in event viewer and got below exception details .
EventData>
<Data Name="ComponentName">ActivityRuntime</Data>
<Data Name="exceptionMessage">System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at Microsoft.Dynamics.Platform.Integration.Connectors.Runtime.IntegrationActivityRuntimeCodeMarker.WriteUnhandledException(Exception exception, String message, Object[] args) at Dynamics.AX.Application.DMFIntegrationBridge.`Export(IntegrationBridgeContract bridgeContract) in xppSource://Source/ApplicationFoundation\AxClass_DMFIntegrationBridge.xpp:line 96 at Dynamics.AX.Application.DMFIntegrationBridge.DMFIntegrationBridgeCoCHelper.`Export(DMFIntegrationBridge instance, IntegrationBridgeContract arg0) at Dynamics.AX.Application.DMFIntegrationBridge.Export(IntegrationBridgeContract bridgeContract) at Microsoft.Dynamics.Platform.Integration.Connectors.Runtime.IntegrationActivityRuntime.<Export>d__23.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Dynamics.Platform.Integration.Connectors.Runtime.IntegrationActivityRuntime.<ExecuteIntegrationAsync>d__21.MoveNext()</Data>
<Data Name="infoMessage">Unhandled exception processing 'Id = 5637146826, Name = Test Outbound, Direction = Outbound, Data project = Test outbound'.</Data>
</EventData>
Somewhere DMFIntegrationBridge class failing during export operation. Please suggest .