Thursday 14 July 2022

DTUTIL exit codes

 The Dtutil command prompt utility is used to manage SQL Server Integration Services packages. The utility can copy, move, delete, or verify the existence of a package. These actions can be performed on any SSIS package that is stored in one of three locations:

·         Microsoft SQL Server database

·         SSIS Package Store, and

·         File system

Read more here:

 https://bageshkumarbagi-msbi.blogspot.com/2018/12/dtutil-utility-command-in-ssis.html

We can run DTUTIL from other applications and it will return some codes to show what happened after running the command; these are DTUTIL exit codes.

 

                Value

Description

0

The utility executed successfully.

1

The utility failed.

4

The utility cannot locate the requested package.

5

The utility cannot load the requested package.

6

The utility cannot resolve the command line because it contains either syntactic or semantic errors.

 

Popular Posts