Melding itgenrvl003 "Row out of range" bij omzetten XAF auditfile naar Excel

Bij het converteren van een XAF-auditfile krijg ik de volgende melding:

image

De details zijn:

itgenrvl053
Row out of range.
Opgetreden (UTC): 15-3-2023 11:42:37
local export results as “${OUT_PREFIX}TransactionLines.xlsx” format xlsx
System.ArgumentExceptionValidationException
bij OfficeOpenXml.ExcelRange.ValidateRowCol(Int32 Row, Int32 Col)
bij OfficeOpenXml.ExcelRange.get_Item(Int32 Row, Int32 Col)
bij Invantive.Data.ExcelExport.WriteToExcelPackage(GlobalState owner, ExecutionOptions executionOptions, IProviderManager manager, ExcelPackage package, ExportSettings exportSettings, List’1 resultSets, String url, String generatedByApplicationName, String generatedByApplicationVersion, String subject)
bij Invantive.Data.ExcelExport.ExportToExcel(GlobalState owner, ExecutionOptions executionOptions, IProviderManager manager, ExportSettings exportSettings, List’1 resultSets, String url, String generatedByApplicationName, String generatedByApplicationVersion, String subject)
bij Invantive.Producer.LocalQueryProcessor.OO(GlobalState , ExecutionOptions , ResultSet , String , ExportSettings )
bij Invantive.Producer.LocalQueryProcessor.IL(GlobalState , ExecutionOptions , ResultSet , String , ExportSettings )
bij Invantive.Producer.LocalQueryProcessor.ProcessClientSideStatement(GlobalState owner, ExecutionOptions executionOptions, IProgressNotifier notifier, String statement, Object resultsGrid, ResultSet resultSet, Dictionary’2 resultSetClipBoards, ExportSettingColumns scriptingFieldDisplayDefaults, Action’2 fetchMoreRows, Action’9 executeStatement, String lastServerStatementExecutedWithoutExpansion, String lastServerStatementExecuted, ParameterList bindVariables, Boolean showResultsInGrid, Boolean showStatistics, Boolean memorizeStatisticsInSqlHistory, Boolean allowPaging, ScriptingLanguageNextStepSpecification& nextStepSpecification)
bij Invantive.Producer.Windows.Forms.RunScriptViewModel.ExecuteStatement(GlobalState owner, ExecutionOptions executionOptions, IProgressNotifier notifier, String statement, ParameterList bindVariables, Dictionary`2 resultSetClipBoards, ResultSet& sqlResults) in c:\smoke\ws-22.0\Invantive.Producer\src\Invantive.Producer.Windows.Forms\Runtime\RuntimeViewModel.cs:regel 743
bij Invantive.Producer.Windows.Forms.RunScriptViewModel.RunInternal(GlobalState owner, ExecutionOptions executionOptions, String pluginScriptName, String sqlStatements, ParameterList parameters) in c:\smoke\ws-22.0\Invantive.Producer\src\Invantive.Producer.Windows.Forms\Runtime\RuntimeViewModel.cs:regel 646

Waarschijnlijk bevat de auditfile op een onderdeel meer dan ruim 1 miljoen rijen. Excel kan echter maximaal 1 miljoen rijen in een werkblad bevatten.

Advies is om een query te maken met Invantive SQL op het Invantive Query Tool en de data zelf te exporteren naar een ander bestandsformaat, eventueel na toepassing van filters.

Deze vraag is automatisch gesloten na 2 weken inactiviteit. Het laatste gegeven antwoord is gemarkeerd als oplossing.

Gelieve een nieuwe vraag te stellen via een apart topic als het probleem opnieuw optreedt. Gelieve in de nieuwe vraag een link naar dit topic op te nemen door de URL er van in de tekst te plakken.