microsoft / microsoft/Dynamics-365-FastTrack-Implementation-Assets

Cannot read manifest data in CDMUtil_ConsoleApp

Open
#167 3 comments 0 reactions 0 assignees View on GitHub

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)

image

Parameters values as shown in the screenshot.

Thanks!

Zic

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.