Kbase 20215: Webclient 9.1X: Unhandled Exception Installing Application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/25/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1B
SYMPTOM(s):
WebClient
Dialog-box appears when installing an application through the Webclient setup, through the One-Click application install
Error number: 0x80040706
Description: Object reference not set
Setup will now terminate.
CAUSE:
This occurs when the wrong location for the first line (Application URL") is specified.
To set up the One-Click installation, you must configure two lines in the webclient.html file (or your own initialization file). The lines are:
First line:
ether.SetProperty("ApplicationURL", "http:
//server1/webclient/app_installer");
Second line:
ether.SetProperty("ProwcappURL", "http:
//server1/webclient/app_installer/yourapp.prowcapp");
FIX:
Make sure to set up the correct path for ApplicationURL. After making the correction, the WebClient installation itself does not complete. The entire process starts from the beginning when you begin installation again.