How to use SQL Server Business Intelligence Development Studio or the dtutil utility to regenerate the package ID of an SSIS package that was duplicated (906564)
The information in this article applies to:
- Microsoft SQL Server 2005 Developer Edition
- Microsoft SQL Server 2005 Enterprise Edition
- Microsoft SQL Server 2005 Express Edition
- Microsoft SQL Server 2005 Standard Edition
- Microsoft SQL Server 2005 Workgroup
SUMMARYIn Microsoft SQL Server 2005 Integration Services (SSIS),
a 16-byte GUID is generated and stored as
the PackageID property of a SSIS package when the SSIS package is created. After you run the package, you can write the
package ID to a log file by using the SSIS log provider. This package ID differentiates log entries for different packages. However, the following behavior may occur: - When an SSIS package
is copied in a file system, the new copy contains the same package ID as
the original SSIS package.
- You can successfully run the package that has the same package ID. However, you cannot differentiate the two packages by using the logging data because the package IDs are the same.
To regenerate a new package ID for each package, use one of the methods that are described in the "More Information" section. REFERENCESFor more information about the dtutil utility, see the
"dtutil utility" topic in Microsoft SQL Server 2005 Books Online.
Modification Type: | Major | Last Reviewed: | 3/11/2006 |
---|
Keywords: | kbhowto kbsql2005ssis kbinfo KB906564 kbAudDeveloper |
---|
|