Integration Services :: Master Package Is Executing Upto Certain Point Only

Jul 31, 2015

I have a sql agent job which runs the Masterpackage, Master package has aroung 35 child packages calling in it. Issue with this Master package is it running upto 30 child packages and I get success message on  job. It is not executing packages beyond 30 what could be the problem. I disabled the all the 30 child packages and ran it again it ran those other 5 child packges without any problem.

View 2 Replies


ADVERTISEMENT

Integration Services :: Tell A Package To Stop Executing On Failure

Sep 8, 2015

I am using SQL Server 2012 SP1. I have built an SSIS package that imports flat file data from various files to SQL Server.  I have got it to do everything I want it to do when things are going well, and am now on what I want it to do when it encounters a failure executing specific tasks and containers.  For example, I have a Foreach Loop container that executes a dedicated stored procedure for each csv file in the target folder. If any of the store procedures fail to run for any reason I want to carry out certain actions.

For the most part I think I will be fine using the Event Handlers.  What I can't seem to find is how to tell the package to stop executing on a Failure event after carrying out the actions defined by the relevant Event Handler. Or, perhaps it isn't necessary as that would be the default behaviour on a failure?

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 :: Decrypt XML Node Failed On Loading Master Package

Dec 24, 2013

We run 2012 enterprise.  When I open my project on a different machine than the one I used to create the project,  I get the following warnings.  I'm concerned about 1) checking in source from different machines, 2) what is going to happen when we run this in production.  All of the project params are sensitive=false and required = true.  The master package stageprototype.dtproj has no pkg params and no configs. 

The project's protection level is encryptsensitivewith user key but as far as i know there is nothing sensitive in this collection of master and sub packages.  I'm concerened that id I change this to dont save sensitive, I'll be looking for a needle in a haystack, specifically the thing or things ssis thinks are sensitive right now.

Warning 1 Warning loading StagePrototype.dtproj: Warning: Failed to decrypt an encrypted XML node. Verify that the project was created by the same user. Project load will attempt to continue without the encrypted information.

 StagePrototype.dtproj 0 0
 
Warning 2 Warning loading StagePrototype.dtproj: Warning: Failed to decrypt sensitive data in project with a user key. You may not be the user who encrypted this project, or you are not using the same machine that was used to save the project. If the sensitive data is a parameter value, the value may be required to run the package on the Integration Services server.  

StagePrototype.dtproj 0 0 

View 2 Replies View Related

Integration Services :: Run Master Package Containing Multiple Packages From SSMS Agent?

Jun 18, 2015

I have a MASTER package containing multiple packages using execute package task in SSIS.When am running  this MASTER Package in Sql server agent in SSMS, am getting error as below.

steps how to run this and let me know what information am missing to run the Master package.

ERROR :Failed to decrypt protected XML node “DTS: Password” with error 0x8009000B “Keynot valid for use in specified state”. You may not be authorized to access this information.

This error occurs when there is cryptographic error. Verify that the correct key is available. 

View 2 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

Integration Services :: Executing Child SSIS Package In Parent SSIS

Oct 9, 2015

I want to achieve the following in (SSIS/SSDT for SQL 2012) - 

I have a generic SSIS package which simply sends out email notifications using SMTP email task (this package is within its own project, and has project level input parameters).

I need to be able to call this package in the Event handler section of every package (numbering in about less than 60) that we have. These packages are within their own respective projects.

I thought I could use the "execute package task", but it turns out , using this, I cannot call a package that is part of some other project. I also cannot call a package that is stored in the CATALOG. Is there any way I can do this ?

When I call the child package , I should be able to send in parameters like - error information and package name of the Parent package.

View 8 Replies View Related

Integration Services :: Check Point In SSIS

May 26, 2015

I have Simple package with DFT  with Source and Destination ,check point is enabled to the package

I Have 100000 rows from source , while  5000 rows  transferring and committed in destination i lost the connection and leading to failure of the package 

what will happen after second time running the package .

View 5 Replies View Related

Integration Services :: Share Point Source RSSBus Adapter

Nov 16, 2015

I want to use the excel sheets located on a share point site as source, for this i downloaded the adapter from the following link URL....I got the connection manager to work, but when coming to load the excel files to the destination location its not doing what is intended. For example i want the destination location my local drive for the excel files, how can i do that which destination should i use?

View 2 Replies View Related

Reporting Services In Share Point Integration Mode - Deployment Error

Oct 18, 2007

Hi

I am trying to deploy the reports on the share point site which is integrated with the reports Server.

I am getting below error while deploying it.

Sharepoint Server, Reports Server and Database Servers are on 3 different boxes.

===================================

A connection could not be made to the report server http://vstsvr:171/sites/wslReports. (Microsoft Report Designer)

===================================


Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized. (System.Web.Services)

------------------------------
Program Location:

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.SqlServer.ReportingServices2006.ReportingService2006.ListSecureMethods()
at Microsoft.ReportDesigner.Project.ReportServiceClient2006.CheckAuthenticated()
at Microsoft.ReportDesigner.Project.ReportClientManager.DetectEndpointAndAuthenticate(String url, ICredentials credentials, String& authCookieName, Cookie& authCookie, EndpointType& endpointType)
at Microsoft.ReportDesigner.Project.ReportClientManager.GetCredentials(String url)
at Microsoft.ReportDesigner.Project.ReportProjectDeployer.PrepareDeploy()




Can any one help on this.

Thanks
Devanand

View 1 Replies View Related

Integration Services :: How To Achieve Check Point Like Functionality In Data Flow Task Itself In SSIS

Jun 4, 2015

I have huge data and i am loading data from EXCEL to database table, after loading 80 percent data i am getting some error. My package got failed and it has lots of transformation and took around 6 hours to process completely because of that i don't want it to reload from start. if i run it again it should start from next record from where i got the error.

View 3 Replies View Related

Integration Services :: Executing SSIS Hangs

Apr 29, 2015

I created a SSIS package which loads CSV into database. The package is called in a C# console application which is set as scheduled task in a server. The problem I having is that the package hangs during validation stage: "Truncation may occur due to inserting data from data flow column "Reading Type" with a length of 50 to database column "ReadingType" with a length of 2."There is no problem loading same data from development machine.

View 5 Replies View Related

Integration Services :: Executing SSIS By Clients

Aug 12, 2015

I've developed SSIS package and able to Launch and Execute dtsx package using Web Service/Console application. If I run it from my local it has no issues. If I ask my client to run this web service it is throwing error "Unable to connect to remote server".

If I ask my client to directly run the package itself they get following error "AcquireConnection method call to the connection manager failed"...

Even after my client having SQL Server, Integrations Service and BIDS installed on his machine he gets the above error. How to set this up.  SQL Sever Agent is not an option for us. 

View 2 Replies View Related

Integration Services :: Creating Parallelism By Executing Many Dtexecs

Sep 1, 2015

I'm currently looking at refactoring an existing, large SSIS 2012 implementation that consists of about 55 projects and 360+ packages. The ETL framework that is in use has a "main" control package that reads from a database table and determines which packages are ready to execute (based on some dependency logic) and then uses an Execute Process task within a loop that calls dtexec with the arguments:  /C start Dtexec /SQL "Some Package Path" /SERVER "someserver" 

This design allows the loop to execute a package and then immediately iterate because it doesn't wait for the package to respond (aka complete with a failure or success) so it can quickly kick off as many packages are ready to execute. A SQL Agent job is used to call this package every few minutes so that it can pick up any packages that have had their dependencies satisfied since the last execution and kick those off.It's a a clever design but has some problems such as decentralized exception handling (since the parent package is unaware of what is happening in the "asynchronous" dtexec calls.My biggest concern is that by executing packages, not with the Execute Package Task but with the Execute Process Task, and spinning up many dtexecs, the framework is not leveraging SSIS's ability to handle threading, memory consumption, etc. across all running packages and executables because it is simply unaware of them. It's essentially like using an Execute Package Task with the ExecuteOutOfProcess property set to true.

View 6 Replies View Related

Integration Services :: Executing BAT File On Remote Server And Scheduling It

Jun 24, 2015

I have to execute a .bat file on a remote server (that is used to stop and start services of an appl). The remote server doesn't have SSIS,SSMS installed. I want to create a package on my desktop the uses Execute process task and execute the .bat file on the remote server and then schedule it using the SSMS.

View 14 Replies View Related

Integration Services :: Get Data From Source By Executing Set Of Queries That Have Temp Tables

Jul 29, 2015

I need to grab data from teradata(using odbc connection).. i have no issues if its just bunch of joins and wheres conditions.. but now i have a challenge. simple scenario, i have to create volatile table, dump data into this and then grab data from this volatile table. (Don't want to modify the query in such a way i don't have to use this volatile table.. its a pretty big query and i have no choice but create bunch of volatile tables, above scenarios is just mentioned on simple 1 volatile table ).

So i created a proc and trying to pass this string into teradata, not sure if it works.. what options i have.. (I dont have a leisure to create proc in terdata and get it executed when ever i want and then grab data from the table. )

View 2 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

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 View Related

Executing An SSIS Package Containing Analysis Services From ASP.NET

Jul 17, 2007

I'm trying to execute an SSIS package from an ASP.NET web page. Using some code from http://msdn2.microsoft.com/en-us/library/ms403355.aspx I have managed to get this working when executing a package that contains a stored procedure, however it does not work when there is an Analysis Services cube to build.



Here is my code for the webservice






Code Snippet

Public Class SCCBuildDW

Inherits System.Web.Services.WebService

' LaunchPackage Method Parameters:

' 1. sourceType: file, sql, dts

' 2. sourceLocation: file system folder, (none), logical folder

' 3. packageName: for file system, ".dtsx" extension is appended

_

Public Function LaunchPackage( _

ByVal sourceType As String, _

ByVal sourceLocation As String, _

ByVal packageName As String) As Integer 'DTSExecResult

Dim packagePath As String

Dim myPackage As Package

Dim integrationServices As New Application

' Combine path and file name.

packagePath = Path.Combine(sourceLocation, packageName)

Select Case sourceType

Case "file"

' Package is stored as a file.

' Add extension if not present.

If String.IsNullOrEmpty(Path.GetExtension(packagePath)) Then

packagePath = String.Concat(packagePath, ".dtsx")

End If

If File.Exists(packagePath) Then

myPackage = integrationServices.LoadPackage(packagePath, Nothing)

Else

Throw New ApplicationException( _

"Invalid file location: " & packagePath)

End If

Case "sql"

' Package is stored in MSDB.

' Combine logical path and package name.

If integrationServices.ExistsOnSqlServer(packagePath, ".", String.Empty, String.Empty) Then

myPackage = integrationServices.LoadFromSqlServer( _

packageName, "(local)", String.Empty, String.Empty, Nothing)

Else

Throw New ApplicationException( _

"Invalid package name or location: " & packagePath)

End If

Case "dts"

' Package is managed by SSIS Package Store.

' Default logical paths are File System and MSDB.

If integrationServices.ExistsOnDtsServer(packagePath, ".") Then

myPackage = integrationServices.LoadFromDtsServer(packagePath, "localhost", Nothing)

Else

Throw New ApplicationException( _

"Invalid package name or location: " & packagePath)

End If

Case Else

Throw New ApplicationException( _

"Invalid sourceType argument: valid values are 'file', 'sql', and 'dts'.")

End Select

Return myPackage.Execute()

End Function

End Class



This is the code from my page






Code Snippet

Protected Sub btnBuildDW_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnBuildDW.Click

ExecutePackage()

End Sub

Protected Sub ExecutePackage()

Dim launchPackageService As New SCCBuildDW.SCCBuildDW

Dim packageResult As Integer

Try

packageResult = launchPackageService.LaunchPackage("file", "c:ssis", "PackageTest")

Catch ex As Exception

' The type of exception returned by a Web service is:

' System.Web.Services.Protocols.SoapException

lblResult.Text = "The following exception occurred: " & ex.Message

End Try

lblResult.Text = CType(packageResult, PackageExecutionResult).ToString

' Console.ReadKey()

End Sub

Private Enum PackageExecutionResult

PackageSucceeded

PackageFailed

PackageCompleted

PackageWasCancelled

End Enum



I'm using windows authentication and impersonating an identity. The identity has access to the analysis services role but the package still fails to run.



Can anyone offer any help or advice on this?



Thanks

View 7 Replies View Related

Integration Services :: Oracle Procedure Is Not Returning Results When Executing From Script Task On SSIS

Jul 13, 2015

I'm executing Oracle procedure, which has three OUTPUT parameters and returns results in table type variable. i should not use ODBC, MSDAORA providers to call the procedure. So I'm planning to using Oracle OLEDB provider. I'm able to execute the procedure successfully, but when i do check (while dr.Read()) its not returning any records. But I know as per stored procedure results, it should return 66 records.

Dim conn As New OleDbConnection
Dim cmd As New OleDbCommand
Dim dr As OleDbDataReader
Dim QSQL As String

[code]...

View 10 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







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