Friday, February 17, 2012

Does Windows 2000 Professional supporte native HTTP access?

I'm trying to create a new webservice by sql 2005. My operational system is a windows 2000 professional, but when I try to create a endpoint, I've got the follow message error:

Msg 7812, Level 16, State 1, Line 1
The endpoint 'RetornarUsuarios' has been established in metadata, but HTTP listening has not been enabled because HTTP support did not start successfully. Verify that the operating system supports native HTTP access. Check the SQL Server error log for any errors while starting HTTP support.


Msg 7807, Level 16, State 1, Line 1
An error ('0x80004005') occurred while attempting to register the endpoint 'RetornarUsuarios'.

Could someone help me? I think the reason is the version of my operational system.

Att,

Leandro Carvalho




No, SQL Server 2005 does not support Native Web Services on Windows 2000. From SQL Server 2005 Books On-Line, section "Using Native XML Web Services in SQL Server 2005":

"HTTP support requires the HTTP listener: Http.sys. Http.sys is available only on Windows Server 2003 and Windows XP Service Pack 2. For more information, see Configuring the HTTP Kernel-Mode Driver (Http.sys)."

|||I use xp sp2 english version, but I can not create endpoint :-( With the same error Msg 7812.|||CREATE ENDPOINTS are also not allowed on SQL SERVER express.

No comments:

Post a Comment