Forum Discussion

yilmazbalci's avatar
9 years ago

Enterprise Vault Indexing Service is stopping after start.

Hi All, I'm in trouble with Enterprise Vault Indexing Service ! I've read many article but could not find any solution. Please share your opinion. I've installed new Enteprise Vault 11.0.1 vers...
  • yilmazbalci's avatar
    9 years ago

    Hi all,

    I fixed issue !!! This is web.config issue. How i fixed ?

    Before i've installed Enterprise Vault, I started deployment scanner for complete requirements. I had written specified parameters into web.config related on "http://support.microsoft.com/kb/2803161"

     

    screen1.png

     

     

    <system.serviceModel>
    <serviceHostingEnvironment>
    <add name="net.tcp" transportConfigurationType="System.ServiceModel.Activation.TcpHostedTransportConfiguration, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <add name="net.pipe" transportConfigurationType="System.ServiceModel.Activation.NamedPipeHostedTransportConfiguration, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <add name="net.msmq" transportConfigurationType="System.ServiceModel.Activation.MsmqHostedTransportConfiguration, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <add name="msmq.formatname" transportConfigurationType="System.ServiceModel.Activation.MsmqIntegrationHostedTransportConfiguration, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    </serviceHostingEnvironment>
    </system.serviceModel>

     

    Microsoft misled me !!! I deleted this parameters into web.config file. And i repaired my index files ! It's working now !

    I recommend that you never change the web.config file before installation !

     

    Thanks for your helps !