Hi All,
I have P-job failing on my development box and i can see below error logged in Upload sessions screen. Look at the red colored mark text, I am not sure which space it is considering here. I am creating sales order from CPOS and expecting to get into headquarter using this P job. but it is failing here.
Can someone please throw some light on what could be the root cause here?
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Dynamics.Retail.CommerceDataExchange.ProcessReadRequestHeaderException: Error occurred during processing read request header. ---> Microsoft.Dynamics.Retail.CommerceDataExchange.ProcessReadRequestException: Error when writing CSV file for target table NoSaleFiscalDocumentTransaction_BR. ---> System.IO.IOException: There is not enough space on the disk. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding) at Microsoft.Dynamics.Retail.CommerceDataExchange.CsvDataWriter..ctor(String path) at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlReadRequestRunner.WriteDataToFile(SqlConnection connection) at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlReadRequestRunner.Run(SqlConnection connection) --- End of inner exception stack trace --- at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlReadRequestRunner.Run(SqlConnection connection) at Microsoft.Dynamics.Retail.CommerceDataExchange.CDXUploadSubJobContext.ProcessReadRequest() at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlSourceRequestHandler.ProcessReadRequests(SqlConnection connection) at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlSourceRequestHandler.ProcessReadRequestHeader(ReadRequestHeader readRequestHeader) --- End of inner exception stack trace --- at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlSourceRequestHandler.ProcessReadRequestHeader(ReadRequestHeader readRequestHeader) at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlSourceRequestHandler.PackRequestResultsToFile(String fileName) at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlSourceRequestHandler.ProcessSourceRequest(SessionManager sessionManager) at Microsoft.Dynamics.Retail.CommerceDataExchange.SqlSourceRequestHandler.GeneratePackageFromSourceDatabase(SqlSourceRequestContext sourceRequestContext) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) at Dynamics.AX.Application.ReflectionHelper.`tryInvokeStaticMethodFromAssembly(Assembly _assemblyInstance, String _typeName, String _methodName, Object[] _params, Boolean @_params_IsDefaultSet) in xppSource://Source/Retail\AxClass_ReflectionHelper.xpp:line 63 at Dynamics.AX.Application.ReflectionHelper.tryInvokeStaticMethodFromAssembly(Assembly _assemblyInstance, String _typeName, String _methodName, Object[] _params, Boolean @_params_IsDefaultSet) at Dynamics.AX.Application.ReflectionHelper.tryInvokeStaticMethodFromAssembly(Assembly _assemblyInstance, String _typeName, String _methodName, Object[] _params) at Dynamics.AX.Application.RetailCDXJobUploadSourceContext.`generatePackageFromSourceDatabase(Object _sourceRequestContextObject) in xppSource://Source/Foundation\AxClass_RetailCDXJobUploadSourceContext.xpp:line 160 at Dynamics.AX.Application.RetailCDXJobUploadSourceContext.generatePackageFromSourceDatabase(Object _sourceRequestContextObject) at Dynamics.AX.Application.RetailCDXJobUploadSourceContext.`execute() in xppSource://Source/Foundation\AxClass_RetailCDXJobUploadSourceContext.xpp:line 99