Bertverbeek4PS / bc2adls

Exporting data from Dynamics 365 Business Central to Azure data lake storage or MS Fabric lakehouse
MIT License
49 stars 20 forks source link

Fix for Invalid URL Error in BaseURL #29

Closed coffeedave closed 1 year ago

coffeedave commented 1 year ago

On second and subsequent calls to GetBaseURL the value for ADSLESetup."Account Name" is NULL due to ADSLE Setup not being initialized to the setup record. The call to GetSingleton() has been moved to fix this. This was causing loads to hang at "In Process" on submission of jobs.

Bertverbeek4PS commented 1 year ago

Thanks @coffeedave !