Hello -
I am attempting to migrate some DTS packages from SQL 2000 to SQL 2005. I have used the wizard and migrated them to a dtsx file and I am attempting to use xp_cmdshell when i run the following command-
EXEC master..xp_cmdshell 'DTExec /Ser "server" /Dts "C:\DTS\html_create_templa
te400.dtsx
" /Set "gv_destDB;dbname'
I get the following error -
Microsoft (R) SQL Server Execute Package Utility
Version 9.00.3042.00 for 64-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
NULL
Started: 8:49:57 AM
Could not load package "C:\DTS\html_create_templa
te400.dtsx
" because of error 0x80070057.
Description: The path is not valid.
Parameter name: folder
Source: MsDtsSrvr
Started: 8:49:57 AM
Finished: 8:49:57 AM
Elapsed: 0.016 seconds
NULL
Start Free Trial