Kbase P100841: The Application Server Service table has been previously defined
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/02/2005 |
|
Status: Unverified
SYMPTOM(s):
The Application Server Service table has been previously defined
Running ADM2 smartDataObject application on Appserver
Code page conversion table for <1252> to <iso8859-15> was not found in <convmap.cp>. (6063)
Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063)
SmartDataObject r-code has been deployed to the server machine and this is being run by an Appserver on the server, which is connected to by a remote Windows client.
CAUSE:
The code page of the compiled SDO r-code is not compatible with the code page being used by the Appserver. This is illustrated by the 6063 error messages in the appserver server log file.
This will happen when for example Progress has been installed on the server with a specific code page (in this case iso8859-15), and the SDO has been compiled on the Windows client with an incompatible default code page (in this case 1252). The SDO
r-code has then been deployed to the server.
FIX:
Re-compile the SDO using a compatible code page, or use -cprcodeout, or modify the Appserver startup to use a compatible code page. For example set the Appserver startup command line to use a compatible cpinternal and cpstream. In this case
-cpinternal -iso8859-1 -cpstream iso8859-1.