Hi,
Can any one help with this please?
We have the following error in the Event viewer when running a SSIS package:
Faulting application name: ISServerExec.exe, version: 13.0.5026.0, time stamp: 0x5aae9468
Faulting module name: KERNELBASE.dll, version: 10.0.14393.3383, time stamp: 0x5ddcba29
Exception code: 0xc0000005
Fault offset: 0x0000000000034c48
Faulting process id: 0x1d4c
Faulting application start time: 0x01d5f15147320c57
Faulting application path: C:\Program Files\Microsoft SQL Server\130\DTS\Binn\ISServerExec.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 854aa57e-0f6b-41f8-9ca5-f7eb778d26b9
Faulting package full name:
Faulting package-relative application ID:
Looking at the Task Manager it appears as the package executes the memory allocation for the process increases until it reaches about 960MB and then it kills itself with the error above. The package status is "Running"
(sometimes it completed with status: unexpected Termination).
The server is running on a VM with 8GB memory. The SQLserver max memory is limited to 4GB.
The other packages in the project seem to work fine.
Kind regards