cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise Vault 11 - Windows Server 2012

paguti20
Level 4
Partner Accredited

Problem with Enterprise Vault Search API. Same error from TECH214690 , i followed this tech but problem persist yet.

Please your help.

Web.config was changed following the information from KB2803161 too.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

paguti20
Level 4
Partner Accredited

I opened a Support case.

EV Search is working now. They applied Method 2 from Microsoft KB2803161

Run SMConfigInstaller.exe on a computer that is running a 64-bit operating system (EVServer), follow these steps:

1. At a command prompt, type the following command, and then press Enter:

%windir%\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\SMConfigInstaller.exe -c:install -f:tcp -f:pipe -f:msmq -f:http

2. At a command prompt, type the following command, and then press Enter:

%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\SMConfigInstaller.exe -c:install -f:tcp -f:pipe -f:msmq -f:http

Restart the computer.

 

View solution in original post

2 REPLIES 2

A_J1
Level 6
Employee Accredited Certified

Hello Paguti,

 

Please follow the below steps.

1) In the Services Microsoft Management Console (MMC) snap-in, restart the 
Net.Tcp Listener Adapter.
 2) In the Services MMC snap-in, restart the Net.Tcp Port Sharing Service.
 3) Use the ServiceModel Registration Tool (ServiceModelReg.exe) to repair the 
WCF and WF components, as follows:
3a) Open a Command Prompt window.
3b) Change to the folder %SystemRoot%\Microsoft.Net\Framework\version\Windows 
Communication Foundation.
3c) Type the following command:
ServiceModelReg.exe -r

For more information on the ServiceModel Registration Tool, see the following 
Microsoft Knowledge Base article:
http://msdn.microsoft.com/en-us/library/ms732012(v=vs.85).aspx
 
4) Follow the instructions in this Microsoft Knowledge Base article to repair 
the protocol handlers:
http://support.microsoft.com/kb/2803161
 
5) Restart the Enterprise Vault server.

If issue still persists try re-installing .net framework.

Still no go then Please open a Support case

 

Regards,

A_J

paguti20
Level 4
Partner Accredited

I opened a Support case.

EV Search is working now. They applied Method 2 from Microsoft KB2803161

Run SMConfigInstaller.exe on a computer that is running a 64-bit operating system (EVServer), follow these steps:

1. At a command prompt, type the following command, and then press Enter:

%windir%\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\SMConfigInstaller.exe -c:install -f:tcp -f:pipe -f:msmq -f:http

2. At a command prompt, type the following command, and then press Enter:

%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\SMConfigInstaller.exe -c:install -f:tcp -f:pipe -f:msmq -f:http

Restart the computer.