Während SSIS-Paket ausgeführt wird, ich habe folgende Fehler,SSIS-Paket ausführen - Speicherauslastung!
The buffer manager failed a memory allocation call for 10484608 bytes, but was unable to swap out any buffers to relieve memory pressure. 20 buffers were considered and 20 were locked. Either not enough memory is available to the pipeline because not enough are installed, other processes were using it, or too many buffers are locked.
[DTS.Pipeline] Error: Thread "SourceThread0" has exited with error code 0xC0047038.
[DTS.Pipeline] Error: The Data Flow task failed to create a buffer to call PrimeOutput for output "XML Source 1" (91) on component "GeneralCongfigurations" (98). This error usually occurs due to an out-of-memory condition.
Es passiert, wenn Einsatz der Daten in SQL-Tabelle aus einer XML-Datei mit 'Script Component' versuchen.
Wie löst man es?
Diese Codes sind zum Googlen bestimmt, niemand erkennt sie auf Anhieb. Was sind die SSIS-Protokolleinträge, bevor der Fehler aufgetreten ist? Welche Art von Aufgabe/Schritt ist passiert? Führst du dieses Paket in Visual Studio? – MatthewMartin