Hi Mark,
I am also facing same issue, data packets are in started status and not getting applied. When I manually changed status to "Uploaded" and then trying to run P job, I am getting below error. Can you please let me know how did you solved this.
Error occurred in this data upload worker. Last error message: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Dynamics.Retail.StoreConnect.Request.SCRequestPackingException: Cannot unpack data file: RetailTransactionSalesTransT_83b4afbc-766c-4956-855c-bba6b6e7794f.xml ---> Microsoft.Dynamics.Retail.StoreConnect.Request.SCRequestPackingException: Cannot unpack data file: RetailTransactionSalesTransT_83b4afbc-766c-4956-855c-bba6b6e7794f.xml; file is corrupted
at Microsoft.Dynamics.Retail.StoreConnect.Request.SCTargetRequestHeaderPacking.Unpack(Stream stream, String workingDirectoryPath, Byte[]& requestHeaderBytes, String& requestHeaderTypeFullName)
--- End of inner exception stack trace ---
at Microsoft.Dynamics.Retail.StoreConnect.Request.SCTargetRequestHeaderPacking.Unpack(Stream stream, String workingDirectoryPath, Byte[]& requestHeaderBytes, String& requestHeaderTypeFullName)
at Microsoft.Dynamics.Retail.SynchLibrary.Metadata.UploadSession.UnpackDataFile(String dataFilePath, String workingDirectoryPath)
--- 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 Microsoft.Dynamics.AX.ManagedInterop.ClrBridgeImpl.InvokeClrStaticMethod(ClrBridgeImpl* , Char* pszClassName, Char* pszMethodName, Char* assemblyName, Int32 argsLength, ObjectWrapper** arguments, Boolean* argsAreByRef, Boolean* isException)