SSISThe Address in the "To" line is malformed

简介:

今天做了一个SSIS的小程序,其中有一个功能是发邮件,但是发现发MAIL的组件提示警告,信息如下:

 

The Address in the "To" line is malformed. It is either missing the "@" symbol or is not valid.

 

 

这条警告看起来是发送人的MAIL地址有问题,但是我查看了MAIL地址没有问题,而且程序可以正常运行。 所以应该是SSIS validation无法解析收件人地址然后报的这个错误。

 

如果让这个错误不显示可以将DelayValidation的值改为True,这样就没有问题了(更改DelayValidation属性为True,在开发时将不会提醒运行时可能出现的错误)。

 

 

更改完后显示正常:

 

 

一般不要修改这个选项,因为DelayValidation属性可以产生警告或者错误从而避免将来运行的时候产生的问题。

 

更多DelayValidation信息可以参考:http://www.sql-server-performance.com/2009/ssis-features-and-properties-part4/\



本文转自 lzf328 51CTO博客,原文链接:http://blog.51cto.com/lzf328/1021518



相关文章
|
7月前
|
应用服务中间件
The valid characters are defined in RFC XXXX
The valid characters are defined in RFC XXXX
38 0
|
3月前
|
Go
panic:runtime error:invalid memory address or nil pointer dereference
panic:runtime error:invalid memory address or nil pointer dereference
Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC
Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC
|
7月前
|
SQL Oracle 关系型数据库
【已解决】ORA-01722: invalid number
【已解决】ORA-01722: invalid number
213 0
|
Linux
Specified sample format -1 is invalid or not supported
Specified sample format -1 is invalid or not supported
224 0
Specified sample format -1 is invalid or not supported
成功解决absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'data_format'
成功解决absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'data_format'
|
SQL Oracle 关系型数据库
ORA-01722:invalid number
Oracle表字段为`VARCHAR2`时,where条件出现`NUMBER`的匹配,`可能`会出现该错误。
337 0
ORA-01722:invalid number
|
JSON fastjson 数据格式
报错:JSONException: illegal identifier : {pos 1, line 1, column 2{{"group":"trade_p0&qu
报错:JSONException: illegal identifier : {pos 1, line 1, column 2{{"group":"trade_p0&qu
573 0
|
Linux
WARNING: Re-reading the partition table failed with error 22: Invalid argument
在划分磁盘分区时,遇到错误“WARNING: Re-reading the partition table failed with error 22: Invalid argument” 如下所示: [root@DB-Server u02]# fdisk -l   Disk /dev/sda: 500.
2545 0