32-bit iFilter with Reader 11.0.10 cannot be found by SQL 2012 Fulltext Indexing on Windows 7 32 bit. How can I fix this?

I have verified that a record shows up in the fulltext system components (EXEC sys.sp_help_fulltext_system_components 'filter').
componenttype    componentname    clsid    fullpath    version    manufacturer
filter    .pdf    E8978DA6-047F-4E3D-9C78-CDBE46041603    C:\Program Files\Adobe\Reader 11.0\Reader\AcroRdIF.dll    11.0.0.379    Adobe Systems, Inc.
I have also added Reader's installation folder to my system PATH variable, and ran these 3 things:
EXEC sp_fulltext_service 'update_languages';
EXEC sp_fulltext_service 'load_os_resources', 1;
EXEC sp_fulltext_service 'restart_all_fdhosts';
and then dropped and re-created my fulltext index.  For each row in the table, I receive a message like this:
Warning: No appropriate filter was found during full-text index population for table or indexed view '[DocumentIndexing].[dbo].[Document]' (table or indexed view ID '277576027', database ID '8'), full-text key value '17'. Some columns of the row were not indexed.
In the Registry, under HKEY_CLASSES_ROOT / .pdf / PersistentHandler is the value {F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}.
I have tried several times to install/fix my PDF installation, restart SQL Server, Reboot my laptop, etc.  All to no avail.
I saw the article on the 64-bit filter and was able to successfully do that on another workstation (Windows 8.1 64-bit SQL 2012).  However, I really need this working on my laptop.
Do you have a solution or workaround or some recommendations for me to move forward with this?
Thanks,
Dave

I found the solution.  Here it is:
Take backup of below registry key.
HKLM\SOFTWARE\Microsoft\Cryptography\MachineGuid This key should ideally have the GUID of the machine without curly braces, so {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} becomes xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Then delete the braces.
Try to reboot and start the SQL service . If service don’t start then Uninstall and reinstall SQL.
The MachineGuid had curly braces so I removed them and rebooted my laptop.  Now both instances of SQL Server start.  It is the last post of this thread:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/56f14665-3f00-41ff-b002-bb5e86b3f219/sql-server-not-starting-fallback-certificate-initialization-failed?forum=sqlsecurity
He states that he got it from Microsoft but did not give the url.
Thanks for all your help.
Fred Schmid

Similar Messages

  • I just bought a 13inch mac book with retina display. When Im using adobe illustrator or photoshop, the fonts and designs look pixelated! How can I fix this?

    I just bought a 13inch mac book with retina display.
    2.4GHz dual-core Intel Core i5 processor with 3MB shared L3 cache. Version 10.9.4 / OS X Mavericks
    When Im using adobe illustrator or photoshop, the fonts and designs look pixelated!
    How can I fix this?

    WOW!!
    That was great to hear.
    I have just read this tread: https://forums.adobe.com/thread/1626784?start=0&tstart=0
    So therefore I was worry about Illustrator which I use most of all programs.
    Thank you !!

  • Hello my sister game me her iphone 4S and when i tried to use it with my sim card it doesn't work and it says searching... and No service! How can i fix this? thank you

    hello i have a problem. my iphone 4s which my sister gave as a present i put my card in and i cannot get sign ,its vodafone card. It say searching...No service! I can only use it for the internet. How can i fix it? Thank you

    Sounds like the iPhone is locked to another wireless provider.
    Have your sister contact her wireless provider to see if they
    offer unlocking and if she qualifies.
    Have you tried to activate the iPhone to your iTunes account?
    What happened? If there is an error message, what is the exact
    wording?

  • I got a tiny bit of snow in my iPhone 5 speaker it still plays music but it crackles a bit- how can I fix this?

    fell over in an inch of snow and my phone got wet and now the sound quality is poor and it crackles
    I currently have it sitting in a bowl of rice
    is there anything I can do to fix this?

    sprinklythoughts wrote:
    thanks for the help
    if its still in warranty will they fix it?
    Your welcome. Dropping it in water or snow is accidental damage which is not covered by the warranty. The moisture indicators are fairly easy to see and vary from place to place depending on the model. On your iPhone 5 it can be viewed by removing the sim tray.
    iPhone and iPod: Liquid damage is not covered by warranty - Apple Support

  • I downloaded the Windows 64-bit version of iTunes, but the application won't run. It comes up with Apple Application Support - Error 2.  How can I fix this?

    I downloaded the Windows 64-bit version of iTunes, but the application won't run. It comes up with Apple Application Support - Error 2.  How can I fix this? I have uninstalled and reinstalled it several times and it still doesn't work.

    What computer do you have?  is it 32 or 64 bit operating system?

  • Can't open any links within my emails. The display reads, "Firefox doesn't know how to open this address, because the protocol (blockedhttp) isn't associated with any program." How can I fix this?

    Can't open any links within the emails using Firefox. I can open them in other browsers however. The message reads, "Firefox doesn't know how to open this address, because the protocol (blockedhttp) isn't associated with any program.". How can I fix this?

    Looks like blocking software to purposely block a page by messing with the url.
    *http://kb.mozillazine.org/Parental_controls
    *http://kb.mozillazine.org/Blocking_sites (more links)

  • I'm installing windows 7 64-bit on my imac which I've done before but I get a message that the partition is GPT even after I format the bootcamp partition.  I just upgraded my hard drive to a 3tb and I'm allocating 1tb for windows. How can I fix this?

    I'm installing windows 7 64-bit on my imac which I've done before but I get a message that the partition is GPT even after I format the bootcamp partition.  I just upgraded my hard drive to a 3tb and I'm allocating 1tb for windows. How can I fix this?

    No easy fix for a few reasons:
    1) Bootcamp requires a hybrid MBR for the partition table. That is: both an MBR and a GPT partition table at the same time with the GPT one having all partitions and the MBR one having only the ones that are relevant, but at most 4 of them (including the protective partition and the Macintosh HD one). Which leads us to:
    2) The MBR part of the hybrid partition table cannot work with 3TB hard drives. MBR is limited to 2TB.
    I am working on a small EFI app that can boot Windows in EFI mode on a Mac and that would mean that you can go GPT only on your system. The progress of the app is slow due to the nature of EFI and for now requires that you do an unattended Windows install with slipstreamed graphics drivers, but we are adding VGA loading on top of EFI quite soon after the rest of the app stabilises. The status of the app is documented at:
    Win7 x64 booting natively via EFI (no bios emulation)
    Windows does actually successfully boot in EFI mode on most Macs (anything with a 64bit EFI should work), but does not have graphics support even if you load the driver due to the VGA pci registers not being set by the firmware. Furthermore, in Setup and Safe Mode, Windows uses VGA instead of GOP which is a failure by design since VGA is a BIOS standard and not really compatible without hacks with EFI. Other EFI implementations also add VGA compatibility at a high cost to the firmware complexity for the VGA cards available on the market that don't actually contain anything in their ROM except the VGA BIOS.
    My recomendations:
    1) Install on a second smaller hard-drive; or
    2) Wait for the EFI app to come out officially and use that to boot Windows Vista SP1 x64 and Windows 7 x64 (RTM and SP1) in the native EFI mode.
    3) Wait for Windows 8 which supports VGA-less booting acording to the AMD presentation at UEFI Plugfest.

  • When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder". How can i fix this?

    When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder. How can i fix this problem?

    Anyone can help to advice how to solve this issue ?

  • HT1871 Hello i have one IPhone 4S and I use 3G net in my mobile sometime I have problem with temperature in my phone at the SIM card or battery how can I fix this problem. By update or version of 6.1.3

    Hello i have one IPhone 4S and I use 3G net in my mobile sometime I have problem with temperature in my phone at the SIM card or battery how can I fix this problem. By update or version of 6.1.3

    Could it be because the SIM card got damaged while I cut it to fit the IPhone?
    Very likely. Hard to believe the carrier in Mexico doesn't have a micro-SIM card available.
    Or somehow the Chinese carrier found out and locked it?
    No, which is not possible.
    What can I do? Get a new SIM and see if it works again?
    Get a micro-SIM from the carrier in Mexico that you don't have to manually cut down. If that carrier doesn't provide one, switch to another carrier that is not so low-budget.

  • Regarding iMessage, when i want to send text to a person in my contacts app, i've been getting a message saying the number has not been registered with iMessage.  How can one fix this problem?

    Regarding iMessage, when i want to send text to a person in my contacts app, i've been getting a message saying the number has not been registered with iMessage.  How can one fix this problem?  It works on the iPhone.

    It takes two to tango, maybe it's your recipient that has weak Internet/Cellular connections.

  • I updated the IPAD with the latest update and now when I turned the IPAD on, I get the itunes logo and then nothing else.  How can I fix this to let me use my IPAD?

    I updated the IPAD with the latest update and now when I turned the IPAD on, I get the itunes logo and then nothing else.  How can I fix this to let me use my IPAD?

    YOU ARE IN RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.
    3. Repeat the process if necessary.

  • Adobe Reader won't install in any of the website-given ways. How can I fix this?

    I've been trying to install Adobe Reader 11.0 on my Windows 8 computer for about an hour now. When I download the regular installer, the first thing my PC does is give a security warning. Strange already, but the website mentioned this could happen, so I said "download anyway". Then when I execute the installler file, I get a small error window titled "Host" which tells me "the certificate could not be verified". The only thing I can do is press "OK", which makes it go away, but the installer still does nothing, of course.
    So I tried the other "direct" download which is given as a possible solution. The AdbeRdr11000 file I get from that downloads without any security issues.
    When I execute it, it asks me if I give this installer permission to run. I say "yes", the window dissapears and then nothing happens. At all. I can wait all I want, it's like I never clicked anything to begin with.
    So how can I fix this. I really feel like downloading such a widespread product shouldn't be so difficult.
    Any help would be greatly appreciated.

    When I follow your link, after filling out the information (operating system, language), I still can only choose for version 11,0.
    This is the same version the "direct" download gives me (the one that doesn't do anything after executing).

  • Why can I not attach a document to an email? Every time I want to send an email with a document attached to it, an error notice pops out. It tell me that the file is being used even when  it is not. How can I fix this issue?

    Why can I not attach a document to an email? Every time I want to send an email with a document attached to it, an error notice pops out. It tells me that the file is being used even when  iall other programs are closed. How can I fix this issue?

    Thanks Jeff, I was not aware that a template could be multi-page.  (All the existing templates were 1 page)
    But it worked, saving me some steps.  When I was finished I renamed the document, and locked it.
    Then tried to save it but  could not because it was locked.  I closed it, went to my Spread Sheet Folder ,
    to find it, it was not there.  The Finder could not find it either.
    So I start over again.
    I opened up Numbers and it showed my personal Numbers template folder, it contained both my new 
    original 4 page template and the vanished saved document!
    I tried to delete the template containing these document data and could not - I had to go to the Library/Application Support/Numbers to physically remove it from this folder. Then I started over again.  I Finally found out how to make it work: I can now "save as", and then lock, and it will go to place where I want it to be saved and locked.
    The secret is: Click on the document title in the menu bar, and it opens up  "Save as...", which works the same as in OS 10.4.11, and you can pick the place you want for saving.  Once done that, you can then lock the document in the same pull down menu, and then close it.
    I also found later that I can delete a template from its folder, by letting Numbers open the templates,
    clicking on the one I want to remove, then go to the "Numbers Menu/File/Move to...", select "Desktop"
    and from there the selected template can then be thrown into the Trash from there.
    It appears now that the real fault of the Numbers software is that the "Save as" command is not available in the "Edit" or "File" pull-down menus, but hidden behind the title of the document.

  • I have problems syncing my new iPhone 5 to iTunes. I read somewhere to disable iPhotos and that has allowed me to sync but my photos are not on my iPhone. How can I fix this?

    I have problems syncing my new iPhone 5 to iTunes. I read somewhere to disable iPhotos and that has allowed me to sync but my photos are not on my iPhone. How can I fix this?

    Try updating to iPhoto 9.4.1. If it's not appearing in your Software Update yet, try updating using a .dmg installer downloaded from the following page on the Apple website: 
    iPhoto 9.4.1
    From the release notes for the new version:
    What's New in Version 9.4.1
    Improves the reliability of syncing to iOS devices via iTunes 
    Fixes an issue that could cause iPhoto to quit unexpectedly when using the Export command 
    Addresses an issue that could cause iPhoto to quit unexpectedly when upgrading multiple books, cards, and calendars 
    Resolves an issue with downloading and viewing photos synced from Facebook albums

  • I synced by ipod touch with itunes and it wiped all my music.  Now itunes does not recognise my ipod.  How can i fix this?

    I synced by ipod touch with itunes and it wiped all my music.  Now itunes does not recognise my ipod.  How can i fix this?

    Here
    iOS: Device not recognized in iTunes for Windows
    or
    iOS: Device not recognized in iTunes for Mac OS X
    Does the iP{od work OK
    Does it charge when connected?

Maybe you are looking for

  • How to retrive value of a Button that is assigned in the Button Dynamically

    Hi All, I am searching the user from LDAP on the basis of the first name ( eg. abc ) Entered of the user to be searched and on the click of the Search Button I have displayed the First_Name, Last_Name, & other Info also, & One Button Having the value

  • What am I doing wrong?

    Recently bought new PC (Dell with windows vista). Donwloaded latest version of iTunes from Apple website, successfully hooked up iPod nano (1st generation) to the Dell and able to copy CD's to my library and then player. However - whenever I buy some

  • How to make an XML file from SQL query on local disc (c:\temp)?

    This query shows me XML results, but can I somehow make an XML file to local disc? Thanks. DECLARE @IMO NUMERIC(8,0) DECLARE @Counter INT SELECT @Counter = 1 WHILE ( @Counter <15 ) BEGIN SET @IMO = (SELECT ImoNo from Vessel where ID=@Counter) SELECT

  • Has anyone had a WebService running on standalone OC4J 101300 / 101310

    I am trying to run the most basic of webservices on these containers - what was achieved within minutes on IBM WAS 6.0, JBoss 4.0 and WLS 9.1 is just not getting possible with this release of the container! Initially thought it was a deployment / cod

  • Textfield and eventlisteners

    Hi guys, i fee im plauging this forum sometimes, this code lets a user input text and click a button which outputs it to a textfieldand also adds a number to another textfield. Another button removes this text and also subtracts the same number. It a