Aurus.Jetti.Integrations.Neto.NetoInventorySyncJobArgs

// Id: #63138
using Volo.Abp.BackgroundJobs.Hangfire;

var hangfireJobExecutionAdapter = Activate<HangfireJobExecutionAdapter<NetoInventorySyncJobArgs>>();
await hangfireJobExecutionAdapter.ExecuteAsync(
    "jetti-prod_default",
    FromJson<NetoInventorySyncJobArgs>("{\"JobType\":1,\"BatchSizeOverride\":50}"),
    null);

Parameters

CurrentCulture
"en"
RetryCount
10

State

2/19/2026 3:03:24 PM (+1.293s) Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (4676536a90e3:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> Volo.Abp.Data.AbpDbConcurrencyException: The database operation was expected to affect 1 row(s), but actually affected 0 row(s); data may have been modified or deleted since entities were loaded. See https://go.microsoft.com/fwlink/?LinkId=527962 for information on understanding and handling optimistic concurrency exceptions. ---> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException: The database operation was expected to affect 1 row(s), but actually affected 0 row(s); data may have been modified or deleted since entities were loaded. See https://go.microsoft.com/fwlink/?LinkId=527962 for information on understanding and handling optimistic concurrency exceptions.
   at Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.NpgsqlModificationCommandBatch.ThrowAggregateUpdateConcurrencyExceptionAsync(RelationalDataReader reader, Int32 commandIndex, Int32 expectedRowsAffected, Int32 rowsAffected, CancellationToken cancellationToken)
   at Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.NpgsqlModificationCommandBatch.Consume(RelationalDataReader reader, Boolean async, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabase.SaveChangesAsync(IList`1 entries, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpDbContext`1.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)

   --- End of inner exception stack trace ---
   at Volo.Abp.EntityFrameworkCore.AbpDbContext`1.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
   at Volo.Abp.Uow.UnitOfWork.SaveChangesAsync(CancellationToken cancellationToken)
   at Volo.Abp.Uow.UnitOfWork.CompleteAsync(CancellationToken cancellationToken)
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+7ms Processing

Server:
4676536a90e3:1
Worker:
e48eb0fb

+1h 49m Enqueued

Triggered by DelayedJobScheduler

+1ms Scheduled

Retry attempt 10 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 3:03:15 PM

+898ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+4ms Processing

Server:
86ded28b717c:1
Worker:
71ea3999

+1h 9m Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 9 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 1:13:16 PM

+2.472s Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+3ms Processing

Server:
86ded28b717c:1
Worker:
024368e5

+42m 15.686s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 8 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 12:03:39 PM

+933ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+9ms Processing

Server:
86ded28b717c:1
Worker:
d0ed4510

+24m 31.073s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 7 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 11:21:23 AM

+857ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+3ms Processing

Server:
86ded28b717c:1
Worker:
d0ed4510

+10m 59.665s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 6 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 10:56:37 AM

+834ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+3ms Processing

Server:
86ded28b717c:1
Worker:
e5de5646

+6m 44.436s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 5 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 10:45:47 AM

+855ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+5ms Processing

Server:
86ded28b717c:1
Worker:
f6ddf8f2

+1m 44.121s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 4 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 10:39:01 AM

+978ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+3ms Processing

Server:
86ded28b717c:1
Worker:
d0ed4510

+59.125s Enqueued

Triggered by DelayedJobScheduler

+1ms Scheduled

Retry attempt 3 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 10:37:07 AM

+941ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Storage.Database.CompileQuery[TResult](Expression query, Boolean async)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.CompileQueryCore[TResult](IDatabase database, Expression query, IModel model, Boolean async)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass11_0`1.<ExecuteCore>b__0()
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+4ms Processing

Server:
86ded28b717c:1
Worker:
e19a650f

+1m 14.020s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 2 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 10:36:08 AM

+1.037s Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Storage.Database.CompileQuery[TResult](Expression query, Boolean async)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.CompileQueryCore[TResult](IDatabase database, Expression query, IModel model, Boolean async)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass11_0`1.<ExecuteCore>b__0()
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+3ms Processing

Server:
86ded28b717c:1
Worker:
0819890b

+23.763s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 1 of 10: A background job execution is failed. See inner e…

Enqueue at:
2/19/2026 10:34:56 AM

+961ms Failed

An exception occurred during performance of the job.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException (86ded28b717c:1)

A background job execution is failed. See inner exception for details.

Volo.Abp.BackgroundJobs.BackgroundJobExecutionException: A background job execution is failed. See inner exception for details. ---> System.InvalidOperationException: The LINQ expression 'DbSet<Product>()
    .Where(p => AbpEfCoreDataFilterDbFunctionMethods.SoftDeleteFilter(
        isDeleted: ((ISoftDelete)p).IsDeleted, 
        boolParam: True) && AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
        tenantId: ((IMultiTenant)p).TenantId, 
        currentTenantId: __ef_filter__CurrentTenantId_0, 
        boolParam: True))
    .LeftJoin(
        inner: DbSet<Sku>()
            .Where(s => AbpEfCoreDataFilterDbFunctionMethods.MultiTenantFilter(
                tenantId: ((IMultiTenant)s).TenantId, 
                currentTenantId: __ef_filter__CurrentTenantId_0, 
                boolParam: True)), 
        outerKeySelector: p => EF.Property<Guid?>(p, "SkuId"), 
        innerKeySelector: s => EF.Property<Guid?>(s, "Id"), 
        resultSelector: (o, i) => new TransparentIdentifier<Product, Sku>(
            Outer = o, 
            Inner = i
        ))
    .Where(p => p.Outer.NetoId.HasValue && __netoIds_0
        .Contains(p.Outer.NetoId.Value) || p.Inner != null && __skuMap_1.ContainsKey(p.Inner.Normalized))' could not be translated. Additional information: Translation of method 'System.Collections.Generic.Dictionary<string, Aurus.Jetti.Integrations.Neto.Models.Products.ItemSyncDto>.ContainsKey' failed. If this method can be mapped to your custom function, see https://go.microsoft.com/fwlink/?linkid=2132413 for more information. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
   at Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.Translate(Expression expression)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Storage.Database.CompileQuery[TResult](Expression query, Boolean async)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.CompileQueryCore[TResult](IDatabase database, Expression query, IModel model, Boolean async)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass11_0`1.<ExecuteCore>b__0()
   at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteCore[TResult](Expression query, Boolean async, CancellationToken cancellationToken)
   at Volo.Abp.EntityFrameworkCore.AbpEntityQueryProvider.ExecuteAsync[TResult](Expression expression, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetAsyncEnumerator(CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncService.ExecuteAsync(NetoInventorySyncRequest request, CancellationToken cancellationToken) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncService.cs:line 93
   at Aurus.Jetti.Integrations.Neto.NetoInventorySyncJob.ExecuteAsync(NetoInventorySyncJobArgs args) in /src/src/Aurus.Jetti.Application/Integrations/Neto/NetoInventorySyncJob.cs:line 37
   at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous(IInvocation invocation, IInvocationProceedInfo proceedInfo)
   at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapter.ProceedAsync()
   at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
   at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter`1.InterceptAsync(IInvocation invocation, IInvocationProceedInfo proceedInfo, Func`3 proceed)
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)

   --- End of inner exception stack trace ---
   at Volo.Abp.BackgroundJobs.BackgroundJobExecuter.ExecuteAsync(JobExecutionContext context)
   at Volo.Abp.BackgroundJobs.Hangfire.HangfireJobExecutionAdapter`1.ExecuteAsync(String queue, TArgs args, CancellationToken cancellationToken)
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+4ms Processing

Server:
86ded28b717c:1
Worker:
7f23be17

+1ms Enqueued

2/19/2026 10:34:40 AM Created