microsoft / microsoft/Dynamics-365-FastTrack-Implementation-Assets
Cannot read manifest data in CDMUtil_ConsoleApp
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 494
- Forks
- 296
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 5
Description
Hi Folks,
Thanks so much for building this utility!
I am trying to use the console app to connect to our storage account and read manifests, however, I am not able to read the metadata due to the following error.
12:28:48 fail: CDMUtil.ConsoleApp[0] Value cannot be null. (Parameter 'source')
12:28:48 fail: CDMUtil.ConsoleApp[0] at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate) at CDMUtil.Manifest.ManifestReader.getColumnAttributes(CdmEntityDefinition entityDefinition, AppConfigurations c, ILogger logger) at CDMUtil.Manifest.ManifestReader.manifestToSQLMetadata(AppConfigurations c, List`1 metadataList, ILogger logger, String parentFolder)

Parameters values as shown in the screenshot.
Thanks!
Zic
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the console application's manifest-reading failure with the configuration values shown, then inspect ManifestReader.getColumnAttributes and ManifestReader.manifestToSQLMetadata from the stack trace. Done means the utility reads manifest metadata without the null-source error and the relevant console output or test confirms the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100