If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > db2text index error!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-05, 16:33
Lxw176 Lxw176 is offline
Registered User
 
Join Date: Feb 2005
Posts: 36
db2text index error!

Hi I have db2 UDB 8.2 installed on AIX 5.3 server. initially, my database seems working fine with logretain on and userexit off. Then I installed db2 net search extender 8.2 on top of it. In order to create text index, do I need to set both logretain and userexit be off during the index creating? Because I got some error while I execute some load and db2text command. if the answer is no, then how can I specifying the 'copy yes' option in the load operation with archieve log is on?

Thanks!
Lan
Reply With Quote
  #2 (permalink)  
Old 11-18-05, 03:23
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
net search

logretain is not related to netsearch
what is the error you received - and where was it displayed : screen or diag.log
does it start the index create ? you need space for this operation that can be monitored while creating (df -k ....) or maybe out of memory
indicate the error .. we have had some also at start with db2text.
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
  #3 (permalink)  
Old 11-21-05, 13:56
Lxw176 Lxw176 is offline
Registered User
 
Join Date: Feb 2005
Posts: 36
Hi,

Thanks for the reply. The error is from nsesample.log after execute nsesample dbname when we try to verify the db2 nse8.2 installation. It shows the table spaces is not accessable, though it was accessable before we execute the nsesample. However, we are able to execute the db2text create index command as it showed in the nsesample file seperately form the command line.
here is the result fro df -k
# df -k
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 262144 159732 40% 2060 6% /
/dev/hd2 2031616 24248 99% 39011 83% /usr
/dev/hd9var 65536 58952 11% 359 3% /var
/dev/hd3 131072 126920 4% 51 1% /tmp
/dev/hd1 65536 7760 89% 802 29% /home
/proc - - - - - /proc
/dev/hd10opt 131072 8460 94% 3359 62% /opt
/dev/lvlongspace 786432 171840 79% 19 1% /db2/ longspace
/dev/db2temp2lv 5111808 2060148 60% 3176 1% /db2temp
#
Do you have any idea? Thanks!
Lan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On