Kbase P44616: Problems starting the Dynamics application in WebClient envi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/09/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
OpenEdge 10.x
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Problems starting the Dynamics application in WebClient environment
Using WebClient for the Dynamics application deployment.
Unable to start Progress Dynamics environment. The Configuration File Manager
returned the following errors:
ICFSTARTUPERR: INVALID CONFIG FILE OR CONFIG FILE NOT FOUND
FIX:
The PROPATH defined in the INI file (or in the registry)
has to contain the current directory like in:
PROPATH=.,.\adm2 etc (notice the first dot "." in the PROPATH)
In the WebClient startup parameter use this:
"ICFSESSTYPE=MySessionType,ICFCONFIG=./my/relative/path/to/icfconfig.xml"
Notice the dot in the path of the xml file :
"./my/relative/path/to/icfconfig.xml" etc.
Another way is to put the icfconfig.xml in the
Application root directory and then use this:
"ICFSESSTYPE=MySessionType,ICFCONFIG=icfconfig.xml"