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

BaselineHackerExecuteDatasetExtractionSource null reference exception #40

Open
tznind opened this issue Feb 11, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@tznind
Copy link
Contributor

tznind commented Feb 11, 2022

Error when attempting to get a chunk from the source component: LoadModules.Extensions.AutomationPlugins.Execution.ExtractionPipeline.BaselineHackerExecuteDatasetExtractionSource

Object reference not set to an instance of an object.

Stack trace:

Error when attempting to get a chunk from the source component: LoadModules.Extensions.AutomationPlugins.Execution.ExtractionPipeline.BaselineHackerExecuteDatasetExtractionSource
   at Rdmp.Core.DataFlowPipeline.DataFlowPipelineEngine`1.ExecuteSinglePass(GracefulCancellationToken cancellationToken) in D:\a\RDMP\RDMP\Rdmp.Core\DataFlowPipeline\DataFlowPipelineEngine.cs:line 202
   at Rdmp.Core.DataFlowPipeline.DataFlowPipelineEngine`1.ExecutePipeline(GracefulCancellationToken cancellationToken) in D:\a\RDMP\RDMP\Rdmp.Core\DataFlowPipeline\DataFlowPipelineEngine.cs:line 110
Object reference not set to an instance of an object.
   at LoadModules.Extensions.AutomationPlugins.Data.Repository.AutomateExtractionRepositoryFinder.<GetRepositoryIfAny>b__3_0(ExternalDatabaseServer e)
   at System.Linq.Enumerable.WhereArrayIterator`1.ToArray()
   at LoadModules.Extensions.AutomationPlugins.Data.Repository.AutomateExtractionRepositoryFinder.GetRepositoryIfAny()
   at LoadModules.Extensions.AutomationPlugins.Execution.ExtractionPipeline.BaselineHackerExecuteDatasetExtractionSource.HackExtractionSQL(String sql, IDataLoadEventListener listener)
   at Rdmp.Core.DataExport.DataExtraction.Pipeline.Sources.ExecuteDatasetExtractionSource.GetCommandSQL(IDataLoadEventListener listener) in D:\a\RDMP\RDMP\Rdmp.Core\DataExport\DataExtraction\Pipeline\Sources\ExecuteDatasetExtractionSource.cs:line 394
   at Rdmp.Core.DataExport.DataExtraction.Pipeline.Sources.ExecuteDatasetExtractionSource.GetChunk(IDataLoadEventListener listener, GracefulCancellationToken cancellationToken) in D:\a\RDMP\RDMP\Rdmp.Core\DataExport\DataExtraction\Pipeline\Sources\ExecuteDatasetExtractionSource.cs:line 182
   at Rdmp.Core.DataFlowPipeline.DataFlowPipelineEngine`1.ExecuteSinglePass(GracefulCancellationToken cancellationToken) in D:\a\RDMP\RDMP\Rdmp.Core\DataFlowPipeline\DataFlowPipelineEngine.cs:line 188
@tznind tznind added the bug Something isn't working label Feb 11, 2022
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