Welcome to MSDN Blogs Sign in | Join | Help

SQL Server 2008 June CTP Bug

There is a bug in the SQL Server 2008 June CTP that causes Declarative Management to be inoperable. The fix is very simple. Launch a command line and run the following command:

C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe -Vr Microsoft.SqlServer.DmfSqlClrWrapper,89845DCD8080CC91

After running the command you will need to restart the SQL Server service.

The Declarative Management DLL, which runs inside the SQLCLR, did not get signed as part of the build process. Running the above command will disable strong name verification for this assembly. Client-side checking of policies: "Test Policy" and "Run Now" will function as expected without the fix. Policy automation (enforce, check on change, and check on schedule), though, will require applying the above fix.

Published Wednesday, June 06, 2007 7:29 PM by dtjones
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: SQL Server 2008 June CTP Bug

89845DCD8080CC91 ... Aha! So simple. If only I got the last 3 digits correctly!

;)

Wednesday, June 06, 2007 10:51 PM by public

# Playing with DMF in Katmai

I've long been anticipating the Declarative Management Framework (DMF, not to be confused with dynamic

Thursday, June 07, 2007 2:34 PM by Aaron Bertrand

# DMF bug in the June CTP build of SQL Server 2008

I've been looking at the June CTP build for a few days now. Only a small number of the promised features

Friday, June 22, 2007 6:11 AM by Keith Burns SQL Server Blog

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker