Cita:
Iniciado por potus 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
Lo raro es que me habla de este PATH "P:\Bases\Maestros.mdb" que es el correcto, pero que yo no lo ingreso en la consulta, pongo el servidor directamente "srvtx-01ap0"