Kbase P113614: Dynamics Appserver is running client proxy _cl file of Data Logic procedure and not the server side
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/21/2006 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics
SYMPTOM(s):
Dynamics Appserver is running client proxy _cl file of Data Logic procedure and not the server side code.
Client side of Data Logic procedure is run on the Appserver instead of the full server side version.
CAUSE:
The wrong icfconfig.xml file was being used.
In this XML file a reference to -ld was used to connect a database with an old logical name. This caused "InitializeLogicObject" in data.p to think there was a database needed that was not already connected. Subsequently it ran the _cl client side proxy instead of the server side code.
FIX:
Start Dynamics using the correct icfconfig.xml file with the correct -ld parameter.