| 发表人 |
内容 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2009-01-08 08:09:02
|
leo
初级会员
注册时间: 2008-07-17 01:16:06
文章: 8
离线
|
infa pc8 中,如果运行session产生reject file 就fail 这个session
,该如何设置?
pc8中是不是没有对reject file 这种情况进行捕获?
对于产生reject file的session 是否产生错误警告? 如何捕获?
谢谢!
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2009-01-09 09:58:39
|
zjbc100
初级会员
注册时间: 2008-07-11 22:24:46
文章: 9
离线
|
学习中,理解的不一定对。
不知道你是不是指的是从文件里读取,如果是Session直接fail了,或是其中存在问题,你都可以在monitor里看出来,进行修改;如果你要是想让其自动提示,可以在worklet,workflow里采取email的方式,或是产生文件的方式,提示你。
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2009-03-25 07:48:35
|
jy01649210
中级会员
注册时间: 2008-07-17 09:31:42
文章: 26
离线
|
During a session, the Integration Service creates a reject file for each target instance in the mapping. If the writer or the target rejects data, the Integration Service writes the rejected row into the reject file. The reject file and session log contain information that helps you determine the cause of the reject.
session每次运行都会为每个target产生reject file的,只不过如果没有reject数据,这个文件就是空的。
打开session的Config Object选项卡,里面有个Stop on erros,把它的值改为1则可以捕获reject数据,这种情况下session将会fail
|
|
|
 |
|
|