GithubHelp home page GithubHelp logo

Comments (8)

AeyPKA avatar AeyPKA commented on June 10, 2024

I tried to recreate a new recurring data job. It's ok when dequeue: https://(D365FO)/api/connector/dequeue/4a052843-4250-4157-a372-6d936c253582}

But once, in download,

https://(D365FO)/api/connector/download/6b21c27b-2847-48f1-95b3-76739caf131f?correlation-id=d95888b8-09c2-4807-8732-63aeba6bc8ee&blob=98d6253c-1ada-4744-8fda-178156081ab5,

At the commad "await _httpClient.GetAsync(uri).ConfigureAwait(false);", it keep hanging in "Exectuting" status

image

from recurring-integrations-scheduler.

Jerome2506 avatar Jerome2506 commented on June 10, 2024

We experience this also after upgrading to 10.0.29. We have created a MS support request: 2209060050001958.

from recurring-integrations-scheduler.

AeyPKA avatar AeyPKA commented on June 10, 2024

We experience this also after upgrading to 10.0.29. We have created a MS support request: 2209060050001958.

Mirosoft informed this is a known issue about Dequeue API. Planed to be fixed in later PU53.

Details for issue 676100 (dynamics.com)

To work around, must request MS support to clean Azure Blob queue.

from recurring-integrations-scheduler.

AeyPKA avatar AeyPKA commented on June 10, 2024

After clearing blob queue.

When calling Dequeue API. https://(D365FO)/api/connector/dequeue/4a052843-4250-4157-a372-6d936c253582. it’s faster response, less than 1 minute.

But when having data to download and call Download API, no return response. https://(D365FO)/api/connector/download/4a052843-4250-4157-a372-6d936c253582?correlation-id=adc1f450-9dca-415c-bd6b-5cbfa33285b5&blob=ad5e5dd6-e9a4-4e5b-96f0-e6172c99afc9

I set internal to every 10 mins. But the Download API doesn’t return response yet until next round of callling Dequeue API.

Then, I think no choice. I can’t set longer interval than 10 minutes, customer can’t wait that long. So, must hope BUG 676100 will be released in GA version.

from recurring-integrations-scheduler.

keithchanhaha avatar keithchanhaha commented on June 10, 2024

I experience the same error after upgrade to 10.0.29. Is there any workaround?

Quartz.Core.JobRunShell - Job Download jobs.EDI_Export threw a JobExecutionException:
Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False
Quartz.JobExecutionException: Download job: Download jobs.EDI_Export failed ---> System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError
at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext()
--- End of inner exception stack trace ---
at RecurringIntegrationsScheduler.Job.Download.d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Quartz.Core.JobRunShell.d__9.MoveNext() [See nested exception: System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError
at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext()]

from recurring-integrations-scheduler.

Jerome2506 avatar Jerome2506 commented on June 10, 2024

Keith, we advised the following to our customers:

o For 10.0.29, platform version 7.0.6545.58 or higher should be used. This means that the GA version should not be used.
o For 10.0.30, platform version 7.0.6592.33 or higher (GA version) should be used.

I experience the same error after upgrade to 10.0.29. Is there any workaround?

Quartz.Core.JobRunShell - Job Download jobs.EDI_Export threw a JobExecutionException: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False Quartz.JobExecutionException: Download job: Download jobs.EDI_Export failed ---> System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext() --- End of inner exception stack trace --- at RecurringIntegrationsScheduler.Job.Download.d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Quartz.Core.JobRunShell.d__9.MoveNext() [See nested exception: System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext()]

from recurring-integrations-scheduler.

keithchanhaha avatar keithchanhaha commented on June 10, 2024

Submitted the case to MS support and replied it is under investigation, no walkaround yet.

How do you know 10.0.30 can fix this issue?

Keith, we advised the following to our customers:

o For 10.0.29, platform version 7.0.6545.58 or higher should be used. This means that the GA version should not be used. o For 10.0.30, platform version 7.0.6592.33 or higher (GA version) should be used.

I experience the same error after upgrade to 10.0.29. Is there any workaround?
Quartz.Core.JobRunShell - Job Download jobs.EDI_Export threw a JobExecutionException: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False Quartz.JobExecutionException: Download job: Download jobs.EDI_Export failed ---> System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext() --- End of inner exception stack trace --- at RecurringIntegrationsScheduler.Job.Download.d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Quartz.Core.JobRunShell.d__9.MoveNext() [See nested exception: System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext()]

from recurring-integrations-scheduler.

Jerome2506 avatar Jerome2506 commented on June 10, 2024

Submitted the case to MS support and replied it is under investigation, no walkaround yet.

How do you know 10.0.30 can fix this issue?

Keith, we advised the following to our customers:
o For 10.0.29, platform version 7.0.6545.58 or higher should be used. This means that the GA version should not be used. o For 10.0.30, platform version 7.0.6592.33 or higher (GA version) should be used.

I experience the same error after upgrade to 10.0.29. Is there any workaround?
Quartz.Core.JobRunShell - Job Download jobs.EDI_Export threw a JobExecutionException: Parameters: refire = False, unscheduleFiringTrigger = False, unscheduleAllTriggers = False Quartz.JobExecutionException: Download job: Download jobs.EDI_Export failed ---> System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext() --- End of inner exception stack trace --- at RecurringIntegrationsScheduler.Job.Download.d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Quartz.Core.JobRunShell.d__9.MoveNext() [See nested exception: System.Exception: Job: Download jobs.EDI_Export. Download failure. InternalServerError at RecurringIntegrationsScheduler.Job.Download.d__14.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.Download.d__13.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.Download.d__12.MoveNext()]

You said you experienced the same issue, so I took that for granted. I mentioned the platform versions that the issue was fixed for us. Potentially you are having a slightly different issue then.

from recurring-integrations-scheduler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.