473,398 Members | 2,427 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

DB2 Text Search, Update Index fails

I'm trying to use DB2 Text Search with DB2 9.7 FP1 on Windows. Text search uses the standard configuration. Basically it works, it is possible to create and update text indexes for smaller tables, but if larger tables are used, the updates index runs for a long time and then crashes.
I created an index for text on a varchar column of a table with 45 000 rows. The update index command runs about 1 hour before it ends with an error. If I copy the table and reduce it to 10 rows the update index works.

I didn’t find a hint in the documentation how to change the configuration to support larger tables. Does anyone has an idea?

Command:

db2ts "update index vm.tlname1 for text"

Errors from event view:

'OPERATION' 'TIME' 'SEVERITY' 'SQLCODE' 'MESSAGE' 'PK01'
'2010-04-14-11.53.25.437000' 1 0 'CIE00003 Index update started. '
0 '2010-04-14-12.56.47.609000' 8 -20427 'CIE00701 Internal Error. Position: "1082", "2". CIE00701 Internal Error. Position: "1086", "2". ' 1046793
'2010-04-14-12.56.54.609000' 8 -20427 'CIE00756 Connection to Host "localhost" on Port "55000" failed. '
'2010-04-14-12.56.54.609000' 1 0 'CIE00004 Index update stopped’


Part of db2diag.log at error time:

2010-04-14-12.56.47.562000+120 I85197002H420 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, Text Search, CieWorkQueue::waitForElementInList, probe:2
MESSAGE : CIE reason
DATA #1 : Hexdump, 4 bytes
0x0012DF88 : BD02 0000 ....

2010-04-14-12.56.47.562000+120 I85197424H415 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, trace services, sqlt_logerr_string (secondary logging fu, probe:0
MESSAGE : Message
DATA #1 : String, 49 bytes
CIE00701 Interner Fehler. Position: "1086", "2".

2010-04-14-12.56.47.562000+120 I85197841H423 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, Text Search, CieParserResultReceiverQueue::reserve, probe:2
MESSAGE : CIE reason
DATA #1 : Hexdump, 4 bytes
0x0012E570 : BD02 0000 ....

2010-04-14-12.56.47.562000+120 I85198266H415 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, trace services, sqlt_logerr_string (secondary logging fu, probe:0
MESSAGE : Message
DATA #1 : String, 49 bytes
CIE00701 Interner Fehler. Position: "1082", "2".

2010-04-14-12.56.50.562000+120 I85198683H417 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, Text Search, CieError::makeDiagnosticMessage, probe:1
MESSAGE : CIE reason
DATA #1 : Hexdump, 4 bytes
0x0012DF88 : F402 0000 ....

2010-04-14-12.56.50.578000+120 I85199102H455 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, trace services, sqlt_logerr_string (secondary logging fu, probe:0
MESSAGE : Message
DATA #1 : String, 89 bytes
CIE00756 Verbindungsherstellung ist auf Host "localhost" an Port "55000" fehlgeschlagen.

2010-04-14-12.56.50.578000+120 I85199559H343 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
MESSAGE : CIE reason
DATA #1 : Hexdump, 4 bytes
0x0012DF88 : F502 0000 ....

2010-04-14-12.56.50.578000+120 I85199904H440 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, trace services, sqlt_logerr_string (secondary logging fu, probe:0
MESSAGE : Message
DATA #1 : String, 74 bytes
CIE00757 Empfang ist auf Host "localhost" an Port "55000" fehlgeschlagen.

2010-04-14-12.56.54.593000+120 I85200346H343 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
MESSAGE : CIE reason
DATA #1 : Hexdump, 4 bytes
0x0012DF88 : F502 0000 ....

2010-04-14-12.56.54.593000+120 I85200691H440 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, trace services, sqlt_logerr_string (secondary logging fu, probe:0
MESSAGE : Message
DATA #1 : String, 74 bytes
CIE00757 Empfang ist auf Host "localhost" an Port "55000" fehlgeschlagen.

2010-04-14-12.56.54.593000+120 I85201133H417 LEVEL: Severe
PID : 4756 TID : 5748 PROC : cieadmsv.exe
INSTANCE: DB2 NODE : 000
APPID : *LOCAL.DB2.100414143315
EDUID : 5748
FUNCTION: DB2 UDB, Text Search, CieError::makeDiagnosticMessage, probe:1
MESSAGE : CIE reason
DATA #1 : Hexdump, 4 bytes
0x0012DF88 : F402 0000 ....
Apr 14 '10 #1
0 2619

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Fraser Hanson | last post by:
Hello, I have a table which has a foreign key relationship with itself. I want and expect my updates to cascade (deletes definitely cascade as expected) but instead I just get error 1217:...
55
by: Ton den Hartog | last post by:
Stupid basic question but I find it horribly imposible to find the answer elsewhere... :-( I want to have a piece of text in my HTML page and want to be able to change it in a Javascript...
0
by: SoftComplete Development | last post by:
AlphaTIX is a powerful, fast, scalable and easy to use Full Text Indexing and Retrieval library that will completely satisfy your application's indexing and retrieval needs. AlphaTIX indexing...
6
by: shantanu | last post by:
Hi All, I have a requirement to develop a search engine based on some search criteria that will search for the string or statement in all the documents uploaded in the website. The search result...
9
by: =?Utf-8?B?QnJpYW4gQ29vaw==?= | last post by:
I want to open a text file and format it into a specific line and then apply color to a specific location of the text and then display it in a RichTextBox after all of this is done. I can do all...
2
by: John Kotuby | last post by:
Hi all, Maybe this belongs in the Full Text group but I am writing an ASP.NET application with a SQL Server 2005 backend, so I am posing the question here. I have been using fulltext search...
8
by: Sham | last post by:
I am trying to perform the following query on a table that has been indexed using Full Text Search. The table contains multiple columns than have been indexed. (Below, all xml columns are...
2
by: TG | last post by:
Hi! I am trying to export only the visible columns from a datagridview in my windows form in VB 2008. Should't it be no comma after the first row where the headers are? Also should...
0
by: JamesOo | last post by:
I have the code below, but I need to make it searchable in query table, below code only allowed seach the table which in show mdb only. (i.e. have 3 table, but only can search either one only,...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.