Integration Services :: Unable To Load Package As XML Because Of Package Does Not Have Valid XML Format

May 11, 2015

i have created one package in production server called User_Import,It will fetch the info from excel file to the Sql  table, I have executed this package in ssis console successfully,But i have to schedule one job using this package on daily basis for that i have created on sql job using this package, Then it is failing i dont know the exact problem,I have full access to my database and full access to the sql agent to exuete any jobs,I have sharing the error message which am getting in the sql agent level, Please find the error msg:

05/11/2015 15:10:20,User_Imports,Error,1,SFRFIDCSCDB003PSQCM03,User_Imports,AD_User Load,,Executed as user: SFRSA-SFR-SQCM-02. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  15:10:20  Error: 2015-05-11 15:10:20.41     Code: 0xC0011007     Source: {8E9D75BC-AA22-4366-9AC5-1507DA7AB21B}  

Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. End Error  Error: 2015-05-11 15:10:20.41     Code: 0xC0011002     Source: {8E9D75BC-AA22-4366-9AC5-1507DA7AB21B}

Description: Failed to open package file "C:UserssccmadminDocumentsVisual Studio 2008ProjectsUser_ImportsUser_ImportsUser_Imports.dtsx" due to error 0x80070005 "Access is denied.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.  End Error  Could not load package "C:UserssccmadminDocumentsVisual Studio 2008ProjectsUser_ ImportsUser_ ImportsUser_ Imports.dtsx" because of error 0xC0011002.  

Description: Failed to open package file "C:Userssccmadmin DocumentsVisual Studio 2008 Projects

User_ImportsUser_ImportsUser_Imports.dtsx" due to error 0x80070005 "Access is denied.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.  Source: {8E9D75BC-AA22-4366-9AC5-1507DA7AB21B}  Started:  15:10:20  Finished: 15:10:20  Elapsed:  0.015 seconds. The package could not be found.  The step failed.,00:00:00,0,0,,,,0

View 4 Replies


ADVERTISEMENT

Integration Services :: The Package Failed To Load Due To Error 0xC0011008

Apr 15, 2015

I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects to a SQL Server DB.

Here is the full error taken from consol in BI Studio:

SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
"Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

[code]....

The error is thrown at this line:

DynamicPackage = app.LoadPackage(DynamicPackagePath, null);

View 7 Replies View Related

Integration Services :: 2012 - Convert BIDS Project And DTUTIL Cannot Load The Package

Aug 16, 2013

SQL 2012 - Convert BIDS project and DTUTIL cannot load the package I just converted a really simple 2008 BIDS project to 2012 and 2012 dtutil will not load it. Tried 32 bit and 64 bit dtutil.  

Get the following error message.

'count not load package "c: empSSISPackage.dtsx" because of error 0x80131534. Description: the package failed to load due to error 0x80131534 "<null>". This occurs when CPackage::LoadfromXML fails.

I can Import the package in SQL Manager, and I can deploy it using the manifest and the deployment wizard. But DTUTIL chokes on it. It is the dtsx right from 2012 Bids build.

dtutil /DestS ficertx2x /FILE C:empRelease2012CreateSSISPackage.dtsx  /COPY SQL;/MYTestPackage /QUIET

View 9 Replies View Related

Integration Services :: Running SSIS Package To Load Data - Communication Link Failure

Aug 20, 2015

I am looking for solution for "Communication link failure"  since many months in google but no luck, am running an SSIS package to load data. job failing many times with error 'Communication link failure', searched every where but found nothing.

Below is the complete error description when job failed.

OS - Windows server 2008 R2 Enterprise Edition
RAM - 198GB
 SQL server 2008 R2 Enterprise Edition and error description is below,

Started:  6:22:40 AM  Error: 2015-08-19 18:50:32.70     Code: 0xC0202009     
Source: Data Flow Task Lookup [193]     
Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. 
Error code: 0x80004005.  An OLE DB record is available.  

[Code] ....

View 5 Replies View Related

Integration Services :: Unable To Run DTSX Package Locally When There Is A Sort Task

Apr 21, 2015

I have created a very simple package. It has a OLE DB Source, a Sort and a OLE DB Destination.

When I run it in the Integration Designer in Visual Studio, it works fine.

But when I like to execute the package in another C# Project, I get this error:

"To run a SSIS package outside of SQL Server Data Tools you must install Sort of Integration Services or higher."

When I remove the Sort Task, it works.

Here is my C# code:

MyEventListener eventListener = new MyEventListener();
Microsoft.SqlServer.Dts.Runtime.Package _Package;
Microsoft.SqlServer.Dts.Runtime.Application _Application;
Microsoft.SqlServer.Dts.Runtime.DTSExecResult _DTSExecResult;
_Application = new Microsoft.SqlServer.Dts.Runtime.Application();
_Package = _Application.LoadPackage(@"...Package.dtsx", eventListener, true);
_DTSExecResult = _Package.Execute(null, null, eventListener, null, null);
System.Windows.Forms.MessageBox.Show(_DTSExecResult.ToString());

View 7 Replies View Related

Integration Services :: Unable To Get Return Code Executing SSIS Package From Stored Procedure?

Jun 11, 2015

We are executing a SSIS package using a xp_cmdshell command in a SP as shown below. This package does consumes time to execute almost 90 minutes and does get executed successfully too. But the strange thing is we don't get the result in @result variable just because somehow the next sql statement after the below highlighted statement doesn't get executed at all.  After checking execution stats for the SP using the query attached below we observed that somehow the SP vanishes out of the execution stats for the server.

 SELECT @cmd = 'dtexec /FILE "D:Program FilesMicrosoft SQL Server100DTSPackages.....PopulateReport.dtsx"'          
  SELECT @cmd = @cmd + ' /Decrypt T@!0er '          
  SELECT @cmd = @cmd + ' /set package.variables[vAppID].Value;' + CONVERT(VARCHAR(10),@appId)          
  SELECT @cmd = @cmd + ' /set package.variables[vDBName].Value;' + '"' + @db + '"'          
  SELECT @cmd = @cmd + ' /set package.variables[vBuildMFF].Value;' + CONVERT(VARCHAR(10),@BuildMFF)          
 
[code]....

View 6 Replies View Related

Execution Of Child Package From Parent Package In Sql Server 2005 Integration Services

May 21, 2007

Hi,

I created a package which passes some infornmations( through parameters) to its child package.

I need to do some processing in parent package based on execution status of child package.i.e.

if child fails then some operation and if child succeeds then other operation.

To determine the status of execution of child package I am using two differnt constraint ..one constraint is having value "Success" and other having value "Failure".

My problem is that when child packge is executed successfully the constraint with value = "Success" works properly but when child fails the constraint with value "Failure" does not work.

-Prashant

View 4 Replies View Related

Unable To Load Package

Jul 6, 2006

I have created an SSIS package in BI dev studio which i can debug and run fine. I have saved the dtsx file to a production server which calls it using dtexec as part of a batch script (we are migrating from foxpro). I am getting the following error that i dont understand.

I dont know if this is relevant but i cant execute packages by double clicking them as DTexecui is not installed (not sure why as i have installed the client tools and integration server). Hardware is Dell poweredge 2850 dual xeon 2gb ram with win 2k sp4 and sql 2005 sp1.

Microsoft (R) SQL Server Execute Package Utility
Version 9.00.1399.06 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.

Started: 12:29:19
Error: 2006-07-06 12:29:20.75
Code: 0xC0011007
Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
Description: Unable to load the package as XML because of package does not ha
ve a valid XML format. A specific XML parser error will be posted.
End Error
Error: 2006-07-06 12:29:20.79
Code: 0xC0011002
Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
Description: Failed to open package file "\SERVER_AScriptsCLIENTPackage.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
End Error
Could not load package "\\SERVER_AScriptsCLIENTPackage.dtsx" because of error 0xC0011002.
Description: Failed to open package file \SERVER_AScriptsCLIENTPackage.dtsx" due to error 0x800C0006 "The system cannot locate the object specified.". This hap
pens when loading a package and the file cannot be opened or loaded correctly in
to the XML document. This can be the result of either providing an incorrect fil
e name was specified when calling LoadPackage or the XML file was specified and
has an incorrect format.
Source: {B06EB426-BBE8-4E09-87FC-32ED753A142F}
Started: 12:29:19
Finished: 12:29:20
Elapsed: 1.719 seconds




View 12 Replies View Related

Integration Services :: How To Load Data Without Changing Excel File (CSV Format)

Jul 14, 2015

Facing problem while loading date in MS SQL Server 2005 from excel file (csv format).

How to load the excel file data without changing the excel file (csv format) .

see the [Start Date] and [ Exp End Date] having values like this : " 2015/07/31"

View 5 Replies View Related

Integration Services :: Load Table Where Source XML File Format Is Not Fixed

Jun 17, 2015

I am looking for a way to load the SQL server table where the source xml file format is not fixed.

It has to dynamically check for the attributes and load into a SQL Server table with changing source xml file format.

The levels of the attribute can change in side the xml tags, the C# code has to parse the file get the attribute name and load the associated value.

View 5 Replies View Related

Load A SSIS Package Via Web Service: The Package Failed To Load Due To Error 0xC0011008 Error Loading From XML.WHAT IS THAT?

May 19, 2006

Hello,

I have a big problem and i'm not able to find any hint on the Network.

I have a window2000 pc, VS2005,II5 and SQLServer 2005(dev edition)

I created an SSIS Package (query to DB and the result is loaded into an Excel file) that works fine.

I imported the dtsx file inside my "Stored Packages".

I would like to load and run the package programmatically on a Remote Scenario using the web services.

I created a solution with web service and web page that invoke the web service.

When my code execute:
Microsoft.SqlServer.Dts.Runtime.Application.LoadFromDtsServer(packagePath, ".", Nothing)

I got the Error:
Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

The error message doesn't help so much and there is nothing on the www to give me and advice....

Is it a SSIS problem???

Thank you for any help!!

Marina B.



View 10 Replies View Related

Execute Package Task: Error 0x80070005 While Preparing To Load The Package. Access Is Denied.

Jun 8, 2007

I am having problems executing a child package from a parent package using the Execute Package Task. I am attempting to run the master package through a SQL Server Agent job.

The SQL Server Agent job is owned by sa. The step that runs the parent package is configured to load the package from the SSIS Package Store on the same server that the job is running.

I have the Execute Package Task configured as follows:

Location: SQL Server
ExecuteOutOfProcess: True
Connecting as a SQL Server login (let's say TestEtl)

I have added the db_dtsoperator database role to both the TestEtl login and the login that SQL Server Agent connects through. I have also configured the child package's reader role to include db_dtsoperator. Per http://msdn2.microsoft.com/en-US/library/ms141053.aspx, this should allow these logins to run the child package.

I have enabled logging of all events in both the parent and child packages. I see the following in the logs when the Execute Package Task executes (omitted portions unrelated to the execution of the child package task):

450939 OnPreExecute ChildPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 450940 OnPreValidate ChildPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 450941 OnPostValidate ChildPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 450942 User: Diagnostic ETL 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 ExternalRequest_pre: The object is ready to make the following external request: 'IDataInitialize::GetDataSource'.450943 User: Diagnostic ETL 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 ExternalRequest_post: 'IDataInitialize::GetDataSource succeeded'. The external request has completed.450944 User: Diagnostic ETL 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 ExternalRequest_pre: The object is ready to make the following external request: 'IDBInitialize::Initialize'.450945 User: Diagnostic ETL 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 ExternalRequest_post: 'IDBInitialize::Initialize succeeded'. The external request has completed.450946 User: Diagnostic ETL 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 ExternalRequest_pre: The object is ready to make the following external request: 'IDBCreateSession::CreateSession'.450947 User: Diagnostic ETL 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 ExternalRequest_post: 'IDBCreateSession::CreateSession succeeded'. The external request has completed.450948 OnError ChildPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 Error 0x80070005 while preparing to load the package. Access is denied. . 450949 OnError ParentPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 Error 0x80070005 while preparing to load the package. Access is denied. . 450950 OnTaskFailed ChildPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 450951 OnPostExecute ChildPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 450952 OnWarning ParentPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors. 450953 OnPostExecute ParentPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 450954 PackageEnd ParentPackage 2007-06-08 13:35:17.000 2007-06-08 13:35:17.000 End of package execution.

I am sure that what I am doing is quite common, and I obviously have something misconfigured somewhere - but I'm not sure what my misconfiguration is. Can anyone enlighten me?

View 6 Replies View Related

Integration Services :: How To Load Multiple Date Format Column Date Into Table Using SSIS

Jun 15, 2015

i have a excel file in which i have a date column it having the below date formats below 

Install Date

20140721

31.07.2014

07.04.2015

20150108

20140811

20150216

7/21/2014

11.08.2014

07.08.2014

So using SSIS how we would load this date column into the table into one format like dd/mm/yyyy or any single date format

View 6 Replies View Related

Integration Services :: How To Edit A Package

Apr 28, 2015

I found a problem in the SQL that's a part of a SSIS package written by a third party, which is in our SQL Server 2008 R2 database. I've discussed this with the third party person; she's given me the necessary changes to the SQL. But I don't know what to do next.We've got this package on a test database server. I've got SSIS open to Stored Packages and have drilled down to the necessary folders to find it. But beyond that I don't know what to do. I understand that BIDS is involved, but that's as far as my understand of it goes.

View 3 Replies View Related

Integration Services :: How To Know That DTS Package Is Active

Sep 10, 2015

We have a SQL 7 and there are 11 DTS Packages present and the creation date is 2007. How can I know that these DTS Packages are active? And if they are active, what is the best way to move it to SQL 2012.

View 3 Replies View Related

Integration Services :: Deploying A Package In Different Environments

Apr 23, 2015

I modified an existing package created by someone (who left the organization). Its a ftp bulk insert from flat files to the tables. The need was to updates 2 tables out of 9 with additional columns. I made the changes to the package and it runs successfully on my laptop.

After that I build the package and tested it on the development server, although the package runs successfully but the data is written to my DB tables in my laptop instead of development server DB tables!.I see "." in the place of the connection manager server name. The DB name is the same in all the three environment (local, development & production). There is a configuration table used in the package.

View 5 Replies View Related

Integration Services :: How To Design SSIS Package

Nov 21, 2015

Win 7 SP1 x64 PC. I installed SQL Server 2014 Dev Edition + Visual Studio 2015.

I'd like to create some basic ETL SSIS packages, and I worked very comfortably in 2008R2.

For 2014, I started with this tutorial:[URL]However, it says to go to Start->All Programs->Microsoft SQL Server->SQL Server Data Tools. 

I did explicitly install SSDT when I installed VS2015.  I also installed it separately.  I see SSDT listed in Programs, and SSIS is running according to SQL Server Config Manager, and Services.  Half of Microsoft's docs seem to be 2012 era, which is a shame because 2014 is out and it's nearly 2016...

how do I get to the GUI where I can design ETL packages? 

View 7 Replies View Related

Integration Services :: SSIS Package Actually Failed

Oct 2, 2015

The attached image below shows the steps and its set up to fail if not successful.However there was a metadata validation issue in step one (underlying database field had changed), yet the job kept emailing stating it was successful.It appears to have just carried on with the other steps despite step one failing.

View 9 Replies View Related

SP1 Integration Services Update Package Fails

Jul 20, 2006

Hello,

the SP1 update of the Integrations Services failed, the rest was fine. Here is the log:

07/20/2006 19:46:56.914 ================================================================================
07/20/2006 19:46:56.914 Hotfix package launched
07/20/2006 19:46:58.648 Product discovery successfully completed during the install process for DTS
07/20/2006 19:46:58.648 SP Level check successfully completed during the install process for DTS
07/20/2006 19:46:58.648 Product language check successfully completed during the install process for DTS
07/20/2006 19:46:58.664 Product version check successfully completed during the install process for DTS
07/20/2006 19:46:58.664 Command-line instance name check completed during the install process
07/20/2006 19:46:58.664 Baseline build check completed during the install process
07/20/2006 19:47:18.118 Attempting to install instance: DTS
07/20/2006 19:47:18.118 Attempting to install target: SGFDDEWER102
07/20/2006 19:47:18.134 Attempting to stop service: MsDtsServer
07/20/2006 19:47:20.150 Successfully stopped service: MsDtsServer
07/20/2006 19:47:20.150 Attempting to check for locked files: sqlrun_dts.msp
07/20/2006 19:47:20.165 Attempting to check for locked files: \SGFDDEWER102c$97de952b8999258c0040eafe4a8d1354HotFixDTSFilessqlrun_dts.msp
07/20/2006 19:47:20.165 Creating MSP locked file check log at: C:WINDOWSHotfixDTS9LogsDTS9_Hotfix_KB913090_sqlrun_dts.msp.out
07/20/2006 19:47:30.244 MSP returned 1602: The user cancels installation.
07/20/2006 19:47:30.244 Successfully checked file: \SGFDDEWER102c$97de952b8999258c0040eafe4a8d1354HotFixDTSFilessqlrun_dts.msp
07/20/2006 19:47:30.244 Successfully opened registry key: SystemCurrentControlSetControlSession Manager
07/20/2006 19:47:30.244 Successfully read registry key: PendingFileRenameOperations
07/20/2006 19:47:30.244 Multi-string values:
07/20/2006 19:47:30.244 ??C:DOCUME~1urgerLOCALS~1Tempose00000.exe
07/20/2006 19:47:45.807 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90Shared9.0.2047.0
C:Program FilesMicrosoft SQL Server90Shareddbghelp.dll
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SharedSqlDumper.exe
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SharedSqlDumper.exe
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SharedSqlDumper.exe
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsqm.exe
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinndtsinstall.exe
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsResources1033msmdsrv.rll
07/20/2006 19:47:45.807 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsResources1033msmdsrv.rll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsResources1033msmdsrv.rll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsmsmdlocal.dll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsmsmdlocal.dll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsmsmdlocal.dll
07/20/2006 19:47:45.823 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponents9.0.2047.0
C:Program FilesMicrosoft SQL Server90Sharedmsmdlo~1.dll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServerCe.Dts.Provider9.0.242.0__89845dcd8080cc91Microsoft.SqlServerCe.Dts.Provider.dll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.DataStorage9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.DataStorage.dll
07/20/2006 19:47:45.823 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.CustomControls9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.CustomControls.dll
07/20/2006 19:47:45.839 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.WizardFramework9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.WizardFramework.dll
07/20/2006 19:47:45.839 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.AnalysisServices.Xmla9.0.242.0__89845dcd8080cc91Microsoft.AnalysisServices.XMLA.dll
07/20/2006 19:47:45.839 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.OlapEnum9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.OlapEnum.dll
07/20/2006 19:47:45.839 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.ActiveXScriptTask.xml
07/20/2006 19:47:45.839 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.ActiveXScriptTaskUtil9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ActiveXScriptTaskUtil.dll
07/20/2006 19:47:45.839 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.ActiveXScriptTaskUtil9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ActiveXScriptTaskUtil.dll
07/20/2006 19:47:45.839 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.ActiveXScriptTaskUtil9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ActiveXScriptTaskUtil.dll
07/20/2006 19:47:45.854 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ActiveXScriptTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ActiveXScriptTask.dll
07/20/2006 19:47:45.854 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.ActiveXScriptTaskUtil.dll
07/20/2006 19:47:45.854 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.ActiveXScriptTaskUtil.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.ActiveXScriptTaskUtil.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.ActiveXScriptTask.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.DataTransformationServices.Controls9.0.242.0__89845dcd8080cc91Microsoft.DataTransformationServices.Controls.DLL
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSWizard.exe
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SDKAssembliesMicrosoft.SqlServer.TxScript.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsMicrosoft.SqlServer.TxScript.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TxScript9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TxScript.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSampling.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSampling.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSampling.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxRowCount.dll
07/20/2006 19:47:45.870 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxRowCount.dll
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxRowCount.dll
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.Dts.DtsClient9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.Dts.DtsClient.dll
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.DataReaderDest9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.DataReaderDest.dll
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.Dts.DtsClient.dll
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsMicrosoft.SqlServer.DataReaderDest.dll
07/20/2006 19:47:45.886 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.TransferSqlServerObjectsTask.xml
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferSqlServerObjectsTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferSqlServerObjectsTask.dll
07/20/2006 19:47:45.886 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferSqlServerObjectsTask.dll
07/20/2006 19:47:45.901 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.TransferStoredProceduresTask.xml
07/20/2006 19:47:45.901 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.TransferLoginsTask.xml
07/20/2006 19:47:45.901 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.TransferJobsTask.xml
07/20/2006 19:47:45.917 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.TransferErrorMessagesTask.xml
07/20/2006 19:47:45.917 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.TransferDatabasesTask.xml
07/20/2006 19:47:45.917 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferStoredProceduresTask.dll
07/20/2006 19:47:45.917 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferLoginsTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferJobsTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferErrorMessagesTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferDatabasesTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TransferObjectsTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferStoredProceduresTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferStoredProceduresTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferLoginsTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferLoginsTask.dll
07/20/2006 19:47:45.932 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferJobsTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferJobsTask.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferErrorMessagesTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferErrorMessagesTask.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferDatabasesTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferDatabasesTask.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TransferObjectsTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TransferObjectsTask.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.DtsTransferProvider9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.DtsTransferProvider.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.TableTransferGeneratorTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.TableTransferGeneratorTask.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.DtsTransferProvider.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.TableTransferGeneratorTask.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxTermExtraction.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxTermExtraction.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxTermExtraction.dll
07/20/2006 19:47:45.948 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxTermLookup.dll
07/20/2006 19:47:45.964 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxTermLookup.dll
07/20/2006 19:47:45.964 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxTermLookup.dll
07/20/2006 19:47:45.964 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources10332005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dts.rll
07/20/2006 19:47:45.964 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dtsconn.rll
07/20/2006 19:47:45.964 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dtsconn.rll
07/20/2006 19:47:45.964 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dtsconn.rll
07/20/2006 19:47:45.964 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsenMicrosoft.SqlServer.ForEachAdoEnumerator.xml
07/20/2006 19:47:45.979 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsenMicrosoft.SqlServer.ForEachSMOEnumerator.xml
07/20/2006 19:47:45.979 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSConnectionsenMicrosoft.SqlServer.ManagedConnections.xml
07/20/2006 19:47:45.979 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSPipelinePerf.dll
07/20/2006 19:47:45.979 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSPipelinePerf.dll
07/20/2006 19:47:45.979 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSPipelinePerf.dll
07/20/2006 19:47:45.979 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dtspipeline.rll
07/20/2006 19:47:45.995 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dtspipeline.rll
07/20/2006 19:47:45.995 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnResources1033dtspipeline.rll
07/20/2006 19:47:45.995 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.FtpTask.xml
07/20/2006 19:47:45.995 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.FtpTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.FtpTask.dll
07/20/2006 19:47:45.995 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.FtpTask.dll
07/20/2006 19:47:46.011 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.ExecProcTask.xml
07/20/2006 19:47:46.011 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.SendMailTask.xml
07/20/2006 19:47:46.011 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.MSMQTask.xml
07/20/2006 19:47:46.011 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.MSMQUtil9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.MSMQUtil.dll
07/20/2006 19:47:46.011 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.MSMQUtil9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.MSMQUtil.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.MSMQUtil9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.MSMQUtil.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.MSMQTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.MSMQTask.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.MSMQUtil.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.MSMQUtil.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.MSMQUtil.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.MSMQTask.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxMulticast.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxMulticast.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxMulticast.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsCommandDest.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsCommandDest.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsCommandDest.dll
07/20/2006 19:47:46.026 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxFileInserter.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxFileInserter.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxFileInserter.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxFileExtractor.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxFileExtractor.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxFileExtractor.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxLineage.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxLineage.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxLineage.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxUnPivot.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxUnPivot.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxUnPivot.dll
07/20/2006 19:47:46.042 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponents2005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxPivot.dll
07/20/2006 19:47:46.042 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxMergeJoin.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxMergeJoin.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxMergeJoin.dll
07/20/2006 19:47:46.057 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponents2005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxUnAll.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSort.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSort.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSort.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSplit.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSplit.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxSplit.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxLookup.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxLookup.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxLookup.dll
07/20/2006 19:47:46.057 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxGroupDups.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxGroupDups.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxGroupDups.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxDerived.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxDerived.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxDerived.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxDataConvert.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxDataConvert.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxDataConvert.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxCopyMap.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxCopyMap.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxCopyMap.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxCharMap.dll
07/20/2006 19:47:46.073 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxCharMap.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxCharMap.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxBestMatch.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxBestMatch.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxBestMatch.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxAgg.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxAgg.dll
07/20/2006 19:47:46.089 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsTxAgg.dll
07/20/2006 19:47:46.089 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.XmlTask.xml
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90dtsBinnatchparser90.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90dtsBinnatchparser90.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90dtsBinnatchparser90.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.SQLTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.SQLTask.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnSQLTaskConnections.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnSQLTaskConnections.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnSQLTaskConnections.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.SQLTask.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsSqlDest.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsSqlDest.dll
07/20/2006 19:47:46.104 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsSqlDest.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SDKAssembliesMicrosoft.SqlServer.ScriptTask.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ScriptTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ScriptTask.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.ScriptTask.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRecordSetDest.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRecordSetDest.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRecordSetDest.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRawSource.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRawSource.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRawSource.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRawDest.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRawDest.dll
07/20/2006 19:47:46.120 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsRawDest.dll
07/20/2006 19:47:46.136 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.ASTasks.xml
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ASTasks9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ASTasks.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.ASTasks.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsOleDbSrc.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsOleDbSrc.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsOleDbSrc.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsOleDbDest.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsOleDbDest.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsOleDbDest.dll
07/20/2006 19:47:46.136 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsFlatFileDest.dll
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsFlatFileDest.dll
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsFlatFileDest.dll
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsFlatFileSrc.dll
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsFlatFileSrc.dll
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsFlatFileSrc.dll
07/20/2006 19:47:46.151 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.FileSystemTask.xml
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.FileSystemTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.FileSystemTask.dll
07/20/2006 19:47:46.151 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.FileSystemTask.dll
07/20/2006 19:47:46.167 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnExecPackageTask.dll
07/20/2006 19:47:46.167 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnExecPackageTask.dll
07/20/2006 19:47:46.167 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnExecPackageTask.dll
07/20/2006 19:47:46.167 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.DmQueryTask.xml
07/20/2006 19:47:46.167 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.DMQueryTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.DmQueryTask.dll
07/20/2006 19:47:46.167 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.DmQueryTask.dll
07/20/2006 19:47:46.182 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.BulkInsertTask.xml
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.BulkInsertTaskConnections9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.BulkInsertTaskConnections.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.BulkInsertTaskConnections9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.BulkInsertTaskConnections.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.BulkInsertTaskConnections9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.BulkInsertTaskConnections.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.BulkInsertTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.BulkInsertTask.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.BulkInsertTaskConnections.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.BulkInsertTaskConnections.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMicrosoft.SqlServer.BulkInsertTaskConnections.dll
07/20/2006 19:47:46.182 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.BulkInsertTask.dll
07/20/2006 19:47:46.198 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.WMIEWTask.xml
07/20/2006 19:47:46.198 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.WMIDRTask.xml
07/20/2006 19:47:46.214 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksenMicrosoft.SqlServer.WebServiceTask.xml
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.WebServiceTask9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.WebServiceTask.dll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.MaintenancePlanTasks9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.MaintenancePlanTasks.dll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.WebServiceTask.dll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSTasksMicrosoft.SqlServer.MaintenancePlanTasks.dll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsResources1033dtspipeline.rll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsResources1033dtspipeline.rll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsResources1033dtspipeline.rll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsexceldest.dll
07/20/2006 19:47:46.214 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsexceldest.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsexceldest.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsexcelsrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsexcelsrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsexcelsrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsMicrosoft.SqlServer.XMLSrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSPipelineComponentsMicrosoft.SqlServer.ADONETSrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.XmlSrc9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.XMLSrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ADONETSrc9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ADONETSrc.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.PipelineHost9.0.242.0__89845dcd8080cc91Microsoft.SQLServer.PipelineHost.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSPipeline.dll
07/20/2006 19:47:46.229 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSPipeline.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSPipeline.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ForEachNodeListEnumerator9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ForEachNodeListEnumerator.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ForEachSMOEnumerator9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ForEachSMOEnumerator.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32DTEParseMgd9.0.242.0__89845dcd8080cc91DTEParseMgd.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32DTEParseMgd9.0.242.0__89845dcd8080cc91DTEParseMgd.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32DTEParseMgd9.0.242.0__89845dcd8080cc91DTEParseMgd.dll
07/20/2006 19:47:46.245 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinn2005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSBinnDTSComEx.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinndtsmsg.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinndtsmsg.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinndtsmsg.dll
07/20/2006 19:47:46.245 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSLog.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSLog.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTSLog.dll
07/20/2006 19:47:46.261 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinn2005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSBinnDtsUt.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTS.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTS.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnDTS.dll
07/20/2006 19:47:46.261 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinn2005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSBinnDTEParsM.dll
07/20/2006 19:47:46.261 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinn2005.90.2047.0
C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsNodeList.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsForEachFileEnumerator.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsForEachFileEnumerator.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsForEachFileEnumerator.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSForEachEnumeratorsMicrosoft.SqlServer.ForEachSMOEnumerator.dll
07/20/2006 19:47:46.261 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90DTSBinnMsDtsSrvr.exe
07/20/2006 19:47:46.276 Failed to read version information for the following file: C:Program FilesMicrosoft.NETADOMD.NET90enMicrosoft.AnalysisServices.AdomdClient.xml
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft.NETADOMD.NET90Microsoft.AnalysisServices.AdomdClient.dll
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.AnalysisServices.AdomdClient9.0.242.0__89845dcd8080cc91Microsoft.AnalysisServices.AdomdClient.dll
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedmsasxpress.dll
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedmsasxpress.dll
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedmsasxpress.dll
07/20/2006 19:47:46.276 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90ToolsBinnResources1033
C:Program FilesMicrosoft SQL Server90ToolsBinnResources1033sqlcm.xml
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90ToolsBinnResources1033SqlManager.rll
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90ToolsBinnResources1033SqlManager.rll
07/20/2006 19:47:46.276 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90ToolsBinnResources1033SqlManager.rll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90ToolsinnSqlManager.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90ToolsinnSqlManager.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90ToolsinnSqlManager.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsvcsync.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsvcsync.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsvcsync.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsecacctchg.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsecacctchg.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlsecacctchg.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlftacct.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlftacct.dll
07/20/2006 19:47:46.292 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsqlftacct.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedisacctchange.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedisacctchange.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedisacctchange.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsvrenumapi.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsvrenumapi.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90Sharedsvrenumapi.dll
07/20/2006 19:47:46.307 Failed to read version information for the following file: C:Program FilesMicrosoft SQL Server90Shared2005.90.2047.0
C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.Rmo9.0.242.0__89845dcd8080cc91Rmo.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.AnalysisServices9.0.242.0__89845dcd8080cc91Microsoft.AnalysisServices.DLL
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.DataWarehouse.Interfaces9.0.242.0__89845dcd8080cc91Microsoft.DataWarehouse.Interfaces.DLL
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.RegSvrEnum9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.RegSvrEnum.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.BatchParser9.0.242.0__89845dcd8080cc91microsoft.sqlserver.batchparser.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.BatchParser9.0.242.0__89845dcd8080cc91microsoft.sqlserver.batchparser.dll
07/20/2006 19:47:46.307 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_32Microsoft.SqlServer.BatchParser9.0.242.0__89845dcd8080cc91microsoft.sqlserver.batchparser.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.ServiceBrokerEnum9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.ServiceBrokerEnum.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.WmiEnum9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.WmiEnum.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.SqlEnum9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.SqlEnum.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.SmoEnum9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.SmoEnum.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.Smo9.0.242.0__89845dcd8080cc91Microsoft.SqlServer.Smo.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:WINDOWSassemblyGAC_MSILMicrosoft.SqlServer.msxml6_interop6.0.0.0__89845dcd8080cc91Microsoft.SqlServer.msxml6_interop.dll
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SharedSqlSAC.exe
07/20/2006 19:47:46.323 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL Server90SharedMicrosoft.SqlSac.Public.dll
07/20/2006 19:47:46.511 Attempting to install file: sqlrun_dts.msp
07/20/2006 19:47:46.542 Attempting to install file: \SGFDDEWER102c$97de952b8999258c0040eafe4a8d1354HotFixDTSFilessqlrun_dts.msp
07/20/2006 19:47:46.542 Creating MSP install log file at: C:WINDOWSHotfixDTS9LogsDTS9_Hotfix_KB913090_sqlrun_dts.msp.log
07/20/2006 19:47:46.542 Successfully opened registry key: SoftwarePoliciesMicrosoftWindowsInstaller
07/20/2006 19:47:46.542 Failed to read registry key: Debug
07/20/2006 19:48:48.358 MSP returned 0: The action completed successfully.
07/20/2006 19:48:48.373 Successfully opened registry key: SoftwarePoliciesMicrosoftWindowsInstaller
07/20/2006 19:48:48.373 Failed to read registry key: Debug
07/20/2006 19:48:48.373 Successfully installed file: \SGFDDEWER102c$97de952b8999258c0040eafe4a8d1354HotFixDTSFilessqlrun_dts.msp
07/20/2006 19:48:48.373 Restarting DTS Service MsDtsServer since it was previously running
07/20/2006 19:48:48.373 Attempting to start service: MsDtsServer
07/20/2006 19:49:18.594 Unable to start service: MsDtsServer
07/20/2006 19:49:18.594 The following exception occurred: Unable to start service Date: 07/20/2006 19:49:18.594 File: depotsqlvaultsetupmainsetupsqlsesqlsedllservice.cpp Line: 222
----------------------


First I thought of an ACL problem, so I gave it a try and gave full control to everyone for the MSSQL folder, but that didn't work out.

Thank you for your help! Regards,

Michael burger

View 8 Replies View Related

Integration Services :: Run DTS Package On Nth Working Day Of Every Month

Aug 7, 2015

I have a  dts package where user suggested me to run it on nth working day of every month.

View 7 Replies View Related

Integration Services :: How To Create Package In SSIS

May 1, 2015

Create SSIS package for the below output:

Table

Eno  ename  Eloc      Edept
1       Sid       Pune     101,201,301,401,501,601

Output:

Eno ename Eloc Edept
1 Sid Pune 101
1 Sid Pune 201
1 Sid Pune 301
1 Sid Pune 401
1 Sid Pune 501
1 Sid Pune 601

View 2 Replies View Related

Integration Services :: How To Create A SSIS Package

May 1, 2015

Create a SSIS package for following scenario.I have one excel file which will contain 10 records for Monday, 12 records for Tuesday, 7 on Wed, no records on Thursday so if records are there I get mail if no records are there I didn't get mail daily.

View 2 Replies View Related

How To Get Application Path In Integration Services Package?

Apr 13, 2007

We have a main package which is calling multiple other packages. The the child packages uses parent package variables and which we are configuring using configuration file while installation of the package. Here we need to set each path while installation because there are many variables using the same path with the different file names(Different files stored in same Folder).
We want to get the main path and then if we use relative path in other variables then we need not to assign all the variable paths while installation.

How to we can get the Application path in Integration Services Package(Script Task)?

Thanks in Advance!

View 9 Replies View Related

Integration Services :: BAT File To Run SSIS Package

Oct 7, 2015

Looking for code for .Bat file to  run ssis package and i want to run it from Tidal.

View 8 Replies View Related

Integration Services :: Package Does Not Insert All Rows

Aug 12, 2015

I'm working with integration services 2008 and I have a package where I selected a certain set of rows from an Oracle database and then I insert this data set into a SQL database. When the package is inserting in SQL database, it shows that all the rows were inserted, "green", but when I check the amount of data (I count), it's not the same as it was in Oracle.

For example: there are 15390 rows in Oracle and the packages inserts sometimes 9801, 8310, 9952, 9934, 9975, 5437, 9909 rows in SQL server.The package does not abort! It simply does not insert all the rows!

View 2 Replies View Related

Integration Services :: Package XML Configuration File Once Checked Into TFS

Jul 29, 2015

I've used XML package configuration in my packages in order to populate key variables. The configuration String is pointing to a local folder in my machine. After that, I've checked my whole solution into TFS.  I did check the checked in file but could not find the .dtsConfig XML file.  The problem occurs when the other teammate checked out this solution from TFS into his own box. When he tried to open the solution, it gives warning (not error though) saying it could not find the package configuration file.machine does not have the same URL I had in my  box.   In situation like this, how can we fix in the multi-developers SSIS environment?

View 2 Replies View Related

Invokation Of A Stored Procedure From An Integration Services Package

Jun 9, 2006

Is it possible to execute a stored procedure from an Integration Services package? I see that its possible to enter sql commands that can be run but when a command to execute a stored procedure is entered the system cannot find the stored procedure (eventhough 'use mydbname' preceded it.

thx,

Marilyn

View 1 Replies View Related

Integration Services :: How To Open Password Protected DTS Package

Jun 16, 2015

We are migrating the SQL Server database from 2000 to 2012 and part of this exercise we are migrating the DTS Package to SSIS Package. we were unable to convert the password protected DTS Package to SSIS Package.  The DTS Package created in early 2000 and we don't have a password for the DTS Package. 

Is there a way to remove the password or read the content of the DTS Package?

View 2 Replies View Related

Integration Services :: Execute Many Packages From One Master Package?

May 4, 2015

I have 12 packages to execute in order. I made a table in my DB where i mentioned the name of each package and his order in execution.

I want to create a master package that get the name and order from my DB table to execute all packages.

View 3 Replies View Related

Integration Services :: Master SSIS Package Which Will Have Configuration

Sep 1, 2015

We have 6  SSIS packages which populates different sets of table by reading different set of excel file.We need to have a master SSIS package which will have the configuration (say xml) which consists of database connection details and file path details of child packages.what will the best way to achieve the desire results.

Package 1 use File x
package 2  use File y
package 3 use File z
....
package 6 use File a

The parent ssis package will have xml file as configuration which will store the all the six different file details for child packages along with database connection string.Is the above option feasible . or what approach will be the best possible way to achieve the results.Since the Triggering of SSIS package (Master SSIS package) will be from SQL Job

View 6 Replies View Related

Integration Services :: How To Create SSIS Package With Mails

Aug 17, 2015

I am new to SSIS. I have a requirement that from a flat file need to import the data into SQL Server DB(SQl Server2008r2).

1.When the file doesn't found in dir need to send a mail.
2.error reading And writing ,on which record the error occurred and capture the error details and need to send mail.
3. In success also need to send a mail.

View 3 Replies View Related

Integration Services :: File Rename Using SSIS Package

Apr 29, 2015

I have a SSIS package in which i will download the files through FTP from main server to my local server. The file names will be like as follows:

''EYE0001_20150428_0805_INV.TXT''
''EYE0001_20150428_0805_SL.TXT''
''EYE0001_20150428_0805_SV.TXT''

''EYE0002_20150428_0805_INV.TXT''
''EYE0002_20150428_0805_SL.TXT''
''EYE0002_20150428_0805_SV.TXT''

After the download is over from the server to my local server.i will manually rename the files into like this as below,

''EYE0001_20150429_0805_INV.TXT''
''EYE0001_20150429_0805_SL.TXT''
''EYE0001_20150429_0805_SV.TXT''

''EYE0002_20150429_0805_INV.TXT''
''EYE0002_20150429_0805_SL.TXT''
''EYE0002_20150429_0805_SV.TXT''

SO i need to automate this files renaming process through ssis package.

View 7 Replies View Related

Integration Services :: SSIS Package Failed To Deploy

Oct 12, 2015

I have created a package using SSDT2012 studio and it is failed to deploy under sql server 2012 sp1.Data inserting into sharepoint from sql server 2008 r2 database.The error says:The package failed to load due to error 0xC0010014.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved