How to start the service and connect the MS SQL SERVER Streaminsight with Sql Server 2008 R2
-
Friday, September 07, 2012 9:36 PM
Hi i am working on Sql StreamInsight project and not able to connect with service although i have created new end point but still i am getting error on connect as below :
There was no endpoint listening at http://localhost/StreamInsight/R22012 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
-------------------
The remote server returned an error: (404) Not Found.
and i am not able to start the services for it. what is the best way of doing it
Kindly help me with it with a promonent solution and do fecilitate me with the link as i am looking for the implementation of it.
Rafay Pervaiz
- Moved by Hasham Niaz Saturday, September 08, 2012 7:43 PM Moving to more appropriate Forum (From:MSDN, TechNet, and Expression Profile and Recognition System Discussions)
All Replies
-
Saturday, September 08, 2012 2:48 PM
Hi Rafay,
wrong forum - try:
http://social.msdn.microsoft.com/Forums/en-us/streaminsight/threads
Regards
Oliver
-
Sunday, September 09, 2012 3:38 AM
Rafay,
First off, are you actually creating the management service? If so, please post some code.
Second, if you are creating the management service correctly and running this in debug mode from Visual Studio, make sure that you are running it as Administrator.
-
Monday, September 10, 2012 2:35 PM
You have installed StreamInsight, correct? If so, what is the instance name for StreamInsight?
Note that StreamInsight is not installed with the Sql Server installation; you need to install it separately. The instance name for StreamInsight may not be the same as the Sql Server instance name.
If you are connecting remotely (as it seems that you are doing), you will need to make sure that you install the StreamInsight service (which is optional) and start the service.
You can also host StreamInsight in-process, rather than connecting to it remotely.
DevBiker (aka J Sawyer)
Microsoft MVP - Sql Server (StreamInsight)
If I answered your question, please mark as answer.
If my post was helpful, please mark as helpful.- Marked As Answer by Iric WenModerator Sunday, September 16, 2012 9:26 AM
-
Tuesday, September 11, 2012 10:50 PM
Here are a couple topics on MSDN that give some basic information about how to set up and connect to a server:
- Marked As Answer by Iric WenModerator Sunday, September 16, 2012 9:26 AM


