dtsx package runs by command prompt but not by .bat file

1

running a dtsx package by .bat file.

receiving the following error.

Could not load package "C:......dtsx" because of error 0xC0011002. Failed to open package file "C:......dtsx" due to error 0x800C0006. the system cannot locate the object specified. this occurs when loading a package and the file cannot be opened or loaded correctly into the xml document.

my .bat file is:

"C:\Program Files\Microsoft SQL Server\110\DTS\Binn\DTExec" /f C:\..\..\...dtsx

however if i run the exact same code by command prompt it runs.

ideas?

batch-file
ssis
asked on Stack Overflow Aug 4, 2014 by MMC

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0