473,386 Members | 1,602 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,386 software developers and data experts.

CTE0190 Executable program "cteadmsv" could not be started


Setup: SuSE Linux 8.2 running IBM DB2 v8.1 with Net Search Extender.

We had to hard reset our server, and did a successfull crash recovery.
We now have a problem with operations involving text indexes. For
example, when We try to update an index, we get the error message
"CTE0190 Executable program "cteadmsv" could not be started."

We have tried the following:

- db2text stop/start
- dbadmin stop/start
- db2text drop index... => just produces the above error message

The free text indexes are not working at all, ie. all operations
involving free text searches are now failing with various error
messages.

Any ideas on how to get the system back into a working condition
short of backup/reinstall/restore would be appreciated.

--
Lars Haugseth
Nov 12 '05 #1
3 4587

* Lars Haugseth <la***********@tn.no> wrote:
|
| Setup: SuSE Linux 8.2 running IBM DB2 v8.1 with Net Search Extender.
|
| We had to hard reset our server, and did a successfull crash recovery.
| We now have a problem with operations involving text indexes. For
| example, when We try to update an index, we get the error message
| "CTE0190 Executable program "cteadmsv" could not be started."
|
| We have tried the following:
|
| - db2text stop/start
| - dbadmin stop/start
| - db2text drop index... => just produces the above error message
|
| The free text indexes are not working at all, ie. all operations
| involving free text searches are now failing with various error
| messages.
|
| Any ideas on how to get the system back into a working condition
| short of backup/reinstall/restore would be appreciated.

Additional info that may or may not be of use: any select statement
involving freetext indexes produces the following error message:

SQL0443N Routine "*RCH_1K16" (specific name "") has returned an error
SQLSTATE with diagnostic text "CTE0101 A search engine operation failed.
Reason code: "16"". SQLSTATE=38701

--
Lars Haugseth
Nov 12 '05 #2

* Lars Haugseth <la***********@tn.no> wrote:
|
| * Lars Haugseth <la***********@tn.no> wrote:
| |
| | Setup: SuSE Linux 8.2 running IBM DB2 v8.1 with Net Search Extender.
| |
| | We had to hard reset our server, and did a successfull crash recovery.
| | We now have a problem with operations involving text indexes. For
| | example, when We try to update an index, we get the error message
| | "CTE0190 Executable program "cteadmsv" could not be started."
| |
| | We have tried the following:
| |
| | - db2text stop/start
| | - dbadmin stop/start
| | - db2text drop index... => just produces the above error message
| |
| | The free text indexes are not working at all, ie. all operations
| | involving free text searches are now failing with various error
| | messages.
| |
| | Any ideas on how to get the system back into a working condition
| | short of backup/reinstall/restore would be appreciated.
|
| Additional info that may or may not be of use: any select statement
| involving freetext indexes produces the following error message:
|
| SQL0443N Routine "*RCH_1K16" (specific name "") has returned an error
| SQLSTATE with diagnostic text "CTE0101 A search engine operation failed.
| Reason code: "16"". SQLSTATE=38701

For now, we managed to "fix" this by doing the following:

db2inst1:~> chmod 666 ~/sqllib/db2ext/indexes/NODE0000/IX*.ini

By using 'strace', we could see that when running text search queries,
DB2 complained about being unable to open these files. It was obviously
trying to open these files in 'write' mode, which failed since they
had permission 440.

We're still interested in any clues about how this happened and
how to fix it properly.

--
Lars Haugseth
Nov 12 '05 #3
I got this error couple of times.

Once when i restored a backup from DB2FP5 to DB2 FP2.
Installing the appropriate fixpak fixed the issue.

Second time i received this error when i restored a backup from Windows
2000 to Win 2003. This time DB2 level was same.

I noticed the text index was not there when i restored. Recreating &
Updating the Text index helped.

And the *.ini file you specified was read only too.

Lars Haugseth wrote:
* Lars Haugseth <la***********@tn.no> wrote:
|
| * Lars Haugseth <la***********@tn.no> wrote:
| |
| | Setup: SuSE Linux 8.2 running IBM DB2 v8.1 with Net Search Extender. | |
| | We had to hard reset our server, and did a successfull crash recovery. | | We now have a problem with operations involving text indexes. For
| | example, when We try to update an index, we get the error message
| | "CTE0190 Executable program "cteadmsv" could not be started."
| |
| | We have tried the following:
| |
| | - db2text stop/start
| | - dbadmin stop/start
| | - db2text drop index... => just produces the above error message
| |
| | The free text indexes are not working at all, ie. all operations
| | involving free text searches are now failing with various error
| | messages.
| |
| | Any ideas on how to get the system back into a working condition
| | short of backup/reinstall/restore would be appreciated.
|
| Additional info that may or may not be of use: any select statement
| involving freetext indexes produces the following error message:
|
| SQL0443N Routine "*RCH_1K16" (specific name "") has returned an error | SQLSTATE with diagnostic text "CTE0101 A search engine operation failed. | Reason code: "16"". SQLSTATE=38701

For now, we managed to "fix" this by doing the following:

db2inst1:~> chmod 666 ~/sqllib/db2ext/indexes/NODE0000/IX*.ini

By using 'strace', we could see that when running text search queries, DB2 complained about being unable to open these files. It was obviously trying to open these files in 'write' mode, which failed since they
had permission 440.

We're still interested in any clues about how this happened and
how to fix it properly.

--
Lars Haugseth


Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Torsten Mohr | last post by:
Hi, i'd like to build an executable file that is linked with a python library and executes a script via PyRun_SimpleString or similar functions. Is there a static library of python available,...
2
by: Joris De Groote | last post by:
Hi I am busy trying to create a VB.NET program. I want to give the program an argument in the shortcut I created for that program (for example: program.exe argument). Now I just can't find how...
2
by: Ollie | last post by:
Hi I am trying to start up a labview file from within my C program. Whats the easiest way to start an external program up ? I looked at _execl but could not make any sense of the arguments...
5
by: fobus | last post by:
I want to import some sound files to executable file. And also I want to know that imports adress and size. How can I import a data to executable file? Thanks Kervan ASLAN
4
by: Benjamin Hell | last post by:
Hi! I wonder whether there might be a way to find out how a Python program was started (in my case in Windows): By double clicking the file or by calling it on the "DOS" command line prompt. ...
6
by: zcabeli | last post by:
Hello, i've installed some modules in my unix machine which i'm using in my scripts. however, i'd like to make those scripts executable from any machine, with minimal requirements of perl...
2
by: W. eWatson | last post by:
How do I get my py code into some executable form so that Win users who don't have python can execute it? -- Wayne Watson (Watson Adventures, Prop., Nevada City, CA) (121.015 Deg. W, 39.262...
1
by: jmDesktop | last post by:
I want to create my C# program to run in the background and detect when a program starts. In an interactive program, I know I can iterate through an array of Processes to find my process if I...
4
by: abuasab | last post by:
how can run executable application from oracle trigger or procedure.
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.