【发布时间】:2012-10-17 21:45:28
【问题描述】:
尝试在 Sql Server 2012 SSIS 中创建 IS 目录时出现以下错误。
> TITLE: SQL Server Integration Services
------------------------------
Operation 'Create' on object 'CatalogFolder[@Name='DeployTest']' failed during execution. (Microsoft.SqlServer.Management.Sdk.Sfc)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1917+)&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
Exception has been thrown by the target of an invocation. (mscorlib)
------------------------------
The type initializer for '<Module>' threw an exception. (Microsoft.SqlServer.BatchParserClient)
------------------------------
Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401) (Microsoft.SqlServer.BatchParser)
------------------------------
BUTTONS:
OK
------------------------------
我对 SQL Server 不是很精通,并且是 SSIS 的新手。我只是尝试做一个测试演示项目来熟悉它,因为我已经编写了一个 WCF 服务来在创建 SSIS 包后执行它,但由于这个问题而无法完成教程。
我在网上搜索解决方案时看到了类似的问题,但它是针对 SQL 2005 的,而在 2012 年则没有。
作为非 DBA 人员,我如何在 SQL 2012 上配置 SSIS?
【问题讨论】:
标签: sql-server ssis sql-server-2012