Kbase P113668: WebClient OnClick installation raises an error -6002 and terminates
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/4/2009 |
|
Status: Verified
SYMPTOM(s):
WebClient OnClick installation raises an error -6002 and terminates
WebClient installation is located on IIS 6.X WebServer
Unable to install WebClient - error -6002
FACT(s) (Environment):
OpenEdge 10.X
IIS 6.0
IIS 6.1
Windows 2003
CAUSE:
MIME Types definitions are missing on the WebServer
CAUSE:
BUG# OE00126885
FIX:
Register MIME Types manually on the IIS 6.X WebServer.
Internet Information Services -> Web Sites -> properties -> HTTP Headers -> (MIME Map) File Types and add following there (one by one)
.bin application/octet-stream
.hdr application/octet-stream
.inx application/octet-stream
.isn application/octet-stream
.skin application/octet-stream
.ibt application/octet-stream
.boot application/octet-stream
.ini text/plain
confirm above and restart the Web Site.
Note: Don't copy and paste the entries from the solution, instead copy the entries in the Windows notepad editor and copy the entries from there, this will assure just text information is being entered.