2022-05-19 22:18:03.1798 : System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<>c.b__13_0(DbConnection t, DbConnectionInterceptionContext c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext) at System.Data.Entity.Core.EntityClient.EntityConnection.b__55_0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Action operation) at System.Data.Entity.Core.EntityClient.EntityConnection.Open() --- End of inner exception stack trace --- at System.Data.Entity.Core.EntityClient.EntityConnection.Open() at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__31_0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.SetFacturasDescargadas(List`1 listIds, DateTime date) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 1388 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetFacturasDescargadas(List`1 listFacturas) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11642 -------------------------------------------------------------------- 2022-05-19 22:22:17.4776 : System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<>c.b__13_0(DbConnection t, DbConnectionInterceptionContext c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext) at System.Data.Entity.Core.EntityClient.EntityConnection.b__55_0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Action operation) at System.Data.Entity.Core.EntityClient.EntityConnection.Open() --- End of inner exception stack trace --- at System.Data.Entity.Core.EntityClient.EntityConnection.Open() at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__31_0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.SetFacturasDescargadas(List`1 listIds, DateTime date) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 1388 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetFacturasDescargadas(List`1 listFacturas) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11642 -------------------------------------------------------------------- 2022-05-19 22:23:02.6005 : System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<>c.b__13_0(DbConnection t, DbConnectionInterceptionContext c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext) at System.Data.Entity.Core.EntityClient.EntityConnection.b__55_0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Action operation) at System.Data.Entity.Core.EntityClient.EntityConnection.Open() --- End of inner exception stack trace --- at System.Data.Entity.Core.EntityClient.EntityConnection.Open() at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__31_0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.SetFacturasDescargadas(List`1 listIds, DateTime date) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 1388 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetFacturasDescargadas(List`1 listFacturas) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11642 -------------------------------------------------------------------- 2022-05-20 09:07:47.1199 : Documento: FV-FVE2-65125 Transaccion: 69763146 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 09:07:47.1512 : Documento: FV-ECO-10444 Transaccion: 69763141 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 09:17:07.9579 : Documento: FV-TECN-6524 Transaccion: 69764720 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 09:17:07.9736 : Documento: FV-FE-4165 Transaccion: 69764722 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 09:38:47.9762 : Error al enviar documento a la DIAN Documento: FV-DG-5435 ERROR: System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to https://vpfe.dian.gov.co/WcfDianCustomerServices.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameBody(Int32 readBytes, Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640221632202021-12-012022-12-01DG49517000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245be6d2091875f3246add39380478601fdd1d8f5213c73f3ffc4e6a92706bee61c441f013ce72bcc10e4ccdf22d8f3375d1800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-20T14:28:43+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.110DIAN 2.1: Factura Electrónica de Venta1DG5435dfeab0838ac90ea4d4baa3bc756fe91c9879b53d23c96bdae909ef8c684ee269a04b10ffe07102ff9dc8f2718099e2c02022-05-2009:36:16-05:0001FACTURA DE VENTACOP114659SISTEMAS DE PESAJE Y CONTROL DAG S.A.S76001CaliValle del Cauca76AV 4A N 47 A N 13COColombiaSISTEMAS DE PESAJE Y CONTROL DAG S.A.S900634106R-99-PN;R-99-PN76001CaliValle del Cauca76AV 4A N 47 A N 13COColombia01IVASISTEMAS DE PESAJE Y CONTROL DAG S.A.S900634106DG4888840contabilidad@calidag.com1900874191IGCP INGENIERIA SAS17873VillamariaCaldas17CL 13B 8B 20COColombiaIGCP INGENIERIA SAS900874191R-99-PN;R-99-PN17873VillamariaCaldas17CL 13B 8B 20COColombia01IVAIGCP INGENIERIA SAS9008741913113326154gerencia@igcpingenieria.com2022-05-2009:36:16-05:0022022-06-19239191.001258901.00239191.0019.0001IVA31472.52501258901.0031472.5252.5006ReteFuente1258901.001258901.001498092.001498092.001MODULO DE PESAJE MARCA LAUMAS MODELO TLB S/N 1042111941.001258901.00239191.191258901.00239191.1919.0001IVA31472.5251258901.0031472.5252.5006ReteFuenteMODULO DE PESAJE MARCA LAUMAS MODELO TLBTLBTLB1258901.001.00 -------------------------------------------------------------------- 2022-05-20 09:40:06.0938 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: NCCL-NCC-175 CUFE: 94dbd63fae488d1da7999e1b29fbe7a885c9b52d2582261e3e048daece98e0b656184815b12a4f7cd41f700de7705bd8 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-05-20 10:15:59.2124 : Error al construir AttachedDocument Documento: 1-PNC-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245befd74d8ad04b142a547055c191020233b6e6aac496a491c4879cfa7fc0765d09f1d082763094302baecd1e55674eb9d3800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-20T15:05:37+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.120DIAN 2.1: Nota Crédito de Factura Electrónica de Venta2PNC14e19a994753cf0570bf5938b2a6420fbb00278d5114d1b55ece6b77ec09b3d7f69cd5e664d778dae324a30cef85905072022-05-2010:14:58-05:0091DEVOLUCION FACTURA No SETT 1COP1SETT12Anulacion de factura electronicaSETT10fa275b30d97b074967927ac9367732b8a563ef91db2e724e4fab29e5c16333f7ca0629af97b5520317c91d897ca67f72022-05-191AGROINVERSIONES PEREZ VARGAS SAS54001CucutaNorte de Santander54CLL 17A # 1E-12 OFICINA 201 BARRIO CAOBOSCOColombiaAGROINVERSIONES PEREZ VARGAS SAS901583678R-99-PN54001CucutaNorte de Santander54CLL 17A # 1E-12 OFICINA 201 BARRIO CAOBOSCOColombia01IVAAGROINVERSIONES PEREZ VARGAS SAS901583678PNC5970266contabilidad.grupopalmicultor@gmail.com230051189LENNY JOHANNA MIRANDO JURGENSEN54001CucutaNorte de Santander54CLL 3 8 69 CARORACOColombiaLENNY JOHANNA MIRANDO JURGENSEN30051189R-99-PN54001CucutaNorte de Santander54CLL 3 8 69 CARORACOColombiaZZNo aplicaLENNY JOHANNA MIRANDO JURGENSEN300511893104830764jomi162@gmail.comLENNY JOHANNAMIRANDO JURGENSEN2022-05-2010:14:58-05:0022022-05-1910000.000.0010000.0010000.0011.0010000.00PLATANO00100110000.001.00 xmlApplicationResponse: Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.BuildAttachedDocument(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4560 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetAttachedDocumentXML(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4502 -------------------------------------------------------------------- 2022-05-20 10:15:59.2280 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-05-20 10:18:45.9344 : Error al construir AttachedDocument Documento: 2-PNC-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b3fb068545c79252d21d56c4c74cae3670f4414610299d9c47d29f5ced026b644171cb69157dd49c0679c7553a138f156800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=b876fea7d362a026539289fc9ed267bb681b3d497a20ae67b29de8f091f277ee06a775b4ea64192c3154328fefdee8c4t//amdS65E3Es8oKaX44agKHRuFLlU+g3xuB8fRY/iw=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AQAB2022-05-20T15:08:23+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.120DIAN 2.1: Nota Crédito de Factura Electrónica de Venta2PNC2b876fea7d362a026539289fc9ed267bb681b3d497a20ae67b29de8f091f277ee06a775b4ea64192c3154328fefdee8c42022-05-2010:17:47-05:0091DEVOLUCION FACTURA No SETT 2COP1SETT22Anulacion de factura electronicaSETT28889f3ed513909daf9534a65b0b5523ac6dd09de9f08cce8f159d67d58a1da3c1657b9f5869def5403ae4429bb802b672022-05-191AGROINVERSIONES PEREZ VARGAS SAS54001CucutaNorte de Santander54CLL 17A # 1E-12 OFICINA 201 BARRIO CAOBOSCOColombiaAGROINVERSIONES PEREZ VARGAS SAS901583678R-99-PN54001CucutaNorte de Santander54CLL 17A # 1E-12 OFICINA 201 BARRIO CAOBOSCOColombia01IVAAGROINVERSIONES PEREZ VARGAS SAS901583678PNC5970266contabilidad.grupopalmicultor@gmail.com230051189LENNY JOHANNA MIRANDO JURGENSEN54001CucutaNorte de Santander54CLL 3 8 69 CARORACOColombiaLENNY JOHANNA MIRANDO JURGENSEN30051189R-99-PN54001CucutaNorte de Santander54CLL 3 8 69 CARORACOColombiaZZNo aplicaLENNY JOHANNA MIRANDO JURGENSEN300511893104830764jomi162@gmail.comLENNY JOHANNAMIRANDO JURGENSEN2022-05-2010:17:47-05:0022022-05-1910000.000.0010000.0010000.0011.0010000.00PLATANO00100110000.001.00 xmlApplicationResponse: Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.BuildAttachedDocument(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4560 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetAttachedDocumentXML(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4502 -------------------------------------------------------------------- 2022-05-20 10:18:45.9812 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-05-20 10:55:37.3955 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 10:56:20.1035 : Documento: FV-BOG-20136 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 2187 Error: System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.b__6_0(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.Mapping.Update.Internal.DynamicUpdateCommand.Execute(Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() --- End of inner exception stack trace --- at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.<>c.b__21_0(UpdateTranslator ut) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update[T](T noChangesResult, Func`2 updateFunction) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update() at System.Data.Entity.Core.Objects.ObjectContext.b__153_0() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction) at System.Data.Entity.Core.Objects.ObjectContext.<>c__DisplayClass148_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction) at System.Data.Entity.Core.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 StackTrace: at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 -------------------------------------------------------------------- 2022-05-20 10:56:20.4582 : Documento: FV-FE-4133 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 2187 Error: System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.b__6_0(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.Mapping.Update.Internal.DynamicUpdateCommand.Execute(Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() --- End of inner exception stack trace --- at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.<>c.b__21_0(UpdateTranslator ut) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update[T](T noChangesResult, Func`2 updateFunction) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update() at System.Data.Entity.Core.Objects.ObjectContext.b__153_0() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction) at System.Data.Entity.Core.Objects.ObjectContext.<>c__DisplayClass148_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction) at System.Data.Entity.Core.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 StackTrace: at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 -------------------------------------------------------------------- 2022-05-20 10:56:20.9629 : Documento: FV-MY-35905 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 2187 Error: System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.b__6_0(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.Mapping.Update.Internal.DynamicUpdateCommand.Execute(Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() --- End of inner exception stack trace --- at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.<>c.b__21_0(UpdateTranslator ut) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update[T](T noChangesResult, Func`2 updateFunction) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update() at System.Data.Entity.Core.Objects.ObjectContext.b__153_0() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction) at System.Data.Entity.Core.Objects.ObjectContext.<>c__DisplayClass148_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction) at System.Data.Entity.Core.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 StackTrace: at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 -------------------------------------------------------------------- 2022-05-20 10:56:21.0683 : Documento: FV-S-869 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 2187 Error: System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.b__6_0(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.Mapping.Update.Internal.DynamicUpdateCommand.Execute(Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() --- End of inner exception stack trace --- at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.<>c.b__21_0(UpdateTranslator ut) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update[T](T noChangesResult, Func`2 updateFunction) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update() at System.Data.Entity.Core.Objects.ObjectContext.b__153_0() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction) at System.Data.Entity.Core.Objects.ObjectContext.<>c__DisplayClass148_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction) at System.Data.Entity.Core.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 StackTrace: at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 -------------------------------------------------------------------- 2022-05-20 10:56:21.1159 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 10:56:21.1504 : Documento: FV-ELE-964 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 2187 Error: System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.b__6_0(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.Mapping.Update.Internal.DynamicUpdateCommand.Execute(Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() --- End of inner exception stack trace --- at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.<>c.b__21_0(UpdateTranslator ut) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update[T](T noChangesResult, Func`2 updateFunction) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update() at System.Data.Entity.Core.Objects.ObjectContext.b__153_0() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction) at System.Data.Entity.Core.Objects.ObjectContext.<>c__DisplayClass148_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction) at System.Data.Entity.Core.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 StackTrace: at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 -------------------------------------------------------------------- 2022-05-20 10:56:22.0068 : Documento: FV--4640 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 2187 Error: System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.b__6_0(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.Mapping.Update.Internal.DynamicUpdateCommand.Execute(Dictionary`2 identifierValues, List`1 generatedValues) at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() --- End of inner exception stack trace --- at System.Data.Entity.Core.Mapping.Update.Internal.UpdateTranslator.Update() at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.<>c.b__21_0(UpdateTranslator ut) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update[T](T noChangesResult, Func`2 updateFunction) at System.Data.Entity.Core.EntityClient.Internal.EntityAdapter.Update() at System.Data.Entity.Core.Objects.ObjectContext.b__153_0() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesToStore(SaveOptions options, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction) at System.Data.Entity.Core.Objects.ObjectContext.<>c__DisplayClass148_0.b__0() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectContext.SaveChangesInternal(SaveOptions options, Boolean executeInExistingTransaction) at System.Data.Entity.Core.Objects.ObjectContext.SaveChanges(SaveOptions options) at System.Data.Entity.Internal.InternalContext.SaveChanges() --- End of inner exception stack trace --- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 StackTrace: at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at WoLicencias.Data.Repository.FacturacionElectronica.FacturacionElectronicaRepository.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Data\DataRepository\Source\WoLicencias.Data.Repository\FacturacionElectronica\FacturacionElectronicaRepository.cs:line 561 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11194 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.AddTransaction(Transaccion transaction, LicenciaEmpresaPlan companyPlan, Boolean reintentar, Boolean reprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 11183 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2187 -------------------------------------------------------------------- 2022-05-20 10:57:02.9294 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 11:16:10.9035 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 11:23:54.4262 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 12:32:15.6936 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 12:33:29.9153 : Error al extraer el qr por transaccion Metodo: WoLicencias.Services.Logic.FacturacionElectronica.GetCufeTransaction Error: WoLicencias.Services.DataType.Transversales.WoException: Invalid Student Name: No se encontro una transaccion con la informacion recibida at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrTransaction(MultipleDocumentsRequest documents) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 14491 -------------------------------------------------------------------- 2022-05-20 12:46:40.1679 : Error al construir AttachedDocument Documento: 2-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bab7a8f0dcfa29bdde4937e3ef5bc9a0ae508f10cfcd3b398c0d0ee7b990e72ef2fffb710bac7fbf195c10ab11b6f682e800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=9cc04d0ab759d864b1d52568d7b48d73a4d953632da03adce3858c8d6f09474f50f06d1be104e98943141975c2cef827xBFQYw+hna15at5O9TQGPd5Q7J7Xbt5iU4weEt/GYic=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AQAB2022-05-20T17:36:18+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.130DIAN 2.1: Nota Débito de Factura Electrónica de Venta2PND29cc04d0ab759d864b1d52568d7b48d73a4d953632da03adce3858c8d6f09474f50f06d1be104e98943141975c2cef8272022-05-2012:45:17-05:00NOTA DEBITO FACTURA No SETT 14COP1SETT144OtrosSETT14fe35390c67f9694d771465ece34098b16c301bfb6ab2c653c0ae4fc22af2c2ee76f0bcfb1c546961bf163c472068939d2022-05-1714111CONSTRUCTORA LAGOS DE COMPOSTELA S.A.S.05001MedellinAntioquia05CL 60 N 6A-15COColombiaCONSTRUCTORA LAGOS DE COMPOSTELA S.A.S.901223288R-99-PN;R-99-PN05001MedellinAntioquia05CL 60 N 6A-15COColombia01IVACONSTRUCTORA LAGOS DE COMPOSTELA S.A.S.901223288PND5695420contador@constructorasanesteban.com.co21152442802ILIYENIFER ROSIRIS BAEZ SUPELANO05376La CejaAntioquia05CL 6D 16A 59 LA ALDEACOColombiaILIYENIFER ROSIRIS BAEZ SUPELANO1152442802R-99-PN;R-99-PN05376La CejaAntioquia05CL 6D 16A 59 LA ALDEACOColombiaZZNo aplicaILIYENIFER ROSIRIS BAEZ SUPELANO1152442802iliyeniferbaezs@hotmail.comILIYENIFER ROSIRISBAEZ SUPELANO2022-05-2012:45:17-05:0022022-05-171500.000.001500.001500.0011.001500.00VENTA DE LOTES URBANIZADOS4130054130051500.001.00 xmlApplicationResponse: Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.BuildAttachedDocument(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4560 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetAttachedDocumentXML(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4502 -------------------------------------------------------------------- 2022-05-20 12:46:40.1836 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-05-20 13:10:46.5394 : Error al enviar documento a la DIAN Documento: FV-FE-6764 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640145371922021-06-242022-12-24FE27271000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b5b3bdfa7a0add0abacd2b748d117d31930000101a461f93983568dd83988ce52bf0d9a7147cce7fe25a4cb991ec0fb07800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-20T18:00:46+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.110DIAN 2.1: Factura Electrónica de Venta1FE6764414491e85f7aac8f3ead78a3e2210939962b12a7c1e71d4eb3989358564cc35270b9399e2f46416dc55102f50fefedf12022-05-1912:49:09-05:0001FACTURA DE VENTACOP114530AUTOSHOP SAS11001Bogota D.C.Bogota D.C.11CR 27 65 90COColombiaAUTOSHOP SAS900385840R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CR 27 65 90COColombia01IVAAUTOSHOP SAS900385840FE3108001contabilidad@autoshopsas.com.co1901216598CHEVROEXPRESS SAS11001Bogota D.C.Bogota D.C.11cr 57 94a 13COColombiaCHEVROEXPRESS SAS901216598R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11cr 57 94a 13COColombia01IVACHEVROEXPRESS SAS9012165985338715chevroexpressfacturas@gmail.com2022-05-1912:49:09-05:001102850.0015000.002850.0019.0001IVA15000.0015000.0017850.0017850.0011.0015000.002850.0015000.002850.0019.0001IVAMI01 MANTENIMIENTO INYECTOR GASOLINAMI01MI0115000.001.00 -------------------------------------------------------------------- 2022-05-20 13:25:53.5944 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-AR-2197 CUFE: 33f7e83302d109b02ab3ae5d955410948cb826b3028062d1a35c730b370830afb0313469aa8a1378e5660aa73798f3b0 ERROR: System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to https://vpfe.dian.gov.co/WcfDianCustomerServices.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-05-20 13:45:19.9607 : Documento: FV-FE-16049 Transaccion: 69816977 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 14:12:26.7479 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-05-20 14:46:36.3158 : Se envia comunicacion de baja a la SUNAT: 20600754018 - RA 14463 - Fecha: 2022-05-20 13:46:34.0000 -------------------------------------------------------------------- 2022-05-20 14:56:09.0552 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\FE11558_fv00312285390002200003821.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\FE11558_fv00312285390002200003821.xml' 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) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: 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) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-05-20 15:29:37.0713 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-05-20 15:39:14.0537 : Documento: FV-EW-12221 Transaccion: 69839149 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 15:40:46.6974 : Documento: FV-FE-4836 Transaccion: 69839471 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 15:48:36.2953 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-05-20 15:49:48.4221 : Documento: FV-DVS-1219 Transaccion: 69841604 Metodo: System.Drawing.Image.FromStream Linea: 2254 Error: System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 StackTrace: at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.GetQrCodeStream(DocumentoEncabezado document, EnumPaises pais, String qrtext, Boolean senlogo) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 5054 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SavePdf(String fileName, Byte[] bytesPdf, DocumentoEncabezado document, EnumPaises pais, FEVersionDIAN versionDIAN, Nullable`1 isbatchReprocess) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 4863 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.d__115.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 2254 -------------------------------------------------------------------- 2022-05-20 15:54:18.5335 : Error al construir AttachedDocument Documento: 1-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b09ff4113cb537c49c413925be217d9d4648c8a891e087019cb3288ab6191a0675700e7cacbbcd7598d610f873a39ef6f800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-20T20:43:56+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.130DIAN 2.1: Nota Débito de Factura Electrónica de Venta2PND1217edc824ecaf9fcc48bdad0daec81891a464f274327a80978c5ab0de009bb6eb36574582c8bf038b4602e7b03f90f592022-05-2015:52:37-05:00NOTA DEBITO FACTURA No SETT 8COP1SETT81InteresesSETT81334e15e3e78d7dff42a7b6153abee62f5962e7186a1387e374fd1677dcdc42eca53b797f5a0b5d275a5920ad2b22b8c2022-05-2019499CORPORACION CONSTRUYENDO UN MUNDO DE OPORTUNIDADES05001MedellinAntioquia05CR 60 D 40 A SUR 38COColombiaCORPORACION CONSTRUYENDO UN MUNDO DE OPORTUNIDADES901297907R-99-PN05001MedellinAntioquia05CR 60 D 40 A SUR 38COColombia01IVACORPORACION CONSTRUYENDO UN MUNDO DE OPORTUNIDADES901297907PND3022856329corpmundodeoportunidades@gmail.com1901297907CORPORACION CONSTRUYENDO UN MUNDO DE OPORTUNIDADES05001MedellinAntioquia05CR 60 D 40 A SUR 38COColombiaCORPORACION CONSTRUYENDO UN MUNDO DE OPORTUNIDADES901297907R-99-PN05001MedellinAntioquia05CR 60 D 40 A SUR 38COColombia01IVACORPORACION CONSTRUYENDO UN MUNDO DE OPORTUNIDADES9012979073022856329corpmundodeoportunidades@gmail.com2022-05-2015:52:37-05:0022022-05-202955.0015555.002955.0019.0001IVA15555.0015555.0018510.0018510.0011.0015555.002955.4515555.002955.4519.0001IVAVenta de servicio de actividades de asociacion 41701041701015555.001.00 xmlApplicationResponse: Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.BuildAttachedDocument(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4560 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetAttachedDocumentXML(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4502 -------------------------------------------------------------------- 2022-05-20 15:54:18.5491 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-05-20 15:55:25.5573 : Error al construir AttachedDocument Documento: 3-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bc3e2bfb435cfd2248d7b54e8ec598a8c75cbb70634196e9c788a1df587887b785e4b72a1b613dd09261e095779fe095a800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-20T20:45:04+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.110DIAN 2.1: Factura Electrónica de Venta2SETT31e17797a148904ad59a1814c01de69c137f357b2191fd63a1391273b6aadabbbd68104ba6ecb2a9329f5190544dbee7f2022-05-2015:54:10-05:0001FACTURA DE VENTACOP114719DISTRIBUIDORA LA 76 DE SANTANDER SAS05001MedellinAntioquia05CR 76 110 A 30COColombiaDISTRIBUIDORA LA 76 DE SANTANDER SAS901589610R-99-PN05001MedellinAntioquia05CR 76 110 A 30COColombia01IVADISTRIBUIDORA LA 76 DE SANTANDER SAS901589610SETT3162376578distribuidorala76desantander@gmail.com29999999999TERCERO PRUEBA05001MedellinAntioquia05CL 10 20 30COColombiaTERCERO PRUEBA9999999999R-99-PN05001MedellinAntioquia05CL 10 20 30COColombiaZZNo aplicaTERCERO PRUEBA99999999992222222distribuidorala76desantander@gmail.comTERCERO PRUEBA2022-05-2015:54:10-05:0022022-05-20285000.001500000.00285000.0019.0001IVA1500000.001500000.001785000.001785000.00130.001500000.00285000.001500000.00285000.0019.0001IVAPRODUCTO PRUEBAPRUE001PRUE00150000.0030.00 xmlApplicationResponse: Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.BuildAttachedDocument(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4560 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetAttachedDocumentXML(DocumentoEncabezado document, DateTime fecha, String xmlDocument, String xmlApplicationResponse, Ambiente ambiente) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 4502 -------------------------------------------------------------------- 2022-05-20 15:55:25.5729 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 --------------------------------------------------------------------