Hello, I have migrated application from windows server 2003 to windows server 2008. I have set up indexing service on windows sever 2008 . I have successfully created the catalog, set up the document directory and indexed the documents within my directory.
I am having problems with the query not returning the document properties that I would like to see (such as DocTitle, DocAuthor, etc.) for PDF documents. For all other type of documents the query returns the values of the file properties successfully.
I found that on windows server 2003 query returns properties for all types of document but on Windows server 2008 it returns properties for other file type document
except PDF files .
Query is as follows :
SELECT DocTitle, DocAuthor, DocSubject, DocComments, Filename,Size,PATH,VPath,Write FROM SCOPE() ;
Please suggest any setting or configuration required for fetching the document properties (DocTitle ) for PDF files in MS indexing ...
Go to the complete details ...