EVBAAdmin page produces Error 500

book

Article ID: 100007174

calendar_today

Updated On:

Description

Error Message

The details of the error returned in the browser when attempting to browse to EVBAAdmin contained the following:

Module: IsapiModule
Notification: ExecuteRequestHandler
Handler: AboMapperCustom-XXXXXXXX
Error Code: 0x800700c1
Requested URL: http://localhost:80/EVBAAdmin
Physical Path: E:\Program Files\Enterprise Vault Business Accelerator\AcceleratorAdminWeb
Logon Method: Negotiate
Logon User: DOMAIN\vault_service_account

A review of the IIS logs from the EV server revealed the following:


GET /EVBAAdmin - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E) 401 2 5 11
GET /EVBAAdmin - 80 [Vault Service Account] ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E) 500 0 193 6

Cause

Error Code: 0x800700c1 suggests that an incorrect DLL mapping exists for the handler referenced in the error, confirm that the correct ISAPI dll is selected for the handler mentioned.

Error code 500 0 193 can be translated as " ERROR_BAD_EXE_FORMAT " which can be addressed by applying the correct value in the "Path" field as explained in step 4 of the solution included below.

Resolution

To address this apply the following:

1.  Launch IIS Manager and select the EVBAAdmin Virtual directory.

2.  Open the Handler Mappings object in the properties of the virtual directory, in this instance AboMapperCustom-XXXXX.

3.  Review the entry for the handler in question and confirm the C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll is mapped.

4.  Confirm that the "Path" field for the mapper is configured to the correct EXE type.  If the "Path" field shows *. then change it to *.asp.

5.  Stop the Enterprise Vault Accelerator Manager Service (EVAMS).

6. Restart IIS by typing IISRESET into a RUN box or into a Command Prompt and pressing enter.

7. After IIS has been restarted, start the EVAMS and test access to the EVBAAdmin page.

 

 

Issue/Introduction

Attempting to access the EVBAAdmin web page produces an HTTP Error 500.0 - Internal Server Error