2022-06-12 19:16:48.1837 : Documento: FV-FEB-3054 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-06-12 19:16:50.9964 : Documento: FV-CBA-4250 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-06-12 19:16:53.5434 : Documento: FV-FEVD-75197 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-06-12 19:16:54.4965 : Documento: FV-IMFE-107003 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-06-12 19:16:56.3403 : Documento: FV-AVIT-16480 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-06-12 19:17:02.1327 : Documento: FV-TFE-2529 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-06-12 19:17:06.0078 : Documento: FV-ELE-219411 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-06-12 19:17:10.0861 : Documento: FV-FEVE-13784 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-06-12 19:17:15.4769 : Documento: FV-FE-11696 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-06-12 19:17:15.8062 : Documento: FV-AFE-2053 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-06-12 19:17:16.1488 : Documento: FV-EVIL-14554 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-06-12 19:17:17.8253 : Documento: FV-FE-750 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-06-12 19:17:23.1557 : Documento: FV-FA-1364 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-06-12 19:17:56.3635 : Documento: FV-IBH-4960 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-06-12 19:18:21.3322 : Documento: FV-FEVD-75198 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-06-12 19:18:32.9665 : Documento: FV-CBA-4251 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-06-12 19:18:40.1075 : Documento: FV-FE-2907 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-06-12 19:52:44.1859 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-HC-2115 CUFE: 8dd08a6e1ea6498ff2d8b614a6dae2be6ee469f11bd9a8c2e12459aa6a5874ccc38138cc3a25ee73be56c71124a939a5 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-12 19:52:44.5453 : Error al enviar documento a la DIAN Documento: FV-FEVE-13839 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640279661502022-04-212023-04-21FEVE1200130000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245ba87c58c2eab1bc74493175bdd82904c9d5d83ec8ee1cdd225ed29d8cb5d900e3cf13ec24d023003c29df857a7d488906800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T00:42: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.110DIAN 2.1: Factura Electrónica de Venta1FEVE138398592d6b94f5a82c6dcce5bcb4809433845b58280f94dc9e17b1c2a215089ff1362564aa449af18ad3731a2fd472b557c2022-06-1218:44:03-05:0001 ESCUELA DEPORTIVA 7TO CICLO 2022COP116810VERGARA RUIZ & CIA S EN C08573Puerto ColombiaAtlantico08Km 10 Autopista Puerto ColombiaCOColombiaVERGARA RUIZ & CIA S EN C802006404R-99-PN08573Puerto ColombiaAtlantico08Km 10 Autopista Puerto ColombiaCOColombia01IVAVERGARA RUIZ & CIA S EN C802006404FEVE3163898940contador vergararuiz@altamira.edu.co280085972CARLOS ALBERTO CORREA ARANGO08001BarranquillaAtlantico08CALLE 99#58-99 TORRE 1 APTO 502COColombiaCARLOS ALBERTO CORREA ARANGO80085972R-99-PN08001BarranquillaAtlantico08CALLE 99#58-99 TORRE 1 APTO 502COColombiaZZNo aplicaCARLOS ALBERTO CORREA ARANGO800859723166656671cajachina33@hotmail.comCARLOS ALBERTOCORREA ARANGO2022-06-1218:44:03-05:0022022-06-1223949.50126050.0023949.5019.0001IVA126050.00126050.00149999.50149999.501ESC.DEPORTIVA 7 CICLO JULIAN CORREA GOMEZ ***1.00126050.0023949.50126050.0023949.5019.0001IVAESCUELA DEPORTIVA4170950141709501126050.001.00 -------------------------------------------------------------------- 2022-06-12 19:52:45.5766 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-29 CUFE: c658dcfe825b6f63099f1297827036b792c1e6eea1d6b0138750856d3c9518917d92c67cea64db0ce1dbee69c36ce145 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-12 19:52:56.0176 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-IMFE-107039 CUFE: 07ebc85cd2eeed8a3b0dece55579cbec83c0648d55bbec2490034cee8b39b88fc34aed2d9c336ce48f0f076fdcd3170b ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-12 20:00:44.3148 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-IBH-4969 CUFE: 3ec3266eeb4b58d5230567064c6359eb2aaffa7faa32c508c51059632e726c021f28c1f719074480da3f9f37ed5414d6 ERROR: System.ServiceModel.CommunicationException: An error (The request was aborted: The request was canceled.) occurred while transmitting data over the HTTP channel. ---> System.Net.WebException: The request was aborted: The request was canceled. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-12 20:00:44.3929 : Error al enviar documento a la DIAN Documento: FV-IBH-4969 ERROR: System.ServiceModel.CommunicationException: An error (The request was aborted: The request was canceled.) occurred while transmitting data over the HTTP channel. ---> System.Net.WebException: The request was aborted: The request was canceled. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640160262112021-08-062022-08-06IBH28975000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b6b9b969ca06e04596c9d678b88b65b10346b301d45b9504288eff1049e57a73be8d76067fdad803ea7e96ccd84b2d69e800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T00:50:44+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 Venta1IBH49693ec3266eeb4b58d5230567064c6359eb2aaffa7faa32c508c51059632e726c021f28c1f719074480da3f9f37ed5414d62022-06-1220:02:10-05:0001SUMINISTRO E INSTALACIONCOP114322SOCIEDAD IBH LTDA INGENIEROS EN BOMBAS HIDRAULICAS LIMITADA11001Bogota D.C.Bogota D.C.11CALLE 90 50 28COColombiaSOCIEDAD IBH LTDA INGENIEROS EN BOMBAS HIDRAULICAS LIMITADA800043857R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 90 50 28COColombia01IVASOCIEDAD IBH LTDA INGENIEROS EN BOMBAS HIDRAULICAS LIMITADA800043857IBHMARGARITA MESA3464308cartera@ibhsas.com1901295587MAGO INVERSIONES SAS11001Bogota D.C.Bogota D.C.11CR 13 10 94 OF 204COColombiaMAGO INVERSIONES SAS901295587R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CR 13 10 94 OF 204COColombia01IVAMAGO INVERSIONES SAS9012955873174720facturamagoinver@gmail.com2022-06-1220:02:10-05:0022022-06-1239900.00210000.0039900.0019.0001IVA210000.00210000.00249900.00249900.00130/501.00210000.0039900.00210000.0039900.0019.0001IVAPRESOSTATO1198111981210000.001.00 -------------------------------------------------------------------- 2022-06-12 20:00:46.9401 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-TMC-537 CUFE: d71d8eabe74cd6e48b60b9a801ff41f7db157d9bd2323597f2566f4568646109bd1142e67dac1f010ea867031477abe6 ERROR: System.ServiceModel.CommunicationException: An error (The request was aborted: The request was canceled.) occurred while transmitting data over the HTTP channel. ---> System.Net.WebException: The request was aborted: The request was canceled. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-12 20:05:33.7688 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-IMFE-107051 CUFE: 70af9335b29d0058ec0eaaa5a7af3d1dd04bd36afc18d836b4f53fe6b4fbe2cf72a26c38433e8ae471d31426620b605f ERROR: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-12 20:05:35.0240 : Error al enviar documento a la DIAN Documento: FV-FEVD-75306 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640216105752021-11-232022-11-23FEVD46204100000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bcb9881e92219294e369be2596826f1f466d1229de685c6e353877656c719f9fea9d331e9a80b3dcb0502a6810fb337c3800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T00:55: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 Venta1FEVD7530656809096aa8b185233fe933ee4e6875868b7b6de9b9207d954fb88b1941cf6041ad31646c27ae2dfa40b156afa7c29e62022-06-1112:06:43-05:0001I CICLO DE VACUNACION 2022 - 23 DE MAYO AL 6 DE JULIOCOP119411COMITE DE GANADEROS DEL NORTE DE SANTANDER COGANOR54001CucutaNorte de Santander54AVENIDA 7 #8N-23 ZONA INDUSTRIALCOColombiaCOMITE DE GANADEROS DEL NORTE DE SANTANDER COGANOR890501623R-99-PN;O-13;O-2354001CucutaNorte de Santander54AVENIDA 7 #8N-23 ZONA INDUSTRIALCOColombia01IVACOMITE DE GANADEROS DEL NORTE DE SANTANDER COGANOR890501623FEVD5780032comite890@gmail.com260300059SILVANA FLORES SUAREZ54001CucutaNorte de Santander54AVENIDA 7 8N23 ZONA INDUSTRIALCOColombiaSILVANA FLORES SUAREZ60300059R-99-PN;R-99-PN54001CucutaNorte de Santander54AVENIDA 7 8N23 ZONA INDUSTRIALCOColombiaZZNo aplicaSILVANA FLORES SUAREZ603000593176492534ahoyosa@yahoo.comSILVANAFLORES SUAREZ2022-06-1112:06:43-05:0011092710.000.0092710.0092710.001VACUNA AFTOGAN- AFTOSA X DOSIS73.0092710.00VACUNA AFTOGAN- AFTOSA X DOSIS110724011072401270.0073.00 -------------------------------------------------------------------- 2022-06-12 20:05:39.4152 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-ETUL-36838 CUFE: 808090f1bc5c02033b8c38e5104e7be90f85e5ec6120810169834922a3fe5cd05d1c3f87b984789d929d1a1f1f500058 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-12 20:05:39.5402 : Error al enviar documento a la DIAN Documento: FV-ETUL-36838 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640164893622021-08-172022-08-17ETUL1000099999CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b1d64df4c2b6e7657e8e8892eca856fd28fd6b10593c918b7ddeeab8eeacb33a714adcafce03b4eda1014e56f36e90888800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=808090f1bc5c02033b8c38e5104e7be90f85e5ec6120810169834922a3fe5cd05d1c3f87b984789d929d1a1f1f500058GI/h0mf3EJzSUZqspxL+gC8bOdx4Vh2lNFsIL/U/zpM=Apmvm5vL7JqFWP2kFZiRTgKS6W7n8IIKsEBV1p7GeXM=Z9hCIDT/KEyvqCKlrlMnBYdrFNt1J/Hnd1U2r1Zvxhs=TYISV89cpEJntZ2/rLgkV7fIrATHAMcp54OV3X9dRjCvw4w9vJcKxmxAuQSv6ej63ZqJSVQELJUpiIWXwfDB/GeDevZ7FVrcrdOa59ZtAnOfiIuDljO2M5qg4gT0ItDPXv8GY3Uei1rpgCUM1u4j6kdQVW/vnWp7bxuIjRtfme3uoBHzqb9Gl9VyCYGRv5Op9+1rl887Xivxhunq7el+UTW/MUeHs6YeDlKjRW4BjYGpNxm6S45Uu5OQ4qbYYhHI/UZ0b1bBlIlrVUoqsKK6+cIOSavjlmDF2RDUm85id6YedBKHpQn+vNmMdOLm608WlYt1BS1NxCCEpzLkur6kMA==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-06-13T00:55:39+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 Venta1ETUL36838808090f1bc5c02033b8c38e5104e7be90f85e5ec6120810169834922a3fe5cd05d1c3f87b984789d929d1a1f1f5000582022-06-0908:34:19-05:000159944-4355COP214774AYF NEW LENS SAS73001IbagueTolima73CL 15 2 67 OF 115COColombiaAYF NEW LENS SAS901352522R-99-PN73001IbagueTolima73CL 15 2 67 OF 115COColombiaZZNo aplicaAYF NEW LENS SAS901352522ETUL2624997afnewlens.admon@gmail.com241896135FABIOLA HERNANDEZ PATINO76834TuluaValle del Cauca76CL 26 23 43COColombiaFABIOLA HERNANDEZ PATINO41896135R-99-PN;R-99-PN76834TuluaValle del Cauca76CL 26 23 43COColombia01IVAFABIOLA HERNANDEZ PATINO418961352241969opticagermania@hotmail.comFABIOLAHERNANDEZ PATINO2022-06-0908:34:19-05:0022022-07-2424300.000.0024300.0024300.0012.0020700.00+300-025-PC AR56889107056889107010350.002.0022.003600.00BISEL COMPLETO ESPECIAL81091641810916411800.002.00 -------------------------------------------------------------------- 2022-06-12 20:05:42.1042 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FEV-4172 CUFE: b946c5ab8689326b8cac3c8bb122d2cb604db81d3c3ba8af39b469a4b931675204da1fc6272d7478d4e8a9309efac66e ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-12 20:05:42.1980 : Error al enviar documento a la DIAN Documento: FV-FEV-4172 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640259774632022-02-282022-08-28FEV314610000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b136b25a3c4ee7ae3efa304a79d002e3018f0aca9827e18014d808d97a4865d08caab1a89d18724a5ace5b43af0588dde800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T00:55:41+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 Venta1FEV4172b946c5ab8689326b8cac3c8bb122d2cb604db81d3c3ba8af39b469a4b931675204da1fc6272d7478d4e8a9309efac66e2022-06-1220:04:39-05:0001FACTURA DE VENTACOP12MARIA CAMILA GOMEZ GALEANO41551PitalitoHuila41calle 9c #19-38COColombiaMARIA CAMILA GOMEZ GALEANO1083924656R-99-PN41551PitalitoHuila41calle 9c #19-38COColombiaZZNo aplicaMARIA CAMILA GOMEZ GALEANO1083924656FEV3132613640mariacamilag98@gmail.com21083907234NAYI LIZETH ORTEGA GOMEZ41551PitalitoHuila41CR 4 1 20 CORREGIMIENTO DE BRUSELASCOColombiaNAYI LIZETH ORTEGA GOMEZ1083907234R-99-PN;R-99-PN41551PitalitoHuila41CR 4 1 20 CORREGIMIENTO DE BRUSELASCOColombiaZZNo aplicaNAYI LIZETH ORTEGA GOMEZ10839072343223661019lizethdesanty@hotmail.comNAYI LIZETHORTEGA GOMEZ2022-06-1220:04:39-05:00110414000.000.00414000.00414000.00130.00414000.00PANAL DE HUEVO TIPO AHV AHV A13800.0030.00 -------------------------------------------------------------------- 2022-06-13 07:36:49.1855 : 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-06-13 07:39:54.3053 : Error al construir AttachedDocument Documento: 105-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b94cbe89d37f566967477cd6bfc390dcee67373b886e67e625303037c349942c75811d2a67f8a42eb8a3224473781bc39800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=a44cd1a03ccfb8214f0a87578ca80b9a9c6795f28f12c314e2ae1311a6e2fec98991ebdf92b59804a8f20fd0a38aee9fhQG6aoz5a9FYMMjFMdmaeLEezPVT6l1XL7ZdRGzShmM=zoOTTHxmHCuZBWCriskq+L44/7HKWQzp5hMDihjeQX0=oJB/EkacrPajXKXJFkZzOkhYF3ycsjHLWsNcDNP34T8=sMny0mPCvz9khx5NVVjUwW/5zK0ja6lSVnVGUcZ7cFmBU+r9qJ4VlFqTvsf56JOdFzaUJHKFDQAGUs5s9g7T3YsuqzoKLZh/Rw95Pn/o24Xhz6B1Nxgfgxxp0cdU/9uehVAc0DIboZq/8l2K+XKY/MTForzJy67yOpuxuJvONrnM9NOO3PfRMYj5NHzRmvfspouMH/Zn7mKmhMgO1QKLXqeH7jGrsrSQVVtWmqe62Wrmj5ic1U496sLQoPR/4ZA54gHGLjqj6GwPtHUIXjJkD3+tB66B0n/XnMXASBrlV/VpoacTGXWmv6wstGKdzYltIno3j2je50VzPeeScOPVeQ==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-06-13T12:29:33+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 Venta2SETT105a44cd1a03ccfb8214f0a87578ca80b9a9c6795f28f12c314e2ae1311a6e2fec98991ebdf92b59804a8f20fd0a38aee9f2022-06-1113:18:49-05:0001FACTURA DE VENTACOP11SOLUCIONES E INVERSIONES MINERAS S.A.S.05001MedellinAntioquia05CALLE 49 SUR 45 A 300COColombiaSOLUCIONES E INVERSIONES MINERAS S.A.S.900570981R-99-PN;R-99-PN05001MedellinAntioquia05CALLE 49 SUR 45 A 300COColombia01IVASOLUCIONES E INVERSIONES MINERAS S.A.S.900570981SETT4799068solmineras@gmail.com1900570981SOLUCIONES & INVERSIONES MINERAS S.A.S.05036AngelopolisAntioquia05CR 43 36 SUR 29 OF 303COColombiaSOLUCIONES & INVERSIONES MINERAS S.A.S.900570981R-99-PN;R-99-PN05036AngelopolisAntioquia05CR 43 36 SUR 29 OF 303COColombia01IVASOLUCIONES & INVERSIONES MINERAS S.A.S.9005709812704560solmineras@gmail.com2022-06-1113:18:49-05:002102022-06-1130000.0001200000.0030000.002.5006ReteFuente1200000.000.001200000.001200000.00110.001200000.0030000.001200000.0030000.002.5006ReteFuenteCARBON RIPIO33120000.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-06-13 07:39:54.3209 : 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-06-13 07:40:45.5090 : 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-06-13 07:52:44.7816 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\IN24566_fv09011506780002200005962.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\IN24566_fv09011506780002200005962.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 08:11:52.6653 : Documento: FV-FVE-273965 Transaccion: 72361324 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-06-13 08:13:40.8294 : 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-06-13 08:48:02.0859 : 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-06-13 09:11:00.6123 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\MYCT486_fv09004185270002200017142.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\MYCT486_fv09004185270002200017142.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 09:12:50.1633 : Documento: FV-CPRI-3056 Transaccion: 72372393 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-06-13 09:43:25.6611 : 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-06-13 09:48:23.8811 : Error al construir AttachedDocument Documento: 2021-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245ba9070d140feaa696d50d010d2a0b4b27fbc59ea2792d857da3d30b9aa98b4c2a4b3ac4993130c2c908d9548e3d383e78800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=3d09f15defdbf3a10e0ca64321d1e4c8c6055c177475872e33bd87355fe122351deec9b389405b61a59cae711099ab51QbKjGjCwccEjBaHvrfy0TBWh3f+bTaSNg3PyReeKORU=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AQAB2022-06-13T14:38:01+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 Venta2SETT20213d09f15defdbf3a10e0ca64321d1e4c8c6055c177475872e33bd87355fe122351deec9b389405b61a59cae711099ab512022-06-1309:39:40-05:0001FACTURA DE VENTACOP11WORLD OFFICE PRUEBAS11001Bogota D.C.Bogota D.C.11CALLE 26 69 D 91 OF 805 TO 1COColombiaWORLD OFFICE PRUEBAS900534356R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 26 69 D 91 OF 805 TO 1COColombia01IVAWORLD OFFICE PRUEBAS900534356SETT7451010contactenos@worldoffice.com.co1123456789KEVIN MARTIN PEREZ11001Bogota D.C.Bogota D.C.11CRA 72 21 31COColombiaKEVIN MARTIN PEREZ123456789R-99-PN11001Bogota D.C.Bogota D.C.11CRA 72 21 31COColombia01IVAKEVIN MARTIN PEREZ1234567894362121jacqueline@worldoffice.com2022-06-1309:39:40-05:0022022-06-1320000.0002000000.0020000.001.0006ReteFuente2000000.000.002000000.002000000.0011.002000000.0020000.002000000.0020000.001.0006ReteFuenteServicio de Obra41309501413095012000000.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-06-13 09:48:23.8968 : 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-06-13 09:58:36.8547 : Error al construir AttachedDocument Documento: 2021-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245baa2e47480671085c0b2cc778f7b31b1948d3ee513b107e33a2387a1f4480e1de18d685933fbf018b6ee286b872c57ae6800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=cc9daf80cfb35b5c290ccb026e3d8308de5d4c1d48346ab1c1c052b5c8c93f56066a7a822c42506068143ad350c514486xfOSYdQGNIjGWlbQx/j2fTQH32hVviU/LC7Il3vbQE=lbxHGLxgLsIJIcvMArjXffuZ/8Rg26Q3zBghuZBjz+Q=fEEKOs3BUmckLMlygCSbRLY7kJIDaLndC8h5ubxYk2c=YI2fCfsZBN9bq0FJK574skkGiAeoQhYxA0VK4rYIaVCC62nWfDWNYRK4Q6AWep/oHcp2aQhCSZTnyitaBBag3lkqd58StVbeAopOum3CgYsoRYzkb/gGyz1UdPJQDnX+Lc6I6iKpNOOkqb6G2z/Tirip/Ia5XNu0CZiLJW6ufRVjXx5vMpK06GK5joSOwbR8oIG7eiqJ6nct+MBad4/7ZQKNKB+UwCvzpkMz4+WeFu1wfE166jTnosknCB+80hlr0UiBgA/D2k82UJgRNHXlofCsv/+afoQUk7X7HrrZna2RYNY1Y8PhHya5tul2grOJU+vgTbcK27ngz02cOa5rxQ==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-06-13T14:48:15+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 Venta2PND2021cc9daf80cfb35b5c290ccb026e3d8308de5d4c1d48346ab1c1c052b5c8c93f56066a7a822c42506068143ad350c514482022-06-1309:49:25-05:00NOTA DEBITO FACTURA No SETT 2021COP1SETT20211InteresesSETT20213d09f15defdbf3a10e0ca64321d1e4c8c6055c177475872e33bd87355fe122351deec9b389405b61a59cae711099ab512022-06-131WORLD OFFICE PRUEBAS11001Bogota D.C.Bogota D.C.11CALLE 26 69 D 91 OF 805 TO 1COColombiaWORLD OFFICE PRUEBAS900534356R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 26 69 D 91 OF 805 TO 1COColombia01IVAWORLD OFFICE PRUEBAS900534356PND7451010contactenos@worldoffice.com.co1123456789KEVIN MARTIN PEREZ11001Bogota D.C.Bogota D.C.11CRA 72 21 31COColombiaKEVIN MARTIN PEREZ123456789R-99-PN11001Bogota D.C.Bogota D.C.11CRA 72 21 31COColombia01IVAKEVIN MARTIN PEREZ1234567894362121jacqueline@worldoffice.com2022-06-1309:49:25-05:0022022-06-132000000.000.002000000.002000000.0011.002000000.00Servicio de Obra41309501413095012000000.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-06-13 09:58:36.8703 : 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-06-13 10:10:34.0147 : Error al construir AttachedDocument Documento: 1-SET2-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b0406c89edf0af401f5edeb82cc0aeb2b6af0d6339ea4ef9a94cf0059c3b59cbafa72e5e490f275bb5baa3b7fb89f92ec800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=861961703cd66528d7c006f38024b5198e9ae272af27b8dfc503075e76d98eee02dd29f39b64418a25dae03e36361a04OFSqZ662v1slw1AVpqXFxaKdFYczHsclZYxOMJUmnPA=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AQAB2022-06-13T15:00:12+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 Venta2SET21861961703cd66528d7c006f38024b5198e9ae272af27b8dfc503075e76d98eee02dd29f39b64418a25dae03e36361a042022-06-1308:46:42-05:00NOTA DEBITO FACTURA No SETT 1COP1SETT13Cambio del valorSETT1b63618a2f9220075de93c76d521bd313a76ac4f1119e2cd04ddfccedffe83096b4c8a70d8bc02c6992a797271b10c75c2022-06-1314290CONSORCIO INFRAROVER FERREO11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombiaCONSORCIO INFRAROVER FERREO901572770R-99-PN11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombia01IVACONSORCIO INFRAROVER FERREO901572770SET26353245facturacion.infrarover@gmail.com1901572770CONSORCIO INFRAROVER FERREO11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombiaCONSORCIO INFRAROVER FERREO901572770R-99-PN11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombia01IVACONSORCIO INFRAROVER FERREO9015727706353245contabilidad1.infrarover@gmail.com2022-06-1308:46:42-05:0022022-07-131900.0010000.001900.0019.0001IVA10000.0010000.0011900.0011900.0011.0010000.001900.0010000.001900.0019.0001IVAMANTENIMIENTO FERREO413010024130100210000.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-06-13 10:10:34.0303 : 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-06-13 10:12:42.0830 : Error al construir AttachedDocument Documento: 1-SET1-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b8a27617774240bf5b62d190bd1253e53c9233ab43aca5e189c28a6ae10149b6f87ca8e4bc4e19bd8490681dc69a61b5b800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T15:02:20+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 Venta2SET117b5046b7dfd63105ec3932a6c8ad982d17702b720106edbb69fa4221d888066e8c0324341b9da8b98f7cf558bc8487262022-06-1308:43:31-05:0091NOTA CREDITO FACTURA No SETT 1COP1SETT14Descuento total aplicadoSETT1b63618a2f9220075de93c76d521bd313a76ac4f1119e2cd04ddfccedffe83096b4c8a70d8bc02c6992a797271b10c75c2022-06-1314290CONSORCIO INFRAROVER FERREO11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombiaCONSORCIO INFRAROVER FERREO901572770R-99-PN11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombia01IVACONSORCIO INFRAROVER FERREO901572770SET16353245facturacion.infrarover@gmail.com1901572770CONSORCIO INFRAROVER FERREO11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombiaCONSORCIO INFRAROVER FERREO901572770R-99-PN11001Bogota D.C.Bogota D.C.11CARRERA 49 N 91-76COColombia01IVACONSORCIO INFRAROVER FERREO9015727706353245contabilidad1.infrarover@gmail.com2022-06-1308:43:31-05:0022022-07-13950.005000.00950.0019.0001IVA5000.005000.005950.005950.0011.005000.00950.005000.00950.0019.0001IVAMANTENIMIENTO FERREO41301002413010025000.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-06-13 10:12:42.0986 : 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-06-13 10:15:05.9104 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 10:17:11.4435 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 10:17:19.0228 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 10:17:42.8205 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 10:18:01.1272 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 10:47:37.1705 : 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=16dcc3f618b878ab8770356c1bcd23da6321fe7388036d7388064409d6752d5fbe72b1b5ef6cf272977b285d071a412fbb1UIGqpjljeSXySuF88a5AHLREmTF4xMmGet9yyUtU=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AQAB2022-06-13T15:37:02+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 Venta2SETT516dcc3f618b878ab8770356c1bcd23da6321fe7388036d7388064409d6752d5fbe72b1b5ef6cf272977b285d071a412f2022-06-0610:39:35-05:0001FACTURA DE VENTACOP116910TAPPAN SANTA SAS11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombiaTAPPAN SANTA SAS900706461R-99-PN11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombia01IVATAPPAN SANTA SAS900706461SETT2486626tappansanta@gmail.com1900706461TAPPAN SANTA SAS11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombiaTAPPAN SANTA SAS900706461R-99-PN11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombia01IVATAPPAN SANTA SAS9007064612486626tappansanta@gmail.com2022-06-0610:39:35-05:0022022-06-06114000.00600000.00114000.0019.0001IVA66000.000600000.0066000.0011.0006ReteFuente5196.000600000.005196.000.86607ReteICA600000.00600000.00714000.00714000.001CONSULTORIA JURIDICA2.00600000.00114000.00600000.00114000.0019.0001IVA66000.00600000.0066000.0011.0006ReteFuente5196.00600000.005196.000.86607ReteICAACTIVIDADES JURIDICAS CONSULTORIA PROFESIONAL 19%1 JUR1 JUR300000.002.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-06-13 10:47:37.1705 : 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-06-13 10:57:53.8353 : 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-06-13T15:47: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 Venta2SETT18a778b68bee8050d8cce0b0687f84de1f6441c7906e20d82b67945f206f2a13ce3977200f1ed1cbd3bce083a619526cc2022-06-1310:48:17-05:0001FACTURA DE VENTA PRUEBA ELECTRONICACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1310:48:17-05:002102022-06-1322022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 10:57:53.8978 : 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-06-13 11:01:20.7768 : 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-06-13T15:50:24+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 Venta2SETT2de08bd0ffd26b4e25f985e116081900b6f4c4ffcae0aaf8dbbcf9cbc96e7eea266c8c873cba9c16bc96fd54937983eb32022-06-1310:58:55-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1310:58:55-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 11:01:20.7768 : 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-06-13 11:03:23.3675 : 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-06-13T15:52:34+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 Venta2SETT36bd3811ba5cdb9ca52c6ba28a3ae1a247511319f341067156e16d435e7bae048aa53612e3d08aba0733e15d4692b289a2022-06-1311:01:43-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1311:01:43-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 11:03:23.3675 : 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-06-13 11:05:45.3736 : 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=22cd2422d93e6dd01d22875d35035ebe9924af5503c955db7511ef36d1ab78b5b56e461bc740d3c61f0379a3ca4f03f2HGArZCkHNmFoU7Y4Xpcoo97l+OhXhekDjOiWFTmX0PQ=VelqxEOgkotT4tbtVja/c0rGdVa6k5NvMUTk+TfPg5Q=hIQL8s4WFn4Rb+q0UPnyeRzniNf/N+kFN+o5x6qNqPI=P8RGqz7SVFrnYjrkijxTdCQS+NiS73pF2ctvWkQKULHjWf0ukDYEbAEnuCGIVtpSE1CB7LhdeG3YMFcaKFgKJWnADBb2RQhirpLs0MOTyixq4WmjXlRuwmDgZUA8qSsqwUS7/QOUiPiZXOxPTaWqFQdP7W3Pj1MtjA1ck7I/XDBWVFRRsKGOfxw154EwvqR6WTrxGxDP7c8GW0eWeKRAN1YHzv6mb8g46NEETaE9cPDMpPqbjOACR57MkV+NAZL/hZcHBTE1/1F6TpDfARKQYKd7AZdRIXMfnaGTLWm0pZ5pSgKiFTKyA/P/QaRwrjov7GmmR5obL/Ql4LH+V5yNgw==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-06-13T15:55:12+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 Venta2PNC122cd2422d93e6dd01d22875d35035ebe9924af5503c955db7511ef36d1ab78b5b56e461bc740d3c61f0379a3ca4f03f22022-06-1311:03:37-05:0091DEVOLUCION FACTURA No SETT 3COP1SETT32Anulacion de factura electronicaSETT36bd3811ba5cdb9ca52c6ba28a3ae1a247511319f341067156e16d435e7bae048aa53612e3d08aba0733e15d4692b289a2022-06-1314530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521PNC3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1311:03:37-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 11:05:45.3892 : 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-06-13 11:24:50.5040 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14549_fv09001472480002200021123.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14549_fv09001472480002200021123.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:25:17.1542 : UrlXml: D:\home\site\wwwroot\DocumentosXML\STA14550_fv09001472480002200021124.xml Document:{"xsiSchemaLocation":"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 http://docs.oasis-open.org/ubl/os-UBL-2.1/xsd/maindoc/UBL-Invoice-2.1.xsd","UBLExtensions":[{"ID":null,"Name":null,"ExtensionAgencyID":null,"ExtensionAgencyName":null,"ExtensionVersionID":null,"ExtensionAgencyURI":null,"ExtensionURI":null,"ExtensionReasonCode":null,"ExtensionReason":null,"ExtensionContent":{"sts:DianExtensions":{"@xmlns:ds":"http://www.w3.org/2000/09/xmldsig#","@xmlns:xades":"http://uri.etsi.org/01903/v1.3.2#","@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xmlns:ext":"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2","@xmlns:xades141":"http://uri.etsi.org/01903/v1.4.1#","@xmlns:cac":"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2","@xmlns:cbc":"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2","@xmlns:sts":"dian:gov:co:facturaelectronica:Structures-2-1","sts:InvoiceControl":{"sts:InvoiceAuthorization":"18764025821817","sts:AuthorizationPeriod":{"cbc:StartDate":"2022-02-24","cbc:EndDate":"2024-02-24"},"sts:AuthorizedInvoices":{"sts:Prefix":"STA","sts:From":"1","sts:To":"80000"}},"sts:InvoiceSource":{"cbc:IdentificationCode":{"@listAgencyID":"6","@listAgencyName":"United Nations Economic Commission for Europe","@listSchemeURI":"urn:oasis:names:specification:ubl:codelist:gc:CountryIdentificationCode-2.1","#text":"CO"}},"sts:SoftwareProvider":{"sts:ProviderID":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","@schemeID":"3","@schemeName":"31","#text":"900534356"},"sts:SoftwareID":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","#text":"1476b5a6-056c-4972-9d2b-c23d3714245b"}},"sts:SoftwareSecurityCode":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","#text":"0907db61524705bb658d63b05dcbdf7710e3934a4e3c8aa522d843f6934ba3e6186788f3b73bece7b2a593f89e4ec4bb"},"sts:AuthorizationProvider":{"sts:AuthorizationProviderID":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","@schemeID":"4","@schemeName":"31","#text":"800197268"}},"sts:QRCode":"https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=1764bb9fac0702b5c229d7170f2e19685fe8298d4242a44db5c5cc3a6a7d203fc463956e1705b573764a52e13c44c3b0"}}}],"UBLVersionID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"UBL 2.1"},"CustomizationID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"10"},"ProfileID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"DIAN 2.1: Factura Electrónica de Venta"},"ProfileExecutionID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"},"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"STA14550"},"CopyIndicator":null,"UUID":{"schemeID":"1","schemeName":"CUFE-SHA384","schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1764bb9fac0702b5c229d7170f2e19685fe8298d4242a44db5c5cc3a6a7d203fc463956e1705b573764a52e13c44c3b0"},"IssueDate":{"Value":"2022-06-07T09:37:29","ValueString":"2022-06-07"},"IssueTime":{"Value":"2022-06-07T09:37:29","ValueString":"09:37:29-05:00"},"DueDate":null,"InvoiceTypeCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"01"},"Note":[{"languageID":null,"languageLocaleID":null,"Value":"FACTURA DE VENTA"}],"TaxPointDate":null,"DocumentCurrencyCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"COP"},"TaxCurrencyCode":null,"PricingCurrencyCode":null,"PaymentCurrencyCode":null,"PaymentAlternativeCurrencyCode":null,"AccountingCostCode":null,"AccountingCost":null,"LineCountNumeric":{"format":null,"Value":2.0},"BuyerReference":null,"InvoicePeriod":null,"OrderReference":null,"BillingReference":null,"DespatchDocumentReference":null,"ReceiptDocumentReference":null,"StatementDocumentReference":null,"OriginatorDocumentReference":null,"ContractDocumentReference":null,"AdditionalDocumentReference":null,"ProjectReference":null,"Signature":null,"AccountingSupplierParty":{"CustomerAssignedAccountID":null,"AdditionalAccountID":[{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"}],"DataSendingCapability":null,"Party":{"MarkCareIndicator":null,"MarkAttentionIndicator":null,"WebsiteURI":null,"LogoReferenceID":null,"EndpointID":null,"IndustryClassificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"4663"},"PartyIdentification":null,"PartyName":[{"Name":{"languageID":null,"languageLocaleID":null,"Value":"BALDOCER LTDA"}}],"Language":null,"PostalAddress":null,"PhysicalLocation":{"ID":null,"Description":null,"Conditions":null,"CountrySubentity":null,"CountrySubentityCode":null,"LocationTypeCode":null,"InformationURI":null,"Name":null,"ValidityPeriod":null,"Address":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CL 46 19 07 SUR"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"SubsidiaryLocation":null,"LocationCoordinate":null},"PartyTaxScheme":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"BALDOCER LTDA"},"CompanyID":{"schemeID":"6","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900147248"},"TaxLevelCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":"48","listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"R-99-PN"},"ExemptionReasonCode":null,"ExemptionReason":null,"RegistrationAddress":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CL 46 19 07 SUR"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}],"PartyLegalEntity":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"BALDOCER LTDA"},"CompanyID":{"schemeID":"6","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900147248"},"RegistrationDate":null,"RegistrationExpirationDate":null,"CompanyLegalFormCode":null,"CompanyLegalForm":null,"SoleProprietorshipIndicator":null,"CompanyLiquidationStatusCode":null,"CorporateStockAmount":null,"FullyPaidSharesIndicator":null,"RegistrationAddress":null,"CorporateRegistrationScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"STA"},"Name":null,"CorporateRegistrationTypeCode":null,"JurisdictionRegionAddress":null},"HeadOfficeParty":null,"ShareholderParty":null}],"Contact":{"ID":null,"Name":null,"Telephone":{"languageID":null,"languageLocaleID":null,"Value":"2807012"},"Telefax":null,"ElectronicMail":{"languageID":null,"languageLocaleID":null,"Value":"administrativo@baldocer.com.co"},"Note":null,"OtherCommunication":null},"Person":null,"AgentParty":null,"ServiceProviderParty":null,"PowerOfAttorney":null,"FinancialAccount":null},"DespatchContact":null,"AccountingContact":null,"SellerContact":null},"AccountingCustomerParty":{"CustomerAssignedAccountID":null,"SupplierAssignedAccountID":null,"AdditionalAccountID":[{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"}],"Party":{"MarkCareIndicator":null,"MarkAttentionIndicator":null,"WebsiteURI":null,"LogoReferenceID":null,"EndpointID":null,"IndustryClassificationCode":null,"PartyIdentification":[{"ID":{"schemeID":"0","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900201258"}}],"PartyName":[{"Name":{"languageID":null,"languageLocaleID":null,"Value":"MARTINEZ & CIA E HIJOS S C A"}}],"Language":null,"PostalAddress":null,"PhysicalLocation":{"ID":null,"Description":null,"Conditions":null,"CountrySubentity":null,"CountrySubentityCode":null,"LocationTypeCode":null,"InformationURI":null,"Name":null,"ValidityPeriod":null,"Address":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CR 18 6 A 01"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"SubsidiaryLocation":null,"LocationCoordinate":null},"PartyTaxScheme":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"MARTINEZ & CIA E HIJOS S C A"},"CompanyID":{"schemeID":"0","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900201258"},"TaxLevelCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":"48","listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"R-99-PN"},"ExemptionReasonCode":null,"ExemptionReason":null,"RegistrationAddress":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CR 18 6 A 01"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}],"PartyLegalEntity":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"MARTINEZ & CIA E HIJOS S C A"},"CompanyID":{"schemeID":"0","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900201258"},"RegistrationDate":null,"RegistrationExpirationDate":null,"CompanyLegalFormCode":null,"CompanyLegalForm":null,"SoleProprietorshipIndicator":null,"CompanyLiquidationStatusCode":null,"CorporateStockAmount":null,"FullyPaidSharesIndicator":null,"RegistrationAddress":null,"CorporateRegistrationScheme":null,"HeadOfficeParty":null,"ShareholderParty":null}],"Contact":{"ID":null,"Name":null,"Telephone":{"languageID":null,"languageLocaleID":null,"Value":"2374616"},"Telefax":null,"ElectronicMail":{"languageID":null,"languageLocaleID":null,"Value":"martinezycia1801@gmail.com"},"Note":null,"OtherCommunication":null},"Person":null,"AgentParty":null,"ServiceProviderParty":null,"PowerOfAttorney":null,"FinancialAccount":null},"DeliveryContact":null,"AccountingContact":null,"BuyerContact":null},"PayeeParty":null,"BuyerCustomerParty":null,"SellerSupplierParty":null,"TaxRepresentativeParty":null,"Delivery":[{"ID":null,"Quantity":null,"MinimumQuantity":null,"MaximumQuantity":null,"ActualDeliveryDate":{"Value":"2022-06-07T09:37:29","ValueString":"2022-06-07"},"ActualDeliveryTime":{"Value":"2022-06-07T09:37:29","ValueString":"09:37:29-05:00"},"LatestDeliveryDate":null,"LatestDeliveryTime":null,"ReleaseID":null,"TrackingID":null,"DeliveryAddress":null,"DeliveryLocation":null,"AlternativeDeliveryLocation":null,"RequestedDeliveryPeriod":null,"PromisedDeliveryPeriod":null,"EstimatedDeliveryPeriod":null,"CarrierParty":null,"DeliveryParty":null,"NotifyParty":null,"Despatch":null,"DeliveryTerms":null,"MinimumDeliveryUnit":null,"MaximumDeliveryUnit":null,"Shipment":null}],"DeliveryTerms":null,"PaymentMeans":[{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"},"PaymentMeansCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"49"},"PaymentDueDate":null,"PaymentChannelCode":null,"InstructionID":null,"InstructionNote":null,"PaymentID":null,"CardAccount":null,"PayerFinancialAccount":null,"PayeeFinancialAccount":null,"CreditAccount":null,"PaymentMandate":null,"TradeFinancing":null}],"PaymentTerms":null,"PrepaidPayment":null,"AllowanceCharge":null,"TaxExchangeRate":null,"PricingExchangeRate":null,"PaymentExchangeRate":null,"PaymentAlternativeExchangeRate":null,"TaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":334192.00},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1758907.562977},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":334192.00},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":19.00},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"WithholdingTaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":43972.689074},"RoundingAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":0.0},"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1758907.562977},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":43972.689074},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":2.50},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"06"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"ReteFuente"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]},{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":12136.462185},"RoundingAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":0.0},"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1758907.562977},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":12136.462185},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":0.69},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"07"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"ReteICA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"LegalMonetaryTotal":{"LineExtensionAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1758908.00},"TaxExclusiveAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1758908.00},"TaxInclusiveAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":2093100.00},"AllowanceTotalAmount":null,"ChargeTotalAmount":null,"PrepaidAmount":null,"PayableRoundingAmount":null,"PayableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":2093100.00},"PayableAlternativeAmount":null},"InvoiceLine":[{"ID":{"schemeID":"1","schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"},"schemeID":null,"UUID":null,"Note":[{"languageID":null,"languageLocaleID":null,"Value":""}],"InvoicedQuantity":{"unitCode":"MTK","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":45.30},"LineExtensionAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1366613.45},"TaxPointDate":null,"AccountingCostCode":null,"AccountingCost":null,"PaymentPurposeCode":null,"FreeOfChargeIndicator":null,"InvoicePeriod":null,"OrderLineReference":null,"DespatchLineReference":null,"ReceiptLineReference":null,"BillingReference":null,"DocumentReference":null,"PricingReference":null,"OriginatorParty":null,"Delivery":null,"PaymentTerms":null,"AllowanceCharge":null,"TaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":259656.554614},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1366613.445338},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":259656.554614},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":19.00},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"WithholdingTaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":34165.336133},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1366613.445338},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":34165.336133},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":2.50},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"06"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"ReteFuente"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]},{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":9429.632773},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":1366613.445338},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":9429.632773},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":0.69},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"07"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"ReteICA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"Item":{"Description":[{"languageID":null,"languageLocaleID":null,"Value":"PARED CELIA BEIGE 30,5X45 (1,51) 1RA ALFAGRES"}],"PackQuantity":null,"PackSizeNumeric":null,"CatalogueIndicator":null,"Name":null,"HazardousRiskIndicator":null,"AdditionalInformation":null,"Keyword":null,"BrandName":null,"ModelName":null,"BuyersItemIdentification":null,"SellersItemIdentification":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"225023270"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"ManufacturersItemIdentification":null,"StandardItemIdentification":{"ID":{"schemeID":"999","schemeName":"Estándar de adopción del contribuyente","schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"225023270"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"CatalogueItemIdentification":null,"AdditionalItemIdentification":null,"CatalogueDocumentReference":null,"ItemSpecificationDocumentReference":null,"OriginCountry":null,"CommodityClassification":null,"TransactionConditions":null,"HazardousItem":null,"ClassifiedTaxCategory":null,"AdditionalItemProperty":null,"ManufacturerParty":null,"InformationContentProviderParty":null,"OriginAddress":null,"ItemInstance":null,"Certificate":null,"Dimension":null},"Price":{"PriceAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":30168.067226},"BaseQuantity":{"unitCode":"MTK","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":45.30},"PriceChangeReason":null,"PriceTypeCode":null,"PriceType1":null,"OrderableUnitFactorRate":null,"ValidityPeriod":null,"PriceList":null,"AllowanceCharge":null,"PricingExchangeRate":null},"DeliveryTerms":null,"SubInvoiceLine":null,"ItemPriceExtension":null},{"ID":{"schemeID":"1","schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"2"},"schemeID":null,"UUID":null,"Note":[{"languageID":null,"languageLocaleID":null,"Value":""}],"InvoicedQuantity":{"unitCode":"MTK","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":11.70},"LineExtensionAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":392294.12},"TaxPointDate":null,"AccountingCostCode":null,"AccountingCost":null,"PaymentPurposeCode":null,"FreeOfChargeIndicator":null,"InvoicePeriod":null,"OrderLineReference":null,"DespatchLineReference":null,"ReceiptLineReference":null,"BillingReference":null,"DocumentReference":null,"PricingReference":null,"OriginatorParty":null,"Delivery":null,"PaymentTerms":null,"AllowanceCharge":null,"TaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":74535.882351},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":392294.117639},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":74535.882351},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":19.00},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"WithholdingTaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":9807.352941},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":392294.117639},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":9807.352941},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":2.50},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"06"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"ReteFuente"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]},{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":2706.829412},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":392294.117639},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":2706.829412},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":0.69},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"07"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"ReteICA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"Item":{"Description":[{"languageID":null,"languageLocaleID":null,"Value":"PISO LAJA TIERRADENTRO MARFIL 51X51 (2.34) 1RA SAN LORENZO"}],"PackQuantity":null,"PackSizeNumeric":null,"CatalogueIndicator":null,"Name":null,"HazardousRiskIndicator":null,"AdditionalInformation":null,"Keyword":null,"BrandName":null,"ModelName":null,"BuyersItemIdentification":null,"SellersItemIdentification":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"SLTRMAA15EE"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"ManufacturersItemIdentification":null,"StandardItemIdentification":{"ID":{"schemeID":"999","schemeName":"Estándar de adopción del contribuyente","schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"SLTRMAA15EE"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"CatalogueItemIdentification":null,"AdditionalItemIdentification":null,"CatalogueDocumentReference":null,"ItemSpecificationDocumentReference":null,"OriginCountry":null,"CommodityClassification":null,"TransactionConditions":null,"HazardousItem":null,"ClassifiedTaxCategory":null,"AdditionalItemProperty":null,"ManufacturerParty":null,"InformationContentProviderParty":null,"OriginAddress":null,"ItemInstance":null,"Certificate":null,"Dimension":null},"Price":{"PriceAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":33529.411764},"BaseQuantity":{"unitCode":"MTK","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":11.70},"PriceChangeReason":null,"PriceTypeCode":null,"PriceType1":null,"OrderableUnitFactorRate":null,"ValidityPeriod":null,"PriceList":null,"AllowanceCharge":null,"PricingExchangeRate":null},"DeliveryTerms":null,"SubInvoiceLine":null,"ItemPriceExtension":null}]} Error al escribir en el xml : System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\STA14550_fv09001472480002200021124.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.StreamWriter..ctor(String path) at WoLicencias.Services.Logic.Transversales.XmlHelper.Serialize[T](T obj, String path, XmlSerializerNamespaces namespaces) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\XmlHelper.cs:line 166 -------------------------------------------------------------------- 2022-06-13 11:26:11.4211 : Documento: FV-STA-14552 Transaccion: 72399967 Metodo: System.IO.__Error.WinIOError Linea: 2246 Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14552_fv09001472480002200021126.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14552_fv09001472480002200021126.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) at System.IO.File.ReadAllText(String path) 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 2246 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) at System.IO.File.ReadAllText(String path) 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 2246 -------------------------------------------------------------------- 2022-06-13 11:26:40.8095 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14553_fv09001472480002200021127.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14553_fv09001472480002200021127.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:27:04.6362 : Documento: FV-STA-14554 Transaccion: 72400181 Metodo: System.IO.__Error.WinIOError Linea: 2254 Error: System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\STA14554_ad09001472480002200021128.pdf' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetQrCodeToPdf(Byte[] sourcePdf, Byte[] qrImage, String name, 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 4903 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.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetQrCodeToPdf(Byte[] sourcePdf, Byte[] qrImage, String name, 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 4903 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-06-13 11:27:55.7040 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14556_fv09001472480002200021130.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14556_fv09001472480002200021130.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:28:49.8791 : Documento: FV-STA-14559 Transaccion: 72400558 Metodo: System.IO.__Error.WinIOError Linea: 2251 Error: System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\STA14559_fv09001472480002200021132.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalDelete(String path, Boolean checkHost) at System.IO.File.Delete(String path) 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 2251 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalDelete(String path, Boolean checkHost) at System.IO.File.Delete(String path) 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 2251 -------------------------------------------------------------------- 2022-06-13 11:29:27.9026 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14560_fv09001472480002200021133.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14560_fv09001472480002200021133.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:29:51.8107 : Documento: FV-STA-14562 Transaccion: 72400783 Metodo: System.IO.__Error.WinIOError Linea: 2254 Error: System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\STA14562_ad09001472480002200021134.pdf' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetQrCodeToPdf(Byte[] sourcePdf, Byte[] qrImage, String name, 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 4903 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.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaLogic.SetQrCodeToPdf(Byte[] sourcePdf, Byte[] qrImage, String name, 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 4903 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-06-13 11:30:25.1271 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14563_fv09001472480002200021135.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14563_fv09001472480002200021135.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:30:55.6524 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14564_fv09001472480002200021136.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14564_fv09001472480002200021136.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:31:54.8900 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14566_fv09001472480002200021138.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14566_fv09001472480002200021138.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:32:31.7050 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14567_fv09001472480002200021139.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14567_fv09001472480002200021139.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:35:54.8546 : Documento: FV-STA-14575 Transaccion: 72402159 Metodo: System.IO.__Error.WinIOError Linea: 2246 Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14575_fv09001472480002200021146.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14575_fv09001472480002200021146.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) at System.IO.File.ReadAllText(String path) 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 2246 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) at System.IO.File.ReadAllText(String path) 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 2246 -------------------------------------------------------------------- 2022-06-13 11:36:21.4275 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\STA14576_fv09001472480002200021147.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\STA14576_fv09001472480002200021147.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:42:14.2888 : UrlXml: D:\home\site\wwwroot\DocumentosXML\STA14581_fv09001472480002200021151.xml Document:{"xsiSchemaLocation":"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 http://docs.oasis-open.org/ubl/os-UBL-2.1/xsd/maindoc/UBL-Invoice-2.1.xsd","UBLExtensions":[{"ID":null,"Name":null,"ExtensionAgencyID":null,"ExtensionAgencyName":null,"ExtensionVersionID":null,"ExtensionAgencyURI":null,"ExtensionURI":null,"ExtensionReasonCode":null,"ExtensionReason":null,"ExtensionContent":{"sts:DianExtensions":{"@xmlns:ds":"http://www.w3.org/2000/09/xmldsig#","@xmlns:xades":"http://uri.etsi.org/01903/v1.3.2#","@xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@xmlns:ext":"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2","@xmlns:xades141":"http://uri.etsi.org/01903/v1.4.1#","@xmlns:cac":"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2","@xmlns:cbc":"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2","@xmlns:sts":"dian:gov:co:facturaelectronica:Structures-2-1","sts:InvoiceControl":{"sts:InvoiceAuthorization":"18764025821817","sts:AuthorizationPeriod":{"cbc:StartDate":"2022-02-24","cbc:EndDate":"2024-02-24"},"sts:AuthorizedInvoices":{"sts:Prefix":"STA","sts:From":"1","sts:To":"80000"}},"sts:InvoiceSource":{"cbc:IdentificationCode":{"@listAgencyID":"6","@listAgencyName":"United Nations Economic Commission for Europe","@listSchemeURI":"urn:oasis:names:specification:ubl:codelist:gc:CountryIdentificationCode-2.1","#text":"CO"}},"sts:SoftwareProvider":{"sts:ProviderID":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","@schemeID":"3","@schemeName":"31","#text":"900534356"},"sts:SoftwareID":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","#text":"1476b5a6-056c-4972-9d2b-c23d3714245b"}},"sts:SoftwareSecurityCode":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","#text":"8b833b3fbac5811a5268ab144441d80f3efa6201adc97707355981a78913b65a9f79996ad870a07c7d9b4b0992ae88ea"},"sts:AuthorizationProvider":{"sts:AuthorizationProviderID":{"@schemeAgencyID":"195","@schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","@schemeID":"4","@schemeName":"31","#text":"800197268"}},"sts:QRCode":"https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=8339b3fe4160efc2c46fdbabdb765d3d8e7073513b054f4f3f1ccbaaad7008d6df82c826666ecbaadde3b3a4f443867c"}}}],"UBLVersionID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"UBL 2.1"},"CustomizationID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"10"},"ProfileID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"DIAN 2.1: Factura Electrónica de Venta"},"ProfileExecutionID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"},"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"STA14581"},"CopyIndicator":null,"UUID":{"schemeID":"1","schemeName":"CUFE-SHA384","schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"8339b3fe4160efc2c46fdbabdb765d3d8e7073513b054f4f3f1ccbaaad7008d6df82c826666ecbaadde3b3a4f443867c"},"IssueDate":{"Value":"2022-06-08T11:31:30","ValueString":"2022-06-08"},"IssueTime":{"Value":"2022-06-08T11:31:30","ValueString":"11:31:30-05:00"},"DueDate":null,"InvoiceTypeCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"01"},"Note":[{"languageID":null,"languageLocaleID":null,"Value":"FACTURA DE VENTA"}],"TaxPointDate":null,"DocumentCurrencyCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"COP"},"TaxCurrencyCode":null,"PricingCurrencyCode":null,"PaymentCurrencyCode":null,"PaymentAlternativeCurrencyCode":null,"AccountingCostCode":null,"AccountingCost":null,"LineCountNumeric":{"format":null,"Value":2.0},"BuyerReference":null,"InvoicePeriod":null,"OrderReference":null,"BillingReference":null,"DespatchDocumentReference":null,"ReceiptDocumentReference":null,"StatementDocumentReference":null,"OriginatorDocumentReference":null,"ContractDocumentReference":null,"AdditionalDocumentReference":null,"ProjectReference":null,"Signature":null,"AccountingSupplierParty":{"CustomerAssignedAccountID":null,"AdditionalAccountID":[{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"}],"DataSendingCapability":null,"Party":{"MarkCareIndicator":null,"MarkAttentionIndicator":null,"WebsiteURI":null,"LogoReferenceID":null,"EndpointID":null,"IndustryClassificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"4663"},"PartyIdentification":null,"PartyName":[{"Name":{"languageID":null,"languageLocaleID":null,"Value":"BALDOCER LTDA"}}],"Language":null,"PostalAddress":null,"PhysicalLocation":{"ID":null,"Description":null,"Conditions":null,"CountrySubentity":null,"CountrySubentityCode":null,"LocationTypeCode":null,"InformationURI":null,"Name":null,"ValidityPeriod":null,"Address":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CL 46 19 07 SUR"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"SubsidiaryLocation":null,"LocationCoordinate":null},"PartyTaxScheme":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"BALDOCER LTDA"},"CompanyID":{"schemeID":"6","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900147248"},"TaxLevelCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":"48","listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"R-99-PN"},"ExemptionReasonCode":null,"ExemptionReason":null,"RegistrationAddress":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CL 46 19 07 SUR"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}],"PartyLegalEntity":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"BALDOCER LTDA"},"CompanyID":{"schemeID":"6","schemeName":"31","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"900147248"},"RegistrationDate":null,"RegistrationExpirationDate":null,"CompanyLegalFormCode":null,"CompanyLegalForm":null,"SoleProprietorshipIndicator":null,"CompanyLiquidationStatusCode":null,"CorporateStockAmount":null,"FullyPaidSharesIndicator":null,"RegistrationAddress":null,"CorporateRegistrationScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"STA"},"Name":null,"CorporateRegistrationTypeCode":null,"JurisdictionRegionAddress":null},"HeadOfficeParty":null,"ShareholderParty":null}],"Contact":{"ID":null,"Name":null,"Telephone":{"languageID":null,"languageLocaleID":null,"Value":"2807012"},"Telefax":null,"ElectronicMail":{"languageID":null,"languageLocaleID":null,"Value":"administrativo@baldocer.com.co"},"Note":null,"OtherCommunication":null},"Person":null,"AgentParty":null,"ServiceProviderParty":null,"PowerOfAttorney":null,"FinancialAccount":null},"DespatchContact":null,"AccountingContact":null,"SellerContact":null},"AccountingCustomerParty":{"CustomerAssignedAccountID":null,"SupplierAssignedAccountID":null,"AdditionalAccountID":[{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"2"}],"Party":{"MarkCareIndicator":null,"MarkAttentionIndicator":null,"WebsiteURI":null,"LogoReferenceID":null,"EndpointID":null,"IndustryClassificationCode":null,"PartyIdentification":[{"ID":{"schemeID":null,"schemeName":"13","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"4886644"}}],"PartyName":[{"Name":{"languageID":null,"languageLocaleID":null,"Value":"HECTOR MANUEL CIFUENTES"}}],"Language":null,"PostalAddress":null,"PhysicalLocation":{"ID":null,"Description":null,"Conditions":null,"CountrySubentity":null,"CountrySubentityCode":null,"LocationTypeCode":null,"InformationURI":null,"Name":null,"ValidityPeriod":null,"Address":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CLL 70 SUR 18 H 53"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"SubsidiaryLocation":null,"LocationCoordinate":null},"PartyTaxScheme":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"HECTOR MANUEL CIFUENTES"},"CompanyID":{"schemeID":null,"schemeName":"13","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"4886644"},"TaxLevelCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":"49","listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"R-99-PN"},"ExemptionReasonCode":null,"ExemptionReason":null,"RegistrationAddress":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"11001"},"AddressTypeCode":null,"AddressFormatCode":null,"Postbox":null,"Floor":null,"Room":null,"StreetName":null,"AdditionalStreetName":null,"BlockName":null,"BuildingName":null,"BuildingNumber":null,"InhouseMail":null,"Department":null,"MarkAttention":null,"MarkCare":null,"PlotIdentification":null,"CitySubdivisionName":null,"CityName":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"PostalZone":null,"CountrySubentity":{"languageID":null,"languageLocaleID":null,"Value":"Bogota D.C."},"CountrySubentityCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"11"},"Region":null,"District":null,"TimezoneOffset":null,"AddressLine":[{"Line":{"languageID":null,"languageLocaleID":null,"Value":"CLL 70 SUR 18 H 53"}}],"Country":{"IdentificationCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":"es","listURI":null,"listSchemeURI":null,"Value":"CO"},"Name":{"languageID":"es","languageLocaleID":null,"Value":"Colombia"}},"LocationCoordinate":null},"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"ZZ"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"No aplica"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}],"PartyLegalEntity":[{"RegistrationName":{"languageID":null,"languageLocaleID":null,"Value":"HECTOR MANUEL CIFUENTES"},"CompanyID":{"schemeID":null,"schemeName":"13","schemeAgencyID":"195","schemeAgencyName":"CO, DIAN (Dirección de Impuestos y Aduanas Nacionales)","schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"4886644"},"RegistrationDate":null,"RegistrationExpirationDate":null,"CompanyLegalFormCode":null,"CompanyLegalForm":null,"SoleProprietorshipIndicator":null,"CompanyLiquidationStatusCode":null,"CorporateStockAmount":null,"FullyPaidSharesIndicator":null,"RegistrationAddress":null,"CorporateRegistrationScheme":null,"HeadOfficeParty":null,"ShareholderParty":null}],"Contact":{"ID":null,"Name":null,"Telephone":{"languageID":null,"languageLocaleID":null,"Value":"3116322428"},"Telefax":null,"ElectronicMail":{"languageID":null,"languageLocaleID":null,"Value":"tesoreria@baldocer.com.co"},"Note":null,"OtherCommunication":null},"Person":[{"ID":null,"FirstName":{"languageID":null,"languageLocaleID":null,"Value":"HECTOR MANUEL"},"FamilyName":{"languageID":null,"languageLocaleID":null,"Value":"CIFUENTES"},"Title":null,"MiddleName":null,"OtherName":null,"NameSuffix":null,"JobTitle":null,"NationalityID":null,"GenderCode":null,"BirthDate":null,"BirthplaceName":null,"OrganizationDepartment":null,"Contact":null,"FinancialAccount":null,"IdentityDocumentReference":null,"ResidenceAddress":null}],"AgentParty":null,"ServiceProviderParty":null,"PowerOfAttorney":null,"FinancialAccount":null},"DeliveryContact":null,"AccountingContact":null,"BuyerContact":null},"PayeeParty":null,"BuyerCustomerParty":null,"SellerSupplierParty":null,"TaxRepresentativeParty":null,"Delivery":[{"ID":null,"Quantity":null,"MinimumQuantity":null,"MaximumQuantity":null,"ActualDeliveryDate":{"Value":"2022-06-08T11:31:30","ValueString":"2022-06-08"},"ActualDeliveryTime":{"Value":"2022-06-08T11:31:30","ValueString":"11:31:30-05:00"},"LatestDeliveryDate":null,"LatestDeliveryTime":null,"ReleaseID":null,"TrackingID":null,"DeliveryAddress":null,"DeliveryLocation":null,"AlternativeDeliveryLocation":null,"RequestedDeliveryPeriod":null,"PromisedDeliveryPeriod":null,"EstimatedDeliveryPeriod":null,"CarrierParty":null,"DeliveryParty":null,"NotifyParty":null,"Despatch":null,"DeliveryTerms":null,"MinimumDeliveryUnit":null,"MaximumDeliveryUnit":null,"Shipment":null}],"DeliveryTerms":null,"PaymentMeans":[{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"},"PaymentMeansCode":{"listID":null,"listAgencyID":null,"listAgencyName":null,"listName":null,"listVersionID":null,"name":null,"languageID":null,"listURI":null,"listSchemeURI":null,"Value":"10"},"PaymentDueDate":null,"PaymentChannelCode":null,"InstructionID":null,"InstructionNote":null,"PaymentID":null,"CardAccount":null,"PayerFinancialAccount":null,"PayeeFinancialAccount":null,"CreditAccount":null,"PaymentMandate":null,"TradeFinancing":null}],"PaymentTerms":null,"PrepaidPayment":null,"AllowanceCharge":null,"TaxExchangeRate":null,"PricingExchangeRate":null,"PaymentExchangeRate":null,"PaymentAlternativeExchangeRate":null,"TaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":12606.00},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":66347.899157},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":12606.00},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":19.00},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"WithholdingTaxTotal":[],"LegalMonetaryTotal":{"LineExtensionAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":66348.00},"TaxExclusiveAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":66348.00},"TaxInclusiveAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":78954.00},"AllowanceTotalAmount":null,"ChargeTotalAmount":null,"PrepaidAmount":null,"PayableRoundingAmount":null,"PayableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":78954.00},"PayableAlternativeAmount":null},"InvoiceLine":[{"ID":{"schemeID":"1","schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"1"},"schemeID":null,"UUID":null,"Note":[{"languageID":null,"languageLocaleID":null,"Value":""}],"InvoicedQuantity":{"unitCode":"MTK","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":1.86},"LineExtensionAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":52986.55},"TaxPointDate":null,"AccountingCostCode":null,"AccountingCost":null,"PaymentPurposeCode":null,"FreeOfChargeIndicator":null,"InvoicePeriod":null,"OrderLineReference":null,"DespatchLineReference":null,"ReceiptLineReference":null,"BillingReference":null,"DocumentReference":null,"PricingReference":null,"OriginatorParty":null,"Delivery":null,"PaymentTerms":null,"AllowanceCharge":null,"TaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":10067.445378},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":52986.55462},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":10067.445378},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":19.00},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"WithholdingTaxTotal":[],"Item":{"Description":[{"languageID":null,"languageLocaleID":null,"Value":"PISO AQUA BLANCO 30X30 (1.86) 1RA ALFAGRES"}],"PackQuantity":null,"PackSizeNumeric":null,"CatalogueIndicator":null,"Name":null,"HazardousRiskIndicator":null,"AdditionalInformation":null,"Keyword":null,"BrandName":null,"ModelName":null,"BuyersItemIdentification":null,"SellersItemIdentification":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"225023886"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"ManufacturersItemIdentification":null,"StandardItemIdentification":{"ID":{"schemeID":"999","schemeName":"Estándar de adopción del contribuyente","schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"225023886"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"CatalogueItemIdentification":null,"AdditionalItemIdentification":null,"CatalogueDocumentReference":null,"ItemSpecificationDocumentReference":null,"OriginCountry":null,"CommodityClassification":null,"TransactionConditions":null,"HazardousItem":null,"ClassifiedTaxCategory":null,"AdditionalItemProperty":null,"ManufacturerParty":null,"InformationContentProviderParty":null,"OriginAddress":null,"ItemInstance":null,"Certificate":null,"Dimension":null},"Price":{"PriceAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":28487.394957},"BaseQuantity":{"unitCode":"MTK","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":1.86},"PriceChangeReason":null,"PriceTypeCode":null,"PriceType1":null,"OrderableUnitFactorRate":null,"ValidityPeriod":null,"PriceList":null,"AllowanceCharge":null,"PricingExchangeRate":null},"DeliveryTerms":null,"SubInvoiceLine":null,"ItemPriceExtension":null},{"ID":{"schemeID":"1","schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"2"},"schemeID":null,"UUID":null,"Note":[{"languageID":null,"languageLocaleID":null,"Value":""}],"InvoicedQuantity":{"unitCode":"NIU","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":1.00},"LineExtensionAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":13361.34},"TaxPointDate":null,"AccountingCostCode":null,"AccountingCost":null,"PaymentPurposeCode":null,"FreeOfChargeIndicator":null,"InvoicePeriod":null,"OrderLineReference":null,"DespatchLineReference":null,"ReceiptLineReference":null,"BillingReference":null,"DocumentReference":null,"PricingReference":null,"OriginatorParty":null,"Delivery":null,"PaymentTerms":null,"AllowanceCharge":null,"TaxTotal":[{"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":2538.655462},"RoundingAmount":null,"TaxEvidenceIndicator":null,"TaxIncludedIndicator":null,"TaxSubtotal":[{"TaxableAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":13361.344537},"TaxAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":2538.655462},"CalculationSequenceNumeric":null,"TransactionCurrencyTaxAmount":null,"Percent":null,"BaseUnitMeasure":null,"PerUnitAmount":null,"TierRange":null,"TierRatePercent":null,"TaxCategory":{"ID":null,"Name":null,"Percent":{"format":null,"Value":19.00},"BaseUnitMeasure":null,"PerUnitAmount":null,"TaxExemptionReasonCode":null,"TaxExemptionReason":null,"TierRange":null,"TierRatePercent":null,"TaxScheme":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"01"},"Name":{"languageID":null,"languageLocaleID":null,"Value":"IVA"},"TaxTypeCode":null,"CurrencyCode":null,"JurisdictionRegionAddress":null}}}]}],"WithholdingTaxTotal":[],"Item":{"Description":[{"languageID":null,"languageLocaleID":null,"Value":"PEGANTE PEGALISTO GRIS 25 KG HENKEL"}],"PackQuantity":null,"PackSizeNumeric":null,"CatalogueIndicator":null,"Name":null,"HazardousRiskIndicator":null,"AdditionalInformation":null,"Keyword":null,"BrandName":null,"ModelName":null,"BuyersItemIdentification":null,"SellersItemIdentification":{"ID":{"schemeID":null,"schemeName":null,"schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"2147296"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"ManufacturersItemIdentification":null,"StandardItemIdentification":{"ID":{"schemeID":"999","schemeName":"Estándar de adopción del contribuyente","schemeAgencyID":null,"schemeAgencyName":null,"schemeVersionID":null,"schemeDataURI":null,"schemeURI":null,"Value":"2147296"},"ExtendedID":null,"BarcodeSymbologyID":null,"PhysicalAttribute":null,"MeasurementDimension":null,"IssuerParty":null},"CatalogueItemIdentification":null,"AdditionalItemIdentification":null,"CatalogueDocumentReference":null,"ItemSpecificationDocumentReference":null,"OriginCountry":null,"CommodityClassification":null,"TransactionConditions":null,"HazardousItem":null,"ClassifiedTaxCategory":null,"AdditionalItemProperty":null,"ManufacturerParty":null,"InformationContentProviderParty":null,"OriginAddress":null,"ItemInstance":null,"Certificate":null,"Dimension":null},"Price":{"PriceAmount":{"currencyID":"COP","currencyCodeListVersionID":null,"Value":13361.344537},"BaseQuantity":{"unitCode":"NIU","unitCodeListID":null,"unitCodeListAgencyID":null,"unitCodeListAgencyName":null,"Value":1.00},"PriceChangeReason":null,"PriceTypeCode":null,"PriceType1":null,"OrderableUnitFactorRate":null,"ValidityPeriod":null,"PriceList":null,"AllowanceCharge":null,"PricingExchangeRate":null},"DeliveryTerms":null,"SubInvoiceLine":null,"ItemPriceExtension":null}]} Error al escribir en el xml : System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\STA14581_fv09001472480002200021151.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.StreamWriter..ctor(String path) at WoLicencias.Services.Logic.Transversales.XmlHelper.Serialize[T](T obj, String path, XmlSerializerNamespaces namespaces) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\XmlHelper.cs:line 166 -------------------------------------------------------------------- 2022-06-13 11:43:40.8232 : Documento: FV-AGFI-1483 Transaccion: 72403317 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-06-13 11:47:50.5567 : Documento: FV-E-1730 Transaccion: 72403974 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-06-13 11:47:50.5723 : Documento: FV-FVE-7834 Transaccion: 72403978 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-06-13 11:47:50.5723 : Documento: FV-AIV-2333 Transaccion: 72403968 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-06-13 11:47:50.5723 : ERROR en metodo RebuildTransactionFiles. 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.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(DocumentoEncabezado document, Transaccion transaction) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8385 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8471 -------------------------------------------------------------------- 2022-06-13 11:47:50.5879 : Documento: FV-FVE-5839 Transaccion: 72403969 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-06-13 11:52:43.7891 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\VMME19305_fv09003185850002200008044.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 11:52:44.2266 : Documento: FV-VMME-19305 Transaccion: 72404886 Metodo: System.IO.__Error.WinIOError Linea: 2251 Error: System.IO.IOException: The process cannot access the file 'D:\home\site\wwwroot\DocumentosXML\VMME19305_fv09003185850002200008044.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalDelete(String path, Boolean checkHost) at System.IO.File.Delete(String path) 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 2251 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalDelete(String path, Boolean checkHost) at System.IO.File.Delete(String path) 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 2251 -------------------------------------------------------------------- 2022-06-13 11:53:52.3793 : Documento: FV-FE-868 Transaccion: 72405137 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-06-13 11:53:52.3949 : Documento: FV-FCM-26068 Transaccion: 72405142 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-06-13 11:54:42.9495 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 11:55:28.5638 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 11:55:33.9628 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 11:56:45.5660 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 12:03:10.7173 : Documento: FV-FE01-4944 Transaccion: 72407136 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-06-13 12:03:10.7173 : Documento: FV-FESH-5250 Transaccion: 72407132 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-06-13 12:11:37.7015 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\NSTA392_nc09001472480002200000761.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\NSTA392_nc09001472480002200000761.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 12:12:55.9553 : Documento: FV-FEFM-5795 Transaccion: 72409193 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-06-13 12:12:55.9710 : Documento: FV-PAC-13633 Transaccion: 72409204 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-06-13 12:17:35.0605 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-SB-227408 CUFE: 0e70e84bee510be1a93b11ddfc29c92697ee2a9be2c5f5204c6a5a24fb41a0c15e279cd7a6ff5c3f6f0ea90ba066b1af ERROR: System.ServiceModel.CommunicationException: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:03:00'. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage(HttpRequestMessage httpRequestMessage, Exception& requestException) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 12:21:38.0922 : Error al construir AttachedDocument Documento: 10-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b528bf16cfaf6e664cc753689bf8f81d24ffc7671627dd4092e7b14c8604138d9ea6e4b13cc803d42980cdf9f26d4efb6800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T17:11:16+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 Venta2SETT1096c4e59ef8ef906a7ed672fd13f0edfda076ae3305c9a3d7ba5e737850d417563dee37b17703b01bfcf90e9df22994162022-06-1312:19:36-05:0001FACTURA DE VENTACOP116910TAPPAN SANTA SAS11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombiaTAPPAN SANTA SAS900706461R-99-PN11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombia01IVATAPPAN SANTA SAS900706461SETT2486626tappansanta@gmail.com1900706461TAPPAN SANTA SAS11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombiaTAPPAN SANTA SAS900706461R-99-PN11001Bogota D.C.Bogota D.C.11CR 50 104 B 21 AP 402COColombia01IVATAPPAN SANTA SAS9007064612486626tappansanta@gmail.com2022-06-1312:19:36-05:0022022-06-13114000.00600000.00114000.0019.0001IVA66000.000600000.0066000.0011.0006ReteFuente5196.000600000.005196.000.86607ReteICA600000.00600000.00714000.00714000.001CONSULTORIA JURIDICA2.00600000.00114000.00600000.00114000.0019.0001IVA66000.00600000.0066000.0011.0006ReteFuente5196.00600000.005196.000.86607ReteICAACTIVIDADES JURIDICAS CONSULTORIA PROFESIONAL 19%1 JUR1 JUR300000.002.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-06-13 12:21:38.1079 : 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-06-13 12:29:21.5052 : 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-06-13T17:18: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 Venta2SETT5a6fb88767358f543402f3683389bef9877ed653ab783a8ca5d30d0ac7e73cf627728bcaba33c5d8ac6aed61fb9d245fa2022-06-1312:27:35-05:0001FACTURA DE VENTACOP11INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524SETT6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:27:35-05:0022022-06-13200000.000.00200000.00200000.0011.00200000.00Venta de Servicio de transporte de carga por carretera414505414505200000.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-06-13 12:29:21.5207 : 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-06-13 12:35:08.3643 : 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-06-13T17:24:46+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.110DIAN 2.1: Factura Electrónica de Venta2SETT6a250b114923e3f3aa317dc8bb820544d574d3637c78f1a5ccd7d845ab6f48da63cbc345c132f8f36bd773c3d18a940492022-06-1312:29:45-05:0001FACTURA DE VENTACOP11INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524SETT6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:29:45-05:0022022-06-13190000.001000000.00190000.0019.0001IVA1000000.001000000.001190000.001190000.0011.001000000.00190000.001000000.00190000.0019.0001IVAVenta de servicios para la construccion de Edificios y obras de ingenieria civil4130104130101000000.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-06-13 12:35:08.3955 : 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-06-13 12:46:41.0634 : 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=f324a53e962fe2b7425ae902cb3a5fe455d038cf777d27b9c70a852865484130027db37e36285e83aaa442e64b82be6aAzrdWfriS/C4og75DtR0Ne/RGVmux2ZRumtRsGnU8vY=5uOq0xw+jIMI14GNcc9BEuAFDEDoQOjrdbwh89/Au1o=HkfnIHPOplZRHGjBC4bSNtS++zPUWoD0BZNIB2fppXU=e5K0Uj1BqXiCBZ/Ma3J2qjdIUtjEOqnEJGRkGsuLSn5OBpp2TQjsG2r6OSnuwHSElUBwcL/emR6Lh/JNM8MGV00q7vJHY1eB8CXmzvcbihNqY90PTFZAQh0L/ytstzrnmv14T1j8HNUrrGHQjtW+pSzecdDJbhbOKlHMg43sSseYgkPBXVl1g2wH6oQE5+UE8OaH26+T65da45dXFubEaPWkEpvCsCK0+j+158u1gLLg4zdKjkK/Z30+PcR7doAA2o24FUqERDIVi/KTKPQ9qmpCS6SSDj1Cqy3qYQoo0hnfkZUbPFIZ4vEZborUC1LQMsuJnXaCZf+swdsxOBeOGw==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-06-13T17:36:19+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 Venta2SETT7f324a53e962fe2b7425ae902cb3a5fe455d038cf777d27b9c70a852865484130027db37e36285e83aaa442e64b82be6a2022-06-1312:44:29-05:0001FACTURA DE VENTACOP11INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524SETT6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:44:29-05:0022022-06-135000000.000.005000000.005000000.0011.005000000.00Venta de Servicio de transporte de carga por carretera4145054145055000000.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-06-13 12:46:41.0634 : 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-06-13 12:53:47.2752 : 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-06-13T17:43:25+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 Venta2SETT8a13abe76d1be789f80da6856bb97d91989f5f65efe6d85f3eee8d92c460c5d419e1fe2a58c129df63e33fc09d89d3a492022-06-1312:52:09-05:0001FACTURA DE VENTACOP11INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524SETT6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:52:09-05:0022022-06-134000000.000.004000000.004000000.0011.004000000.00Venta de Servicio de transporte de carga por carretera4145054145054000000.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-06-13 12:53:47.2908 : 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-06-13 12:55:54.7663 : Error al construir AttachedDocument Documento: 9-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b783c4808f7108366e6d64575fb801921a962ff507c33163893a582e22658cea8271e4661d78c3bfc780163ad48021e0b800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=0837b63e77327c858f028a1f734d8b58d85ff7f6ffc071e252521227b27a98e3343fc1b539c15d2f30115e82158fc6ebJsTUhZoi08S8Z61MKNi6GF+Y8xFIrjcVedNk4+Ced3M=DU47inx0DXxE6z1Dij8PGwUcYTfN6zYBD9C7ClC8Zc0=du3RVuwUF7ODK7TSyK4aYEBXCinEG/vtjU/I663SklQ=DYPVZMZEozMOCPlDbab9f7OzHQ8EscyNj3TsHB7TGCQXoBLX/1p4/GAUx14Rr1f+EoZbwf9PXjHMlPgq+ATsrVTFz0BtkfczAWjAJ2NyqH6gz40V0L7GhbUnrUx/WWw1PHAGY5OlzRwNIdW5pB/hrUFZdaDNzKyk61nqbQ6FoO/yypotSYNa3qnFWdeh8nJtK8xqQgOR/zD9L/zyx/jKS3H6ZrKlvqS3ON9+zhTbh8v/+xSEtkoN1XB7FmHMzCBajjT/y9xEjRutmSTnFoxw2x39IRaoCxaIJQnvh5lY9GuX2ELCQSPIOG0xgATou4Zm5XkZngjv0sGmIDrk/wGjcg==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-06-13T17:45:33+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 Venta2SETT90837b63e77327c858f028a1f734d8b58d85ff7f6ffc071e252521227b27a98e3343fc1b539c15d2f30115e82158fc6eb2022-06-1312:54:06-05:0001FACTURA DE VENTACOP11INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524SETT6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:54:06-05:0022022-06-13200000.000.00200000.00200000.0011.00200000.00Venta de Servicio de transporte de carga por carretera414505414505200000.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-06-13 12:55:54.7818 : 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-06-13 12:58:13.5956 : Error al construir AttachedDocument Documento: 10-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b528bf16cfaf6e664cc753689bf8f81d24ffc7671627dd4092e7b14c8604138d9ea6e4b13cc803d42980cdf9f26d4efb6800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T17:47:52+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 Venta2SETT101f3a609e8c2ea24f54b4c5c6e8a798ec63174853197555eeb4fa383e1aa93f756e2c4571cff993ac992153b22c66ae3d2022-06-1312:56:22-05:0001FACTURA DE VENTACOP11INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524SETT6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:56:22-05:0022022-06-132000000.000.002000000.002000000.0011.002000000.00Venta de Servicio de transporte de carga por carretera4145054145052000000.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-06-13 12:58:13.6111 : 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-06-13 13:08:44.5984 : Error al construir AttachedDocument Documento: 2-PNC-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b3fb068545c79252d21d56c4c74cae3670f4414610299d9c47d29f5ced026b644171cb69157dd49c0679c7553a138f156800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T17:58:23+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.120DIAN 2.1: Nota Crédito de Factura Electrónica de Venta2PNC2e0be5877dcb69c71ff2f106412ae1496b4a52e5297d938a997b0b0a24d37dd431ac8c64b90ba73cb3a4b67e2fe0918b72022-06-1312:49:03-05:0091NOTA CREDITO FACTURA No SETT 7COP1SETT76OtrosSETT7f324a53e962fe2b7425ae902cb3a5fe455d038cf777d27b9c70a852865484130027db37e36285e83aaa442e64b82be6a2022-06-131INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524PNC6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:49:03-05:0022022-06-131000000.000.001000000.001000000.0011.001000000.00Venta de Servicio de transporte de carga por carretera4145054145051000000.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-06-13 13:08:44.6140 : 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-06-13 13:23:08.0151 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:33:10.5765 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:37:32.8782 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-MD-10136 CUFE: 94b9ba5e4f8efa2bf466997b6c698577da99ad0b33bc8e68daebff237d14be770c2a17c0cc5984540e38ea814647fc77 ERROR: System.ServiceModel.ServerTooBusyException: The HTTP service located at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 13:41:40.6292 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:42:00.0748 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:42:13.0848 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-UMC-3135 CUFE: ad73e41f0302fff3cd49b597b3cb4eaf1004d79da7b79ff9c8e997533c4c4fec660a130a3d24a5cc4c706f08f7a11777 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 13:42:13.9754 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-CRFE-9266 CUFE: 128fc959adb0ad12559aaf3ae55b8595d9de69d4da63f3bcafaac350c6344a0175cadacd1e9e9a72636b4ecdf392fcd9 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 13:42:15.8505 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-MONK-1338 CUFE: 3b9abf3cb38d750644c73b854777516cf593069b7a93b4ec6ef2ac8dbeb63211ccdd7207ab84d8975d1ec6ebc53b0e36 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 13:42:31.3510 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:42:58.7696 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:45:41.1428 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FVE-13642 CUFE: 4d712c727fda3eaa29115ce6b5339f0c1fb1f33c849df685cdc45e218114a2a12beb345505907b1bafc85ad84c589602 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 13:46:08.1363 : Error al enviar documento a la DIAN Documento: FV-ECO-7441 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640201856472021-10-272022-10-27ECO500110000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b78d6117a3f6ed8c00ccbcf47145fa6ad4361b8818ae6022afabc747a4744a8473ccb914670142eb41e9d89f0c2e1cee6800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T18:35:14+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 Venta1ECO7441ea098e4e430b97decc129a97d242a0ea9d8c5e78d8505c4c0a31686f933f044316008b728245eeeb6cc049143a8849f12022-06-1313:15:00-05:0001FACTURA DE VENTA O.C 019002COP113830ASOCIACION DE RECUPERADORES AMBIENTALES ASEO ECOACTIVA11001Bogota D.C.Bogota D.C.11Cr 81C 16C-24COColombiaASOCIACION DE RECUPERADORES AMBIENTALES ASEO ECOACTIVA900621860O-23;R-99-PN11001Bogota D.C.Bogota D.C.11Cr 81C 16C-24COColombia01IVAASOCIACION DE RECUPERADORES AMBIENTALES ASEO ECOACTIVA900621860ECO4244541aseoecoactiva@gmail.com1901469364BIOCIRCULO 2 SAS11001Bogota D.C.Bogota D.C.11DG 16 115 25COColombiaBIOCIRCULO 2 SAS901469364R-99-PN11001Bogota D.C.Bogota D.C.11DG 16 115 25COColombia01IVABIOCIRCULO 2 SAS9014693642627799revisor.fiscal@empacor.com2022-06-1313:15:00-05:0022022-06-13189677.00998300.00189677.0019.0001IVA998300.00998300.001187977.001187977.001298.00998300.00189677.00998300.00189677.0019.0001IVAPET CRISTAL06063350.00298.00 -------------------------------------------------------------------- 2022-06-13 13:46:10.6520 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-EIE-15153 CUFE: 49df3a96842b40dfd2ec33bb6dc60670f46ec5684bc401630ad611d27af9e71ede34a10444b82f1d5c7024b38728d576 ERROR: System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to https://vpfe.dian.gov.co/WcfDianCustomerServices.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 13:46:12.1677 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-TE-43976 CUFE: afc10defa7e81cdf51d15272d9e8d4ae56d02bedb099e6a18c222af00b24eed7f86f8c94937f6cf75288a5ba7d7ee659 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 13:46:23.1056 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-1N-3701 CUFE: 95b1a0671634d9e882593fa223848673e2c9b69a9bfc0b3015c2d7bc979488d3fe8e03bd74a428b927154cac7342438f ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 13:46:27.8874 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FES-1192 CUFE: 85c804085d949d626834d009294b4f00d93d67ffdefc02efb42a3e47d17bec72c6c17af6dc592e8eee2f3d868d9e23e0 ERROR: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 13:46:41.3572 : Error al enviar documento a la DIAN Documento: FV-TR-1793 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640185342802021-09-242022-09-24TR1083100000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bdb8c499f20a632dfa3a87f617847acb384982c7c6399b158b518e377d9b73644621a3b0a1a62eb221500e74c31fb73df800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T18:35:11+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 Venta1TR17930245ce7877366c97ac5ce4d0010dffbe8703964963cb3a58b0bfb615e0919569aa3cf435e36625ec23fbbef9745f29252022-06-1313:42:56-05:0001WHO137 ROD.JUNIO/2022COP114921COOPERATIVA MULTIACTIVA DE TRANSPORTADORES DE COLOMBIA LTDA11001Bogota D.C.Bogota D.C.11Calle 66 68 B 64 Bogota D.C - ColombiaCOColombiaCOOPERATIVA MULTIACTIVA DE TRANSPORTADORES DE COLOMBIA LTDA830109060R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11Calle 66 68 B 64 Bogota D.C - ColombiaCOColombia01IVACOOPERATIVA MULTIACTIVA DE TRANSPORTADORES DE COLOMBIA LTDA830109060TR7464001 - 350 553 4170contabilidad@coomtranscol.co293207269DIONI PORTELA RODRIGUEZ73585PurificacionTolima73CALLE 163 # 54 C - 34COColombiaDIONI PORTELA RODRIGUEZ93207269R-99-PN;R-99-PN73585PurificacionTolima73CALLE 163 # 54 C - 34COColombiaZZNo aplicaDIONI PORTELA RODRIGUEZ932072695285363dionny_portela@hotmail.comDIONIPORTELA RODRIGUEZ2022-06-1313:42:56-05:0022022-06-13110000.000.00110000.00110000.0011.00110000.00RODAMIENTOSMON0042MON0042110000.001.00 -------------------------------------------------------------------- 2022-06-13 13:47:11.5072 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FVE-4834 CUFE: 4709a3a954ff0d406648d4bf12d5d32d8059523b7c67ea751975411c2d7895b5ded1c2a146f7bfb84138f318c965c5cb ERROR: System.ServiceModel.ServerTooBusyException: The HTTP service located at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 13:48:08.5511 : Error al enviar documento a la DIAN Documento: FV-ARIF-5101 ERROR: System.TimeoutException: The request channel timed out while waiting for a reply after 00:02:59.9687466. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'https://vpfe.dian.gov.co/WcfDianCustomerServices.svc' has exceeded the allotted timeout of 00:03:00 while reading the response. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out. at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage(HttpRequestMessage httpRequestMessage, Exception& requestException) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: 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: 187640297525752022-06-062022-12-06ARIF49916500CO9005343561476b5a6-056c-4972-9d2b-c23d3714245be010b220d4598fd325c133707e16dbcef69dcef5b8af0d513d0df55846c10c51ea6c319913520ab009bf9c42f7bc6dcd800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T18:35: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 Venta1ARIF5101b8a11e66fff2b83547cfb346490b9291df52ee3a8c8a8cc535d74a567b685410eb19924345e029e5b9d0dea3279c11702022-06-1313:42:40-05:0001FACTURA DE VENTACOP224664OFELIA ARIZA HERNANDEZ11001Bogota D.C.Bogota D.C.11CR 19 A 162 08COColombiaOFELIA ARIZA HERNANDEZ41704755R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CR 19 A 162 08COColombia01IVAOFELIA ARIZA HERNANDEZ41704755ARIF6956768ariplast_@hotmail.com1860068281MATRIMOL S A S11001Bogota D.C.Bogota D.C.11CR 20 166 24COColombiaMATRIMOL S A S860068281R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11CR 20 166 24COColombia01IVAMATRIMOL S A S8600682816724324compras@matrimol.com.co2022-06-1313:42:40-05:0022022-06-1756894.70299446.3056894.69719.0001IVA299446.30299446.30356341.00356341.0012.00100756.3019143.697100756.3019143.69719.0001IVAR PLASTICO BURBUJA PEQUENA DE 1.50 X 50 MBURBP1.50X50MBURBP1.50X50M50378.152.00237.00198690.0037751.10198690.0037751.1019.0001IVAR CARTON CORRUGADO 1.20 MTRCARTONRCARTON5370.0037.00 -------------------------------------------------------------------- 2022-06-13 13:48:17.8795 : Error al enviar documento a la DIAN Documento: NCCL-DMC-614 ERROR: System.ServiceModel.CommunicationException: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:03:00'. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpInput.WebResponseHttpInput.WebResponseInputStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage(HttpRequestMessage httpRequestMessage, Exception& requestException) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b496b0deab8ab90de60e2b65c3bcd324387bd3544113eabb77e661f83631f3dfbb4818ebb144f49750f3e57cb64ed7bcb800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T18:35: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.120DIAN 2.1: Nota Crédito de Factura Electrónica de Venta1DMC614ee98b6cac363a269ea3504ccd13e9b505f34531a0bc4c3d51631ebd38bd7e73707885a3e902f96b723a34cd0a94193752022-06-0816:16:39-05:0091DEVOLUCION FACTURA No FECM 15587COP1FECM155871Devolucion de parte de los bienes; no aceptacion de partes del servicioFECM155876e33842eb5d45410db4840c0f79ff6537cf60d9fb231207805c4fafb5d50945bf02d0858848cd0d557250f3be25d933b2022-06-0824752MARIA MAGDALENA DIAZ BURBANO86001MocoaPutumayo86AV. COLOMBIACOColombiaMARIA MAGDALENA DIAZ BURBANO1124848579R-99-PN;R-99-PN86001MocoaPutumayo86AV. COLOMBIACOColombia01IVAMARIA MAGDALENA DIAZ BURBANO1124848579DMC4204630facturacionelectronica@elconstructormocoa.com227107047MARIA ELIZA TORO LUNA86001MocoaPutumayo86BRR CIUDAD JARDINCOColombiaMARIA ELIZA TORO LUNA27107047R-99-PN;R-99-PN;R-99-PN86001MocoaPutumayo86BRR CIUDAD JARDINCOColombiaZZNo aplicaMARIA ELIZA TORO LUNA27107047facturacionelectronica@rlconstructormocoa.comMARIA ELIZATORO LUNA2022-06-0816:16:39-05:0011012054.6263445.37815112054.6219.0001IVA63445.3863445.3875500.0075500.0011.0063445.378212054.62184963445.37815112054.62184919.0001IVATUBO CERRAMIENTO 1 1/2" CAL 18008120081263445.3781511.00 -------------------------------------------------------------------- 2022-06-13 13:48:24.4577 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:49:43.8650 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:57:41.0710 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 13:57:50.0756 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:04:51.4544 : Documento: FV-SO-89313 Transaccion: 72427017 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-06-13 14:04:51.4699 : Documento: FV-CM-1433 Transaccion: 72427022 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-06-13 14:04:51.4699 : Documento: FV-FEPB-7429 Transaccion: 72427013 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-06-13 14:04:51.4699 : Documento: FV-JD-1629 Transaccion: 72427012 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-06-13 14:16:54.4952 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:17:17.2233 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:22:20.1316 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:23:29.6719 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:24:11.6846 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:33:16.2378 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:41:07.7220 : Error al construir AttachedDocument Documento: 2-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bab7a8f0dcfa29bdde4937e3ef5bc9a0ae508f10cfcd3b398c0d0ee7b990e72ef2fffb710bac7fbf195c10ab11b6f682e800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T19:30:43+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.130DIAN 2.1: Nota Débito de Factura Electrónica de Venta2PND2f4cb6dc1dbd496c7cd154edf706e95eb8a3e28e816283cfcc7ed17d7fb66236fe42ee429828ddf936a9653443a611b3d2022-06-1314:38:26-05:00NOTA DEBITO FACTURA No SETT 7COP1SETT71InteresesSETT7f324a53e962fe2b7425ae902cb3a5fe455d038cf777d27b9c70a852865484130027db37e36285e83aaa442e64b82be6a2022-06-131INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524PND6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1314:38:26-05:0022022-06-13100000.000.00100000.00100000.0011.00100000.00Venta de Servicio de transporte de carga por carretera414505414505100000.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-06-13 14:41:07.7377 : 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-06-13 14:47:53.0703 : Error al construir AttachedDocument Documento: 1-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b09ff4113cb537c49c413925be217d9d4648c8a891e087019cb3288ab6191a0675700e7cacbbcd7598d610f873a39ef6f800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T19:37: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.130DIAN 2.1: Nota Débito de Factura Electrónica de Venta2PND1d834698a42968a8dbc9a82bac5f4071efe860bb091b34b6a037aaead4e6a1cf18ae7b8297d5caf6a35876348df5374292022-06-1312:35:31-05:00NOTA DEBITO FACTURA No SETT 6COP1SETT61InteresesSETT6a250b114923e3f3aa317dc8bb820544d574d3637c78f1a5ccd7d845ab6f48da63cbc345c132f8f36bd773c3d18a940492022-06-131INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524PND6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1312:35:31-05:0022022-06-139500.0050000.009500.0019.0001IVA50000.0050000.0059500.0059500.0011.0050000.009500.0050000.009500.0019.0001IVAVenta de servicios para la construccion de Edificios y obras de ingenieria civil41301041301050000.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-06-13 14:47:53.1017 : 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-06-13 14:50:13.6689 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:52:20.6060 : Error al construir AttachedDocument Documento: 3-PNC-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b7d1e0c39a35dd345b53d3f1e5048efd70a05db2952b8002e3f47b7b3ef8b0a3847142b1ee4a228b67abb9142bfafc8d3800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T19:41: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.120DIAN 2.1: Nota Crédito de Factura Electrónica de Venta2PNC372732f577b3548e0c44c8d8a6f46cf8eafa24703cae17831b7189940b11eba9f1a90161a374e95eb88d43357c34058d22022-06-1314:48:27-05:0091DEVOLUCION FACTURA No SETT 6COP1SETT61Devolucion de parte de los bienes; no aceptacion de partes del servicioSETT6a250b114923e3f3aa317dc8bb820544d574d3637c78f1a5ccd7d845ab6f48da63cbc345c132f8f36bd773c3d18a940492022-06-131INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524PNC6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1314:48:27-05:0022022-06-135700.0030000.005700.0019.0001IVA30000.0030000.0035700.0035700.0011.0030000.005700.0030000.005700.0019.0001IVAVenta de servicios para la construccion de Edificios y obras de ingenieria civil41301041301030000.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-06-13 14:52:20.6217 : 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-06-13 14:55:32.5029 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 14:58:30.2839 : Error al construir AttachedDocument Documento: 3-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bcf913a7957de32914d82f9b68d75defef746d7b1aa7c242dbbe349d910fd8c9adaf869551a7418800ef1d3a70b861762800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T19:48:08+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 Venta2PND324eb08a4678b4103677f319e4afc10358df700908ca9c446b7d7e48bf68a6c6959300b4344eb4139f8be0e0770e2135e2022-06-1314:56:03-05:00NOTA DEBITO FACTURA No SETT 6COP1SETT63Cambio del valorSETT6a250b114923e3f3aa317dc8bb820544d574d3637c78f1a5ccd7d845ab6f48da63cbc345c132f8f36bd773c3d18a940492022-06-131INGENIERIA GEOTECNICA Y PAVIMENTOS LTDA68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombiaINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302 TORRES DE ARAGONCOColombia01IVAINGENIERIA GEOTECNICA Y PAVIMENTOS LTDA900150524PND6197960ingepav_ltda@hotmail.com263497079SANDRA CIFUENTES CHACON CIFUENTES68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaSANDRA CIFUENTES CHACON CIFUENTES63497079R-99-PN;R-99-PN68276FloridablancaSantander68CRA 27 41 14 T5 APT 302COColombiaZZNo aplicaSANDRA CIFUENTES CHACON CIFUENTES634970796197960sancif_2010@hotmail.comSANDRA CIFUENTES CHACONCIFUENTES2022-06-1314:56:03-05:0022022-06-137600.0040000.007600.0019.0001IVA40000.0040000.0047600.0047600.0011.0040000.007600.0040000.007600.0019.0001IVAVenta de servicios para la construccion de Edificios y obras de ingenieria civil41301041301040000.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-06-13 14:58:30.2995 : 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-06-13 15:04:59.2817 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:06:14.7169 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:24:25.6537 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:26:00.8336 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:26:30.9413 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:26:53.5503 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:28:21.1025 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:28:26.0446 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:28:58.0343 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:29:44.7482 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:33:38.8606 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:34:59.1308 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:42:59.1757 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:43:10.1738 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:44:02.3320 : Error al enviar documento a la DIAN Documento: FV-FE-8223 ERROR: System.ServiceModel.ServerTooBusyException: The HTTP service located at https://vpfe.dian.gov.co/WcfDianCustomerServices.svc is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.SendBillSync(String fileName, Byte[] contentFile) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.SendBillSync(String fileName, Byte[] contentFile) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 791 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.SendDocumentSync(DocumentoEncabezado document, String xml, String fileName, Byte[] contentFile, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5482 XML: 187640128198562021-04-302022-10-30FE367910000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bf2caadd8d3859f63144fcaaf002f8e949b4321d6fcdd2ad854f7a395c81ba7241bc7239f7a5fe3bddd478be67d1c6c77800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T20:33: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.110DIAN 2.1: Factura Electrónica de Venta1FE82233e20de3fb7434908a4ec413cacf5e843484bbda771728c16267fac329b2fb76f662610f18e7669a010bbb956b5de85ef2022-06-1315:40:27-05:0001LADRILLO FAROL RAYADOCOP112392GRESVALLE DEL VALLE SAS76834TuluaValle del Cauca76CARRERA 1 #43-100 CARTAGO VALLECOColombiaGRESVALLE DEL VALLE SAS901239293R-99-PN;R-99-PN;O-4776834TuluaValle del Cauca76CARRERA 1 #43-100 CARTAGO VALLECOColombia01IVAGRESVALLE DEL VALLE SAS901239293FE3113691715gresvalleldelvalle@gmail.com22471050ALVARO DE JESUS SERNA LOAIZA76147CartagoValle del Cauca76CRA 10 N 36 A 27COColombiaALVARO DE JESUS SERNA LOAIZA2471050R-99-PN;R-99-PN76147CartagoValle del Cauca76CRA 10 N 36 A 27COColombiaZZNo aplicaALVARO DE JESUS SERNA LOAIZA24710503232985223clientesgresvalle@gmail.comALVARO DE JESUSSERNA LOAIZA2022-06-1315:40:27-05:0011043500.000.0043500.0043500.00150.0043500.00LADRILLO FAROL RAYADO 10X20X30L10X20X30RL10X20X30R870.0050.00 -------------------------------------------------------------------- 2022-06-13 15:44:11.9981 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-EVAE-2018 CUFE: c1a1a4bc81deb4de1ad9c2de42e521b6b0c07162de17e1ad6c1887d1ea6464a32f3eaf279235e10057b103a019b34e27 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 15:44:26.3086 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-MY-28761 CUFE: 5980bc5b8def7ef3e5d912682042d9fa0ca807c60867c30fcfbbee85faf712e1ac6cf386089ec1eb814fbdb4ef13331a ERROR: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 15:44:32.0747 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:44:45.2797 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FVE-21200 CUFE: 31c283103c8384a51873a4d14726a7c3b8990673f97c8ff8edfd33ef3c82cc35ceb2dbaa1290b152caf67d6f2b275d8f ERROR: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 15:45:09.6065 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-E-50933 CUFE: 7ce58c7a45ee98a0db804ad2d86beeb318127ac51b97d57ff6522f93a3075bffb6926926776fa580c3e46f9627ceff87 ERROR: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.GetStatus(String trackId) at WoLicencias.Services.Logic.DIANFEService.WcfDianCustomerServicesClient.GetStatus(String trackId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Service References\DIANFEService\Reference.cs:line 759 at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.GetStatusDocument(DocumentoEncabezado document, Boolean isTest) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 5666 -------------------------------------------------------------------- 2022-06-13 15:46:23.6902 : ERROR en metodo RebuildTransactionFiles. Error: System.NullReferenceException: Object reference not set to an instance of an object. at WoLicencias.Services.Logic.FacturacionElectronica.FacturacionElectronicaValidacionPreviaLogic.RebuildTransactionFiles(Int32 transactionId) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\FacturacionElectronica\FacturacionElectronicaValidacionPreviaLogic.cs:line 8414 -------------------------------------------------------------------- 2022-06-13 15:50:50.9996 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-5724 CUFE: 753b46530d688b38cc1d2dc3f374364ade7a86aa2d849605c90084c854d51a370fd1b15547ac314b80fd2c7954962036 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 16:17:40.7058 : 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-06-13T21:07:19+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 Venta2SETT39e895bc32b77509dcb0b72ecb1cc595e11c5ca1b336ee868106baabeacc9008a6f15053a508fb0fed1f51d5937eb2ef02022-06-1315:54:30-05:0001PRUEBACOP114220FG GRUPO EMPRESARIAL SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombiaFG GRUPO EMPRESARIAL SAS901476242R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombia01IVAFG GRUPO EMPRESARIAL SAS901476242SETT601 8050492fggrupoempresarial@gmail.com1800100145MUNICIPIO DE VILLAHERMOSA73870VillahermosaTolima73CALLE 8 4 42 PARQUE PRINCIPALCOColombiaMUNICIPIO DE VILLAHERMOSA800100145O-13;O-15;O-2373870VillahermosaTolima73CALLE 8 4 42 PARQUE PRINCIPALCOColombia01IVAMUNICIPIO DE VILLAHERMOSA8001001452533111alcalde@villahermosa-tolima.gov.co2022-06-1315:54:30-05:0022022-06-13399160.002100840.336134399160.0019.0001IVA84033.61344502100840.33613484033.6134454.0006ReteFuente2100840.002100840.002500000.002500000.0011.002100840.34399159.6638652100840.336134399159.66386519.0001IVA84033.6134452100840.33613484033.6134454.0006ReteFuenteVenta de servicio de eliminacion de desperdicios y aguas residuales 4170054170052100840.3361341.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-06-13 16:17:40.7213 : 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-06-13 16:24:03.5783 : 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-06-13T21:13: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.110DIAN 2.1: Factura Electrónica de Venta2SETT46d56245ea7706f7e4538b80d4a6a0fd84e88f5e1e7de2592d1f1c34b54c8284a51c72f11b234c0e388ca0d32efc0015b2022-06-1316:19:48-05:0001FACTURA DE VENTACOP114220FG GRUPO EMPRESARIAL SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombiaFG GRUPO EMPRESARIAL SAS901476242R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombia01IVAFG GRUPO EMPRESARIAL SAS901476242SETT601 8050492fggrupoempresarial@gmail.com1901488915UNION TEMPORAL VILLAMAQ 202111001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombiaUNION TEMPORAL VILLAMAQ 2021901488915R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombia01IVAUNION TEMPORAL VILLAMAQ 20219014889156018050492ccontratando@gmail.com2022-06-1316:19:48-05:0022022-06-13508403.36134404621848.739495508403.36134411.0006ReteFuente4621849.000.004621849.004621849.0011.004621848.74508403.3613444621848.739495508403.36134411.0006ReteFuenteVenta de Servicio de Entretenimiento y esparcimiento4170404170404621848.7394951.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-06-13 16:24:03.5939 : 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-06-13 16:27:51.4481 : 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-06-13T21:17:29+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 Venta2SETT55420d6a02f7725a39418ec3a2a2b45369eea70c4b2eaab8ec020024a74a4c5a5ab788c95d832ee3e1a75fcaaa55d0fc92022-06-1316:24:59-05:0001FACTURA DE VENTACOP114220FG GRUPO EMPRESARIAL SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombiaFG GRUPO EMPRESARIAL SAS901476242R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombia01IVAFG GRUPO EMPRESARIAL SAS901476242SETT601 8050492fggrupoempresarial@gmail.com1800153102HD SOLUCIONES INTEGRALES SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombiaHD SOLUCIONES INTEGRALES SAS800153102R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombia01IVAHD SOLUCIONES INTEGRALES SAS8001531026018050492contactenos@hdsas.co2022-06-1316:24:59-05:0022022-06-134841008.0025478991.5966384841008.0019.0001IVA1019159.663866025478991.5966381019159.6638664.0006ReteFuente25478992.0025478992.0030320000.0030320000.0011.0025478991.604841008.40336125478991.5966384841008.40336119.0001IVA1019159.66386625478991.5966381019159.6638664.0006ReteFuenteVenta de Servicio de Alquiler maquinaria y equipo41552041552025478991.5966381.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-06-13 16:27:51.4637 : 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-06-13 16:32:49.8790 : Error en WoLicencias.Services.Logic.Transversales.AzureBlobHelper Método: UploadFile Error: System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\DocumentosXML\SLC9554_fv00184957520002200001804.xml'. File name: 'D:\home\site\wwwroot\DocumentosXML\SLC9554_fv00184957520002200001804.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.OpenRead(String path) at WoLicencias.Services.Logic.Transversales.AzureBlobHelper.UploadFile(String blobContainerName, String blobName, String contentType, String path) in C:\Net\WorldOfficeNet\TFP_WoLicencias\Infrastructure.Base.Services\ServiceLogic\Source\WoLicencias.Services.Logic\Transversales\AzureBlobHelper.cs:line 29 -------------------------------------------------------------------- 2022-06-13 16:34:13.0443 : 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=c0021e5388ba1cc23b2a03788a27fe828479f0f4022101abcdbfb49d6228d49d86db97051a638439e537034e3cd1f984R/DKe0/mq0K6wqu+R17+Weg04TqFhVGN416xvr8uo6k=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AQAB2022-06-13T21:23:51+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 Venta2SETT6c0021e5388ba1cc23b2a03788a27fe828479f0f4022101abcdbfb49d6228d49d86db97051a638439e537034e3cd1f9842022-06-1316:29:06-05:0001FACTURA DE VENTACOP114220FG GRUPO EMPRESARIAL SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombiaFG GRUPO EMPRESARIAL SAS901476242R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombia01IVAFG GRUPO EMPRESARIAL SAS901476242SETT601 8050492fggrupoempresarial@gmail.com1901488915UNION TEMPORAL VILLAMAQ 202111001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombiaUNION TEMPORAL VILLAMAQ 2021901488915R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombia01IVAUNION TEMPORAL VILLAMAQ 20219014889156018050492ccontratando@gmail.com2022-06-1316:29:06-05:0022022-06-134466517195.0023507985237.62454466517195.0019.0001IVA940319409.50498023507985237.6245940319409.504984.0006ReteFuente23507985238.0023507985238.0027974502433.0027974502433.0011.0023507985237.624466517195.14865523507985237.62454466517195.14865519.0001IVA940319409.5049823507985237.6245940319409.504984.0006ReteFuenteVenta de servicio en zonas francas41706541706523507985237.62451.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-06-13 16:34:13.0599 : 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-06-13 16:39:44.0512 : 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=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AQAB2022-06-13T21:29:22+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 Venta2SETT76b85a856f011129448b107207a05580c3fa6efdc486db72616feea10698aaa0016fc48d31bd1de2498a42cb61c8abb9f2022-06-1316:36:51-05:0001FACTURA DE VENTACOP114220FG GRUPO EMPRESARIAL SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombiaFG GRUPO EMPRESARIAL SAS901476242R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombia01IVAFG GRUPO EMPRESARIAL SAS901476242SETT601 8050492fggrupoempresarial@gmail.com1800153102HD SOLUCIONES INTEGRALES SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombiaHD SOLUCIONES INTEGRALES SAS800153102R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombia01IVAHD SOLUCIONES INTEGRALES SAS8001531026018050492contactenos@hdsas.co2022-06-1316:36:51-05:0022022-06-13191596639.001008403361.344537191596639.0019.0001IVA40336134.45378101008403361.34453740336134.4537814.0006ReteFuente1008403361.001008403361.001200000000.001200000000.0011.001008403361.34191596638.6554621008403361.344537191596638.65546219.0001IVA40336134.4537811008403361.34453740336134.4537814.0006ReteFuenteVenta servicio de telegrafo 4145654145651008403361.3445371.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-06-13 16:39:44.0668 : 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-06-13 16:44:08.0157 : 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-06-13T21:33:46+00:00iBjnnR+yaqLqQF96PIXfpJAizpnkWvRJojN0lodCRmk=C=CO,L=Bogota D.C.,O=Andes SCD.,OU=Division de certificacion entidad final,CN=CA ANDES SCD S.A. Clase II,1.2.840.113549.1.9.1=#1614696e666f40616e6465737363642e636f6d2e636f5695266339362399251https://facturaelectronica.dian.gov.co/politicadefirma/v2/politicadefirmav2.pdfdMoMvtcG5aIzgYo0tIsSQeVJBDnUnfSOfBpxXrmor0Y=third partytext/xmlUTF-8http://uri.etsi.org/01903/v1.2.2#ProofOfOriginUBL 2.110DIAN 2.1: Factura Electrónica de Venta2SETT8a44d9a4506f276e0c749641e87e711d6dccac62dbe7d10d72eafcceb6ce5f92a90b21f24eb4439073cab2e2a7f65ec7a2022-06-1316:40:45-05:0001FACTURA DE VENTACOP114220FG GRUPO EMPRESARIAL SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombiaFG GRUPO EMPRESARIAL SAS901476242R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68 PISO 4COColombia01IVAFG GRUPO EMPRESARIAL SAS901476242SETT601 8050492fggrupoempresarial@gmail.com1800153102HD SOLUCIONES INTEGRALES SAS11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombiaHD SOLUCIONES INTEGRALES SAS800153102R-99-PN11001Bogota D.C.Bogota D.C.11CALLE 64 70 68COColombia01IVAHD SOLUCIONES INTEGRALES SAS8001531026018050492contactenos@hdsas.co2022-06-1316:40:45-05:0022022-06-1310378151.0054621848.73949510378151.0019.0001IVA2184873.94958054621848.7394952184873.949584.0006ReteFuente54621849.0054621849.0065000000.0065000000.0011.0054621848.7410378151.26050454621848.73949510378151.26050419.0001IVA2184873.9495854621848.7394952184873.949584.0006ReteFuenteVenta servicio de telegrafo 41456541456554621848.7394951.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-06-13 16:44:08.0318 : 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-06-13 17:11:55.9843 : 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=681220fa4466175181813280c48bcf9bd1fec90154612ae453516678348a13d75755ba52e75f19e11d7efe84c7038171S1UjhL8NnDyf4ZZ29LahWDqxoI3erSkK44cc8YdQZvY=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AQAB2022-06-13T22:01:34+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 Venta2SETT4681220fa4466175181813280c48bcf9bd1fec90154612ae453516678348a13d75755ba52e75f19e11d7efe84c70381712022-06-1317:10:43-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:10:43-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:11:56.0156 : 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-06-13 17:13:54.7228 : 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-06-13T22:03:33+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 Venta2SETT59849bca14d71fc4a74f79c2c4e0a5c0928aba66fab2345e518cb2576e6619ab861fce6a9f1c0e0a60b644e89ac343f542022-06-1317:12:42-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:12:42-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:13:54.7228 : 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-06-13 17:15:16.1162 : 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-06-13T22:04:54+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 Venta2SETT6e6f0c057c5a44c6abb88c9046653818f16b385ab09cf25e9a3fcb9d8913f03c1c552a517f2d769784a13a9048a2a21f72022-06-1317:14:08-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:14:08-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:15:16.1319 : 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-06-13 17:16:58.2849 : 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=32f63782bbb139718fce6f98875458d489db39b3ed309b196cbca02bbf6bc88dc2c1eb235659ca8b282e589b85a1812cuKIOkCHNyClReZYXFd8IKebjFLxM1PHf05j+Dpr/0rA=BJ/iU5Vih0vLjrg09xzor9F2wu3Z+hPkTGXAlRsk9fA=R3T1GaQqvwNZUrLnk3ws+M7A41PJkRdKF+NBxa0zKZ8=PL5WR13RIVswfQ8GO7aGqLzxxdjl0F98vNqbsetYCUfTRwI0hOCOWRC1cot5cESwPtkXuXJMtjGjl+YGyNTjAD5aEfCit3TQIsi1YaOSg3enDOW6O4/vTuGwbp5FmxWEaLcTulQofylH4Q9eSHdvijK5tGMZv1gbQgFg/dTtYtjR9ewI4rCwluB9DhbdleqEI2snXlIGdjUAe6A2TZG/unbA12MRLpiCvyTZVge+DIyI22R9L8covtUBTVkiY1pvhIjuuzk8LD6okSfgFMVzr3JGuQiWSkRLJ+yeCN+ls8tS2ToeeM2EEooZt6Ng9cbs36NWVZNMsnyjYVaOyte2Hw==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-06-13T22:06: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.110DIAN 2.1: Factura Electrónica de Venta2SETT732f63782bbb139718fce6f98875458d489db39b3ed309b196cbca02bbf6bc88dc2c1eb235659ca8b282e589b85a1812c2022-06-1317:15:34-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:15:34-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:16:58.2849 : 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-06-13 17:18:35.7015 : 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-06-13T22:08:14+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 Venta2SETT87322d60dc4aff39daf8a6356e34341c41be786e3665ef980737e98e9236a5a000edde38eb723d68497272ea32f2d3d7c2022-06-1317:17:17-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:17:17-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:18:35.7171 : 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-06-13 17:20:20.1968 : Error al construir AttachedDocument Documento: 9-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b783c4808f7108366e6d64575fb801921a962ff507c33163893a582e22658cea8271e4661d78c3bfc780163ad48021e0b800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T22:09: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 Venta2SETT992f8f596ed9263ad8a4c2728aebdf255eb595cd3689e5dbc062863e9c5b72fde688c396958124680b1cb782c2b7c66c92022-06-1317:19:10-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:19:10-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:20:20.2124 : 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-06-13 17:23:07.5108 : Error al construir AttachedDocument Documento: 10-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b528bf16cfaf6e664cc753689bf8f81d24ffc7671627dd4092e7b14c8604138d9ea6e4b13cc803d42980cdf9f26d4efb6800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=425bb95ee2ba69194293deb81a3acb55f41d05de2df48376aea93cfd296188f41688c848ca2ee529397f727d2916e84bb8pv9dPBqGDLD7vYOqNdYfA3EI1Gozbk0T535pLzDD8=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AQAB2022-06-13T22:12:45+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 Venta2SETT10425bb95ee2ba69194293deb81a3acb55f41d05de2df48376aea93cfd296188f41688c848ca2ee529397f727d2916e84b2022-06-1317:21:26-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:21:26-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:23:07.5264 : 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-06-13 17:29:04.6187 : 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-06-13 17:31:33.0162 : Error al construir AttachedDocument Documento: 1-PND-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b09ff4113cb537c49c413925be217d9d4648c8a891e087019cb3288ab6191a0675700e7cacbbcd7598d610f873a39ef6f800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T22:21:11+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 Venta2PND15c30577d4daa1d6356e5124bc0638c0ff3ce2570e366d7c44297ac917d0693fbfdd4398e67b2e6f3642fefcfe7455cee2022-06-1317:23:25-05:00NOTA DEBITO FACTURA No SETT 10COP1SETT103Cambio del valorSETT10425bb95ee2ba69194293deb81a3acb55f41d05de2df48376aea93cfd296188f41688c848ca2ee529397f727d2916e84b2022-06-1314530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521PND3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:23:25-05:0022022-06-13351500.001850000.00351500.0019.0001IVA1850000.001850000.002201500.002201500.0011.001850000.00351500.001850000.00351500.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS21850000.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-06-13 17:31:33.0162 : 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-06-13 17:41:36.2134 : Error al construir AttachedDocument Documento: 2-PNC-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b3fb068545c79252d21d56c4c74cae3670f4414610299d9c47d29f5ced026b644171cb69157dd49c0679c7553a138f156800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T22:31:14+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 Venta2PNC28d48beaacc61c4601ad95040e73d4b018e45d8d112fcb5305b5f65db7ef793935f2f777426c58e9f66d80884e042c85e2022-06-1317:40:39-05:0091DEVOLUCION FACTURA No SETT 10COP1SETT102Anulacion de factura electronicaSETT10425bb95ee2ba69194293deb81a3acb55f41d05de2df48376aea93cfd296188f41688c848ca2ee529397f727d2916e84b2022-06-1314530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521PNC3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:40:39-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:41:36.2290 : 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-06-13 17:43:46.7394 : Error al construir AttachedDocument Documento: 11-SETT-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: 187600000012019-01-192030-01-19SETT15000000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b9617d63f9b95b0bf51b992bd8509b42a2e50adea5050e4ab406d1afb996255ac85909061b3afe09d9590bd50513e8ba2800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T22:33:25+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 Venta2SETT11df52cd35900f6ea8315734fb3400a78e65463dde4d74faa9c56cc275eaf8a31f16d085d6661f8c3972c169c53f7f09642022-06-1317:42:25-05:0001FACTURA DE VENTACOP114530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521SETT3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1317:42:25-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 17:43:46.7550 : 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-06-13 17:53:45.1078 : Error al enviar documento a la DIAN Documento: FV-FVC-6205 ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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: 187640213610872021-11-182022-11-18FVC500110000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b71ae70da47e32233d3800a3b764ab5cfe4d4e86287bb8b134f03bc20b6f9021c27581bca399fd0fad0b2a38b91847c0d800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T22:43:25+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 Venta1FVC6205c992f2c2c1fbfe303e801d9b7fd06f4d422cbcec5d566ecf7bcc88ba2f6b9304375494ef3c68098b98afd1695a2ce4712022-06-1317:46:56-05:0001FACTURA DE VENTACOP614773CEAGRO SAS 15667San Luis De GacenoBoyaca15CALLE 6N 3-64-56COColombiaCEAGRO SAS 901280674R-99-PN15667San Luis De GacenoBoyaca15CALLE 6N 3-64-56COColombia01IVACEAGRO SAS 901280674FVC3112172351ceagrosas@gmail.com219283102CESAR AUGUSTO MONTANEZ SANCHEZ15667San Luis De GacenoBoyaca15DORADACOColombiaCESAR AUGUSTO MONTANEZ SANCHEZ19283102R-99-PN15667San Luis De GacenoBoyaca15DORADACOColombiaZZNo aplicaCESAR AUGUSTO MONTANEZ SANCHEZ192831023123021204clientesceagro@gmail.comCESAR AUGUSTOMONTANEZ SANCHEZ2022-06-1317:46:56-05:0022022-06-138252.10117142.8571425857.1428575.0001IVA12605.0420142394.95798319.0001IVA164247.90129747.90172500.00172500.0012.0060952.383047.61904860952.3809523047.6190485.0001IVATRAMIN CON VITAMINAS X KSYS3111SYS311130476.1904762.0021.0015000.00DEXEL PRO X 120 ML119021190215000.001.00310.004201.68798.3193274201.68067798.31932719.0001IVANYLON DECO 4MM X 300 MTRACP7004RACP7004420.16806710.0041.0056190.482809.5238156190.476192809.523815.0001IVATULIPAN FORRAJE GANADERIA H31854131854156190.476191.0051.0019500.00OXITETRACICLINA 50 X 250 ERMA112391123919500.001.0061.008403.361596.6386558403.3613441596.63865519.0001IVABOQUILLA EN BRONCE 1000CC/MIN 40PSIRACP6093RACP60938403.3613441.00 -------------------------------------------------------------------- 2022-06-13 18:13:42.6261 : Error al construir AttachedDocument Documento: 2-NCCL-WoLicencias.Services.DataType.FacturacionElectronica.Documentos.DocumentoEmpresa Metodo: BuildAttachedDocumentFile xmlDocument: CO9005343561476b5a6-056c-4972-9d2b-c23d3714245be170de14edc8a71529d2c21478a212ffe37f84f63a5f80f7ea171011bab706fbc5f1791f561d7183aec2d4cb95d2bdd9800197268https://catalogo-vpfe-hab.dian.gov.co/document/FindDocument?documentKey=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AQAB2022-06-13T23:03:21+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 Venta2NCCL23bbfc124b732163fadd11c9d688cbc0c9470d952bab44c593cac80524d8837b5a81a34a1622595bc95fea1d48ab8a4b12022-06-1318:11:05-05:0091DEVOLUCION FACTURA No SETT 6COP1SETT62Anulacion de factura electronicaSETT6e6f0c057c5a44c6abb88c9046653818f16b385ab09cf25e9a3fcb9d8913f03c1c552a517f2d769784a13a9048a2a21f72022-06-1314530LASS SERVICIO TECNICO S.A.S.20001ValleduparCesar20KRA 23 13 B 46COColombiaLASS SERVICIO TECNICO S.A.S.901588521O-2320001ValleduparCesar20KRA 23 13 B 46COColombia01IVALASS SERVICIO TECNICO S.A.S.901588521NCCL3204185187lassgerencias@gmail.com1901174281LASS COMERCIALIZADORA S.A.S ZOMAC20400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombiaLASS COMERCIALIZADORA S.A.S ZOMAC901174281O-2320400La Jagua De IbiricoCesar20KM 1 VIA LA JAGUA DE IBIRICO A RINCON HONDOCOColombia01IVALASS COMERCIALIZADORA S.A.S ZOMAC901174281gerencialass@hotmail.com2022-06-1318:11:05-05:0022022-06-13418000.002200000.00418000.0019.0001IVA2200000.002200000.002618000.002618000.0011.002200000.00418000.002200000.00418000.0019.0001IVAVALVULA 4 VIAS O SECADORLASS2LASS22200000.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-06-13 18:13:42.6417 : 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-06-13 18:33:10.0387 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-TA1-5270 CUFE: 59c5135df3bdee70c03dde837e6432ef965791d3c5e629fa36ec12e5f309b24707703e67ae7f4585a85a7b0d7404365c ERROR: System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at WoLicencias.Services.Logic.DIANFEService.IWcfDianCustomerServices.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-06-13 18:39:48.9144 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-14314 CUFE: 4f6154420d03233ab131efc7a3bd1d47eca7d510c8124b120e2aebce9b69a5e36e4df4fa27f81d36d89a6a448e732592 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-06-13 18:39:48.9457 : Error al enviar documento a la DIAN Documento: FV-FE-14314 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: 187640195280662021-10-142022-10-14FE814550000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b0bf92d3f4c6045245e15a7e0ba6287680c438e8d782543d2c57226db92eb324cf69493a15c8621b083e64a825307a0c0800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T23:29:48+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.111DIAN 2.1: Factura Electrónica de Venta1FE143144f6154420d03233ab131efc7a3bd1d47eca7d510c8124b120e2aebce9b69a5e36e4df4fa27f81d36d89a6a448e7325922022-06-1318:02:39-05:0001Factura de ventaCOP215320UPEX INTERNACIONAL S A S11001Bogota D.C.Bogota D.C.11CL 25 D 99 68COColombiaUPEX INTERNACIONAL S A S830076763R-99-PN11001Bogota D.C.Bogota D.C.11CL 25 D 99 68COColombia01IVAUPEX INTERNACIONAL S A S830076763FE5499466facturacionupex@hotmail.com294305723FRANCISCO JAVIER VILLALOBOS TRIVINO76001CaliValle del Cauca76CL 5B 4 37 130COColombiaFRANCISCO JAVIER VILLALOBOS TRIVINO94305723R-99-PN;R-99-PN76001CaliValle del Cauca76CL 5B 4 37 130COColombiaZZNo aplicaFRANCISCO JAVIER VILLALOBOS TRIVINO943057234880909facturacionproveedores@equiser.com.coFRANCISCO JAVIERVILLALOBOS TRIVINO2022-06-1318:02:39-05:0022022-06-20215743.000.00215743.00215743.001INGRESOS PROPIOS1.00196819.00TRANSPORTE LIVIANO003003196819.001.002ING. PARA TERCEROS1.0018924.00REEMPAQUE DE MERCANCIA EN MIAMI00400444444400118924.001.00 -------------------------------------------------------------------- 2022-06-13 18:39:49.0863 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-FE-1060 CUFE: 249e58dff3a7ff88258d0bb081bce206c3c3749994ffc707dd6bd1c8fffc1c1bccc88ac4be364c27b1bac627ba95b1d8 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-06-13 18:39:49.1176 : Error al enviar documento a la DIAN Documento: FV-FE-1060 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: 187640292731102022-05-242023-05-24FE100150000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245bc8b8e8c7da73b65e4ea1e8aba914232a811a179a3eeba33018c291c2061eed1b965be23d266f912d54fe96928f52bbe1800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T23:29: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 Venta1FE1060249e58dff3a7ff88258d0bb081bce206c3c3749994ffc707dd6bd1c8fffc1c1bccc88ac4be364c27b1bac627ba95b1d82022-06-1318:32:04-05:0001FACTURA DE VENTACOP714530TALLER Y ALMACEN MULTIAMPERIOS LTDA13001CartagenaBolivar13 Cartagena-Colombia, barrio Bosque av. Crisanto Luque esquina con callejon Cano transv. 40 # 21a - 27COColombiaTALLER Y ALMACEN MULTIAMPERIOS LTDA806010030R-99-PN;R-99-PN13001CartagenaBolivar13 Cartagena-Colombia, barrio Bosque av. Crisanto Luque esquina con callejon Cano transv. 40 # 21a - 27COColombia01IVATALLER Y ALMACEN MULTIAMPERIOS LTDA806010030FE6690276-6620348multiamperio@hotmail.com1900386516INGENIERIA Y GESTIONES DE COLOMBIA SAS13001CartagenaBolivar13PARQUIAMERICA BOD 15 MAMANAL KM 6COColombiaINGENIERIA Y GESTIONES DE COLOMBIA SAS900386516R-99-PN;R-99-PN13001CartagenaBolivar13PARQUIAMERICA BOD 15 MAMANAL KM 6COColombia01IVAINGENIERIA Y GESTIONES DE COLOMBIA SAS900386516Mayelis Morales318 381 8142asistentecontabilidad@ingecolsas.com;alex.martinez@ingecolsas.com2022-06-1318:32:04-05:0022022-06-2976606.72403193.27730776606.72268819.0001IVA403193.28403193.28479800.00479800.0012.00120000.0022800.00120000.0022800.0019.0001IVAREPARACION Y MANTENIMIENTO DE ALTERNADOR75075060000.002.0021.0012605.042394.95798312605.0420162394.95798319.0001IVAvarsol desengrasante0740171074017112605.0420161.0031.006722.691277.3109246722.6890751277.31092419.0001IVAsoldadura estaNo107001110700116722.6890751.0041.00151260.5028739.495798151260.50420128739.49579819.0001IVAReguladora alternador kubota 12v IN254/895/89304200230420023151260.5042011.0051.0045378.158621.84873945378.151268621.84873919.0001IVABalinera 6303 NSK0040205004020545378.151261.0061.0054621.8510378.1512654621.84873910378.1512619.0001IVABalinera Trasera Alternador B 885076776754621.8487391.0071.0012605.042394.95798312605.0420162394.95798319.0001IVAvarsol desengrasante0740171074017112605.0420161.00 -------------------------------------------------------------------- 2022-06-13 18:39:52.9197 : Error al consultar el documento en la DIAN Metodo: GetStatusDocument Documento: FV-TA1-5276 CUFE: 9c759a1fdb70f0a9db1c8e7f15e72ad2b51fde67c22db3805199c5df156ad353712640b47d0fd4ba72d13c1b8fe30aea 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-06-13 18:39:52.9510 : Error al enviar documento a la DIAN Documento: FV-TA1-5276 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: 187640159300382021-08-042022-08-04TA1150000CO9005343561476b5a6-056c-4972-9d2b-c23d3714245b6716761171f77e8708f16c5e12a8b72ba40cca773f713418dd1993299a4bf3f6a32994c32aae4b517e11309d76d923c4800197268https://catalogo-vpfe.dian.gov.co/document/searchqr?documentkey=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AQAB2022-06-13T23:29:52+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 Venta1TA152769c759a1fdb70f0a9db1c8e7f15e72ad2b51fde67c22db3805199c5df156ad353712640b47d0fd4ba72d13c1b8fe30aea2022-06-0815:18:17-05:0001FACTURA DE VENTA SEGuN ORDEN DE SERVICIO No TA1 6097COP6145411PLANETA MOTOS SAS11001Bogota D.C.Bogota D.C.11AV PRIMERA DE MAYO 71 F 25COColombiaPLANETA MOTOS SAS900137429R-99-PN;R-99-PN11001Bogota D.C.Bogota D.C.11AV PRIMERA DE MAYO 71 F 25COColombia01IVAPLANETA MOTOS SAS900137429TA13907387planetamotosltda@hotmail.com265738420NANCY RODRIGUEZ TRUJILLO11001Bogota D.C.Bogota D.C.11CL 35 SUR 70B 18COColombiaNANCY RODRIGUEZ TRUJILLO65738420R-99-PN11001Bogota D.C.Bogota D.C.11CL 35 SUR 70B 18COColombiaZZNo aplicaNANCY RODRIGUEZ TRUJILLO657384203046342092yein22@hotmail.comNANCYRODRIGUEZ TRUJILLO2022-06-0815:18:17-05:0022022-06-08164453.78865546.218485164453.78151219.0001IVA1465546.22865546.221630000.001630000.0011.00500000.0095000.00500000.0095000.0019.0001IVAMANO DE OBRA / TEC EDUARDO VARGASMO07MO07500000.001.0021.009915.971884.0336139915.9663861884.03361319.0001IVALAVADOS ENJUAGUESMOTO-LAVADOMOTO-LAVADO9915.9663861.0031.00206890.7639309.243697206890.75630239309.24369719.0001IVACARENAJE FRONTAL DER1004992010049920206890.7563021.0041.0097478.9918521.00840397478.99159618521.00840319.0001IVAPROTECTOR MOTOR. AGILITY GO210026962100269697478.9915961.0051.0051260.509739.49579851260.5042019739.49579819.0001IVAGATO CENTRAL,AGILITY GO, NEON210000982100009851260.5042011.0061.00600000.00SERVICIO DE RECTIFICACION PARTESRECTIFIRECTIFI600000.001.00 --------------------------------------------------------------------