Enjoy Every Sandwich

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

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


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