Hi there,
We're customizing D365FO Retail POS in local onebox VM. The schedule jobs had worked porperly for 3 month, yesterday it failed to work. the error meaasge is as below. any ideas?
Failed on #3 try of uploading data package to blob storage, error message: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.WindowsAzure.Storage.StorageException: Unable to connect to the remote server ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:10002 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) --- End of inner exception stack trace --- at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) at Microsoft.WindowsAzure.Storage.Table.CloudTable.Exists(Boolean primaryOnly, TableRequestOptions requestOptions, OperationContext operationContext) at Microsoft.WindowsAzure.Storage.Table.CloudTable.CreateIfNotExists(TableRequestOptions requestOptions, OperationContext operationContext) at Microsoft.DynamicsOnline.Infrastructure.Components.TableAccessor.TableStorageAccessor.PerformOperation(CloudStorageAccount storageAccount, String tableName, Func`1 operation) at Microsoft.DynamicsOnline.Infrastructure.Components.TableAccessor.TableStorageAccessor.AddRecord[T](CloudStorageAccount storageAccount, String tableName, T record) at Microsoft.DynamicsOnline.Infrastructure.Components.SharedServiceUnitStorage.SharedServiceUnitStorage.UploadData(SharedServiceUnitStorageData data, String fileToBeUploaded, String blobContentType) at Dynamics.AX.Application.RetailCDXPackageStore.doWritePackage(Int64 dataGroupRecId, RetailCDXDownloadUpload direction, String srcFileFullPath, String destFileName) in xppSource://Source/Foundation\AxClass_RetailCDXPackageStore.xpp:line 182 at Dynamics.AX.Application.RetailCDXPackageStore.`writePackage(Int64 dataGroupRecId, RetailCDXDownloadUpload direction, String srcFileFullPath, String destFileName, Int32 _maxRetryCount, Boolean @_maxRetryCount_IsDefaultSet) in xppSource://Source/Foundation\AxClass_RetailCDXPackageStore.xpp:line 47 --- End of inner exception stack trace