SQL Server , Volltextsuche, Indexierung der Dokumententypen Office 2007
Dez
19
Written by:
19.12.2007
Mit Office 2007 wurden neue Dokumententypen eingeführt, die aber der SQL Server 2005 nicht kennt. Nun gibt es "2007 Office System Converter: Microsoft Filter Pack"...
Mit Office 2007 wurden neue Dokumententypen eingeführt wie z. B.:
.docx, .docm, .pptx, .pptm, .xlsx, .xlsm, .xlsb, .vdx, .vsd, .vss, .vst, .vdx, .vsx, .vtx.
Man konnte den SQL Server bewegen, diese Formate für die Volltextsuche zu indizieren, in dem man Office 2007 auf dem Server installiert.
Das ist nun nicht mehr notwendig, da es das
2007 Office System Converter: Microsoft Filter Pack
gibt.
http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&displaylang=en
(Bitte auf die richtige Version x64 bzw. x86 achten.)
1 comment(s) so far...
Re: SQL Server , Volltextsuche, Indexierung der Dokumententypen Office 2007
Die WOW-Installation (für SQL Server 32 bit auf x64 wird nicht unterstützt.)
http://blogs.msdn.com/ifilter/archive/2007/12/19/ms-filter-pack-released.aspx
# re: MS Filter Pack released ! Thursday, January 03, 2008 9:25 AM by eric We are running SQL2005 in 32bit mode on a Windows 2003 x64 Server. I see in the event log that the Filter Pack was installed, but even after the restart of the server, the files types are not listed. select document_type, path from sys.fulltext_document_types The Fulltext Indexes uses language "neutral." Could that be my problem? Or is it the x32 SQL on a x64 Platform? # re: MS Filter Pack released ! Friday, January 04, 2008 2:06 AM by Deb Haldar Eric, we don’t support mixed mode installations. The Filter Pack version must match the OS architecture. Hence: 32-bit SQL, 64-bit Filter Pack, 64-bit OS won’t work (as attempted below). HTH, Deb.
By olaf_pietsch on
16.11.2008
|