March 8, 2011 at 11:05 am
When I try to add a securable to an existing database Role I get this error message, ‘Value does not fall within the expected range. (SqlMgmt)’. This occurs after I grant the database role execute permissions to a User defined data type. Any ideas?
Version: Microsoft SQL Server 2005 - 9.00.4053.00 (Intel X86)
Thanks,
DK
March 8, 2011 at 11:34 am
I think this happened to me once when I had upgraded the server to a higher version of a service pack, but not my local client tools; the local client tools were expecting different values.
In SSMS, if you do help...About
what version is your "Microsoft SQL Server Management Studio"?
this link implies it's an issue in SP1 that was fixed in SP2:
Lowell
March 8, 2011 at 11:52 am
Thanks for the reply Lowell,
The version is 9.00.4035.00 on my machine and the version on the server that I am working on is 9.00.4053, which I believe are both SP3. So, it should have had the fix from SP2, correct?
Thanks,
DK
March 8, 2011 at 12:13 pm
I tried to go through the same progression on the server.
Create Role.
Grant Execute to User Defined Data Type, save Role.
Open Role, open Securables.
Same error, ‘Value does not fall within the expected range. (SqlMgmt)’.
March 9, 2011 at 8:51 am
we had something like this when i tried to use best practices in setting up a SQL server one time with a non-domain admin service account. had a case open and PSS said it was a bug. forgot which hotfix they fixed it in.
April 19, 2011 at 6:30 am
Good Day,
this problem was not addressed in SP 3 either .
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply