![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/09/2011, 07:00
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 8
Antigüedad: 16 años, 2 meses Puntos: 0 | |
Respuesta: DTS en Stored Procedure iislas corri lo que me pasaste en el analizador cambie el nombre del DTS.
DECLARE @result int
EXEC @result = master.dbo.xp_cmdshell 'dtsrun /S srvtx-01ap03 /E /N DTS Importación Access-SQL Server Maquina/Operacion'
Y me arroja el siguiente error.
DTSRun: Loading...
DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSDataPumpTask_2
DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_2, Error = -2147467259 (80004005)
Error string: 'P:\Bases\Maestros.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Error source: Microsoft JET Database Engine
Help file:
Help context: 5003044 |