[Logo] MyDWBI---致力于打造最专业的中文数据仓库,商务智能社区
  [Groups]首页  [Blog] 博客   [Search] 搜索   [Recent Topics] 最新主题   [Hottest Topics] 热门主题   [Hottest Download] 热门下载   [Members]  会员列表  
[Register] 会员注册 / 
[Login] 登入 
请教informatica高手,怎么解决这个问题。  XML
论坛首页 » Informatica
前往:   
发表人 内容
exallure

初级会员

注册时间: 2008-10-22 08:34:15
文章: 19
离线

FATAL : (2892 | ) : (IS | PowerCenter_Integration_Service) : node01_dong : : *********** FATAL ERROR : Unexpected Condition in file [\ZeusbuilderProduction\view\powrmart\common\odl\oracle8\oradriver.cpp] line [416]. Contact Informatica Technical Support for assistance. Aborting this DTM process due to an unexpected condition. ***********

大家帮忙看看这个session log 的错误,好像比较要重,请教大家怎么解决。
dakui

中级会员

注册时间: 2008-10-16 22:57:30
文章: 34
离线

咋还出来oracle8了,是个别SESSION报错还是全部SESSION报错
exallure

初级会员

注册时间: 2008-10-22 08:34:15
文章: 19
离线

dakui wrote:咋还出来oracle8了,是个别SESSION报错还是全部SESSION报错



*****START LOAD SESSION*****

Load Start Time: Wed Oct 22 22:04:47 2008

Target tables:

DM_CLERK


2008-10-22 22:04:48 : INFO : (2892 | READER_1_1_1) : (IS | PowerCenter_Integration_Service) : node01_dong : RR_4050 : RR_4050 First row returned from database to reader : (Wed Oct 22 22:04:48 2008)
2008-10-22 22:04:48 : INFO : (2892 | READER_1_1_1) : (IS | PowerCenter_Integration_Service) : node01_dong : BLKR_16019 : Read [12] rows, read [0] error rows for source table [CLERK] instance name [CLERK]
2008-10-22 22:04:48 : INFO : (2892 | READER_1_1_1) : (IS | PowerCenter_Integration_Service) : node01_dong : BLKR_16008 : Reader run completed.
2008-10-22 22:04:48 : INFO : (2892 | WRITER_1_*_1) : (IS | PowerCenter_Integration_Service) : node01_dong : WRT_8167 : Start loading table [DM_CLERK] at: Wed Oct 22 22:04:47 2008
2008-10-22 22:04:48 : FATAL : (2892 | ) : (IS | PowerCenter_Integration_Service) : node01_dong : : *********** FATAL ERROR : Unexpected Condition in file [\ZeusbuilderProduction\view\powrmart\common\odl\oracle8\oradriver.cpp] line [416]. Contact Informatica Technical Support for assistance. Aborting this DTM process due to an unexpected condition. ***********


请看,之前都是对的,好像开始往target 表里load数据时就出现了最后一句话。而且每一个session都是这样,痛苦。
dakui

中级会员

注册时间: 2008-10-16 22:57:30
文章: 34
离线

不太了解。。。

所有的SESSION报错

是我的话就备份下资料库,重新安装一下软件

等待高人
killandylove

论坛CTO
[Avatar]

注册时间: 2008-04-23 08:51:09
文章: 58
来自: 不透露
离线

exallure wrote:FATAL : (2892 | ) : (IS | PowerCenter_Integration_Service) : node01_dong : : *********** FATAL ERROR : Unexpected Condition in file [\ZeusbuilderProduction\view\powrmart\common\odl\oracle8\oradriver.cpp] line [416]. Contact Informatica Technical Support for assistance. Aborting this DTM process due to an unexpected condition. ***********

大家帮忙看看这个session log 的错误,好像比较要重,请教大家怎么解决。


高手来了,这个错误是因为你的target table 定义在repository里面和你在oracle 数据库里面不一致
,一般来说varchar2或者number类型是比较容易出现这种问题的,而且你的target table definiation一般来说是通过oracle ODBC 建的。


简单办法,你把target table或者source 的定义删除,然后再重新建一次,最好通过DataDirect Oracle ODBC driver建立defination. 然后重新跑一次,就应该解决问题了。

本人中科院高级潜水院院士,诺贝尔长期掉线奖,奥斯卡终身隐身奖!!!
[Email] [WWW] [MSN]
exallure

初级会员

注册时间: 2008-10-22 08:34:15
文章: 19
离线

killandylove wrote:
exallure wrote:FATAL : (2892 | ) : (IS | PowerCenter_Integration_Service) : node01_dong : : *********** FATAL ERROR : Unexpected Condition in file [\ZeusbuilderProduction\view\powrmart\common\odl\oracle8\oradriver.cpp] line [416]. Contact Informatica Technical Support for assistance. Aborting this DTM process due to an unexpected condition. ***********

大家帮忙看看这个session log 的错误,好像比较要重,请教大家怎么解决。


高手来了,这个错误是因为你的target table 定义在repository里面和你在oracle 数据库里面不一致
,一般来说varchar2或者number类型是比较容易出现这种问题的,而且你的target table definiation一般来说是通过oracle ODBC 建的。


简单办法,你把target table或者source 的定义删除,然后再重新建一次,最好通过DataDirect Oracle ODBC driver建立defination. 然后重新跑一次,就应该解决问题了。


多谢多谢,解释的这么清楚,和我的一个老师说的一样,佩服佩服。
dakui

中级会员

注册时间: 2008-10-16 22:57:30
文章: 34
离线

killandylove wrote:
exallure wrote:FATAL : (2892 | ) : (IS | PowerCenter_Integration_Service) : node01_dong : : *********** FATAL ERROR : Unexpected Condition in file [\ZeusbuilderProduction\view\powrmart\common\odl\oracle8\oradriver.cpp] line [416]. Contact Informatica Technical Support for assistance. Aborting this DTM process due to an unexpected condition. ***********

大家帮忙看看这个session log 的错误,好像比较要重,请教大家怎么解决。


高手来了,这个错误是因为你的target table 定义在repository里面和你在oracle 数据库里面不一致
,一般来说varchar2或者number类型是比较容易出现这种问题的,而且你的target table definiation一般来说是通过oracle ODBC 建的。


简单办法,你把target table或者source 的定义删除,然后再重新建一次,最好通过DataDirect Oracle ODBC driver建立defination. 然后重新跑一次,就应该解决问题了。


强淫啊!!!
zdcku
嘉颖


高级会员
[Avatar]

注册时间: 2008-05-06 22:32:12
文章: 152
来自: 江苏南京
离线

难道他是INFA的人 解释都一样的

学习
[MSN]
bruce.hu
bruce


初级会员

注册时间: 2008-09-23 10:41:32
文章: 13
离线

呵呵,路过.瞻仰一下高手.
Jackie
Jackie J. Lu


初级会员

注册时间: 2009-05-26 19:41:58
文章: 9
离线

啊~高手,请教一个字符集问题
http://www.mydwbi.com/posts/list/666.page
请高手帮帮忙啊

树不要皮,必死无疑;人不要脸,天下无敌。
 
论坛首页 » Informatica
前往:   

网站地图 |  联系我们 |   |  招聘版主 |  免责声明 |  意见建议 |  系统帮助 | 
Copyright © 2008, mydwbi.com, All Rights Reserved | Powered by JForum 2.1.8 © JForum Team