Hi Bo,
thanks for your help. The move / copy statements worked fine.
The good news: no NTLM-Error anymore. So I can work with the adapters in Visual Studio, I can run my package within Visual Studio. And I can publish my package to the Integration Services Catalog.
The bad news: I can not run my package by executing it within the Integration Services Catalog in Management Studio or by running it from sql agent. I get an error saying (I try to translate the message) that the COM-object can not be converted to the interface-type "Microsoft.SqlServer.DTs.Pipeline.Wrapper.IDTSComonentMetaData100" because that interface is not supported. Here is the whole error-message (it's a german installation):
Error:
System.InvalidCastException: Das COM-Objekt des Typs
"System.__ComObject" kann nicht in den Schnittstellentyp
"Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCompone
ntMetaData100" umgewandelt werden. Dieser Vorgang
konnte nicht durchgeführt werden, da der QueryInterface-
Aufruf an die COM-Komponente für die Schnittstelle mit
der IID "{887BD061-82D4-4F06-A222-337D42E7F896}"
aufgrund des folgenden Fehlers nicht durchgeführt werden
konnte: Schnittstelle nicht unterstützt (Ausnahme von
HRESULT: 0x80004002 (E_NOINTERFACE)).
bei
System.StubHelpers.StubHelpers.GetCOMIPFromRCW
(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget,
Boolean& pfNeedsRelease)
bei
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponen
tMetaData100.get_CustomPropertyCollection()
bei
Microsoft.Samples.SqlServer.SSIS.SharePointListAdapter
s.SharePointListSource.PerformUpgrade(Int32
pipelineVersion)
bei
Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHos
t.HostCheckAndPerformUpgrade
(IDTSManagedComponentWrapper100 wrapper, Int32
lPipelineVersion)
The server has been restarted last night, but this did not help.
Any ideas?
Thanx, Mikel
thanks for your help. The move / copy statements worked fine.
The good news: no NTLM-Error anymore. So I can work with the adapters in Visual Studio, I can run my package within Visual Studio. And I can publish my package to the Integration Services Catalog.
The bad news: I can not run my package by executing it within the Integration Services Catalog in Management Studio or by running it from sql agent. I get an error saying (I try to translate the message) that the COM-object can not be converted to the interface-type "Microsoft.SqlServer.DTs.Pipeline.Wrapper.IDTSComonentMetaData100" because that interface is not supported. Here is the whole error-message (it's a german installation):
Error:
System.InvalidCastException: Das COM-Objekt des Typs
"System.__ComObject" kann nicht in den Schnittstellentyp
"Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCompone
ntMetaData100" umgewandelt werden. Dieser Vorgang
konnte nicht durchgeführt werden, da der QueryInterface-
Aufruf an die COM-Komponente für die Schnittstelle mit
der IID "{887BD061-82D4-4F06-A222-337D42E7F896}"
aufgrund des folgenden Fehlers nicht durchgeführt werden
konnte: Schnittstelle nicht unterstützt (Ausnahme von
HRESULT: 0x80004002 (E_NOINTERFACE)).
bei
System.StubHelpers.StubHelpers.GetCOMIPFromRCW
(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget,
Boolean& pfNeedsRelease)
bei
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponen
tMetaData100.get_CustomPropertyCollection()
bei
Microsoft.Samples.SqlServer.SSIS.SharePointListAdapter
s.SharePointListSource.PerformUpgrade(Int32
pipelineVersion)
bei
Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHos
t.HostCheckAndPerformUpgrade
(IDTSManagedComponentWrapper100 wrapper, Int32
lPipelineVersion)
The server has been restarted last night, but this did not help.
Any ideas?
Thanx, Mikel