Hi. We run std 2008. I developed a pkg with a config file that amongst other things has an ftp folder name in it. That tag is mapped to one of my variables. During development there was always a value in this tag.
I have a use case in which that variable needs to be an empty string.
We are a little skiddish with ssis configs because of their rules but we are stuck with them for now. So I'm asking this just in case.
Will running with this particular tag looking like this lead to any surprises? All we want is empty string to be mapped to the var when the config looks like this.
<Configuration
ConfiguredType="Property" Path="\Package.Variables[User::FTPfolder].Properties[Value]"
ValueType="String"><ConfiguredValue></ConfiguredValue></Configuration>
db042188