EXECUTE permission denied on object 'cs_system_GenerateWeblogYearMonthDayList'
I get a error message when I try to install CS2007.1_3.1.20917.1142 web install
How to solve this problem?
Many thanks for your replying.
Vincent,
You should be able to do this from SQL Server Management Studio:
GRANT EXECUTE ON dbo.cs_system_GenerateWeblogYearMonthDayList TO PUBLIC
and then you can just execute that stored procedure as is.
Thanks,David L. Penton
I try to execute the sql command,” GRANT EXECUTE ON dbo.cs_system_GenerateWeblogYearMonthDayList TO PUBLIC”, from SQL Server Management Studio.
Then, I get this error message, “Msg 208, Level 16, State 11, Line 1
Invalid object name 'dbo.cs_system_GenerateWeblogYearMonthDayList'.”
I think it is because I am try to install community server web install and the table is not yet be created.
Do you know how to solve that?
Thank you very much for your helping.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com