Bonjour,

Dans B.I.D.S. (Visual Studio installé par SQL Server 2005), j'ai un projet SSIS avec un package qui utilise le composant personnalisé dont la source se trouve ici :

http://blogs.msdn.com/alextch/attachment/546734.ashx

A l'exécution tout se passe bien mais quand j'exécute le package à partir du SQL Server Agent, j'obtiens l'erreur

Message
Executed as user: MYDOMAIN\myuser. ...sion 9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 1:53:16 PM Error: 2009-02-18 13:53:25.58 Code: 0xC0047062 Source: Data Flow Task MyDataFlowTask ADSource [8942] Description: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Microsoft.Samples.SqlServer.Dts.ssisADSource.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper90 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer90[] buffers, IntPtr ppBufferWirePacket) End Error Error: 2009-02-18 13:53:25.58 Code: 0xC0047038 Source: Data Flow Task MyDataFlowTask DTS.Pipeline Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADSource" (8942) returned error code 0x80131508. The component returned a failure code when the... Process Exit Code 1. The step failed.
Une idée ?

a+, =)
-=Clement=-