当我在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.数据流任务只是一个csv文件(~500行) ->派生的列->表。
否则,如果我直接在cmd上运行批处理命令,它会运行得很好。
提前谢谢。
发布于 2019-02-20 21:06:22
也许您需要修改Rundeck上的内存量,以便与SSIS和SQL Server共存,请检查:
https://stackoverflow.com/a/1084796/10426011
下面是如何调优Rundeck:
https://docs.rundeck.com/docs/administration/maintenance/tuning-rundeck.html#java-heap-size
https://stackoverflow.com/questions/54786664
复制相似问题