保護レベルがDontSaveSensitive
であり、今日までに数回ローカルサーバーに展開されているSSISプロジェクトがあります。私は今、しかし、展開に次のエラーを取得しています:SSISプロジェクトを展開できません - "encrypt_binarydata"の実行中にエラーが発生しました
A .NET Framework error occurred during execution of user-defined routine or aggregate "encrypt_binarydata": System.IO.FileLoadException: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008) System.IO.FileLoadException: at Microsoft.SqlServer.IntegrationServices.Server.Security.CryptoGraphy.CreateSymmetricKey(String algorithm) at Microsoft.SqlServer.IntegrationServices.Server.Security.CryptoGraphy.EncryptBinaryData(SqlString algorithmName, SqlBytes key, SqlBytes IV, SqlBytes binaryData) . (Microsoft SQL Server, Error: 6522)
私はグーグルがあったが、特にencrypt_binarydata
を参照して何に出会います。 deploy_project_internal
またはuntrusted assembliesへの参照がいくつかありますが、この問題は何もありません。
重要な部分は
Not enough storage is available to process this command
するようだが、そのリソースのshouldnを使用するために、スペアドライブの多くのスペースを行くRAMの多くギガバイトがあるように私はこれの頭や尾をすることはできません問題ではない。
このエラーが何を参照しているか、理想的にはどのように解決できるかについては、誰にも分かりますか?