Kbase 21225: WEBCLIENT: FILE:// Protocol Syntax for URL's
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to specify a FILE:// URL for the Application Configuration File in the WebClient Application Assembler ?
GOAL:
How to specify a FILE:// URL for the Codebase Locator in the WebClient Application Assembler ?
CAUSE:
Bug 20010719-013 requires that you add two extra slashes to the URL i.e.'FILE:////<servername>/<path>'
To avoid this problem install the latest patch for 9.1C , 9.1D has fixed this issue.
FIX:
A) 'FILE://\\<servername>\<path>' /* UNC style path */
B) 'FILE://<driveletter>:\<path>' /* Windows style path */
C) 'FILE://<servername>/<path>'