KAFTA: No endpoint listening when populating Insight views in KTA
Summary
13749
Ensure you have followed KB Article #13747 to configure non-SSL KTA correct to integrate with SSL Insight
When attempting to populate an Insight View in KTA,
We get the following error:
In order to work around this issue, please do the following:
- Navigate to C:\Program Files\Altosoft\Insight 5.1.0\WcfDataService
- Back up the Web.config
- Edit the web.config - add the following after the WcfDataService.HtmlDataService endpoint:
<service behaviorConfiguration="serviceBehavior" name="WcfDataService.DataServiceExt"> <endpoint address="" behaviorConfiguration="FaultBehavior" binding="basicHttpBinding" bindingConfiguration="webBinding" contract="WcfDataService.IDataServiceExt" /> <endpoint address="/stream" behaviorConfiguration="FaultBehavior" binding="basicHttpBinding" bindingConfiguration="streamBinding" contract="WcfDataService.IDataServiceExt" /> </service>
- Save the web.config
- The error should no longer replicate
The edited web.config will look as follows:
Keywords: kafta, insight, kta, 5.1, ss,, https