Enjoy Every Sandwich

Thoughts on SQL, XML, .NET and sometimes beer.

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Tools

List O'Links

Kent's Other Stuff

Subscriptions

News

Please read these
Notices and Disclamiers

Post Categories

Article Categories



HOWTO: The user '{whatever}' does not have permission to register endpoint '{whatever}' on the specified URL

Cause: This happens when you try to create an HTTP ENDPOINT in SQL Server 2005 because the SQL Server process lacks permissions to register the endpoint with HTTP.SYS.

Fix: Issue the following command before executing the CREATE ENDPOINT

EXEC sp_reserve_http_namespace N'http://{hostname}:{port}/{path}'

posted on Thursday, April 14, 2005 10:20 AM by ktegels





Powered by Dot Net Junkies, by Telligent Systems