SSIS ERROR: Der Versuch, eine Zeile zum Datenflusstaskpuffer hinzuzufügen, ist mit dem Fehlercode 0xC0047020 fehlgeschlagen.

Ich habe Probleme mit dem SSIS-Prozess (tatsächlich tritt das gleiche Problem für zwei verschiedene Prozesse auf). Wir machen also einige ETL-Arbeiten mit SSIS. Wir haben ein Business Intelligence-Projekt, das ohne Fehler von Visual Studio ausgeführt wird. Wenn es jedoch auf dem Server bereitgestellt und als Job geplant wird, schlägt es mit Fehlern wie den folgenden fehl:

INTRASTAT_Towar:Error: SSIS Error Code
DTS_E_PROCESSINPUTFAILED. The ProcessInput
method on component "Union All 3" (876) failed with error
code 0xC0047020 while processing input "Union All Input
2" (916). The identified component returned an error from
the ProcessInput method. The error is specific to the
component, but the error is fatal and will cause the Data
Flow task to stop running. There may be error messages
posted before this with more information about the failure.

INTRASTAT_Towar:Error: SSIS Error Code
DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput
method on istat_dekl_wynik_poz SELECT returned error
code 0xC02020C4. The component returned a failure
code when the pipeline engine called PrimeOutput(). The
meaning of the failure code is defined by the component,
but the error is fatal and the pipeline stopped executing.
There may be error messages posted before this with
more information about the failure.

INTRASTAT_Towar:Error: The attempt to add a row to the
Data Flow task buffer failed with error code 0xC0047020.**

Die anderen zurückgegebenen Fehler sind ähnlich. Manchmal ist anstelle von 0xC0047020 ein nicht angegebener Fehler aufgetreten. Fehler treten nur in dieser einen Tabelle auf, die viele verschiedene Dinge in der Datenflussaufgabe enthält (Gewerkschaften, Multicasts, bedingte Aufteilung). Die meisten anderen Datenflüsse haben nur Quelle, Ziel und Umwandlung und verursachen keine Probleme. Es wurde mir vorgeschlagen, @ zu manipuliere DefaultBufferMaxRows und DefaultBufferSize properties-Werte für die Datenflussaufgabe, aber nach einigen Nachforschungen glaube ich nicht, dass dies das Problem lösen wird, da sie derzeit auf Standardwerte festgelegt sind. Irgendwelche Vorschläge

Antworten auf die Frage(2)

Ihre Antwort auf die Frage