Kbase P4514: Invalid parameters - the Progress WebClient must be run from
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/08/2003 |
|
Status: Unverified
SYMPTOM(s):
Invalid parameters - the Progress WebClient must be run from your web browser or a Windows shortcut
WebClient application will not run
CAUSE:
ether.SetProperty("ProwcappURL", "http://server/Filename with spaces.prowcapc");
FIX:
Make sure the filename of the .prowcapc does not include any spaces:
ether.SetProperty("ProwcappURL", "http://server/NoSpaces.prowcapc");