sql server - Could not load package "\File System\ because of error 0x80070002. Description: Unable to find the specified file. Source: MsDtsSrvr -


we building new environment having sql server 2014 , migrating our ssis job new environment.

we have ssis job named abcd (assume)

the job deployed file system deployment: c:\program files\microsoft sql server\90\dts\packages\abcd\abcd.dtsx

while executing, gives error as

could not load package "\file system\abcd\abcd because of error 0x80070002. description: unable find specified file. source: msdtssrvr

please suggest how solve issue, environment controlled unable try changes


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -