Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Other SQL Server Topics / August 2007

Tip: Looking for answers? Try searching our database.

Any limitations on EndPoint Creation par instance

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SQLMan_25 - 30 Aug 2007 20:26 GMT
Hi All,
I am trying to create multiple endpoints for mutiple database that has
service broker enabled. It allows me to create only one endpoint for
service broker then i get the following error:

Msg 7862, Level 16, State 1, Line 1
An endpoint of the requested type already exists.  Only one endpoint
of this type is supported.  Use ALTER ENDPOINT or DROP the existing
endpoint and execute the CREATE ENDPOINT statement.
Msg 7807, Level 16, State 1, Line 1
An error ('0x800700b7') occurred while attempting to register the
endpoint 'ServiceEndpoint'.

code that is failing:

CREATE ENDPOINT ServiceEndpoint
STATE = STARTED
AS TCP
(
    LISTENER_PORT = 4742
)
FOR SERVICE_BROKER
(
    AUTHENTICATION = WINDOWS
)
GO

Here is code that created first endpoint successfully:

CREATE ENDPOINT OrderEndpoint
STATE = STARTED
AS TCP
(
    LISTENER_PORT = 4740
)
FOR SERVICE_BROKER
(
    AUTHENTICATION = WINDOWS
)
GO

I am using SQL Server 2005 dev edition SP2 on XP professional.

Thanks in advance for your help.

-Najm
Najm - 30 Aug 2007 21:24 GMT
> Hi All,
> I am trying to create multiple endpoints for mutiple database that has
[quoted text clipped - 42 lines]
>
> -Najm

I figured out there could be only one endpoint...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.