// Job ID: #1106336
using AG.A1.Scheduler.Project.Contracts.Contracts;
var commitLeadToSFCommandHandler = Activate<ICommitLeadToSFCommandHandler>();
await commitLeadToSFCommandHandler.Handle(
FromJson<CommitLeadToSFRequest>("{\"RavingFanId\":44739,\"LastName\":\"Midboe\",\"FirstName\":\"Jim\",\"Title\":\"Controller\",\"Company\":\"Tecnetics Industries Inc\",\"Street\":\"1201 N Birch Lake Blvd\",\"City\":\"St Paul\",\"State\":\"MN\",\"PostalCode\":\"55110-6709\",\"Country\":\"United States\",\"Phone\":\"6512331951\",\"Email\":\"midboej@tecweigh.com\",\"Website\":null,\"LeadSource\":\"Employee Referral\",\"Fiscal_Year_End__c\":null,\"Entity_Type__c\":\"C-Corporation\",\"Source_Email__c\":\"Miranda.Garcia@alliantglobal.com\",\"Source_Name__c\":\"Miranda Garcia\",\"CPA_Email__c\":\"brandon@firesidelodgefurniture.com\",\"CPA_Firm__c\":\"Barton Walter & Krier LLC\",\"CPA_Name__c\":\"Brandon Anderson\",\"CPA_Phone__c\":\"2185686188\",\"Service_Lines_Interested_In__c\":\"Internal IT Service Desk\",\"Existing_Client_Project_Manager__c\":\"Edward Mullen\",\"Primary_Service_Line__c\":\"Internal IT Service Desk\",\"ASL__c\":true,\"Mattersphere_Referral_ID__c\":\"44739\",\"Matter_Number__c\":null,\"PM_ID__c\":\"7205\",\"CR_ID__c\":null,\"Submitted_By_ID__c\":4793,\"Submitted_By_Title__c\":null,\"Sub_Team_ID__c\":null,\"Team_ID__c\":null,\"CPA_Contact_Title__c\":\"President\",\"Additional_Notes__c\":null,\"Referring_Client_Consent__c\":\"Yes\",\"Existing_Client_Project_Number__c\":\"334965.0003\",\"Referred_By_Company__c\":\"Tecnetics Industries Inc\",\"Referred_By_Contact__c\":\"Jim Midboe\",\"Referred_By_Title__c\":\"Controller\",\"Referred_By_Contact_Phone__c\":\"6512331951\",\"Referred_By_Contact_Email__c\":\"midboej@tecweigh.com\",\"Current_Service_Lines__c\":\"R&D\",\"Existing_Client_Team_Director__c\":\"Taylor Broussard\"}"),
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during processing of a background job.
Unable to resolve service for type 'AG.A1.Hangfire.Services.JobExecutionErrors.IJobExecutionErrorsService' while attempting to activate 'AG.A1.Scheduler.Project.Application.Features.RavingFanReferralToSF.Commands.CommitLeadToSFCommandHandler'.
System.InvalidOperationException: Unable to resolve service for type 'AG.A1.Hangfire.Services.JobExecutionErrors.IJobExecutionErrorsService' while attempting to activate 'AG.A1.Scheduler.Project.Application.Features.RavingFanReferralToSF.Commands.CommitLeadToSFCommandHandler'. at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.CreateArgumentCallSites(Type implementationType, CallSiteChain callSiteChain, ParameterInfo[] parameters, Boolean throwIfCallSiteNotFound) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.CreateConstructorCallSite(ResultCache lifetime, Type serviceType, Type implementationType, CallSiteChain callSiteChain) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.TryCreateExact(ServiceDescriptor descriptor, Type serviceType, CallSiteChain callSiteChain, Int32 slot) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.TryCreateExact(Type serviceType, CallSiteChain callSiteChain) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.CreateCallSite(Type serviceType, CallSiteChain callSiteChain) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.GetCallSite(Type serviceType, CallSiteChain callSiteChain) at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(Type serviceType) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope) at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type) at Hangfire.AspNetCore.AspNetCoreJobActivatorScope.Resolve(Type type) at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context) at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0() at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation) at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_1.<PerformJobWithFilters>b__2() at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation) at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_1.<PerformJobWithFilters>b__2() at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters) at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context) at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)