Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExportToPackage & simultaneous export of entities #145

Open
Smeedijzer opened this issue Aug 31, 2021 · 0 comments
Open

ExportToPackage & simultaneous export of entities #145

Smeedijzer opened this issue Aug 31, 2021 · 0 comments

Comments

@Smeedijzer
Copy link

Smeedijzer commented Aug 31, 2021

Is your feature request related to a problem? Please describe.
When a project containing multiple entities (100+) defined on same level, unit and sequence get exported using DMF UI action ExportAsync the entities are exported simultaneously, depending on allowed threads by AOS. When using the ExportToPackage API - or job type Export in RIS - the entities are exported one by one and we don't leverage the available threads. Am I missing a flight feature in D365, or parameter in RIS?

Describe the solution you'd like
A method to allow exports on demand scheduled by RIS and using the capabilities of multithreaded exports is desirable.

Describe alternatives you've considered
Using job type Download, but by using Download we receive the latest packages as scheduled in D365 and not live data on demand. As stated in wiki, jobs of type Export are recommended

Flighting feature DMFExportToPackageForceSync is set to asynchronous by default, we haven't changed this flag as asynchronous would be preferred

Additional context
Behaviour when exporting a project with action "ExportAsync" in DMF UI
image

Behaviour when using ExportToPackage API
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant