Kbase P33426: Webclient application fails to automatically upgrade due to mistake in Version Number is WCP file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/17/2006 |
|
Status: Verified
FACT(s) (Environment):
Windows
SYMPTOM(s):
Upgrading Webclient application fails
CODEBASE-LOCATOR attribute URL-USERID is unavailable - WebClient could not properly set up or use the security cache (9460)
Couldn't download application component APP1.11111111/diffs/Main3to4.cab from Web Server with URL:http/172.0.0.1 Error code is 2 Application update has been terminated.
Version number is APP1.11 not APP1.11111111
The app.wcp file contains the following entries:
[3Updates]
Main=app1.11111111/diffs/Main3to4.cab
KBC=app1.11111111/diffs/KBC3to4.cab
OrderStatus=app1.11111111/diffs/OrderStatus3to4.cab
CAUSE:
The WCP file has become corrupted and additional 1 were added to the version number.
FIX:
Manually remove the additional 1's from the WCP file.
In addition to this, it has to be ensured that all diff cab files exist in the
previous version directory and that vresion naming is correct throughout the wcp file.
Example:
[1Updates]
Main=APP1.11/diffs/Main1to2.cab
KBC=APP1.11/diffs/KBC1to2.cab
OrderStatus=APP1.11/diffs/OrderStatus1to2.cab
...
[2Updates]
Main=APP1.11/diffs/Main2to3.cab
KBC=APP1.11/diffs/KBC2to3.cab
OrderStatus=APP1.11/diffs/OrderStatus2to3.cab
...
[3Updates]
Main=APP1.11/diffs/Main3to4.cab
KBC=APP.11/diffs/KBC3to4.cab
OrderStatus=APP1.11/diffs/OrderStatus3to4.cab
After saving the modified wcp file, last application version must be regenerated and re-deployed.