Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ZachM
Starting Member
28 Posts |
Posted - 2007-11-05 : 16:20:12
|
Hi All, In my ssis package, I created a variable called varEmail. In the send mail task properties Expression, I send the variable to toline. (@[User::varFolderName]). I created the config file and added the value for to in the config file. However, now in my package in send email task, I get the following error: No recipient is specified. I am not sure why I am getting this error. Am I not creating the config file correctly.my config file is as follow:<?xml version="1.0"?><DTSConfiguration><DTSConfigurationHeading><DTSConfigurationFileInfo GeneratedBy="SNAPONGLOBAL\zb9356" GeneratedFromPackageName="Email" GeneratedFromPackageID="{C02B55E9-A47E-4713-8DF5-3828A21E6981}" GeneratedDate="11/5/2007 3:43:15 PM"/></DTSConfigurationHeading><Configuration ConfiguredType="Property" Path="\Package.Variables[User::varFolderName].Properties[Value]" ValueType="String"><ConfiguredValue>agen.Z@aol.com</ConfiguredValue></Configuration></DTSConfiguration>Thanks |
|
|
|
|