Enjoy Every Sandwich

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

<January 2009>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567


Navigation

Tools

List O'Links

Kent's Other Stuff

Subscriptions

News

Please read these
Notices and Disclamiers

Post Categories

Article Categories



Thursday, April 14, 2005 - Posts

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 Thursday, April 14, 2005 10:20 AM by ktegels

Some Service Broker Links

In class today, we started off by talking about SQL Server 2005's Service Broker. Here's a few additional resources that I think help understanding Service Broker a bit easier:

If are looking for the inkboard drawing, here's a photo of it. I'll try to make it available as a Visio in the future.

posted Thursday, April 14, 2005 3:59 AM by ktegels




Powered by Dot Net Junkies, by Telligent Systems