I'm an SSIS newbie and I'm trying to create a package to automate the migration of 60+ databases. Everything appears to be in order but the Transfer Database Task fails with
The transfer file information "","","" is missing the filename.
It also gives the same error for the folder part, and says it could not find the file"\" in the source database "foo".
These things are being populated in expressions. It's like the task isn't recognizing the expressions.
The transfer file information "","","" is missing the filename.
It also gives the same error for the folder part, and says it could not find the file"\" in the source database "foo".
These things are being populated in expressions. It's like the task isn't recognizing the expressions.
Comment