Configure StreamInsight as stand alone server
-
2012年5月30日 16:32
Hi All,
I installed streaminsight on my local box and I could able to connect successfully using EventFlow Debugger with this url http://localhost/StreamInsight/cep.
I installed the same thing on the production server, but I am stuck in specifying what should be the uri/url to connect to streaminsight server on the production server from my local box using the EventFlow debugger.
Any help would be highly appreciated.
Thanks,
Srini
すべての返信
-
2012年5月31日 13:08
Are you having trouble determining what the managment service URL is on the production server?
-
2012年5月31日 13:49
The URI should be http://[machinename|IP address]/StreamInsight/cep.
You can configure the settings if you want by editing the StreamInsightHost.exe.config file in the folder for the instance. This will be [ProgramFiles]\Microsoft StreamInsight [Version]\Host\MSSI.[InstanceName]. With the default binding, the host name comparison mode is "Exact". You may want to change this to something else -or- change the endpoint address.
You may need to use netsh to add a URL acl to allow the service to register on the URL.
Finally, the account that you use to connect to the service will need to be a member of the local machine's StreamInsight user's group for the account. This will be called StreamInsightUsers$[InstanceName].
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.- 回答の候補に設定 Edward Zhu 2012年6月7日 1:31
- 回答としてマーク Iric WenModerator 2012年6月7日 1:40


