![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm running the following from the command line dtsrun /S"servername" /N"packagename" /U"username" /P"password" and receiving the following error Error: -2147217900 (80040E14); Provider Error: 14262 (37B6) Error string: The specified DTS Package ('Name = '"packagename" '; ID.VersionID = {[not specified]}.{[not specified]}') does not exist. I've done some research and there is a documented problem out there in regards to whitespace between the switch and the package name. I've removed all of the whitespace, but I'm still getting the error. I'm run SQL Server 2000 Enterprise Edition SP3. Any help you could give me would be greatly appreciated. Thanks. |
#3
| |||
| |||
|
|
I tested with a simple example and you CMD line code works normally !! so no errors on the command line ..but Verifiy that your package is stored on your server in the msdb database check the contents of the sysdtspackages table in msdb database ........ hch "TJA" a écrit : I'm running the following from the command line dtsrun /S"servername" /N"packagename" /U"username" /P"password" and receiving the following error Error: -2147217900 (80040E14); Provider Error: 14262 (37B6) Error string: The specified DTS Package ('Name = '"packagename" '; ID.VersionID = {[not specified]}.{[not specified]}') does not exist. I've done some research and there is a documented problem out there in regards to whitespace between the switch and the package name. I've removed all of the whitespace, but I'm still getting the error. I'm run SQL Server 2000 Enterprise Edition SP3. Any help you could give me would be greatly appreciated. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |