Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> indexing PDF's using intermedia (8.1.7), not happening

indexing PDF's using intermedia (8.1.7), not happening

From: rahul sharma <rahul_at_infotech.co.id>
Date: Wed, 30 Jul 2003 00:24:23 -0800
Message-ID: <F001.005C7BF9.20030730002423@fatcity.com>


List,

I have installed intermedia, and been using it for the last couple of weeks without nay problems, recently, after uploading a PDF documents in the blob column, i found out that the contents of PDF's are not being indexed !!! i have tried sync the index also.. all the other formats (word,ppt' etc) are indexed automatically (m running the ctxsrv)

the ctxsys.ctx_index_errors tables show the following error when i try to index...

DRG-11101: failed to open file C:\WINNT\TEMP\drgut27

i have searched metalink, and it says to create a new filter.. i did that too..

SQL> exec ctx_ddl.create_preference('myfilter', 'USER_FILTER'); SQL> exec ctx_ddl.set_attribute('myfilter', 'command', 'auto_filt.bat');

SQL> create index idx_documents on documents(blob_content) INDEXTYPE is ctxsys.context
 parameters ('filter myfilter section group ctxsys.html_section_group');

but still the PDF's do not appear in index !!!, all metalink docs point to ORA_HOME/ctx/bin directory !! but i could not locate the directory on my NT server !!! very wierd indeed...

again.. the indexing works for all other formats... other than PDF's

TIA Rahul



The information contained in this email and its attachments if any may contain privileged and confidential information intended only for the attention of the recipient(s) specified. If you are not a recipient , any forwarding , disclosure , photocopying , distribution or use of the information in any way is prohibited . If you have received this email in error , please email us immediately on info_at_infotech.co.id or contact us on (62 21) 522 8775.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: rahul sharma
  INET: rahul_at_infotech.co.id

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 30 2003 - 03:24:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US