Azure-Samples / data-catalog-dotnet-import-export

A sample about how to use the Azure Data Catalog REST API to fetch information from the Azure Data Catalog and how to register items with the catalog.
MIT License
10 stars 14 forks source link

Can't runt the app, the settings file seems to be incorrect #6

Open VladMihaiRadulescu opened 7 years ago

VladMihaiRadulescu commented 7 years ago

Hi,

I have changed the App.config file to:

<?xml version="1.0" encoding="utf-8"?> <configuration> ` afa44c32-639c-40a0-9839-27b1cd3bc3cc https://login.live.com/oauth20_desktop.srf https://datacatalog.azure.com </ADCImportExport.Properties.Settings> `

But I get the following error when I try an export:

Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: clientId

Please advise. Thank you!

ainsleypglass commented 6 years ago

Hi, I am having the same issue.

Were you able to resolve? If so please share how you resolved it. Thanks, Ainsley

hipyskipy commented 6 years ago

I am also running into this issue (even after registering the service principal, setting permissions, modifying appconfig, etc.). I can't seem to get it to work either. Any updates on this? We need to get a way of periodically backing up our catalog!