2022-05-23 16:25:02.8379 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-4561 CUFE: ed53ff5d9d2ed9c44696a91d44228c526bb5243d1ba1e83511d6a92bf10cbef0f416972dd9a7644733b1bc929b79915c ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 17:25:16.4098 : Documento: FV-LAPT-4698 Transaccion: 70075512 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-23 17:31:30.0606 : Documento: FV-FAEL-11538 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-23 17:31:30.2959 : Documento: FV-LEC-11818 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-23 17:31:30.3271 : Documento: FV-AFE-8305 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-23 17:31:31.2709 : Documento: FV-B001-3148 Transaccion: 0 Metodo: System.Data.Entity.Internal.InternalContext.SaveChanges Linea: 6955 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__161.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 6955 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__161.MoveNext() in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaLogic.cs:line 6955 -------------------------------------------------------------------- 2022-05-23 17:31:31.3959 : Documento: FV-FE-707 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-23 17:31:31.4641 : Documento: FV-INT-112514 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-23 17:31:31.4641 : Documento: FV-TB-15181 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-23 17:31:31.4919 : Documento: FV-MELE-16414 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-23 17:31:31.5953 : Documento: FV-A-8567 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-23 17:31:32.4859 : Documento: FV-MF-24866 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-23 17:31:32.5328 : Documento: FV-SA-11535 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-23 17:31:32.7177 : Documento: FV-FECT-1004 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-23 17:31:32.9078 : Documento: NCCL-LDC-900 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-23 17:31:32.9071 : Documento: FV-FEO-968 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-23 17:31:33.3588 : Documento: FV-FETR-12819 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-23 17:31:33.4116 : Documento: FV-FE-9133 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-23 17:31:33.4367 : Documento: FV-TR-1743 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-23 17:31:33.8900 : Documento: FV-FE-969 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-23 17:31:34.5504 : Documento: FV-FVE-27033 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-23 17:31:35.4370 : Documento: FV-MS-2332 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-23 17:31:35.5378 : Documento: FV-FA-5246 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-23 17:31:35.9567 : Documento: FV-FE-2301 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-23 17:31:35.9860 : Documento: FV-FVE-12549 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-23 17:31:36.3942 : Documento: FV-FTSS-11158 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-23 17:31:36.8783 : Documento: FV-FE-8488 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-23 17:31:37.0224 : Documento: FV-CA01-325761 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-23 17:31:38.6632 : Documento: FV-FEL-20979 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-23 17:31:38.8622 : Documento: FV-BOG-35815 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-23 17:31:42.2076 : Documento: FV-FE-3741 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-23 17:31:42.4414 : Documento: FV-FBBT-2416 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-23 17:31:42.4576 : Documento: FV-ACS-1140 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-23 17:31:43.2746 : Documento: FV-SK-2238 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-23 17:31:44.0424 : Documento: FV-BHN-45661 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-23 17:31:44.8449 : Documento: FV-TME-4 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-23 17:31:44.9872 : Documento: FV-BOG-28336 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-23 17:31:45.8791 : Documento: FV-C-4901 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-23 17:31:54.3123 : 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-23 17:47:24.0835 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FEV-26975 CUFE: 52a61e0632ccc7a549482fa9ccdbdebaaea71e6ab7f421e36df080c4fc8b67ca86090475b3ed859a12c9faab7959ad3e ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 17:47:24.1147 : Error al enviar documento a la DIAN Documento: FV-FEV-26975 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640004348212020-06-302022-06-30FEV140000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b0fa5f7f8db93dcf4b017f6910211ced90ec0be6646f2d5bc431b54677e0128bd4164f9304e2689a6785e358077b6aaf8800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T22:37: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.110DIAN 2.1: Factura Electrónica de Venta1FEV2697552a61e0632ccc7a549482fa9ccdbdebaaea71e6ab7f421e36df080c4fc8b67ca86090475b3ed859a12c9faab7959ad3e2022-05-2313:30:54-05:0001FACTURA DE VENTA SEGuN PEDIDO No FEV 27630COP214752COLORQUIMICOS P&R S.A.S. 11001Bogota D.C.Bogota D.C.11DIAGONAL 70 N 70-17COColombiaCOLORQUIMICOS P&R S.A.S. 900694351R-99-PN11001Bogota D.C.Bogota D.C.11DIAGONAL 70 N 70-17COColombia01IVACOLORQUIMICOS P&R S.A.S. 900694351FEV5418958facturacion.colorquimicos@gmail.com1901223990COALFI SAS11001Bogota D.C.Bogota D.C.11CL 37 SUR 9 78COColombiaCOALFI SAS901223990O-4711001Bogota D.C.Bogota D.C.11CL 37 SUR 9 78COColombia01IVACOALFI SAS9012239903144824539coalfisas@gmail.com2022-05-2313:30:54-05:00110246763.001298750.00246763.0019.0001IVA1298750.001298750.001545513.001545513.001REM 27636 LOTE PN2-5888825.00672500.00127775.00672500.00127775.0019.0001IVAALUMINIO NATURAL BTC LISO MATE POLIESTER01-933196-401-933196-426900.0025.002LOTE PP2-5676325.00626250.00118987.50626250.00118987.5019.0001IVABLANCO SUAVE LISO BRILLANTE POLIESTER01-932347-101-932347-125050.0025.00 -------------------------------------------------------------------- 2022-05-23 18:03:50.0978 : Error al construir AttachedDocument Documento: 1-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bb3c83a08a7319bd8f3b693be4b149c449af717c645f9e87d197e311c21dbcb18231353bb3db862f22e76e4bcce25d62f800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-23T22:53:28+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 Venta2SETT1df81587ec1c78ba6202d16b9b6729a33f72c9b7628a0bee2da5de56bdfdff4923f6950687d22394666c2d786edb436062022-05-2309:54:44-05:0001FACTURA DE VENTACOP217020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900534711TITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombiaTITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombia01IVATITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711yezidgb@yahoo.es;facturaelectronica@titanplaza.com2022-05-2309:54:44-05:0022022-06-22330600.001740000.00330600.0019.0001IVA191400.0001740000.00191400.0011.0006ReteFuente1740000.001740000.002070600.002070600.0011.00980000.00186200.00980000.00186200.0019.0001IVA107800.00980000.00107800.0011.0006ReteFuenteELABORACION PROFESIOGRAMA4155500741555007980000.001.0021.00760000.00144400.00760000.00144400.0019.0001IVA83600.00760000.0083600.0011.0006ReteFuenteSERVICIO DE OUTSOURCING MTO SGC4155500341555003760000.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-23 18:03:50.1134 : 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-23 18:04:53.4112 : Error al construir AttachedDocument Documento: 2-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b68f236b8723467324ea4c6985299cd0d736cb34581e640873ee8caeb805afd72f8f6b150f21e417a8bc8de6c4e8dd549800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-23T22:54:31+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 Venta2SETT23413c5fe96efec31819ef60a8a1bbc11301305124d38b936ec9350c93a11351415ac4d8234482bf4c60f1b6a34edd51f2022-05-2315:04:42-05:0001FACTURA DE VENTACOP217020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900563843DIGITAL WARE ADVISORY SAS11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombiaDIGITAL WARE ADVISORY SAS900563843R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombia01IVADIGITAL WARE ADVISORY SAS9005638433122601yezidgb@yahoo.es;digitalware.advisory.sas@gmail.com2022-05-2315:04:42-05:0022022-06-22256500.001350000.00256500.0019.0001IVA148500.0001350000.00148500.0011.0006ReteFuente1350000.001350000.001606500.001606500.0011.00450000.0085500.00450000.0085500.0019.0001IVA49500.00450000.0049500.0011.0006ReteFuenteAPLICACIoN BATERIA DE RIESGO PSICOSOCIAL4155500841555008450000.001.0021.00900000.00171000.00900000.00171000.0019.0001IVA99000.00900000.0099000.0011.0006ReteFuenteSERVICIOS DE AUDITORIA A SISTEMAS DE GESTION4155500541555005900000.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-23 18:04:53.4425 : 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-23 18:06:14.1471 : 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-23T22:55:49+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 Venta2SETT3dd722901564674620009cb9b06883aa8ad719f7697568c26bff99fcddf8dca500668685a425e6aa30fb5414a434d449d2022-05-2315:06:44-05:0001FACTURA DE VENTACOP117020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900534711TITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombiaTITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombia01IVATITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711yezidgb@yahoo.es;facturaelectronica@titanplaza.com2022-05-2315:06:44-05:0022022-06-22275500.001450000.00275500.0019.0001IVA159500.0001450000.00159500.0011.0006ReteFuente1450000.001450000.001725500.001725500.0011.001450000.00275500.001450000.00275500.0019.0001IVA159500.001450000.00159500.0011.0006ReteFuenteSERVICIOS DE EVALUACION DE RIESGOS PSICOSOCIAL41555006415550061450000.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-23 18:06:14.1471 : 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-23 18:07:25.6312 : Error al construir AttachedDocument Documento: 4-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bec721f8e3aae35aa149d187c645f42b59cdc057dbee56b2537a80c74492a8a93505a0a800806167ed402415f4283d825800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-23T22:57: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 Venta2SETT49b2d3c5fa1c6e711fe7564a1a0e53d44c72cd8ba90d209ce4b8fd8111d497dec6e42b6f43c5c3992e701bc460c1b5b642022-05-2315:07:28-05:0001FACTURA DE VENTACOP117020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900563843DIGITAL WARE ADVISORY SAS11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombiaDIGITAL WARE ADVISORY SAS900563843R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombia01IVADIGITAL WARE ADVISORY SAS9005638433122601yezidgb@yahoo.es;digitalware.advisory.sas@gmail.com2022-05-2315:07:28-05:0022022-06-224560000.0024000000.004560000.0019.0001IVA2640000.00024000000.002640000.0011.0006ReteFuente24000000.0024000000.0028560000.0028560000.0011.0024000000.004560000.0024000000.004560000.0019.0001IVA2640000.0024000000.002640000.0011.0006ReteFuenteCONSULTORIA EMPRESARIAL415550014155500124000000.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-23 18:07:25.6469 : 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-23 18:08:26.3567 : Error al construir AttachedDocument Documento: 5-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245be7f2ddf5afc9ee164b2d127e2bd2f204b859fafd369230c5e8f5e7577cec91fd949ed3153e1a618ab8417e3917561513800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-23T22:58: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 Venta2SETT52f83106d27ccba17b9d87eb783f7447835570ca54076c890c67bf2931513aab16a0dcaedc54da05cbe7344d1007a2ceb2022-05-2315:08:15-05:0001FACTURA DE VENTACOP117020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900534711TITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombiaTITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombia01IVATITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711yezidgb@yahoo.es;facturaelectronica@titanplaza.com2022-05-2315:08:15-05:0022022-06-22665000.003500000.00665000.0019.0001IVA385000.0003500000.00385000.0011.0006ReteFuente3500000.003500000.004165000.004165000.0011.003500000.00665000.003500000.00665000.0019.0001IVA385000.003500000.00385000.0011.0006ReteFuenteSERVICIOS DE AUDITORIA A SISTEMAS DE GESTION41555005415550053500000.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-23 18:08:26.3879 : 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-23 18:09:27.1506 : Error al construir AttachedDocument Documento: 6-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bc12a2c56a470ede9592b546ace9330509f9cc7ba4ef9e2792cf777c5b939b7651b50ea8aa4f54b802044af8931b9c983800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-23T22:59:05+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 Venta2SETT654063dd4e5e10d146a8826d90569e2883ffa560abe44fa6c5f76989e5f8e25f477b3f1aedbcea3fbc60e3a1b8a0828a72022-05-2315:09:09-05:0001FACTURA DE VENTACOP117020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900563843DIGITAL WARE ADVISORY SAS11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombiaDIGITAL WARE ADVISORY SAS900563843R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombia01IVADIGITAL WARE ADVISORY SAS9005638433122601yezidgb@yahoo.es;digitalware.advisory.sas@gmail.com2022-05-2315:09:09-05:0022022-06-222964000.0015600000.002964000.0019.0001IVA1716000.00015600000.001716000.0011.0006ReteFuente107640.00015600000.00107640.000.6907ReteICA15600000.0015600000.0018564000.0018564000.00130.0015600000.002964000.0015600000.002964000.0019.0001IVA1716000.0015600000.001716000.0011.0006ReteFuente107640.0015600000.00107640.000.6907ReteICASERVICIO POR HORAS DE OUTSOURCING MTO SGSS4155500241555002520000.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-23 18:09:27.1662 : 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-23 18:10:30.8967 : Error al construir AttachedDocument Documento: 7-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bcc0093e293fad5e95d16eaa088a1b6e643ca0a451d6b0b156ce4344a90f0fba903ca0c597e8354f2158fcf3d808df4d3800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=d83b1382dd0e66a636526126a10269821f9f6946b74869dd7a036afad9278967af79ed0910964a98ed52623fd05225ccPHcj1Gl7DKcdPA+R8TfFF2iugUhooglvEhvU8ybGlQk=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AQAB2022-05-23T23:00:09+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 Venta2SETT7d83b1382dd0e66a636526126a10269821f9f6946b74869dd7a036afad9278967af79ed0910964a98ed52623fd05225cc2022-05-2315:12:08-05:0001FACTURA DE VENTACOP117020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900534711TITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombiaTITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombia01IVATITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711yezidgb@yahoo.es;facturaelectronica@titanplaza.com2022-05-2315:12:08-05:0022022-06-22323000.001700000.00323000.0019.0001IVA187000.0001700000.00187000.0011.0006ReteFuente11730.0001700000.0011730.000.6907ReteICA1700000.001700000.002023000.002023000.00120.001700000.00323000.001700000.00323000.0019.0001IVA187000.001700000.00187000.0011.0006ReteFuente11730.001700000.0011730.000.6907ReteICASERVICIO DE OUTSOURCING MTO SGC415550034155500385000.0020.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-23 18:10:30.9279 : 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-23 18:12:21.4350 : Error al construir AttachedDocument Documento: 8-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b71532f5012ed1354b843526b0b340d0a792a5541acff3badd9d982baea59235c650ae3ef0af1a15eae9d6c80c07df2b1800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-05-23T23:01:59+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 Venta2SETT86efee2a7285db346ee747f30524b54ac79d9aaa5b73c6329a52d7efcf5ef949a1a7867e7fc18137ffe5fa992894ed6332022-05-2315:12:58-05:0001FACTURA DE VENTACOP117020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405SETT3133531319ceoestrategias2022@gmail.com1900563843DIGITAL WARE ADVISORY SAS11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombiaDIGITAL WARE ADVISORY SAS900563843R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombia01IVADIGITAL WARE ADVISORY SAS9005638433122601yezidgb@yahoo.es;digitalware.advisory.sas@gmail.com2022-05-2315:12:58-05:0022022-06-221102000.005800000.001102000.0019.0001IVA638000.0005800000.00638000.0011.0006ReteFuente40020.0005800000.0040020.000.6907ReteICA5800000.005800000.006902000.006902000.0011.005800000.001102000.005800000.001102000.0019.0001IVA638000.005800000.00638000.0011.0006ReteFuente40020.005800000.0040020.000.6907ReteICASERVICIO DE OUTSOURCING MTO SGSS41555004415550045800000.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-23 18:12:21.4350 : 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-23 18:17:58.8218 : 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=12a016a524c0942f993aa05e45e040c039d62408fb0217228e0552e8bd380a257682a9171540895c0d0c7fc058049077zDvfZr8iegEb5JUvxUHc3kWYR5txJfI5DsX502pXkZI=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AQAB2022-05-23T23:07: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.130DIAN 2.1: Nota Débito de Factura Electrónica de Venta2PND112a016a524c0942f993aa05e45e040c039d62408fb0217228e0552e8bd380a257682a9171540895c0d0c7fc0580490772022-05-2315:22:40-05:00NOTA DEBITO FV No SETT 7COP1SETT73Cambio del valorSETT7d83b1382dd0e66a636526126a10269821f9f6946b74869dd7a036afad9278967af79ed0910964a98ed52623fd05225cc2022-05-2317020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405PND3133531319ceoestrategias2022@gmail.com1900534711TITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombiaTITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AK 72 CL 80COColombia01IVATITAN PLAZA CENTRO COMERCIAL Y EMPRESARIAL900534711yezidgb@yahoo.es2022-05-2315:22:40-05:0022022-06-22161500.00850000.00161500.0019.0001IVA850000.00850000.001011500.001011500.00110.00850000.00161500.00850000.00161500.0019.0001IVASERVICIO DE OUTSOURCING MTO SGC415550034155500385000.0010.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-23 18:17:58.8218 : 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-23 18:21:04.6985 : 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-23T23:10:42+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 Venta2PNC1aa46386c2ad6fecd43cd9f99370c04e83808f521c3bce7a5fb849d6f4603bbf50a9117462740c47b35967ba222f815ee2022-05-2315:14:03-05:0091NOTA CREDITO FV No SETT 8COP1SETT84Descuento total aplicadoSETT86efee2a7285db346ee747f30524b54ac79d9aaa5b73c6329a52d7efcf5ef949a1a7867e7fc18137ffe5fa992894ed6332022-05-2317020CEO ESTRATEGIAS SAS11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombiaCEO ESTRATEGIAS SAS901582405R-99-PN11001Bogota D.C.Bogota D.C.11CR 89 17B 83COColombia01IVACEO ESTRATEGIAS SAS901582405PNC3133531319ceoestrategias2022@gmail.com1900563843DIGITAL WARE ADVISORY SAS11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombiaDIGITAL WARE ADVISORY SAS900563843R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AC 72 12 65 P2COColombia01IVADIGITAL WARE ADVISORY SAS9005638433122601yezidgb@yahoo.es2022-05-2315:14:03-05:0022022-06-221102000.005800000.001102000.0019.0001IVA5800000.005800000.006902000.006902000.0011.005800000.001102000.005800000.001102000.0019.0001IVASERVICIO DE OUTSOURCING MTO SGSS41555004415550045800000.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-23 18:21:04.7140 : 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-23 18:25:58.9177 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-671 CUFE: 0454e8ee08782277369e11b55384101263447445da17dec994e11ef35a1fe724af7b66690286d99e20b839cba468a1c3 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:58.9333 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-SAER-12350 CUFE: ab83a67ccd5b8143c677f310f3619adb626baf15f771232141926ba8d81ca871a778c25ea7dc5a05ca795c535df8942c ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:58.9802 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-11248 CUFE: bfa82537ac91c8169db9240914ed2ee1693e279b4397f1013fb56dba118c483bba86d99a80222b15816882561791dd68 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:58.9802 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-CEFE-411 CUFE: 7d15cdedb5771abe040f994a15599502269432e091c815a25888eaf8ee83b450a7d23ee914958f32781260727a31f9f5 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.0271 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-H-28478 CUFE: 65842e3bc5f9103532170a519f66e18a1f362886c8625fc7c9d8d69376b7951ffaba129bea3b3f442e07cd95ab160d3d ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.0583 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-TC-1899 CUFE: f0beffde2c8a07d15db3f5e8f5e462b76a6be7ecd3d11181dad8086c0549df95187e522aa2e1f7e3ee4b9ad35344dd04 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.0739 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FV-2347 CUFE: 3c9631d38e8cb4b6aa9ce999d67029f77579e299caf9b9139ad9708fac690e293bcf62a83070fa7cb610fcb990bad612 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1052 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-M2FE-3333 CUFE: 934df3300b4d88ba88f23f60c24b69149c0ad568995477881e3c0de8c73514ba4a57d2f83a03baeb273a53351b8dadec ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1052 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FEM-27723 CUFE: bd93e30443cc523594f07d7c08e418792a97428c154045c3ad0bde0139279c16da3c85802f910a5cf9ddb894f81f2f66 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1208 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-MOV4-20186 CUFE: 55c2081bbd13f7765525bce1c43f4137564636542fc1f43ae6d43e9b9e4a6561fed542209665494cf34db3b554ef3e79 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1364 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-20N-2344 CUFE: ad66b284aee5853d81ba2aa8d371cbee73d57f8aee802df8c346ab9c90d4ce80f537ec80d52003b8285e58c7aaabd50b ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1521 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-MYA-980 CUFE: a7fe392ff5e9141871fc80fdbc2668fa26587215f33c2def1ec04e85e07e950b1b4f5891d92b308b73d876cdaeb37e72 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1521 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-9950 CUFE: bcd2a389557d86fb0e7d2ff9e65813da47d336ad31836807b191c1197d93217c2efcacd884cedd4ab387d7219ef1772d ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1677 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-20452 CUFE: bdb7be58912579cbd28eab7699ae7baaaeceb9eb1c3659fda514db568d208bdc835808ef42c653d0833ccdd6d1b29ac6 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1833 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-1486 CUFE: c467adf6575ab94a21be4300bfc34a8a63872ac3f4e8a87b6493e70cd996fd26e7a2470166fe8ee751e8c523a10cdda3 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1989 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FEBO-4915 CUFE: adc7d26c364c70120f99e2c6a47f8149ffccab7a9cc6ccc98663c983f419e89b7d5b2aace0e71843a858227e10dca888 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.1989 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FVEC-598340 CUFE: 08a8a9e13a8d349addf22877bc8b9c76f6486f4b6c60e3911ef53a9e298e315f84f494b69519739f89b4337dffe55d42 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.2302 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-ODFE-15776 CUFE: 3e0edab98a75088ef14e4a6ab8c339fb78f7f24e74087f43857fe7f32d64c69b42e0c107224a058ecc68ff9257a458f4 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.2461 : Error al enviar documento a la DIAN Documento: FV-FE-11248 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640265503222022-03-122023-03-12FE1000115000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bead834e3cc4225ffc50874642e94a83c1042be13cf06ab523ec7e03a2c054ab250b2e504abc7f2697f037fb9c010a06b800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=bfa82537ac91c8169db9240914ed2ee1693e279b4397f1013fb56dba118c483bba86d99a80222b15816882561791dd68o5HNJfXsW8Cc7hpS9vX7q1t3oA+XFXsm7np+dlY9B+Y=unYPxh8kQ94UcRLp+jUSNVN7YRJIAYiLvt8+EnJc1CU=9w5Z++x+PvQ2nibaVzx5dCdHPPNqEqw8WRsa4fGNW0c=gVdi0yuwzNoDs22DUpY9UEl6uxH1F37lZwCXKQZ4QsArpElyy5mdyU0Y4Rt3yTi5qbAILgENCh1Skx2ttllwEJV1QHtw8EpYaTD75BDS8jv5OcUuaL5O/jusIsirvutUF1iAzsNfowPiHZte6+tmyvN5ZOpab8S8cnfQh8fx3cqLkdmNkl+N3xGCpy/CTQCECXZq+e/rsOE8lCMEw8A+UkL1jJdIp1mY1pbxlwqPMi2LzqrKM934NSPXHo30Uz6963y2elesfW6EsVvA5DfWr7J1rmoWxb8o3ubII/Lwpx3xLH3d3/aTZaB+jqX8KjE4ZA1F3pg8y6KOTjnzy0oUHQ==MIIIrDCCBpSgAwIBAgIITwmmj5LvZBMwDQYJKoZIhvcNAQELBQAwgbYxIzAhBgkqhkiG9w0BCQEWFGluZm9AYW5kZXNzY2QuY29tLmNvMSYwJAYDVQQDEx1DQSBBTkRFUyBTQ0QgUy5BLiBDbGFzZSBJSSB2MjEwMC4GA1UECxMnRGl2aXNpb24gZGUgY2VydGlmaWNhY2lvbiBlbnRpZGFkIGZpbmFsMRIwEAYDVQQKEwlBbmRlcyBTQ0QxFDASBgNVBAcTC0JvZ290YSBELkMuMQswCQYDVQQGEwJDTzAeFw0yMTAzMTcwNTAwMDBaFw0yMzAzMTcwNDU5MDBaMIIBWTEwMC4GA1UECQwnQ2FsbGUgMjYgIyA2OUQgLSA5MSBUb3JyZSAxIE9maWNpbmEgODA1MS0wKwYJKoZIhvcNAQkBFh5jb250YWN0ZW5vc0B3b3JsZG9mZmljZS5jb20uY28xJjAkBgNVBAMTHVdPUkxEIE9GRklDRSBDT0xPTUJJQSAgIFMuQS5TMRMwEQYDVQQFEwo5MDA1MzQzNTYzMTYwNAYDVQQMEy1FbWlzb3IgRmFjdHVyYSBFbGVjdHJvbmljYSAtIFBlcnNvbmEgSnVyaWRpY2ExOjA4BgNVBAsTMUVtaXRpZG8gcG9yIEFuZGVzIFNDRCBBYyAyNiA2OUMgMDMgVG9ycmUgQiBPZiA3MDExETAPBgNVBAoTCEdlcmVuY2lhMQ8wDQYDVQQHEwZCT0dPVEExFDASBgNVBAgTC0JPR09UQSBELkMuMQswCQYDVQQGEwJDTzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL1YWXjE6J8lkANbpOr+CAw4LfQCUXsq4d43lww2jj3qVytfNb/5BU860uxgWMJsWdcz4Wgb5xbG+wMr+Y+pSOrfMW00iNHQE5WhgG4wRqK79JUq7em0zbWHrB2Df/8C9ZVA1flzCNYhobAPbqE4mH7q/2AtkVct6jp7Rb9AyQ8CL54Lum0c6xEpv/In4d/t+0VHW6ErsXCeoEKGbN5gxp1MbuSXbFz13oJv1hcNl+IzegrvX9iELYxlQI8GKU8NW/p27Rxj8QqoinB8r8sxwNAAFLNbw4VMvSAOiSUNUbv5t8nlo5kWna0HaTuGpwyRJPFoGHqifUk1ils1gA1+Cb0CAwEAAaOCAxYwggMSMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUOldQ0HcbPtaL6v+Xmdf/hAJIKQ8wNwYIKwYBBQUHAQEEKzApMCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5hbmRlc3NjZC5jb20uY28wKQYDVR0RBCIwIIEeY29udGFjdGVub3NAd29ybGRvZmZpY2UuY29tLmNvMIIB8gYDVR0gBIIB6TCCAeUwggHhBg0rBgEEAYH0SAECBgEGMIIBzjBCBggrBgEFBQcCARY2aHR0cHM6Ly93d3cuYW5kZXNzY2QuY29tLmNvL2RvY3MvRFBDX0FuZGVzU0NEX1YzLjUucGRmMIIBhgYIKwYBBQUHAgIwggF4HoIBdABMAGEAIAB1AHQAaQBsAGkAegBhAGMAaQDzAG4AIABkAGUAIABlAHMAdABlACAAYwBlAHIAdABpAGYAaQBjAGEAZABvACAAZQBzAHQA4QAgAHMAdQBqAGUAdABhACAAYQAgAGwAYQBzACAAUABvAGwA7QB0AGkAYwBhAHMAIABkAGUAIABDAGUAcgB0AGkAZgBpAGMAYQBkAG8AIABkAGUAIABGAGEAYwB0AHUAcgBhAGMAaQDzAG4AIABFAGwAZQBjAHQAcgDzAG4AaQBjAGEAIAAoAFAAQwApACAAeQAgAEQAZQBjAGwAYQByAGEAYwBpAPMAbgAgAGQAZQAgAFAAcgDhAGMAdABpAGMAYQBzACAAZABlACAAQwBlAHIAdABpAGYAaQBjAGEAYwBpAPMAbgAgACgARABQAEMAKQAgAGUAcwB0AGEAYgBsAGUAYwBpAGQAYQBzACAAcABvAHIAIABBAG4AZABlAHMAIABTAEMARDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwOQYDVR0fBDIwMDAuoCygKoYoaHR0cDovL2NybC5hbmRlc3NjZC5jb20uY28vQ2xhc2VJSXYyLmNybDAdBgNVHQ4EFgQU6DRgpkhpi9qXL2P0idgO6C+RYeYwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4ICAQBGJ2Oals+lCvezIVscgC3r3jBWlMRmdruCp4g8iGEyht5VyddEmQwIPPU8y+24NfJeZpeGLYtxZ17g7PSgTRWSDvByFmauSiIdmlOrYsCeTkhYuAbPLq0Sog64XqPNmczI52mzCYv2gAuMOQi/qUTAkC4PtqNvA81QJNBUTj1jNLDTyEtZDlEH6qvvcBJoSIu/qXWKlWqn54O62Jtv2/5mfkjjFw0lFomQI+SSYJ9vTYBGd2DX581NoP1Cbo2xDVJBhulP0Fm5oMG8Qcxma12w4F5HM/uPYOVd31dHfTnvmvVRZlyZd7w7SHQWkaK+zpWYwCehKeGmJR6vncPxNKPc22RdGjvdwf1kow1l7QbghmYeLZdekxMGRaj8mM3AyGYfF85M0/0clGtRi7m4cLaGNLfJBHdOBjP2NmB7WqZRZ7kfNQeVF2h8f3Nivt254u8lFlYRoW9plsM0bALipnjXHf9Ek5yl0yoDQYF1Pa79inW/QGM3QzDiuoEXxBzmu3RR0vm1K95lWbZinF++Ly/b8dBQ/xsrJY1z3QhoSAAFcY84JBz5qE0ctXhqjH3l+GwEHf3Mglr6VsZHgORClCzIvP4x99/Nx8jOOWqgmMQl5lxm7Gyb3isZ/dvHOJQVTxnNN/lHPt8xa9hi/ZsEHgmaaaKkL9deFMKdvr8weTMI1g==vVhZeMTonyWQA1uk6v4IDDgt9AJReyrh3jeXDDaOPepXK181v/kFTzrS7GBYwmxZ1zPhaBvnFsb7Ayv5j6lI6t8xbTSI0dATlaGAbjBGorv0lSrt6bTNtYesHYN//wL1lUDV+XMI1iGhsA9uoTiYfur/YC2RVy3qOntFv0DJDwIvngu6bRzrESm/8ifh3+37RUdboSuxcJ6gQoZs3mDGnUxu5JdsXPXegm/WFw2X4jN6Cu9f2IQtjGVAjwYpTw1b+nbtHGPxCqiKcHyvyzHA0AAUs1vDhUy9IA6JJQ1Ru/m3yeWjmRadrQdpO4anDJEk8WgYeqJ9STWKWzWADX4JvQ==AQAB2022-05-23T23:15:58+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 Venta1FE11248bfa82537ac91c8169db9240914ed2ee1693e279b4397f1013fb56dba118c483bba86d99a80222b15816882561791dd682022-05-1810:43:08-05:0001FACTURA DE VENTACOP117500CLINICA VETERINARIA SAN MARTIN PALMIRA S.A.S.76520PalmiraValle del Cauca76CR 32 31 74COColombiaCLINICA VETERINARIA SAN MARTIN PALMIRA S.A.S.900789316O-2376520PalmiraValle del Cauca76CR 32 31 74COColombia01IVACLINICA VETERINARIA SAN MARTIN PALMIRA S.A.S.900789316FE2739825contabilidadsm1@hotmail.com229686641XIOMARA LOZANO76520PalmiraValle del Cauca76Cra 23B #17-10 B. SembradorCOColombiaXIOMARA LOZANO29686641R-99-PN;R-99-PN76520PalmiraValle del Cauca76Cra 23B #17-10 B. SembradorCOColombiaZZNo aplicaXIOMARA LOZANO29686641xiomaraloza@yahoo.comXIOMARALOZANO2022-05-1810:43:08-05:0011014500.000.0014500.0014500.0011.0014500.00METRONIDAZOL SUSPENSIoN 250MG/10 ML7701912999997770191299999714500.001.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.2771 : Error al enviar documento a la DIAN Documento: FV-SAER-12350 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640237088392022-01-042023-01-04SAER1000125000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b9b4ec21895c11e9c2ef441ed9e461bcb48bd677535cf62f30feab1b6648fc7bb6cdeeab101a5dfa1e2007a5a32b9cf89800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1SAER12350ab83a67ccd5b8143c677f310f3619adb626baf15f771232141926ba8d81ca871a778c25ea7dc5a05ca795c535df8942c2022-05-2110:53:51-05:0001FACTURA DE VENTACOP114530SERVIAUTOS EL ROBLE SAS13001CartagenaBolivar13AV PEDRO DE HEREDIA N44-95 BRR ESPANACOColombiaSERVIAUTOS EL ROBLE SAS900736751R-99-PN;R-99-PN13001CartagenaBolivar13AV PEDRO DE HEREDIA N44-95 BRR ESPANACOColombia01IVASERVIAUTOS EL ROBLE SAS900736751SAER6437676contador@serviautoselroble.com210012104JHON EDWARD GALVEZ13001CartagenaBolivar13PLAZ MAYOR AP 11 T 4COColombiaJHON EDWARD GALVEZ10012104R-99-PN;R-99-PN13001CartagenaBolivar13PLAZ MAYOR AP 11 T 4COColombiaZZNo aplicaJHON EDWARD GALVEZ100121040jhonedwargalvez111@gmail.comJHON EDWARDGALVEZ2022-05-2110:53:51-05:0022022-05-213672.2719327.7310923672.26890719.0001IVA19327.7319327.7323000.0023000.0011.0019327.733672.26890719327.7310923672.26890719.0001IVAALINEACION TAXIS37137119327.7310921.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.3083 : Error al enviar documento a la DIAN Documento: FV-CEFE-411 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640287645202022-05-102023-05-10CEFE110000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bd79e36328037b46291d07076cfe0336d23b806ee46b87238ac534faa37326add8c8f38caa0d2d423a8dcbcde42828c3c800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=7d15cdedb5771abe040f994a15599502269432e091c815a25888eaf8ee83b450a7d23ee914958f32781260727a31f9f56jJu/7l/876p1KfAQcIGqyn53+i6JgpaHnVhWOfrlxw=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AQAB2022-05-23T23:15:58+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 Venta1CEFE4117d15cdedb5771abe040f994a15599502269432e091c815a25888eaf8ee83b450a7d23ee914958f32781260727a31f9f52022-05-2318:24:10-05:0001SERVICIO CAPACITACION ABRILCOP118230CENTRO DE ENSENANZA AUTOMOVILISTICA RIDE PRO S A S11001Bogota D.C.Bogota D.C.11CR 32 17 B 04COColombiaCENTRO DE ENSENANZA AUTOMOVILISTICA RIDE PRO S A S900630366R-99-PN;O-2311001Bogota D.C.Bogota D.C.11CR 32 17 B 04COColombia01IVACENTRO DE ENSENANZA AUTOMOVILISTICA RIDE PRO S A S900630366CEFE319 244 6367aliados@ridepro.co293134595HECTOR ORLANDO JARA CHARRY73001IbagueTolima73MZ 46 A CA 2 URB TOPACIOCOColombiaHECTOR ORLANDO JARA CHARRY93134595R-99-PN73001IbagueTolima73MZ 46 A CA 2 URB TOPACIOCOColombiaZZNo aplicaHECTOR ORLANDO JARA CHARRY931345953208803776bpoibague@gmail.comHECTOR ORLANDOJARA CHARRY2022-05-2318:24:10-05:0022022-05-2314143.000.0014143.0014143.001SERVICIO CAPACITACION ABRIL UNIDAD IBAGUE CODIGO SAP: 1270002740 CODIGO DISTRIBUIDORA: CFAM1.0014143.00Servicio Capacitacion Vial No Gravado416005024160050214143.001.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.3708 : Error al enviar documento a la DIAN Documento: FV-20N-2344 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640192769422021-10-082022-10-0820N10015000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b440297425bed563b8fc36f9eae2ac9a939a8587f04406131f60074920b65372f22e1d9ed12041dca3b237769f986105b800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta120N2344ad66b284aee5853d81ba2aa8d371cbee73d57f8aee802df8c346ab9c90d4ce80f537ec80d52003b8285e58c7aaabd50b2022-05-2315:28:04-05:0001FACTURA DE VENTACOP114759TNC ELECTRONICS SAS11001Bogota D.C.Bogota D.C.11CRA 9 N. 19 - 30 LC 206-208COColombiaTNC ELECTRONICS SAS900136510R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CRA 9 N. 19 - 30 LC 206-208COColombia01IVATNC ELECTRONICS SAS90013651020N2862759tncelectronicsltda@hotmail.com1900224008KEEN KONTROL S.A.S11001Bogota D.C.Bogota D.C.11CRA 12 No. 15-94 OFC 205COColombiaKEEN KONTROL S.A.S900224008R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CRA 12 No. 15-94 OFC 205COColombia01IVAKEEN KONTROL S.A.S9002240082822669keenkontrol@gmail.com2022-05-2315:28:04-05:001101117.655882.3529411117.64705919.0001IVA5882.355882.357000.007000.0011.005882.351117.6470595882.3529411117.64705919.0001IVAPila 9v Bulk Alkalina55066550665882.3529411.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.3864 : Error al enviar documento a la DIAN Documento: FV-FE-63181 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640235059892021-12-292023-06-29FE45150100000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245be17d60bedef65de7c5b05d2bd65742cef5e89d5dd80fc462278b2991e58e4a773118a61ad1fc96897fa58cce7365dd1f800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FE6318195e6de91d7662b5038dabad7df6da2202f2b7f4209ea11dd4dbbf2ca42a2df17565eddf971460e9fa07b73c52489912b2022-05-2417:20:52-05:0001FACTURA DE VENTACOP2110202JUGOS NATURALES MONTOYA SAS11001Bogota D.C.Bogota D.C.11CR 80A 76 68COColombiaJUGOS NATURALES MONTOYA SAS900298370R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CR 80A 76 68COColombia01IVAJUGOS NATURALES MONTOYA SAS900298370FE4910127cartera@jugosnaturalesmontoya.co1900590713COLO COFFEE S.A.S11001Bogota D.C.Bogota D.C.11CL 70 A 13 86COColombiaCOLO COFFEE S.A.S900590713R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CL 70 A 13 86COColombia01IVACOLO COFFEE S.A.S9005907133099738bourboncocoffeeco@gmail.com2022-05-2417:20:52-05:0022022-06-241900.0010000.001900.0019.0001IVA10000.0010000.0011900.0011900.0012.004800.00912.004800.00912.0019.0001IVAJUGO DE MANDARINA 335 ML BOTELLAMDN335MLBOTMDN335MLBOT2400.002.0022.005200.00988.005200.00988.0019.0001IVAJUGO DE NARANJA 335 ML BOTELLANRJ335MLBOTNRJ335MLBOT2600.002.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4021 : Error al enviar documento a la DIAN Documento: FV-FV-2347 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640259344072022-02-272022-08-27FV15012500CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b1b5c568cf3ef0121a7be4fe1f74e844c321befb09574795765b2502d4038a4e6525e99eb7f3affe0c07590e1d2b3d6a4800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FV23473c9631d38e8cb4b6aa9ce999d67029f77579e299caf9b9139ad9708fac690e293bcf62a83070fa7cb610fcb990bad6122022-05-2318:24:01-05:0001FACTURA DE VENTACOP124772LULIA MARIA SALAS FEO25245El ColegioCundinamarca25Carrera 7 #6B-23COColombiaLULIA MARIA SALAS FEO41538323R-99-PN25245El ColegioCundinamarca25Carrera 7 #6B-23COColombia01IVALULIA MARIA SALAS FEO41538323FV3173420477lulia.salas@outlook.com252303798Sandra Villamil25878ViotaCundinamarca25centroCOColombiaSandra Villamil52303798R-99-PN;R-99-PN25878ViotaCundinamarca25centroCOColombiaZZNo aplicaSandra Villamil52303798sandravillamil061@gmail.comSandraVillamil2022-05-2318:24:01-05:001106067.2331932.7731096067.22689119.0001IVA31932.7731932.7738000.0038000.0011.0031932.776067.22689131932.7731096067.22689119.0001IVAIRIS MOCASIN - ABUELITAWENDYWENDY31932.7731091.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4177 : Error al enviar documento a la DIAN Documento: FV-TC-1899 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640217357502021-11-242022-11-24TC110000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bab160fd4a4b9c155a6c3b3b8e1326816c830149fc18c0d88515197ad5912e2cc4ae5789a80ede07f14ad70dd0d682628800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1TC1899f0beffde2c8a07d15db3f5e8f5e462b76a6be7ecd3d11181dad8086c0549df95187e522aa2e1f7e3ee4b9ad35344dd042022-05-2318:23:21-05:0001LOTE SEVILLACOP122000961OG0050122011889OV0050114731TRANSPORTES Y COMBUSTIBLES LA CARIBENA SAS08001BarranquillaAtlantico08CL 47 18 141COColombiaTRANSPORTES Y COMBUSTIBLES LA CARIBENA SAS900162986R-99-PN08001BarranquillaAtlantico08CL 47 18 141COColombia01IVATRANSPORTES Y COMBUSTIBLES LA CARIBENA SAS900162986TC3461067 - 3626441ecoscevillar@hotmail.com1890211777CONSTRUCCIONES MARVAL S.A.S08001BarranquillaAtlantico08CRA 51B No.80-35COColombiaCONSTRUCCIONES MARVAL S.A.S890211777R-99-PN;R-99-PN08001BarranquillaAtlantico08CRA 51B No.80-35COColombia01IVACONSTRUCCIONES MARVAL S.A.S890211777recepcionfacturascxp@marval.com.co2022-05-2318:23:21-05:0022022-06-07628590.000.00628590.00628590.00169.00628590.00BIOACEM 10%01007010079110.0069.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4333 : Error al enviar documento a la DIAN Documento: FV-H-28478 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640283983432022-05-022023-05-02H2800135000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bfa9dc7e67598798aed01ab55af3f967dc235de46ff990edf1f3b26c5b2dc7e9f74ba91b54b0207f01b45f2e26712c84f800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1H2847865842e3bc5f9103532170a519f66e18a1f362886c8625fc7c9d8d69376b7951ffaba129bea3b3f442e07cd95ab160d3d2022-05-2315:39:06-05:0001FACTURA DE VENTA FM 23/05/2022COP115135LABORATORIOS HUDEN SAS11001Bogota D.C.Bogota D.C.11CL 77 68 H 57COColombiaLABORATORIOS HUDEN SAS900375833R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CL 77 68 H 57COColombia01IVALABORATORIOS HUDEN SAS900375833H4028239facturadeventahuden@gmail.com1900747047DERMOCOSMETICOS DE SANTANDER SAS68001BucaramangaSantander68CALLE 31 N 26 A - 19 LOCAL 317 CENTRO COMERCIAL LA FLORIDA ENTREGAR DE 9:00 AM A 6:00 PMCOColombiaDERMOCOSMETICOS DE SANTANDER SAS900747047R-99-PN;R-99-PN68001BucaramangaSantander68CALLE 31 N 26 A - 19 LOCAL 317 CENTRO COMERCIAL LA FLORIDA ENTREGAR DE 9:00 AM A 6:00 PMCOColombia01IVADERMOCOSMETICOS DE SANTANDER SAS9007470473153902790dermocosmeticosdesantander@gmail.com;g.zambrano@laboratorioshuden.com.co2022-05-2315:39:06-05:0022022-06-2449938.000.0049938.0049938.001M22/05/10242.0049938.00FORMULA MAGISTRAL HD 007HD 007HD 00724969.002.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4333 : Error al enviar documento a la DIAN Documento: FV-MYA-980 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640203199512021-10-292023-04-29MYA8231500CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b32ade7862214cf42145c5a39369458d9b79fd513b0e2db548ae71413be524299e709dfb25f385d693693df2ed6c8929b800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1MYA980a7fe392ff5e9141871fc80fdbc2668fa26587215f33c2def1ec04e85e07e950b1b4f5891d92b308b73d876cdaeb37e722022-05-2318:12:28-05:0001MYA 980COP215229MYA CARGO SAS11001Bogota D.C.Bogota D.C.11CALLE 25 D # 85C - 80 OFC 301COColombiaMYA CARGO SAS901088924R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 25 D # 85C - 80 OFC 301COColombia01IVAMYA CARGO SAS901088924MYA3103026012 - 2654329myacargosas@gmail.com1901468944GT 24-7 S.A.S13001CartagenaBolivar13BRR LA CORDIALIDAD CR 84 39 G 88COColombiaGT 24-7 S.A.S901468944R-99-PN13001CartagenaBolivar13BRR LA CORDIALIDAD CR 84 39 G 88COColombia01IVAGT 24-7 S.A.S9014689443185276273administracion@gt24-7.com2022-05-2318:12:28-05:0022022-05-231434021.000.001434021.001434021.001PAGO DROPOFF1.001428308.00Reintegro Gastos enIng Terceros 009Ing Terceros 0091428308.001.0021.005713.00Gastos en 4*1000Ing Otros 040Ing Otros 0405713.001.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4490 : Error al enviar documento a la DIAN Documento: FV-FEM-27723 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640241635052022-01-172023-01-17FEM19243100000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b1cb60651be91a707f155d6a491f4a61aae871f19e898782716728787eda277f9c5a18f1cbd908aa74e5b02e0a977da8c800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FEM27723bd93e30443cc523594f07d7c08e418792a97428c154045c3ad0bde0139279c16da3c85802f910a5cf9ddb894f81f2f662022-05-2317:49:17-05:0001PRODUCTOCOP114631COMERCIALIZADORA MORALES CASALLAS S A S 11001Bogota D.C.Bogota D.C.11CL 94 B 56 25COColombiaCOMERCIALIZADORA MORALES CASALLAS S A S 900653186R-99-PN11001Bogota D.C.Bogota D.C.11CL 94 B 56 25COColombia01IVACOMERCIALIZADORA MORALES CASALLAS S A S 900653186FEM5339870facturacionmoracas@hotmail.com21032397232JESSIKA ANDREA BELTRAN GUTIERREZ11001Bogota D.C.Bogota D.C.11CL 11 SUR 0 40 SANTA ANA SURCOColombiaJESSIKA ANDREA BELTRAN GUTIERREZ1032397232R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CL 11 SUR 0 40 SANTA ANA SURCOColombiaZZNo aplicaJESSIKA ANDREA BELTRAN GUTIERREZ10323972323153324401ag7433564@gmail.comJESSIKA ANDREABELTRAN GUTIERREZ2022-05-2317:49:17-05:0022022-05-233207.0064136.003207.005.0001IVA64136.0064136.0067343.0067343.0011.0064136.003206.8064136.003206.805.0001IVABIRBO CAT X 7 KGNB02NB0264136.001.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4802 : Error al enviar documento a la DIAN Documento: FV-MOV4-20186 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640286871732022-05-092023-05-09MOV42000190000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b846409bad83b712879ad00762f68289483bb11ab85cf1af3f79931d8a33dc7602f485d48ff5babe0abf67724f57b9031800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1MOV42018655c2081bbd13f7765525bce1c43f4137564636542fc1f43ae6d43e9b9e4a6561fed542209665494cf34db3b554ef3e792022-05-1713:04:48-05:0001FACTURA DE VENTACOP11145AVITENZA SAS11001Bogota D.C.Bogota D.C.11CLL 80 KM 1.5 BOD 1 LOC 1102 PARQUE AGROINDUSTRIAL DE OCCIDENTECOColombiaAVITENZA SAS830118457R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CLL 80 KM 1.5 BOD 1 LOC 1102 PARQUE AGROINDUSTRIAL DE OCCIDENTECOColombiaZZNo aplicaAVITENZA SAS830118457MOV48766083contador.avitenza@gmail.com2222222222222CUANTIAS MENORES11001Bogota D.C.Bogota D.C.11AV CL 80 KM 1 5 VIA SIBERIACOColombiaconsumidor final222222222222R-99-PN11001Bogota D.C.Bogota D.C.11AV CL 80 KM 1 5 VIA SIBERIACOColombiaZYNo causaconsumidor final2222222222228757498cuantiasmenoresavit@gmail.comCUANTIAS MENORES2022-05-1713:04:48-05:00110132000.000.00132000.00132000.001300.00132000.00HUEVO A0404440.00300.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4958 : Error al enviar documento a la DIAN Documento: FV-M2FE-3333 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640240419812022-01-132024-01-13M2FE249610000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b1630de6d92c35cd4a8f9fbde6ee473384a3c7930353ba0b92e3dd3bd8812b3cd2243cb968e19c453a58fda97ae26a9cf800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1M2FE3333934df3300b4d88ba88f23f60c24b69149c0ad568995477881e3c0de8c73514ba4a57d2f83a03baeb273a53351b8dadec2022-05-2018:38:34-05:0001FACTURA DE VENTACOP114652MOVILTRONICS SAS11001Bogota D.C.Bogota D.C.11CR 8 18 27 OF 402COColombiaMOVILTRONICS SAS900153962R-99-PN11001Bogota D.C.Bogota D.C.11CR 8 18 27 OF 402COColombia01IVAMOVILTRONICS SAS900153962M2FE2827496facturacionelectronica@moviltronics.com.co280928154PETER EDUARDO HIDALGO VARGAS11001Bogota D.C.Bogota D.C.11CR 55 73 40|COColombiaPETER EDUARDO HIDALGO VARGAS80928154R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CR 55 73 40|COColombiaZZNo aplicaPETER EDUARDO HIDALGO VARGAS809281543144285262motorenbici@gmail.comPETER EDUARDOHIDALGO VARGAS2022-05-2018:38:34-05:0022022-05-20138095.242761904.7619138095.2380955.0001IVA2761904.762761904.762900000.002900000.00120.002761904.76138095.2380952761904.7619138095.2380955.0001IVABateria de gel 12V 28A MT12-28S30029S30029138095.23809520.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.4958 : Error al enviar documento a la DIAN Documento: FV-FE-9950 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640164163592021-08-152022-08-15FE99510000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b3e764318b079248a4e9f1e0f5198677a73b5d12bd70daad9b74efa62173f6ee66bff8505bb4fe1d13bc09ae3fc23db79800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FE9950bcd2a389557d86fb0e7d2ff9e65813da47d336ad31836807b191c1197d93217c2efcacd884cedd4ab387d7219ef1772d2022-05-2316:11:00-05:0001FACTURA DE VENTACOP811089GRUPO NATURAL SER S.A.S.25290FusagasugaCundinamarca25calle 3 # 4-50COColombiaGRUPO NATURAL SER S.A.S.900316612R-99-PN25290FusagasugaCundinamarca25calle 3 # 4-50COColombia01IVAGRUPO NATURAL SER S.A.S.900316612FE3167449873facturacionelectronica.gns@gmail.com243059218DORIAN ELISA CADAVID DE ARANGO05042Santafe De AntioquiaAntioquia05CL 9 8 24COColombiaDORIAN ELISA CADAVID DE ARANGO43059218R-99-PN05042Santafe De AntioquiaAntioquia05CL 9 8 24COColombiaZZNo aplicaDORIAN ELISA CADAVID DE ARANGO430592183207567086manuel.arangomedicina@gmail.comDORIAN ELISA CADAVID DE ARANGO2022-05-2316:11:00-05:0022022-06-22719400.000.00719400.00719400.0016.0050400.00TOLVOX ADULTO JARABE X 300 ML1TOL11TOL18400.006.0026.0050400.00TOLVOX NINOS JARABE X 300 ML1TOL21TOL28400.006.0036.0067800.00DESPARASITOL KIDS JARABE X 240 ML1DES21DES211300.006.0044.0056000.00DESPRSTOL ADULTOS JARABE X 360 ML1DES11DES114000.004.00510.00180000.00PLATA COLOIDAL X 240 ML1PTC1PTC18000.0010.0067.00126000.00DIGEST JARABE X 360 ML1DIG1DIG18000.007.0078.00107200.00DREVITAN ADULTO JARABE X 360 ML1DR1DR13400.008.0086.0081600.00OVAI JARABE X 360 ML1OV1OV13600.006.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.5271 : Error al enviar documento a la DIAN Documento: FV-FEBO-4915 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640280165572022-04-222023-04-22FEBO100110000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b6ad9b4e4ce1672c9de69f1c166d70bbbad000679f1bf07fc0c9d3fb820edfca3545713fcb0413f9e778ef352b493dddd800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FEBO4915adc7d26c364c70120f99e2c6a47f8149ffccab7a9cc6ccc98663c983f419e89b7d5b2aace0e71843a858227e10dca8882022-05-2318:23:42-05:0001FACTURA DE VENTACOP114741PROVEEL SAS11001Bogota D.C.Bogota D.C.11CR 15 77 05 LOC 2 44COColombiaPROVEEL SAS900493143R-99-PN11001Bogota D.C.Bogota D.C.11CR 15 77 05 LOC 2 44COColombia01IVAPROVEEL SAS900493143FEBO3001144facturaelectronicaproveel@gmail.com1830004922PRO AND Y CIA LTDA11001Bogota D.C.Bogota D.C.11CRA 18 #78-40 OF 703COColombiaPRO AND Y CIA LTDA830004922R-99-PN11001Bogota D.C.Bogota D.C.11CRA 18 #78-40 OF 703COColombia01IVAPRO AND Y CIA LTDA8300049226218404proand@proand.com.co2022-05-2318:23:42-05:001106386.5533613.4453786386.55462219.0001IVA33613.4533613.4540000.0040000.001SN 22192N4001809- GARANTIA CON LA MARCA1.0033613.456386.55462233613.4453786386.55462219.0001IVASwitch Tp link LS1008 8 puertos 10/100 plasticoLS1008LS100833613.4453781.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.5427 : Error al enviar documento a la DIAN Documento: FV-FE-8580 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640186101492021-09-272022-09-27FE600110000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b8c500242953f49682f5b3e46b9979fd1600d1f348db4ff8c9329bdc7b3a9e2f31e88a125f601bd302f86780ece645f7f800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=1215fff59b0b291341359af1edde319bfbd11e2b89c6dbdce4eb3b3673f725a06be80296b29ac96cf13d421be986fc15c/aoeORmsmzhzpoVEklREJrofBO9HVWb1agIkAerlWc=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AQAB2022-05-23T23:15:58+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 Venta1FE85801215fff59b0b291341359af1edde319bfbd11e2b89c6dbdce4eb3b3673f725a06be80296b29ac96cf13d421be986fc152022-05-2315:56:53-05:0001FACTURA DE VENTA SEGuN REMISIoN No 18304COP211399FABRICA DE IMPERMEABLES FAIMPER S.A.S11001Bogota D.C.Bogota D.C.11CARRERA 68M N 37 - 44 SURCOColombiaFABRICA DE IMPERMEABLES FAIMPER S.A.S900522105R-99-PN;O-4711001Bogota D.C.Bogota D.C.11CARRERA 68M N 37 - 44 SURCOColombia01IVAFABRICA DE IMPERMEABLES FAIMPER S.A.S900522105FE7415242 - 4039576 - 3213918005faimper.sas@outlook.com279542490RAUL DARIO ARBOLEDA SALGADO11001Bogota D.C.Bogota D.C.11CRA 69 C # 3A-43COColombiaRAUL DARIO ARBOLEDA SALGADO79542490R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CRA 69 C # 3A-43COColombia01IVARAUL DARIO ARBOLEDA SALGADO795424903124813208diacces@hotmail.comRAUL DARIOARBOLEDA SALGADO2022-05-2315:56:53-05:0022022-05-2318466.6097193.4018466.59619.0001IVA97193.4097193.40115660.00115660.0011.0032397.801false8.002817.2035215.006155.58232397.806155.58219.0001IVACONJUNTO BROCHE C-18 NG TALLA - M10118NG-M10118NG-M35215.001.0022.0064795.601false8.005634.4070430.0012311.16464795.6012311.16419.0001IVACONJUNTO BROCHE C-18 NG TALLA - XL10118NG-XL10118NG-XL35215.002.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.5583 : Error al enviar documento a la DIAN Documento: FV-FE-20452 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640285602462022-05-042023-05-04FE2000130000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bea1d91e5596e2da401fa5bc5ac2936de4198028ce204177e9dc342e7f9dfa29f46ff7a7334ec317e856d6f5812217978800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=bdb7be58912579cbd28eab7699ae7baaaeceb9eb1c3659fda514db568d208bdc835808ef42c653d0833ccdd6d1b29ac6X46lyhGW/MtzKTOLaTrUQYBsw+x+NnW8N+Dw9EguMd0=Lpjw5Y3v5H+0jA3UVPdKuTwzF2DHDdDtvx9/2bWQIYU=gtrzvdw4abxzUuYV/yYzO9WTQh9GMbpfWgviFqR+/Jo=al9YdRgdYPn03O+ww6SjS/Q2HR3NNNKa3iqTdw1gLDfO8q0dlgOkE0t5y4ikQ8OlK4CG9NFdPy0bFXheVS9q4wY3itwZeUQCB9T6gsuzpJKTRmw/Ae+Hawm8OGXup36zT2DJd+uC6P8NmRAHqsOKL6Sq43Yrl4eTRUm6y93OlcktPq58Ykeb1pcNisHndSTN6uFrDVijrIX6tsjudWN57EOiV1W1mpzD+nmUVXBf5pONgEh9w9pwOrFZZyguWZ9Em7Ub5VdAyORIcxHpHK2ECK4Z+/Oywtur6a10QdGh5OlasHAzDSziEwVJGheO4xN9ujylwiUeOtcbXxwEaPAP2Q==MIIIrDCCBpSgAwIBAgIITwmmj5LvZBMwDQYJKoZIhvcNAQELBQAwgbYxIzAhBgkqhkiG9w0BCQEWFGluZm9AYW5kZXNzY2QuY29tLmNvMSYwJAYDVQQDEx1DQSBBTkRFUyBTQ0QgUy5BLiBDbGFzZSBJSSB2MjEwMC4GA1UECxMnRGl2aXNpb24gZGUgY2VydGlmaWNhY2lvbiBlbnRpZGFkIGZpbmFsMRIwEAYDVQQKEwlBbmRlcyBTQ0QxFDASBgNVBAcTC0JvZ290YSBELkMuMQswCQYDVQQGEwJDTzAeFw0yMTAzMTcwNTAwMDBaFw0yMzAzMTcwNDU5MDBaMIIBWTEwMC4GA1UECQwnQ2FsbGUgMjYgIyA2OUQgLSA5MSBUb3JyZSAxIE9maWNpbmEgODA1MS0wKwYJKoZIhvcNAQkBFh5jb250YWN0ZW5vc0B3b3JsZG9mZmljZS5jb20uY28xJjAkBgNVBAMTHVdPUkxEIE9GRklDRSBDT0xPTUJJQSAgIFMuQS5TMRMwEQYDVQQFEwo5MDA1MzQzNTYzMTYwNAYDVQQMEy1FbWlzb3IgRmFjdHVyYSBFbGVjdHJvbmljYSAtIFBlcnNvbmEgSnVyaWRpY2ExOjA4BgNVBAsTMUVtaXRpZG8gcG9yIEFuZGVzIFNDRCBBYyAyNiA2OUMgMDMgVG9ycmUgQiBPZiA3MDExETAPBgNVBAoTCEdlcmVuY2lhMQ8wDQYDVQQHEwZCT0dPVEExFDASBgNVBAgTC0JPR09UQSBELkMuMQswCQYDVQQGEwJDTzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL1YWXjE6J8lkANbpOr+CAw4LfQCUXsq4d43lww2jj3qVytfNb/5BU860uxgWMJsWdcz4Wgb5xbG+wMr+Y+pSOrfMW00iNHQE5WhgG4wRqK79JUq7em0zbWHrB2Df/8C9ZVA1flzCNYhobAPbqE4mH7q/2AtkVct6jp7Rb9AyQ8CL54Lum0c6xEpv/In4d/t+0VHW6ErsXCeoEKGbN5gxp1MbuSXbFz13oJv1hcNl+IzegrvX9iELYxlQI8GKU8NW/p27Rxj8QqoinB8r8sxwNAAFLNbw4VMvSAOiSUNUbv5t8nlo5kWna0HaTuGpwyRJPFoGHqifUk1ils1gA1+Cb0CAwEAAaOCAxYwggMSMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUOldQ0HcbPtaL6v+Xmdf/hAJIKQ8wNwYIKwYBBQUHAQEEKzApMCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5hbmRlc3NjZC5jb20uY28wKQYDVR0RBCIwIIEeY29udGFjdGVub3NAd29ybGRvZmZpY2UuY29tLmNvMIIB8gYDVR0gBIIB6TCCAeUwggHhBg0rBgEEAYH0SAECBgEGMIIBzjBCBggrBgEFBQcCARY2aHR0cHM6Ly93d3cuYW5kZXNzY2QuY29tLmNvL2RvY3MvRFBDX0FuZGVzU0NEX1YzLjUucGRmMIIBhgYIKwYBBQUHAgIwggF4HoIBdABMAGEAIAB1AHQAaQBsAGkAegBhAGMAaQDzAG4AIABkAGUAIABlAHMAdABlACAAYwBlAHIAdABpAGYAaQBjAGEAZABvACAAZQBzAHQA4QAgAHMAdQBqAGUAdABhACAAYQAgAGwAYQBzACAAUABvAGwA7QB0AGkAYwBhAHMAIABkAGUAIABDAGUAcgB0AGkAZgBpAGMAYQBkAG8AIABkAGUAIABGAGEAYwB0AHUAcgBhAGMAaQDzAG4AIABFAGwAZQBjAHQAcgDzAG4AaQBjAGEAIAAoAFAAQwApACAAeQAgAEQAZQBjAGwAYQByAGEAYwBpAPMAbgAgAGQAZQAgAFAAcgDhAGMAdABpAGMAYQBzACAAZABlACAAQwBlAHIAdABpAGYAaQBjAGEAYwBpAPMAbgAgACgARABQAEMAKQAgAGUAcwB0AGEAYgBsAGUAYwBpAGQAYQBzACAAcABvAHIAIABBAG4AZABlAHMAIABTAEMARDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwOQYDVR0fBDIwMDAuoCygKoYoaHR0cDovL2NybC5hbmRlc3NjZC5jb20uY28vQ2xhc2VJSXYyLmNybDAdBgNVHQ4EFgQU6DRgpkhpi9qXL2P0idgO6C+RYeYwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4ICAQBGJ2Oals+lCvezIVscgC3r3jBWlMRmdruCp4g8iGEyht5VyddEmQwIPPU8y+24NfJeZpeGLYtxZ17g7PSgTRWSDvByFmauSiIdmlOrYsCeTkhYuAbPLq0Sog64XqPNmczI52mzCYv2gAuMOQi/qUTAkC4PtqNvA81QJNBUTj1jNLDTyEtZDlEH6qvvcBJoSIu/qXWKlWqn54O62Jtv2/5mfkjjFw0lFomQI+SSYJ9vTYBGd2DX581NoP1Cbo2xDVJBhulP0Fm5oMG8Qcxma12w4F5HM/uPYOVd31dHfTnvmvVRZlyZd7w7SHQWkaK+zpWYwCehKeGmJR6vncPxNKPc22RdGjvdwf1kow1l7QbghmYeLZdekxMGRaj8mM3AyGYfF85M0/0clGtRi7m4cLaGNLfJBHdOBjP2NmB7WqZRZ7kfNQeVF2h8f3Nivt254u8lFlYRoW9plsM0bALipnjXHf9Ek5yl0yoDQYF1Pa79inW/QGM3QzDiuoEXxBzmu3RR0vm1K95lWbZinF++Ly/b8dBQ/xsrJY1z3QhoSAAFcY84JBz5qE0ctXhqjH3l+GwEHf3Mglr6VsZHgORClCzIvP4x99/Nx8jOOWqgmMQl5lxm7Gyb3isZ/dvHOJQVTxnNN/lHPt8xa9hi/ZsEHgmaaaKkL9deFMKdvr8weTMI1g==vVhZeMTonyWQA1uk6v4IDDgt9AJReyrh3jeXDDaOPepXK181v/kFTzrS7GBYwmxZ1zPhaBvnFsb7Ayv5j6lI6t8xbTSI0dATlaGAbjBGorv0lSrt6bTNtYesHYN//wL1lUDV+XMI1iGhsA9uoTiYfur/YC2RVy3qOntFv0DJDwIvngu6bRzrESm/8ifh3+37RUdboSuxcJ6gQoZs3mDGnUxu5JdsXPXegm/WFw2X4jN6Cu9f2IQtjGVAjwYpTw1b+nbtHGPxCqiKcHyvyzHA0AAUs1vDhUy9IA6JJQ1Ru/m3yeWjmRadrQdpO4anDJEk8WgYeqJ9STWKWzWADX4JvQ==AQAB2022-05-23T23:15:58+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 Venta1FE20452bdb7be58912579cbd28eab7699ae7baaaeceb9eb1c3659fda514db568d208bdc835808ef42c653d0833ccdd6d1b29ac62022-05-2117:56:01-05:000121217COP114631AVICOLA SAN JUAN LTDA11001Bogota D.C.Bogota D.C.11CR 59 N. 17 36 BOGOTA, D.C.COColombiaAVICOLA SAN JUAN LTDA800190529R-99-PN11001Bogota D.C.Bogota D.C.11CR 59 N. 17 36 BOGOTA, D.C.COColombiaZZNo aplicaAVICOLA SAN JUAN LTDA800190529FE2908638AVICOLASANJUAN@HOTMAIL.COM1900057199DELIMEX SA11001Bogota D.C.Bogota D.C.11AV CL 82 12A-25-27COColombiaDELIMEX SA900057199R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AV CL 82 12A-25-27COColombia01IVADELIMEX SA9000571996366422facturacion@lataqueria.com.co2022-05-2117:56:01-05:0022022-05-21589.3290142350.00589.3290.41407ReteICA142350.000.00142350.00142350.001157.30142350.00589.329142350.00589.3290.41407ReteICAFILETE DE PECHUGA1004001100400119500.007.30 -------------------------------------------------------------------- 2022-05-23 18:25:59.5583 : Error al enviar documento a la DIAN Documento: FV-FVEC-598340 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640165944162021-08-192022-08-19FVEC500001800000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245be2bf2eac5279d478a6504d0b306cabd55c4635c59a66e8120b40e49875cdac87b35e7ce65ebaeaf3ebcd6bdbb6e6bbaa800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FVEC59834008a8a9e13a8d349addf22877bc8b9c76f6486f4b6c60e3911ef53a9e298e315f84f494b69519739f89b4337dffe55d422022-05-2317:59:21-05:0001FACTURA DE VENTACOP114722H&S COMERCIALIZADORA SAS11001Bogota D.C.Bogota D.C.11CL 66 17 31COColombiaH&S COMERCIALIZADORA SAS900516374R-99-PN11001Bogota D.C.Bogota D.C.11CL 66 17 31COColombia01IVAH&S COMERCIALIZADORA SAS900516374FVEC4020065hysclientes@gmail.com21126427339MARIANA RIBON EASTMAN11001Bogota D.C.Bogota D.C.11CL 66 7 18COColombiaMARIANA RIBON EASTMAN1126427339R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CL 66 7 18COColombiaZZNo aplicaMARIANA RIBON EASTMAN11264273393229202665ribone_mariana@hotmail.comMARIANARIBON EASTMAN2022-05-2317:59:21-05:0022022-05-23115320.000.00115320.00115320.0012.00115320.004049 LECHE CONDENSADA 5000 GR4049404957660.002.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.5740 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-NE-8689 CUFE: e81b89d497c85c687a4e58512c1c8e0bccce0d06058c86a03dffe56b1355c69355d074aa99d43e9e9ce553647c510ffd ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.6677 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-1148 CUFE: c27afc7c701b04b611ac788efa0fb78e9a211ab079e7d284a67a89dd5ce020aad07e7b64d439a72835552123bb57ff0b ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.6833 : Error al enviar documento a la DIAN Documento: FV-ODFE-15776 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640214322812021-11-192023-11-19ODFE10575100000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b5eca6ef8cb51918971686bd530d6cd23f6b81fe3f211690382214fcbe808b0188a7e8359605ab13a21ed3f19eba9a5ac800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1ODFE157763e0edab98a75088ef14e4a6ab8c339fb78f7f24e74087f43857fe7f32d64c69b42e0c107224a058ecc68ff9257a458f42022-05-2318:24:28-05:0001FACTURA DE VENTA SEGuN PEDIDO No ODFE 15776COP614773ORTOPEDICOS DISALUD SAS11001Bogota D.C.Bogota D.C.11TR 93 53 32 INT 4COColombiaORTOPEDICOS DISALUD SAS901091299R-99-PN11001Bogota D.C.Bogota D.C.11TR 93 53 32 INT 4COColombia01IVAORTOPEDICOS DISALUD SAS901091299ODFE3906258factelectodsas@gmail.com224022564LILIANA MORENO11001Bogota D.C.Bogota D.C.11CL 139 # 72-28COColombiaLILIANA MORENO24022564R-99-PN11001Bogota D.C.Bogota D.C.11CL 139 # 72-28COColombiaZZNo aplicaLILIANA MORENO240225643105547625limemoreno@gmail.comLILIANAMORENO2022-05-2318:24:28-05:0011046621.85245378.15125646621.84873919.0001IVA1215378.15245378.151262000.001262000.0011.00140000.00CAMINADOR EN ALUMINIO UN BOTON ANODIZADO COLOR PLATA IMPORMEICALH01MA01957H01MA01957140000.001.0024.00184873.9535126.050419184873.94957635126.05041919.0001IVABARRA CROMADA DE SEGURIDAD 12"7707066031124770706603112446218.4873944.00350.0030000.00GASA ALFA EST.NO TEJ.3X3 SOBRE X 6 UDS77072283665217707228366521600.0050.0043.0022689.084310.9243722689.075634310.9243719.0001IVATOALLAS HUMEDAS CLASICAS 60 UNIDADES770202617500977020261750097563.025213.0051.0037815.137184.8739537815.126057184.8739519.0001IVAMEDIVARIC ANTIEMBOLICA M MUSLO7707670409968770767040996837815.126051.0061.00800000.00SILLA DE RUEDAS REMOBIBLE ELEVAPIES RIN ESTRELLA KBE1462RE-PP23 IMPORMEDIH01SP061177H01SP061177800000.001.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.7146 : Error al enviar documento a la DIAN Documento: FV-FE-38052 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640218127672021-11-252022-11-25FE3000150000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b1ed523e1dc291e2a868cb7ed74fa4b28364d103e8f7d6a8cd87813434b747f647b84e0cdd531840bb772be573f807b37800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1FE3805215b048e3d657c1b51ecc6f704040f47e23baa875140aa466958895a1da820db96e40fa68ae1e7259c85992ffb30b529e2022-05-2318:24:55-05:0001FACTURA DE VENTACOP119499COOMDEXGAN LTDA15238DuitamaBoyaca15CALLE 14 18 39COColombiaCOOMDEXGAN LTDA826000516R-99-PN15238DuitamaBoyaca15CALLE 14 18 39COColombia01IVACOOMDEXGAN LTDA826000516FE87618898cooperativa.fact.18@outlook.com274750868ALVARO ADONAY CUERVO JUYA15001TunjaBoyaca15AV 1 40 26COColombiaALVARO ADONAY CUERVO JUYA74750868R-99-PN15001TunjaBoyaca15AV 1 40 26COColombiaZZNo aplicaALVARO ADONAY CUERVO JUYA747508683105650513carnessanmartin01@hotmail.comALVARO ADONAYCUERVO JUYA2022-05-2318:24:55-05:00110655600.000.00655600.00655600.00111.00655600.00BENEFICIO Y TRANSPORTE GANADO BOVINOBEN002BEN00259600.0011.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.7302 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-VLE-8401 CUFE: f8d47a2b48b9458d4616b09d48d0bc66ed877d063058e51a3eb03291142f45442c1efa25f21f0f4282b26985614a7f3d ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:25:59.7302 : Error al enviar documento a la DIAN Documento: FV-671 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640185866452021-09-252022-09-253011000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b27af3cfcf55453f90bfb08582f18391b09ac51bf8bf1810a264eaf7052df005468de1d4d7c27e6e03fd589d69d5580e4800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=0454e8ee08782277369e11b55384101263447445da17dec994e11ef35a1fe724af7b66690286d99e20b839cba468a1c3/XnA0/vp1lrVoj8LvSZOR62QBN4WW6NDRylUg0LewLQ=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AQAB2022-05-23T23:15:58+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 Venta16710454e8ee08782277369e11b55384101263447445da17dec994e11ef35a1fe724af7b66690286d99e20b839cba468a1c32022-05-2318:24:18-05:0001FACTURA DE VENTA SEGuN COTIZACIoN No 1259COP114520E2 QUALITY & SERVICE SAS11001Bogota D.C.Bogota D.C.11Cl 58 Bis 77 C 27 SurCOColombiaE2 QUALITY & SERVICE SAS901334897R-99-PN;R-99-PN;R-99-PN;R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11Cl 58 Bis 77 C 27 SurCOColombia01IVAE2 QUALITY & SERVICE SAS9013348973133391291e2quality.service@gmail.com1830051440EXXE LOGISTICA S.A.S11001Bogota D.C.Bogota D.C.11CR 69 B 17 A 26COColombiaEXXE LOGISTICA S.A.S830051440R-99-PN;O-15;O-13;O-2311001Bogota D.C.Bogota D.C.11CR 69 B 17 A 26COColombia01IVAEXXE LOGISTICA S.A.S8300514406505555proveedores.exxe@exxe.com.co2022-05-2318:24:18-05:0022022-06-223610.0019000.003610.0019.0001IVA19000.0019000.0022610.0022610.001TEO-3141.0019000.001false5.001000.0020000.003610.0019000.003610.0019.0001IVAINSTALACIoN DE CINTAS REFLECTIVAS COSTADO IZQUIERDO.4611461120000.001.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.7615 : Error al enviar documento a la DIAN Documento: FV-NE-8689 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640149792382021-07-092022-07-09NE500120000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b5778fb9a6568c60863466f8ea3eef364de9fdf6228b1d8af50f72ab36a6fd9ed8501a5fad3b2d72110ed5036f2cdd2d1800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1NE8689e81b89d497c85c687a4e58512c1c8e0bccce0d06058c86a03dffe56b1355c69355d074aa99d43e9e9ce553647c510ffd2022-05-2318:21:50-05:0001FACTURA DE VENTA SEGuN PEDIDO No 8776COP1014762NATURALISIMOS NUNEZ SAS11001Bogota D.C.Bogota D.C.11CALLE 9 20A 75 LC1COColombiaNATURALISIMOS NUNEZ SAS900755169R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 9 20A 75 LC1COColombia01IVANATURALISIMOS NUNEZ SAS900755169NE3132914786naturalisimosnunez@gmail.com238283571BLANCA MARIA RODRIGUEZ25513PachoCundinamarca25CALL 8 17 01 PACHOCOColombiaBLANCA MARIA RODRIGUEZ38283571R-99-PN;R-99-PN25513PachoCundinamarca25CALL 8 17 01 PACHOCOColombiaZZNo aplicaBLANCA MARIA RODRIGUEZ382835713116170197blancarodriguez_9@hotmail.comBLANCA MARIARODRIGUEZ2022-05-2318:21:50-05:00110121444.00137136.006856.525.0001IVA603092.00114587.4819.0001IVA740228.00740228.00861672.00861672.00112.00137136.006856.80137136.006856.805.0001IVALINAZA COLON CLEAN BOLSA X 450 GR COLON CLEANSER254000042540000411428.0012.0026.0027726.005267.9427726.005267.9419.0001IVAACEITE DE ROMERO CASVIOR 60 ML02600018026000184621.006.00312.00275292.0052305.48275292.0052305.4819.0001IVANEUROZIN JARABE LIU FENPING080000150800001522941.0012.0043.0014619.002777.6114619.002777.6119.0001IVAJABON RUDA NATURAL FRESHLY 90 gr00100055001000554873.003.0053.00113445.0021554.55113445.0021554.5519.0001IVAALMENDRI BOLSA X 900 GR FRANES245000012450000137815.003.0065.0027310.005188.9027310.005188.9019.0001IVAPAQUETE DULCES DE AJONJOLI ANA GLORIA22500001225000015462.005.0074.0023192.004406.4823192.004406.4819.0001IVASH EQUINO LISSIA 450 ML06300003063000035798.004.0084.0045040.008557.6045040.008557.6019.0001IVACREMA ARNICA NATURAL FRESHLY 60 GR001000620010006211260.004.0094.0043696.008302.2443696.008302.2419.0001IVACREMA CUBRE CANAS X 230 ML NEVEROLD069000070690000710924.004.00103.0032772.006226.6832772.006226.6819.0001IVASH ROMERO Y QUINA NEVEROLD 230 ML069000020690000210924.003.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.7771 : Error al enviar documento a la DIAN Documento: FV-1148 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640252503182022-02-102023-02-108465000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b85a7f8408e71fdcd2b476ef61721f345d0274a28f24e63b161f37125742ca3d46f05b66304a421803a7c6060cbc36373800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta11148c27afc7c701b04b611ac788efa0fb78e9a211ab079e7d284a67a89dd5ce020aad07e7b64d439a72835552123bb57ff0b2022-05-2316:35:28-05:0001FACTURA DE VENTACOP1314773OCCIMEDICAL S.A.S17001ManizalesCaldas17Calle 47 No 35C - 28COColombiaOCCIMEDICAL S.A.S901445432R-99-PN17001ManizalesCaldas17Calle 47 No 35C - 28COColombia01IVAOCCIMEDICAL S.A.S9014454328958840occimedicalsas@gmail.com1891411743CLINICA DE FRACTURAS SAS66001PereiraRisaralda66AV JUAN B GUTIERREZ 18 - 60 ED. OVAL MEDICA P3COColombiaCLINICA DE FRACTURAS SAS891411743R-99-PN;R-99-PN66001PereiraRisaralda66AV JUAN B GUTIERREZ 18 - 60 ED. OVAL MEDICA P3COColombia01IVACLINICA DE FRACTURAS SAS8914117433118580farmacia@clinicadefracturas.co2022-05-2316:35:28-05:0022022-06-22591161.003111376.000002591161.0019.0001IVA4447845.003111376.005039006.005039006.00130/08/20232.0023900.00GENTAMICINA UNG OFTALMICO x 5 GR - ARBOFARMA INVIMA: 2008M-000870667167111950.002.00230/01/202415.0029550.00ACETAMINOFEN JBE FRASCO x 60 ML - AG INVIMA: 2018M-0001556-R27487481970.0015.00330/03/202448.00216432.00BUPIROP 0.5 % S/E x 10 ML - ROPSOHN INVIMA 2017 M-004762-R21941944509.0048.00430/01/202319.0085671.00BUPIROP 0.5 % S/E x 10 ML - ROPSOHN INVIMA 2017 M-004762-R21941944509.0019.00530/04/202424.00108216.00BUPIROP 0.5 % S/E x 10 ML - ROPSOHN INVIMA 2017 M-004762-R21941944509.0024.00630/09/202450.00299000.00DEPOMEDROL 40 MG/ 1 ML AMP - PFZIER INVIMA 2018 M-0001389 - R24174175980.0050.00730/05/2024500.00255000.00DICLOFENACO SODICO x 75 MG AMP - BIOSANO INVIMA: 2016M-0004505-R1903903510.00500.00830/11/202350.00112500.00CLORHIDRATRO DE TRAMADOL GOTAS FCO x 10 ML - EXPOFARMA INVIMA: 2008M-011842-R18608602250.0050.00928/02/20244.00206200.00NITROFURAZONA POMADA x 500 GR - BREMY INVIMA 2007 M-000695322722751550.004.001001/12/202620.00436000.0082840.00436000.0082840.0019.0001IVAGUANTES DESECHABLES TALLA S CAJA x 100 UND - PRECISION INVIMA: 2021DM-002296973173121800.0020.001101/12/202620.00436000.0082840.00436000.0082840.0019.0001IVAGUANTES DESECHABLES TALLA M CAJA x 100 UND - PRECISION INVIMA: 2021DM-002296987187121800.0020.001204/03/202750.002075000.00394250.002075000.00394250.0019.0001IVAAGUJA ECHOPLEX 22 G x 50 MM REF. 6194503 - VYGON INVIMA 2013 DM-001069725525541500.0050.001330/07/20242.00164376.0031231.44164376.00000231231.4419.0001IVAMASCARILLA LARINGEA DE SILICONA REUSABLE No 3.0 - PULMO MED INVIMA: 2016DM-001542667367382188.0000012.00 -------------------------------------------------------------------- 2022-05-23 18:25:59.7927 : Error al enviar documento a la DIAN Documento: FV-VLE-8401 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640223021802021-12-032022-12-03VLE598610000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b788cfc6d1654b1fd487afc3c9a8771f13c50496a73d7f8b10e910331008cbbd83d548c83220d1a1eec4aebdea3f8297f800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:15:58+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 Venta1VLE8401f8d47a2b48b9458d4616b09d48d0bc66ed877d063058e51a3eb03291142f45442c1efa25f21f0f4282b26985614a7f3d2022-05-2317:20:32-05:0001FACTURA DE VENTACOP118544Corporacion Universitaria Autonoma de NariNo "Aunar"05483NariNoAntioquia05Carrera 48 Sur km 1 via Acacias anillo VialCOColombiaCorporacion Universitaria Autonoma de NariNo "Aunar"891224762R-99-PN05483NariNoAntioquia05Carrera 48 Sur km 1 via Acacias anillo VialCOColombia01IVACorporacion Universitaria Autonoma de NariNo "Aunar"891224762VLE6823030fraelectronica@aunar.edu.co21121911911ERICK FABIAN PENA HERRERA50001VillavicencioMeta50CLL 46 38 67 BRR PANORAMACOColombiaERICK FABIAN PENA HERRERA1121911911R-99-PN;R-99-PN50001VillavicencioMeta50CLL 46 38 67 BRR PANORAMACOColombiaZZNo aplicaERICK FABIAN PENA HERRERA11219119113102319117erickfabianpenaherrera@gmail.comERICK FABIANPENA HERRERA2022-05-2317:20:32-05:0022022-05-23351153.000.00351153.00351153.0011.00351153.00CURSOS VACACIONALES PRIMER SEMESTREVC001VC001351153.001.00 -------------------------------------------------------------------- 2022-05-23 18:26:00.2615 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-IELM-48 CUFE: c6bebb06d86984ecdf5ffdad6741b0ea24a8bfc456a8d773df65b28a41c87dd76c8000fd79f5960e1869a3c92e7a0719 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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-23 18:26:00.2927 : Error al enviar documento a la DIAN Documento: FV-IELM-48 ERROR: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'vpfe.dian.gov.co' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, 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: 187640216023302021-11-222022-11-22IELM391000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b718d128a7fbcc32b47ef646eeebc4a093425569322112adb26ca4b04307cbf0e53fe3d6ae372a29a60c0296b27b7dfb6800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-05-23T23:16:00+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 Venta1IELM48c6bebb06d86984ecdf5ffdad6741b0ea24a8bfc456a8d773df65b28a41c87dd76c8000fd79f5960e1869a3c92e7a07192022-05-2318:04:26-05:000121,12% del CANON DE MAYO 2022 (01 AL 31) / APT 101 CR 5 74 A 68 AP 101, GARAJES 21 Y 22COP11INVERSIONES EL MEDIO S.A.S11001Bogota D.C.Bogota D.C.11CRA 7 #113 - 43 OFICINA 909COColombiaINVERSIONES EL MEDIO S.A.S900423500R-99-PN11001Bogota D.C.Bogota D.C.11CRA 7 #113 - 43 OFICINA 909COColombia01IVAINVERSIONES EL MEDIO S.A.S900423500IELM6207870facturacionelmedio@gmail.com1830092424SCOPE CONSULTING LTDA11001Bogota D.C.Bogota D.C.11CR 5 74 A 68 AP 101COColombiaSCOPE CONSULTING LTDA830092424R-99-PN11001Bogota D.C.Bogota D.C.11CR 5 74 A 68 AP 101COColombia01IVASCOPE CONSULTING LTDA830092424Rene Van Meerbeke8043988rvmp@me.com;mhpradilla@gmail.com2022-05-2318:04:26-05:0022022-05-231267200.000.001267200.001267200.00121,12% DEL CANON MAYO 2022 (01 AL 31) / APT 101 CR 5 74 A 68 AP 101, GARAJES 21 Y 221.001267200.00ARRENDAMIENTO APTO 101 CRA 5 74 A 680050051267200.001.00 --------------------------------------------------------------------