FILESTREAM service cannot be started after reboot.

Following a reboot, two of our databases were marked as Recovery pending and could not be accessed.  These databases are both using FILESTREAM.  In trying to fix them, we attempted the following:

Take the database offline (could not take database offline)

Detach the database (Database cannot be accessed because it is in recovery)

After several hours, tried restoring the database.  It refused because the database was in use, so we dropped the database, and tried to restore.  It then told us that FILESTREAM was not enabled on the instance.  Sure enough, it was gone.  The problem is, we cant turn it back on.  Every time we do, we get the following dialog message:

There was an unknown error applying the FILESTREAM settings.

Check the parameters are valid. (0x80070002)

In the Event log, we have this message:

FILESTREAM feature configuration might be inconsistent.  To reset the configuration, use the sp_configure stored procedure.

The following succeeds

exec sp_configure 'filestream access level', 2

reconfigure

 

but, the value doesnt change.

name

minimum

maximum

config_value

run_value

filestream access level

0

2

2

0

How can I get FILESTREAM repaired on this instance so that I can restore this database?


July 29th, 2015 2:59pm

I have no idea, but I would open a case with Microsoft if I were you.

Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 5:57pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics