|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SSL Endpoint Creation ErrorIn SQL Server 2005, I'm trying to change my endpoint from non-secure to secure. It works great un-secured but when I try to recreate the endpoint by changing the statement From: CREATE ENDPOINT Henry_Endpoint STATE = STARTED AS HTTP ( PATH = '/sql/Henry', AUTHENTICATION = (INTEGRATED), PORTS=(CLEAR) ) ........ BATCHES = ENABLED, WSDL = DEFAULT, NAMESPACE = 'http://ancsearch501/HENRY/' ) To: CREATE ENDPOINT Henry_Endpoint STATE = STARTED AS HTTP ( PATH = '/sql/Henry', AUTHENTICATION = (INTEGRATED), PORTS=(SSL) ) ........ BATCHES = ENABLED, LOGIN_TYPE = WINDOWS, WSDL = DEFAULT, NAMESPACE = 'http://ancsearch501/HENRY/' ) I get: An error 0x80070494 occured while attempting to register endpoint Henry I've installed a developer's certificate on the box and have done everything I can find to do to set it up in sql server. Can anyone tell me what to look at? Thanks, Mike Hi,
I'm sorry that we do not support SQL Server 2005 issues in this Newsgroup. For any question regarding SQL server 2005, please post it at the following newsgroup: http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&sl cid=us Your understanding is appreciated! Sincerely, William Wang Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. This posting is provided "AS IS" with no warranties, and confers no rights. |
|||||||||||||||||||||||