microsoft / Recurring-Integrations-Scheduler

Recurring Integrations Scheduler (RIS) is a solution that can be used in file-based integration scenarios for Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
Other
139 stars 61 forks source link

Recurring-Integrations-Scheduler - Exception occured on import jobs #134

Closed bharathmarampudi closed 3 years ago

bharathmarampudi commented 3 years ago

RIS Version - 3.2.2.0 D365FO product version : 0.0.13 (10.0.569.20020) Installed platform version : Update37 (7.0.5746.41488) I am trying to import General Ledger data into the system using a CSV file.

Steps to reproduce the problem. I have created an Import data project with successful mapping and saved it - Downloaded the project to a zip file and provided it as input. I have configured the parameters and made sure that the connection is successful by validation. The values are set up as per the attachments. when I schedule the job I ran into an exception as attached. Please provide suggestions

image image image image image

Quartz.Core.JobRunShell - Job Import jobs.GLCV threw a JobExecutionException: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False Quartz.JobExecutionException: Import job: Import jobs.GLCV failed ---> System.NullReferenceException: Object reference not set to an instance of an object. at RecurringIntegrationsScheduler.Job.Import.d11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at RecurringIntegrationsScheduler.Job.Import.d10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at RecurringIntegrationsScheduler.Job.Import.d9.MoveNext() --- End of inner exception stack trace --- at RecurringIntegrationsScheduler.Job.Import.d9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Quartz.Core.JobRunShell.d9.MoveNext() [See nested exception: System.NullReferenceException: Object reference not set to an instance of an object. at RecurringIntegrationsScheduler.Job.Import.d11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at RecurringIntegrationsScheduler.Job.Import.d10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at RecurringIntegrationsScheduler.Job.Import.d9.MoveNext()]

bharathmarampudi commented 3 years ago

This is ADD authentication issue