| 发表人 |
内容 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-09 21:24:53
|
1017of
初级会员
注册时间: 2008-05-20 21:17:43
文章: 3
离线
|
将数据库里的数据读出形成数据文件时,如果用fixed width方式表现正常;如果用delimited方式,出现FATAL ERROR : Signal Received: SIGSEGV (11) *********** 。
怎么解决,请教......
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-09 22:06:27
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
看看文件或数据库中是否有空行?
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-10 00:32:15
|
1017of
初级会员
注册时间: 2008-05-20 21:17:43
文章: 3
离线
|
lynx286 wrote:看看文件或数据库中是否有空行?
感谢大侠回复,好象不是空行的原因。我发现好象数据条数多到一定程度,就会出现这种现象。是不是要改什么配置啊?
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-10 09:46:34
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
能将详细错误信息代码贴出来吗?
数据库是什么?
操作系统是什么?
将数据读成文件用怎么做的?
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-11 02:40:33
|
1017of
初级会员
注册时间: 2008-05-20 21:17:43
文章: 3
离线
|
lynx286 wrote:能将详细错误信息代码贴出来吗?
数据库是什么?
操作系统是什么?
将数据读成文件用怎么做的?
首先多谢大侠持续的帮助。
数据库是oracle 10.2.0.2 for linux x86-64
操作系统是 redhat 4.0 up4 x86-64
错误信息如下:
Severity Timestamp Node Thread Message Code Message
INFO 2008-7-11 12:28:13 node01_xxxx READER_1_1_1 RR_4050 RR_4050 First row returned from database to reader : (Fri Jul 11 12:28:13 2008)
INFO 2008-7-11 12:28:13 node01_xxxx WRITER_1_*_1 WRT_8167 Start loading table [RLZY_RYXX_A] at: Fri Jul 11 12:28:13 2008
FATAL 2008-7-11 12:28:14 node01_xxxx *********** FATAL ERROR : Caught a fatal signal/exception ***********
FATAL 2008-7-11 12:28:14 node01_xxxx *********** FATAL ERROR : Aborting the DTM process due to fatal signal/exception. ***********
FATAL 2008-7-11 12:28:14 node01_xxxx *********** FATAL ERROR : Signal Received: SIGSEGV (11) ***********
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-11 03:59:10
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
infa什么版本? mapping能贴上来吗?
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-11 04:10:00
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
In PowerCenter 8.1.1, when running a session with a flat file source and target in Unicode on Linux, the following error is displayed:
FATAL ERROR: Signal Received: SIGSEGV (11)
The session, however, runs fine in ASCII mode on Linux and in Unicode and ASCII mode on Windows.
To resolve this issue, do the following:
Increase the Default buffer block size
Increase the line sequential buffer length
Increase the maximum memory allowed for auto Memory
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-11 04:13:53
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
When running a PowerCenter session using the INDEXOF function the session fails with the following error:
This error will occur when using the INDEXOF function in a Router condition with open and close parenthesis used incorrectly.
To resolve this corect the syntax.
Example:
The following expression determines if values from the ITEM_NAME port match the first, second, or third string:
INDEXOF( ITEM_NAME, `diving hood', `flashlight', `safety knife')
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-11 04:17:47
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
出错可能性太多了,my.informatica.com上搜索“SIGSEGV (11)“错误,好几十种情况,你得把你的环境描述清楚。
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-10-20 04:02:19
|
dakui
中级会员
注册时间: 2008-10-16 22:57:30
文章: 34
离线
|
介个是不是要根据环境打相关补丁。
|
|
|
 |
|
|