Capgemini / xrm-datamigration

Export and import data for Microsoft Dataverse. Supports JSON and CSV.
MIT License
24 stars 11 forks source link

Excessive login prompts #67

Open tdashworth opened 2 years ago

tdashworth commented 2 years ago

Describe the bug A clear and concise description of what the bug is. When importing a lot of data (> 1000 records) and using lookup maps and using an OAuth connection string, I am being asked to log in multiple times. Sometimes the login fails after too many correct attempts.

I'm not really sure why this is, are we creating new CrmServices?

To Reproduce Provide code snippets which demonstrate the usage scenario to reproduce the behavior. I'm not sure...

Expected behavior A clear and concise description of what you expected to happen. Non-interactive login to work. (I am using the CLI)

Additional context Add any other context about the problem here.