I am getting the error below when I am executing a batch command on Rundeck.
Source: FEXT_UC SSIS.Pipeline
12:23:27 Description: The Data Flow task failed to create a buffer to call PrimeOutput for output "Flat File Source" (39) on component "Flat File Source Output" (43). This error usually occurs due to an out-of-memory condition.
The data flow task is simply a csv file (~500 rows) -> derived column -> table.
Otherwise, if I run the batch command directly on cmd, it runs perfectly.
Thanks in advance.