Hi,
I have a problem with the task "event watcher".
I've made a query like the one in msdn (SELECT * FROM __InstanceCreationEvent WITHIN 10 WHERE Targetinstance ISA "CIM_DirectoryContainsFile" and TargetInstance.GroupComponent= "Win32_Directory.Name=\"e:\\\\temp\""). I have 20 similar tasks for watching in different folders, but when there are too much tasks in parallel, it doesn't work anymore. I change the numbers of executables to 128 (in the general properties of the package (to test)) but it doesn't seems to work.
I don't understand why it works when there are only 1 or 2 (6 seems to be the maximum) tasks and not if there are more than 6.
Could you help me with this issue?
Configuration : Windows Server 2003, SQL Server 2005, SSIS, Sql Server Agent
Thanks a lot.
Julien.
I forgot to tell you that the package work when I execute it on debug, on the local machine but not on the server with a sql job.
Thanks.
|||I don't know anything about WMI, but it looks like you're waiting for files to be created. Have you looked at the File Watcher Task that's available for download from SQLIS.com?
http://www.sqlis.com/23.aspx
Hopefully someone will have an idea about the WMI problem, but this might get you around the problem in the interim...
|||Hi,
I don't really want to add tasks that are not supported by Microsoft, that's why I tried this WMI stuff.
Any idea?
Thanks.
Julien.
No comments:
Post a Comment