Hi all,
I created Planned orders through the add-on functionality by importing Excel file. (I mean "bulk import".)
However, when importing more than 500 records, the error below was occurred.
"Error message: "there is not enough memory to complete this operation"."
Does anyone have any solutions?
* Error detail is below. (Sorry, there are some Japanese...)
「System.Reflection.TargetInvocationException: throw exception
---> System.ComponentModel.Win32Exception: there is not enough memory to complete this operation
Place: System.Diagnostics.Eventing.EventProvider..ctor(Guid providerGuid)
Place: Microsoft.Dynamics.Tracing.Microsoft_DynamicsAX_Tracing..ctor()
Place:
Microsoft.Dynamics.AX.Planning.JobScheduling.JobSchedulingEngineInteropFactory.S
etupLogger(ConfigurationService configuration)
Place:
Microsoft.Dynamics.AX.Planning.JobScheduling.JobSchedulingEngineInteropFactory.E
nsureLoggerSink()
--- 内部例外スタック トレースの終わり ---
Place: System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
Place: System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
Place: System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Place: Microsoft.Dynamics.AX.ManagedInterop.ClrBridgeImpl.InvokeClrStaticMethod
(ClrBridgeImpl* , Char* pszClassName, Char* pszMethodName, Char* assemblyName,
Int32 argsLength, ObjectWrapper** arguments, Boolean* argsAreByRef, Boolean*
isException)」