microsoft / Dynamics-AX-Integration

Dynamics AX Integration samples and demos.
287 stars 356 forks source link

What is the 'Entryname' parameter? #79

Open jminquette opened 5 years ago

jminquette commented 5 years ago

Hi, I'm trying to integrate datas in D365FO using Data management. I've setup the Recurring Integration Scheduler, providing all needed parameters i think :-). I've created an Import job (named "Import Salariés") using a data package. The package template (generated from D365FO) is setup on the RIS job. When i run the job, i get the following exception on the event vewier of RIS app.

Quartz.Core.JobRunShell - Job Import jobs.Import Salariés threw a JobExecutionException: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False Quartz.JobExecutionException: Import job: Import jobs.Import Salariés failed ---> System.ArgumentNullException: Value cannot be null. Parameter name: entryName at System.IO.Compression.ZipArchive.GetEntry(String entryName) at RecurringIntegrationsScheduler.Job.Import.d12.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.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 inner exception stack trace --- 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 Quartz.Core.JobRunShell.d9.MoveNext() [See nested exception: System.ArgumentNullException: Value cannot be null. Parameter name: entryName at System.IO.Compression.ZipArchive.GetEntry(String entryName) at RecurringIntegrationsScheduler.Job.Import.d12.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.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()]