Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B: Error loading new items to an existing content channel #43

Open
CoE22Dev opened this issue Dec 10, 2020 · 0 comments
Open

B: Error loading new items to an existing content channel #43

CoE22Dev opened this issue Dec 10, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@CoE22Dev
Copy link

I'm getting the error below while attempting to import a CSV to upload new content channel items to an existing Rock instance. The CSV import file used for this upload has been tested in a sandboxed instance of Rock and completed successfully. I've created the target content channel and was expecting Bulldozer to load items in the CSV to that content channel.

Failure Information (for bugs)

Transform Data,"System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable1 source, Func2 keySelector, Func2 elementSelector, IEqualityComparer1 comparer) at Bulldozer.CSV.CSVComponent.LoadExistingData(String importUser) at Bulldozer.CSV.CSVComponent.TransformData(Dictionary2 settings)
at Bulldozer.ProgressPage.bwImportData_DoWork(Object sender, DoWorkEventArgs e)"

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Run Bulldozer
  2. Select CSV for ContentItemImport
  3. Enter database information
  4. Proceed to the final screen and attempt upload
  5. Error happens after receiving these messages on screen:
    "Starting health checks..."
    "Checking for existing data..."

Context

  • Rock Version: Rock McKinley 11.1
  • Bulldozer Version: Bulldozer v1.11.3.1.20201203
  • SQL Server Version: Microsoft SQL Azure (RTM) - 12.0.2000.8
  • Windows Version: Windows Server 2016

Failure Logs

Please include any relevant log snippets or files here.
image

@CoE22Dev CoE22Dev added the bug Something isn't working label Dec 10, 2020
@CoE22Dev CoE22Dev changed the title B: B: Error loading new items to an existing content channel Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant