问题描述
大家好,
我已经加密了一个保护级别为"EncryptAllWithPassword"的软件包。 。当我执行包时,它会给出以下错误:
"无法加载包"D:\FinalETLSetup \ _ETL\CI_Replication2.dtsx"因错误0x8007000E。
描述:无法删除包含错误0x8007000E的包保护"没有足够的存储空间可用于完成此操作。"。这发生在CPackage :: LoadFromXML方法中。
来源:{747AAB82-603F-4288-9DE2-80606D9FAB5C}"
虽然它工作正常但是我删除了保护级别。但我需要保护包。
我在执行包的服务器上有16 GB RAM,我发现在执行包时会使用76%的内存。 / p>
所以请建议我。可能是什么问题。或者我必须增加哪种类型的记忆。
我将非常感谢您的回复。
谢谢和热烈的问候,
Raghvendra Rajak
Hi All,
I have encrypted a package with protection level "EncryptAllWithPassword" . And when i executed the package it is giving following error :
"Could not load package "D:\FinalETLSetup\ETL\CI_Replication2.dtsx" because of error 0x8007000E.
Description: Failed to remove package protection with error 0x8007000E "Not enough storage is available to complete this operation.". This occurs in the CPackage::LoadFromXML method.
Source: {747AAB82-603F-4288-9DE2-80606D9FAB5C}"
Although it is working fine when i removed the protection level. But i require to protect the package.
I have 16 GB RAM on the server where i am executing the package and i noticed 76% memory is used when i execute the package .
So please suggest me. what may be the problem. Or which type of memory i will have to increase .
i will appreciate your response.
Thanks and Warm Regards,
Raghvendra Rajak
这篇关于SSIS包执行中没有足够的内存错误,当使用保护级别& quot; EncryptAllWithPassword& quot;保护包时。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!