Hi,
We are suffering an strange issue. We are running a huge SSIS process (using SQL Server Agent Studio) with dozens of packages. From time to time some of packages fails with message such this one:
SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR. The requested OLE DB provider OraOLEDB.Oracle.1 is not registered -- perhaps no 64-bit provider is available. Error code: 0x00000000.
or this other one
Component "component "Fuzzy Lookup 1" (2354)" could not be created and returned error code 0x800703FA. Make sure that the component is registered correctly.
or this other
Error loading value "<DTS:ForEachEnumerator xmlns:DTS="www.microsoft.com/SqlServer/Dts">
<DTS:Property DTS:Name="ObjectName">{9821BE49-D5D6-4A1C-9DE7-1D4BCDA2A0D6}</DTS:Property>
<DTS:Property DTS:Name="DTSID">{9821BE49-D5D6-4A1C-9DE7-1D4BCDA2A0D6}</DTS:Property>
<DTS:Prope" from node "DTS:ForEachEnumerator".
As you can see errors are mainly related with problems of validation of package before its execution. Some times the Oracle OLE DB, others the Fuzzy Lookup 1,....
As I told you packages usually does not fail. I am sure that all components are installed are registered (Oracle DB 64 bits for instance) and same packages are alwasys running fine in another environment so I suspect that error could be cause by some performance
issue in the server, but I am not able to figure what.
Analysis of event viewer is not providing us any clue about.
So any one has faced this kind of situations were errors appears intermintently?
Last Update: I have found serveral warning messages such the one below in the windows registry before package failure
2 user registry handles leaked from \Registry\User\S-1-5-21-3200644388-1328647794-3514459758-4977_Classes: Process 2780 (\Device\HarddiskVolume2\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe) has
opened key \REGISTRY\USER\S-1-5-21-3200644388-1328647794-3514459758-4977_CLASSES Process 2780 (\Device\HarddiskVolume2\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe) has opened key \REGISTRY\USER\S-1-5-21-3200644388-1328647794-3514459758-4977_CLASSES
Could be that the cause? If yes, someone know how to fix it?
Thanks
Alfons