---------------------------------------- Timestamp: 4/6/2026 7:02:39 AM Message: System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. 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.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.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.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) --- End of inner exception stack trace --- at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.b__5() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source) at FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN.ObtenerFacturaElectronicaPorClave(String clave, Cliente cliente) in D:\Fuentes\Personal\COREFECR\FE.COREFE\FE.COREFE\Desarrollo-v4.4\FE.COREFE.LogicaNegocio\Facturacion\Impl\FacturaElectronicaLN.cs:line 0 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6812 Extended Properties: Trama: - 3072f7c0-2697-4d48-b40f-30bde6f82e9f-Information Tecnology Quest Solutions ITQS S.A Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ObtenerFacturaElectronicaPorClave Usuario: - IP: - 40.112.56.140 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/FacturaElectronica/50617102500310160566000100001010000011533199999999 Codigo Error: - FE.COREFE-20260406-070239 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:02:26 AM Message: System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. 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.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.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.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) --- End of inner exception stack trace --- at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.b__5() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source) at FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN.ObtenerFacturaElectronicaPorClave(String clave, Cliente cliente) in D:\Fuentes\Personal\COREFECR\FE.COREFE\FE.COREFE\Desarrollo-v4.4\FE.COREFE.LogicaNegocio\Facturacion\Impl\FacturaElectronicaLN.cs:line 0 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5872 Extended Properties: Trama: - 3072f7c0-2697-4d48-b40f-30bde6f82e9f-Information Tecnology Quest Solutions ITQS S.A Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ObtenerFacturaElectronicaPorClave Usuario: - IP: - 40.112.56.140 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/FacturaElectronica/50617102500310160566000100001010000011533199999999 Codigo Error: - FE.COREFE-20260406-080226 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:08:12 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148073199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8552 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148073199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-080812 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:11:01 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7948 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148073199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-081101 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:11:01 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148073199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7948 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148073199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-081101 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:48:03 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148074199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4976 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148074199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-084803 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:48:47 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148075199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6372 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148075199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-084847 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:49:39 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001030000009197199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13320 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001030000009197199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-084939 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:50:01 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6372 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148074199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-085001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:50:01 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148074199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6372 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148074199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-085001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:50:12 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12020 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148075199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-085012 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:50:12 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148075199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12020 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148075199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-085012 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:52:59 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15416 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001030000009197199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-085259 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 8:53:00 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001030000009197199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001030000009197199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-085300 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:08:06 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148076199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148076199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-090806 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:10:59 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12428 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148076199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-091059 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:10:59 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148076199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12428 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148076199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-091059 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:27:57 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148077199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12712 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148077199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-092757 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:28:50 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001030000009198199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15020 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001030000009198199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-092850 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:28:59 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8780 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148077199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-092859 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:28:59 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148077199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8780 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148077199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-092859 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:32:00 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10584 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001030000009198199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-093200 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:32:00 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001030000009198199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10584 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001030000009198199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-093200 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:55:35 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001030000000963199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12324 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001030000000963199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-095535 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:59:00 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5956 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001030000000963199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-095900 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 9:59:00 AM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001030000000963199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5956 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001030000000963199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-095900 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:07:59 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148078199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8128 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148078199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-100759 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:11:02 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14304 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148078199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-101102 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:11:02 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148078199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14304 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148078199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-101102 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:27:21 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007110199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10008 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007110199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-102721 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:27:58 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148079199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10008 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148079199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-102758 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:28:43 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148080199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5956 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148080199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-102843 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:29:00 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13584 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007110199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-102900 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:29:00 AM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007110199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13584 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007110199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-102900 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:29:16 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10284 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148079199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-102916 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:29:16 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148079199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10284 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148079199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-102916 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:29:34 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148081199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10284 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148081199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-102934 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:31:59 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8892 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148080199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-103159 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:31:59 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148080199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8892 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148080199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-103159 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:32:15 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8892 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148081199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-103215 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:32:15 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148081199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8892 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148081199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-103215 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:40:48 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310153010500100001090000000268199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15988 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310153010500100001090000000268199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-104048 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:43:35 AM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002290199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10564 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002290199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-104335 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:43:59 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7228 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310153010500100001090000000268199999999/Comprobante?ApiKey=079be90c-63b9-48d7-ba58-91d74e9b6806 Codigo Error: - FE.COREFE-20260406-104359 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:43:59 AM Message: System.Exception: "Invoice updated successfully":50606042600310153010500100001090000000268199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7228 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310153010500100001090000000268199999999/Comprobante?ApiKey=079be90c-63b9-48d7-ba58-91d74e9b6806 Codigo Error: - FE.COREFE-20260406-104359 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:44:04 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7228 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002290199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-104404 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:44:04 AM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002290199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7228 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002290199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-104404 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:52:44 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026170199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14788 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026170199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105244 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:53:39 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026171199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8916 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026171199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105339 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:54:50 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026172199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026172199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105450 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:55:57 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026173199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026173199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105557 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:56:05 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7672 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026170199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105605 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:56:05 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026170199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026170199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105605 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:57:14 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7672 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026171199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105714 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:57:15 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026171199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026171199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105715 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:57:24 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026174199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026174199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105724 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:57:32 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12848 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026172199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105732 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:57:32 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026172199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12848 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026172199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105732 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:58:07 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026175199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9496 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026175199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105807 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:58:54 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026176199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14492 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026176199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105854 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:59:17 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16132 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026173199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105917 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:59:18 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026173199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16132 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026173199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105918 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:59:55 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4848 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026174199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105955 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:59:55 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026174199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4848 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026174199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-105955 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 10:59:55 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026177199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5924 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026177199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-105955 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:02:05 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8912 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026175199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-110205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:02:05 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026175199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8912 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026175199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-110205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:02:20 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8912 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026176199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-110220 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:02:20 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026176199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8912 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026176199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-110220 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:02:27 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11272 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026177199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-110227 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:02:27 AM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026177199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11272 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026177199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-110227 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:03:36 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014820199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10684 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014820199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-110336 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:05:10 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15316 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014820199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-110510 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:05:10 AM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014820199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15316 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014820199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-110510 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:09:33 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014821199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8308 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014821199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-110933 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:09:38 AM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005042199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4848 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005042199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-110938 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:10:04 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148082199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12952 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148082199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111004 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:10:52 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148083199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10184 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148083199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111052 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:11:34 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15852 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014821199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-111134 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:11:34 AM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014821199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15852 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014821199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-111134 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:12:24 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5604 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005042199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111224 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:12:24 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005042199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5604 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005042199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111224 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:12:25 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148084199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14004 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148084199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111225 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:13:08 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148085199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10400 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148085199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111308 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:01 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148086199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15372 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148086199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111401 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:11 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14936 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148082199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111411 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:11 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148082199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14936 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148082199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111411 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:22 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15372 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148083199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111422 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:22 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148083199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15372 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148083199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111422 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:36 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13412 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148084199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111436 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:36 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148084199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13412 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148084199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111436 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:38 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014822199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13848 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014822199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111438 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:14:48 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148087199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12384 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148087199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111448 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:16:16 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148088199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5628 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148088199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-111616 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:17:00 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14204 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148085199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111700 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:17:00 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148085199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14204 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148085199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111700 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:17:03 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14204 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148086199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111703 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:17:04 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148086199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14204 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148086199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111704 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:18:00 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11144 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014822199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-111800 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:18:00 AM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014822199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11144 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014822199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-111800 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:18:11 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11144 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148087199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111811 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:18:11 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148087199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11144 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148087199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-111811 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:20:04 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15492 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148088199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-112004 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:20:04 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148088199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15492 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148088199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-112004 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:28:32 AM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005043199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14680 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005043199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-112832 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:29:18 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148090199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148090199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-112918 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:30:05 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148091199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11752 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148091199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-113005 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:30:52 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148092199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15920 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148092199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-113052 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:33 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15920 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005043199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113233 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:33 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005043199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15920 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005043199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113233 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:37 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15704 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148090199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113237 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:37 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148090199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15704 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148090199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113237 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:47 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8172 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148091199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113247 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:47 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148091199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8172 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148091199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113247 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:54 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15704 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148092199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113254 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:32:54 AM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148092199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15704 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148092199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-113254 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:55:31 AM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014823199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3340 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014823199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-115531 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:59:05 AM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7224 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014823199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-115905 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 11:59:05 AM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014823199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7224 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014823199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-115905 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:07:58 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005044199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13892 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005044199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-120758 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:08:44 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148093199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14568 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148093199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-120844 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:09:30 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014824199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16316 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014824199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-120930 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:09:33 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148094199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2888 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148094199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-120933 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:09:48 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001090000002671199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2888 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001090000002671199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-120948 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:10:39 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148095199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15616 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148095199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-121039 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:11:12 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2420 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005044199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121112 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:11:12 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005044199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2420 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005044199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121112 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:11:51 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8168 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148093199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121151 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:11:51 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148093199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8168 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148093199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121151 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:12:24 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15240 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014824199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-121224 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:12:24 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014824199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15240 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014824199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-121224 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:12:36 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11772 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148094199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121236 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:12:36 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148094199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11772 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148094199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121236 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:14:09 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10896 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002671199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-121409 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:14:09 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001090000002671199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10896 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002671199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-121409 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:14:13 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9936 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148095199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121413 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:14:13 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148095199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9936 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148095199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-121413 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:19:20 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014825199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15940 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014825199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-121920 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:19:38 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001090000002672199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10528 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001090000002672199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-121938 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:23:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12544 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014825199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-122302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:23:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014825199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12544 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014825199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-122302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:23:36 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12980 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002672199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-122336 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:23:36 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001090000002672199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12980 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002672199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-122336 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:27:55 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148096199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14088 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148096199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-122755 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:28:39 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148097199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15192 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148097199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-122839 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:29:00 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15192 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148096199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-122900 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:29:00 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148096199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15192 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148096199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-122900 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:29:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148098199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5204 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148098199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-122922 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:30:07 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148099199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15448 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148099199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-123007 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:31:31 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001090000002673199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7316 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001090000002673199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-123131 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:32:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10076 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148097199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-123201 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:32:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148097199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10076 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148097199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-123201 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:32:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148098199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-123205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:32:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148098199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148098199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-123205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:32:53 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9396 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148099199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-123253 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:32:53 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148099199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9396 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148099199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-123253 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:35:07 PM Message: System.Exception: Savino del Bene Costa Rica SA- No se pudo Generar Token - response - Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13144 Extended Properties: Clase: - FE.COREFE.Utilidades.UtilHacienda Metodo: - GenerarToken Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002673199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-123507 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:35:07 PM Message: System.Exception: 019672d1-233f-41d0-9116-1c829dbd071d-Savino del Bene Costa Rica SA- Factura Cliente = 00100001090000002673 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13144 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarComprobanteFacturaElectronica Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002673199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-123507 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:38:09 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9908 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002673199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-123809 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 12:38:09 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001090000002673199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9908 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002673199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-123809 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:08:10 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005045199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9620 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005045199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-130810 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:08:56 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148101199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16072 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148101199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-130856 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:09:42 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148102199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12600 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148102199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-130942 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:10:29 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148103199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16220 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148103199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131029 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:11:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16220 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005045199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131101 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:11:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005045199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16220 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005045199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131101 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:11:07 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16220 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148101199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131107 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:11:07 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148101199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16220 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148101199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131107 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:11:26 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10780 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148102199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131126 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:11:26 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148102199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10780 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148102199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131126 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:14:01 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007111199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12952 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007111199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131401 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:14:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4392 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148103199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131403 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:14:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148103199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4392 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148103199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-131403 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:15:06 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007112199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15940 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007112199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131506 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:15:31 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007113199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11692 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007113199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131531 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:15:57 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007114199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8812 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007114199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131557 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:16:21 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007115199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007115199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131621 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:16:47 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007116199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13860 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007116199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131647 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5964 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007111199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131701 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007111199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007111199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131701 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:06 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7652 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007112199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131706 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:06 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007112199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7652 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007112199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131706 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:18 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7044 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007113199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131718 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:18 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007113199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7044 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007113199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131718 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:28 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007117199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13860 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007117199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131728 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:34 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5964 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007114199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131734 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:34 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007114199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007114199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-131734 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:17:55 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007118199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12004 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007118199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131755 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:18:26 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007119199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12004 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007119199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131826 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:19:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007120199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13448 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007120199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131922 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:19:47 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007121199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4760 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007121199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-131947 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8692 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007115199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007115199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8692 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007115199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13752 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007116199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132005 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007116199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13752 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007116199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132005 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:17 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16012 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007117199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132017 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:17 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007117199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16012 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007117199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132017 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:30 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16012 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007118199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132030 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:30 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007118199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16012 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007118199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132030 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:35 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16012 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007119199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132035 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:20:35 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007119199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16012 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007119199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132035 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:23:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4404 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007120199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132301 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:23:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007120199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4404 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007120199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:23:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4404 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007121199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132305 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:23:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007121199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4404 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007121199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-132305 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:27:59 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148104199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16112 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148104199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-132759 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:28:43 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148105199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11800 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148105199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-132843 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:29:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11008 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148104199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-132901 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:29:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148104199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11008 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148104199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-132901 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:29:28 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005046199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15500 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005046199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-132928 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:30:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148107199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148107199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-133022 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:31:06 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148108199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11616 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148108199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-133106 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:31:51 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148109199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5984 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148109199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-133151 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:00 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9124 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148105199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133200 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148105199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9124 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148105199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133201 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6808 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005046199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005046199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6808 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005046199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:19 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4584 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148107199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133219 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:19 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148107199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4584 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148107199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133219 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:24 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4584 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148108199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133224 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:32:24 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148108199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4584 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148108199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133224 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:35:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15064 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148109199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133501 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:35:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148109199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15064 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148109199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-133501 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:43:52 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026178199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9608 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026178199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134352 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:44:48 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026179199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12520 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026179199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134448 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:46:07 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026180199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1496 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026180199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134607 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:46:28 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007122199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13752 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007122199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134628 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:47:21 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13580 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026178199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-134721 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:47:21 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026178199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13580 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026178199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-134721 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:47:34 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2552 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026179199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-134734 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:47:34 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026179199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2552 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026179199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-134734 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:47:53 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2552 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026180199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-134753 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:47:54 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026180199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2552 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026180199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-134754 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:48:00 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007122199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-134800 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:48:00 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007122199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007122199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-134800 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:48:02 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148110199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8796 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148110199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134802 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:48:46 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148111199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8300 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148111199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134846 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:49:31 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148112199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148112199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-134931 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:50:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148110199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:50:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148110199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148110199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:50:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148111199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135005 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:50:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148111199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4336 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148111199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135005 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:50:21 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148113199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11800 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148113199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-135021 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:51:06 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148114199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12924 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148114199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-135106 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:51:50 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148115199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6276 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148115199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-135150 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:52:35 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148116199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148116199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-135235 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7416 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148112199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135301 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148112199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148112199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135301 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7416 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148113199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135305 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148113199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148113199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135305 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:17 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10396 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148114199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135317 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:17 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148114199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10396 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148114199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135317 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:22 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10396 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148115199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135322 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:22 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148115199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10396 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148115199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135322 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:53:50 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001030000009200199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10396 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001030000009200199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-135350 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:56:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13368 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148116199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135601 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:56:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148116199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13368 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148116199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135601 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:56:06 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13368 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001030000009200199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135606 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 1:56:06 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001030000009200199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13368 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001030000009200199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-135606 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:01:58 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007123199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5956 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007123199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-140158 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:05:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15060 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007123199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-140501 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:05:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007123199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15060 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007123199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-140501 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:25:37 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014826199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15520 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014826199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-142537 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:28:01 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148117199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8576 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148117199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-142801 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:28:44 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148118199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2552 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148118199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-142844 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:29:16 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14708 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014826199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-142916 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:29:16 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014826199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14708 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014826199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-142916 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:30:12 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15032 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148117199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143012 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:30:12 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148117199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15032 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148117199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143012 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:30:21 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148119199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15600 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148119199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-143021 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:31:05 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148120199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14596 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148120199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-143105 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:32:13 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1612 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148118199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143213 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:32:13 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148118199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1612 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148118199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143213 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:32:15 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148121199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5912 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148121199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-143215 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:32:17 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11208 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148119199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143217 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:32:17 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148119199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11208 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148119199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143217 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:33:01 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148122199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3240 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148122199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-143301 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:33:15 PM Message: System.Exception: Ciosa Autopartes SA- No se pudo Generar Token - response - Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15136 Extended Properties: Clase: - FE.COREFE.Utilidades.UtilHacienda Metodo: - GenerarToken Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/ReenviarFEHacienda/50606042600310175283100100001010000148121199999999 Codigo Error: - FE.COREFE-20260406-143315 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:33:15 PM Message: System.Exception: c305ced0-e062-4bc1-90c6-03b2a9b9a3ab-Ciosa Autopartes SA- Factura Cliente = 00100001010000148121 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15136 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - EnviarFacturaElectronicaHacienda Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/ReenviarFEHacienda/50606042600310175283100100001010000148121199999999 Codigo Error: - FE.COREFE-20260406-143315 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:35:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3416 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148120199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143502 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:35:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148120199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148120199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143502 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:35:07 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3416 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148121199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143507 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:35:07 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148121199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148121199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143507 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:35:16 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3416 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148122199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143516 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:35:16 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148122199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3416 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148122199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-143516 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:39:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026181199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14348 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026181199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-143922 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:41:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1960 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026181199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-144101 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:41:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026181199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1960 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026181199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-144101 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:45:15 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007124199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:952 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007124199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-144515 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:47:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15640 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007124199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-144702 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:47:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007124199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15640 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007124199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-144702 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:47:55 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148123199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3576 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148123199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-144755 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:48:42 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005047199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2936 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005047199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-144842 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:49:26 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148125199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3576 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148125199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-144926 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:50:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3576 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148123199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-145001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:50:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148123199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3576 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148123199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-145001 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:50:06 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3576 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005047199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-145006 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:50:06 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005047199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3576 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005047199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-145006 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:53:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15672 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148125199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-145302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 2:53:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148125199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148125199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-145302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:03:38 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014827199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5640 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014827199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-150338 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:04:01 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026182199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5640 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026182199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-150401 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:05:07 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5640 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014827199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-150507 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:05:08 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014827199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5640 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014827199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-150508 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:05:53 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5640 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026182199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-150553 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:05:53 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026182199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5640 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026182199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-150553 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:11:02 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026183199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5088 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026183199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-151102 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:15:11 PM Message: System.Exception: Industrias Mafam Sociedad Anonima-4332d494-24fd-4b84-bdf1-e54619ad8f1a- NumeroFacturaCliente:115274- No se registro en Hacienda-Causa del Error:StatusCode:BadRequest--StatusDescriptionBad Request--Content--ErrorMessageEl comprobante [50606042600310112142100100001010000026183199999999] ya fue recibido anteriormente. Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13904 Extended Properties: Clase: - FE.COREFE.Utilidades.UtilHacienda Metodo: - EnviarFacturaElectronica Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/ReenviarFEHacienda/50606042600310112142100100001010000026183199999999 Codigo Error: - FE.COREFE-20260406-151511 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:15:51 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13904 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026183199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-151551 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:15:51 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026183199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13904 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026183199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-151551 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:19:18 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310187091400100001010000000542199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10684 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310187091400100001010000000542199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-151918 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:22:20 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026184199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14068 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026184199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-152220 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:23:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3268 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310187091400100001010000000542199999999/Comprobante?ApiKey=55e680de-c050-4c19-b2d7-a377d0efdc3e Codigo Error: - FE.COREFE-20260406-152302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:23:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310187091400100001010000000542199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3268 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310187091400100001010000000542199999999/Comprobante?ApiKey=55e680de-c050-4c19-b2d7-a377d0efdc3e Codigo Error: - FE.COREFE-20260406-152302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:26:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3572 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026184199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-152602 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:26:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026184199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3572 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026184199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-152602 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:27:57 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148126199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5880 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148126199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-152757 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:29:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5880 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148126199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-152903 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:29:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148126199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5880 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148126199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-152903 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:30:22 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005048199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7292 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005048199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153022 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:30:44 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148127199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6072 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148127199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153044 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:31:28 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148128199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15112 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148128199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153128 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:32:01 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15112 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005048199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-153201 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:32:01 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005048199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15112 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005048199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-153201 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:32:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6604 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148127199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-153205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:32:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148127199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6604 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148127199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-153205 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:35:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13492 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148128199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-153502 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:35:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148128199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13492 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148128199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-153502 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:37:42 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026185199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2440 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026185199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153742 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:37:56 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026186199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10796 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026186199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153756 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:38:08 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026187199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2440 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026187199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153808 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:38:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026188199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14184 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026188199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153822 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:38:40 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026189199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14184 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026189199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153840 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:38:54 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026190199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11492 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026190199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153854 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:39:11 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026191199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2440 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026191199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153911 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:39:28 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001010000026192199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8812 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001010000026192199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-153928 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8672 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026185199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154103 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026185199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026185199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154103 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:08 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12800 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026186199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154108 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:08 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026186199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12800 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026186199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154108 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:11 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1680 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026187199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154111 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:11 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026187199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1680 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026187199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154111 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:15 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12800 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026188199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154115 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:15 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026188199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12800 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026188199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154115 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:18 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12800 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026189199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154118 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:18 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026189199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12800 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026189199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154118 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:23 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4836 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026190199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154123 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:24 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026190199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4836 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026190199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154124 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:29 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8672 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026191199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154129 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:30 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026191199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8672 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026191199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154130 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:34 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4836 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026192199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154134 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:41:34 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001010000026192199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4836 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001010000026192199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-154134 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:48:30 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148129199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12452 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148129199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-154830 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:49:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148130199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15184 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148130199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-154922 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:49:25 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001090000002674199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:592 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001090000002674199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-154925 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:50:04 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9712 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148129199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155004 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:50:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148129199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9712 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148129199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155005 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:50:06 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148131199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14904 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148131199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-155006 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:51:00 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148132199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9828 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148132199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-155100 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:51:45 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148133199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9828 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148133199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-155145 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11008 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148130199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148130199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11008 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148130199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155302 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:37 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10972 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002674199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-155337 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:37 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001090000002674199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10972 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001090000002674199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-155337 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:41 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16252 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148131199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155341 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:41 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148131199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16252 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148131199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155341 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:46 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16252 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148132199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155346 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:46 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148132199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16252 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148132199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155346 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:50 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16252 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148133199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155350 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 3:53:51 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148133199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16252 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148133199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-155351 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:07:06 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310112142100100001030000004065199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4992 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310112142100100001030000004065199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-160706 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:07:39 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002291199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5396 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002291199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-160739 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:08:07 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15396 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001030000004065199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-160807 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:08:08 PM Message: System.Exception: "Invoice updated successfully":50606042600310112142100100001030000004065199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15396 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310112142100100001030000004065199999999/Comprobante?ApiKey=4332d494-24fd-4b84-bdf1-e54619ad8f1a Codigo Error: - FE.COREFE-20260406-160808 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:09:34 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014828199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15328 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014828199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-160934 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:11:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8016 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002291199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-161102 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:11:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002291199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8016 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002291199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-161102 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:11:15 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8264 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014828199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-161115 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:11:15 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014828199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8264 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014828199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-161115 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:27:55 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148134199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14720 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148134199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-162755 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:28:52 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148135199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3412 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148135199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-162852 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:29:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3412 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148134199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-162902 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:29:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148134199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3412 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148134199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-162902 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:29:39 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148136199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14308 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148136199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-162939 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:30:37 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148137199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10424 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148137199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-163037 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:31:53 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148138199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14308 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148138199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-163153 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14904 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148135199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163203 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148135199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14904 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148135199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163203 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:14 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14308 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148136199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163214 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:14 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148136199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14308 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148136199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163214 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:50 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14904 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148137199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163250 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:50 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148137199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14904 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148137199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163250 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:32:59 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148139199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13320 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148139199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-163259 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:33:43 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148140199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15432 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148140199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-163343 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:35:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5468 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148138199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163505 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:35:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148138199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5468 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148138199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163505 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:35:10 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13036 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148139199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163510 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:35:10 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148139199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13036 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148139199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163510 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:35:14 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5468 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148140199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163514 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:35:14 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148140199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5468 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148140199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-163514 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:37:24 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007125199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6444 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007125199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-163724 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:41:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12088 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007125199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-164102 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:41:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007125199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:12088 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007125199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-164103 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:45:43 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002292199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002292199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164543 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:45:57 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007126199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007126199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164557 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:46:14 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002293199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002293199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164614 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:46:31 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007127199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4808 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007127199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164631 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:46:52 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007128199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:9096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007128199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164652 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:47:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4808 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002292199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-164702 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:47:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002292199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4808 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002292199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-164703 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:47:09 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4808 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007126199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-164709 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:47:09 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007126199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4808 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007126199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-164709 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:47:58 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148141199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7716 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148141199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164758 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:48:05 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002294199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2456 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002294199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164805 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:48:41 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148142199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6708 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148142199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164841 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:49:26 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148143199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1136 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148143199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-164926 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1136 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002293199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165002 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002293199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:1136 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002293199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165003 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:10 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8744 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007127199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165010 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:10 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007127199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8744 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007127199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165010 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:11 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148144199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148144199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-165011 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:27 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6096 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007128199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165027 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:27 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007128199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007128199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165027 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:39 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6088 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148141199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165039 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:39 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148141199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6088 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148141199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165039 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:43 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6096 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002294199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165043 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:43 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002294199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6096 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002294199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165043 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:48 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7200 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148142199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165048 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:50:48 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148142199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7200 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148142199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165048 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:52:17 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007129199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007129199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-165217 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:52:32 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007130199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007130199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-165232 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:53:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148143199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165305 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:53:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148143199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148143199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165305 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:53:10 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148144199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165310 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:53:10 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148144199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15148 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148144199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-165310 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:53:51 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014829199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15520 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014829199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-165351 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:56:44 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8832 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007129199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165644 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:56:44 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007129199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8832 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007129199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165644 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:57:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11252 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007130199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165702 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:57:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007130199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11252 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007130199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-165702 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:59:10 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5912 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014829199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-165910 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 4:59:10 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014829199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5912 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014829199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-165910 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:00:24 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014830199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16120 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014830199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-170024 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:01:13 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002295199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8128 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002295199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-170113 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:02:30 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002296199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13136 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002296199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-170230 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:02:46 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001040000002297199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:16292 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001040000002297199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-170246 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:06 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14248 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014830199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-170506 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:07 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014830199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14248 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014830199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-170507 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:47 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14964 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002295199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-170547 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:47 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002295199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002295199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-170547 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:52 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14964 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002296199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-170552 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:52 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002296199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002296199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-170552 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:56 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14964 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002297199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-170556 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:05:56 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001040000002297199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001040000002297199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-170556 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:07:22 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310138850900100001010000014831199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:13848 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310138850900100001010000014831199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-170722 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:11:05 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4632 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014831199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-171105 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:11:05 PM Message: System.Exception: "Invoice updated successfully":50606042600310138850900100001010000014831199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4632 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310138850900100001010000014831199999999/Comprobante?ApiKey=019672d1-233f-41d0-9116-1c829dbd071d Codigo Error: - FE.COREFE-20260406-171105 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:27:58 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148145199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:7688 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148145199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-172758 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:28:04 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007131199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:10728 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007131199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-172804 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:28:43 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005049199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6092 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005049199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-172843 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:29:02 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15832 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148145199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-172902 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:29:02 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148145199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15832 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148145199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-172902 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:29:07 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15832 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007131199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-172907 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:29:07 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007131199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15832 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007131199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-172907 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:29:30 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148146199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148146199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-172930 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:30:15 PM Message: System.Exception: - Se Actualiza AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001040000005050199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14004 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001040000005050199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-173015 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:31:00 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310175283100100001010000148147199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:2964 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310175283100100001010000148147199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-173100 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4700 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005049199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173203 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005049199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4700 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005049199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173203 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:12 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4700 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148146199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173212 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:13 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148146199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4700 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148146199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173213 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:17 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4700 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005050199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173217 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:17 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001040000005050199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:4700 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001040000005050199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173217 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:25 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14424 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148147199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173225 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 5:32:25 PM Message: System.Exception: "Invoice updated successfully":50606042600310175283100100001010000148147199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:14424 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310175283100100001010000148147199999999/Comprobante?ApiKey=c305ced0-e062-4bc1-90c6-03b2a9b9a3ab Codigo Error: - FE.COREFE-20260406-173225 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:12:36 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007132199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:3584 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007132199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-181236 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:13:00 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001030000000964199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11052 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001030000000964199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-181300 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:14:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11552 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007132199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-181403 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:14:04 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007132199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11552 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007132199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-181404 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:14:08 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11552 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001030000000964199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-181408 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:14:09 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001030000000964199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:11552 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001030000000964199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-181409 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:41:40 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007133199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:15560 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007133199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-184140 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:44:04 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5824 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007133199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-184404 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:44:04 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007133199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:5824 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007133199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-184404 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:48:24 PM Message: System.Exception: - Se Agrega AgregarPdfFacturaElectronicaporIdFacturaElectronica el PDF.-50606042600310281509000100001010000007134199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:6188 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - AgregarPdfFacturaElectronicaporIdFacturaElectronica Usuario: - IP: - 34.171.103.2 URL: - https://corefecr.plecsys-studio-bi.net/Facturacion/PdfFacturaElectronica/50606042600310281509000100001010000007134199999999/AgregarPdfFacturaElectronicaporIdFacturaElectronica Codigo Error: - FE.COREFE-20260406-184824 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:50:03 PM Message: System.Exception: LlamadaGenericaAPICallBack Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8756 Extended Properties: Trama: - Url:https://plecsys-studio-bi.net/api/Invoice Clase: - FE.COREFE.Utilidades.UtilGenerales Metodo: - LlamadaGenericaAPICallBack Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007134199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-185003 ---------------------------------------- ---------------------------------------- Timestamp: 4/6/2026 6:50:03 PM Message: System.Exception: "Invoice updated successfully":50606042600310281509000100001010000007134199999999 Category: General Priority: -1 EventId: 1 Severity: Information Title: Machine: PLECSYS-STUDIO- App Domain: /LM/W3SVC/3/ROOT-1-134199512741773231 ProcessId: 14440 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: Win32 ThreadId:8756 Extended Properties: Clase: - FE.COREFE.LogicaNegocio.Facturacion.Impl.FacturaElectronicaLN Metodo: - ActualizarEstadoComprobante Usuario: - IP: - 10.128.0.6 URL: - http://10.128.0.6:1602/Facturacion/FacturaElectronica/50606042600310281509000100001010000007134199999999/Comprobante?ApiKey=d3bc7580-aaae-4256-a7dc-d5bc92332c3c Codigo Error: - FE.COREFE-20260406-185003 ----------------------------------------