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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -